在线请教关于makefile的问题
来源: 互联网 发布时间:2017-01-20
本文导语: 我的数据库环境是:DB2/HPUX-IA64 9.7.3 写了一个程序,在原有的账户和路径下编译成功。现在还是在同一台服务器上,只是更换了账户和路径(makefile中已经对账户和路径做了相应的修改),重新编译报如下问题: SQL30...
我的数据库环境是:DB2/HPUX-IA64 9.7.3
写了一个程序,在原有的账户和路径下编译成功。现在还是在同一台服务器上,只是更换了账户和路径(makefile中已经对账户和路径做了相应的修改),重新编译报如下问题:
SQL30082 Security processing failed with reason "24"("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE = 08001
SQL0104N An unexpected token "END-OF-STATEMENT" was found following "QUALIFIER".Expected tokens may include :“identifier”.SQLSTATE = 42601
***Error exit code 4 (ignored)*****
LINE MESSAGE FOR ecrsrpt.bnd
---- -------------------------------------------------------------------
SQL0061W The binder is in progress
SQL1024N A datebase connection does not exit
SQLSTATE = 08003
SQL0082C An error has occurred which has terminated processing
SQL0092n no package was created because of previous errors.
-------------------------------------------------------------------------------
请帮忙分析下,在线等待!(第一次发帖,不知道自己有多少分,暂时按50吧)
写了一个程序,在原有的账户和路径下编译成功。现在还是在同一台服务器上,只是更换了账户和路径(makefile中已经对账户和路径做了相应的修改),重新编译报如下问题:
SQL30082 Security processing failed with reason "24"("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE = 08001
SQL0104N An unexpected token "END-OF-STATEMENT" was found following "QUALIFIER".Expected tokens may include :“identifier”.SQLSTATE = 42601
***Error exit code 4 (ignored)*****
LINE MESSAGE FOR ecrsrpt.bnd
---- -------------------------------------------------------------------
SQL0061W The binder is in progress
SQL1024N A datebase connection does not exit
SQLSTATE = 08003
SQL0082C An error has occurred which has terminated processing
SQL0092n no package was created because of previous errors.
-------------------------------------------------------------------------------
请帮忙分析下,在线等待!(第一次发帖,不知道自己有多少分,暂时按50吧)
|
SQL30082 Security processing failed with reason "24"("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE = 08001
还是你db2实例名用户的问题嘛,可以看下你的instance,然后查看下登录日志
还是你db2实例名用户的问题嘛,可以看下你的instance,然后查看下登录日志