WEB开发网
开发学院数据库DB2 DB2连接错误SQLEUCCM: SQL0969N 阅读

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 e

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

Tags:DB 连接 错误

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接