DB2连接错误SQLEUCCM: SQL0969N
2008-09-03 16:27:46 来源:WEB开发网DB2 v8.2客户端连接任何DB2 Server出错:
SQL0969N There is no message text corresponding to SQL error "-2079391743" in
the message file on this workstation. The error was returned from module
"SQLEUCCM" with original tokens "".
事实上,使用客户端instance owner运行db2 connect一切正常,当使用其它用户source instance owner的db2profile之后,运行db2 connect出现以上错误,即使将此用户加入到instance owner 的group 也是同样错误。Google到问题产生的原因:
SQLEUCCM error message for DB2 - Coffee|Code : Dan Scott, Caffeinated Librarian Geek
我这里的原因与上文有点差别,我更改了客户端instance的参数DFTDBPATH,其默认在instance owner的HOME,我将其更改为其它路径/db2,这个目录的owner为root,通过group db2授权给客户端instance owner,所有的数据库数据文件将被创建在这个目录下的子目录,子目录与instance owner 同名,虽然子目录完全属于instance owner,并且instance owner也是其父目录/db2的group成员(对group成员授与了完全权限),DB2客户端还会要求似乎不需要的权限,并报出以上错误。
对上面的简单描述:
DB2 v8.2客户端instance owner and group: db2amor:db2amor (用户db2amor 也是group db2的成员)
DFTDBPATH与权限: /db2 root:db2 770
instance数据路径与权限: /db2/db2amor db2amor:db2amor 775
使用其它用户source db2amor的db2profile 之后连接数据库出错,即使将其加入db2amor group 成员也不行。
我的解决方法与上文也有差别,我将需要使用DB2客户端的用户加入DFTDBPATH 所属group: db2(不需要加入instance owner group: db2amor)
# usermod -aG db2 USER_NAME
产生前面的问题,是因为我使用了DB2 Server instance中的客户端。其实有个更好的方法避免上述的问题,就是创建独立的DB2客户端instance,无论是v8还是v9,这就根本上避免了我们不希望的权限请求。
# /opt/IBM/db2/V8.1/instance/db2icrt -s client INSTANCE_NAME
- ››db2 对float类型取char后显示科学计数法
- ››DB2中出现SQL1032N错误现象时的解决办法
- ››DB2 锁升级示例
- ››db2诊断系列之---定位锁等待问题
- ››db2 命令选项解释
- ››连接各种数据库的URL和DRIVER
- ››连接上192.168.1.1没账号输入框
- ››DB2 最佳实践: 使用 DB2 pureXML 管理 XML 数据的...
- ››DB2 9.5 SQL Procedure Developer 认证考试 735 准...
- ››DB2 9.5 SQL Procedure Developer 认证考试 735 准...
- ››DB2 9.5 SQL Procedure Developer 认证考试 735 准...
- ››DB2 基础: 表空间和缓冲池
赞助商链接