aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PGU-35013: missing call entry for transaction string string (string)

PGU-35013: missing call entry for transaction string string (string)
Cause: A call entry under transaction definition () was not found in the PG DD. The call entry associated with the transaction (as specified in a previous DEFINE TRANSACTION ... CALL(cname)) may have been deleted from or altered in the PG DD. This message may be preceded by specific messages describing the error.
Action: Correct the requested transaction and/or call definitions in the PG DD or correct the GENERATE statement to request a different transaction.

请先 登录 后评论

1 个回答

小智
PGU-35013:事务字符串 string(string)的缺少调用条目,
.原因:在PG DD中找不到事务定义 )下的调用条目。与事务相关联的呼叫条目(在先前的DEFINE TRANSACTION ... CALL(cname)中指定)可能已从PG DD中删除或更改。此消息之前可能是描述错误的特定消息。,
.操作:更正PG DD中请求的事务和/或调用定义,或更正GENERATE语句以请求其他事务。,
.
请先 登录 后评论