vba AS400 数据库 - 错误 - PWS9801 - 功能被用户出口程序拒绝
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15386562/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
AS400 database - Error - PWS9801 - Function rejected by user exit program
提问by Developer
I am trying to read data from AS400 database on a remote machine using ODBC driver and VBA. I could successfully establish the connection, but none of the queries return data. All the queries run into the error "[IBM] [System i Access ODBC Driver] [DB2 for i5/OS] PWS9801 - Function rejected by user exit program in library SQLSECR0 QSYSMCD". Please help me...
我正在尝试使用 ODBC 驱动程序和 VBA 从远程机器上的 AS400 数据库读取数据。我可以成功建立连接,但没有任何查询返回数据。所有查询都遇到错误“[IBM] [System i Access ODBC 驱动程序] [DB2 for i5/OS] PWS9801 - 函数被库 SQLSECR0 QSYSMCD 中的用户出口程序拒绝”。请帮我...
回答by Buck Calabro
There is a security program (called an exit program) on the IBM i side which is denying you access. You need to get clearance from the IBM administrators.
IBM i 端有一个拒绝您访问的安全程序(称为退出程序)。您需要获得 IBM 管理员的许可。