Greetings,
I need to connect from Linux to
this database
Thus I've installed IBM DB2 Runtime Client 8.1.2.160 (for Linux 2.6 kernel, 32-bit)
In the db2setup created instance -- db2inst1.
And now I'm trying to CATALOG DATABASE. But getting error:
Quote:
su db2inst1
db2
db2 => CATALOG TCPIP NODE ds_node REMOTE ddssaXP_virt SERVER 50000 REMOTE_INSTANCE DB2
SQL0965W There is no message text corresponding to SQL warning "512" in the message file on this workstation. The warning was returned from module "" with original tokens "".
db2 => TERMINATE
su db2inst1
db2
db2 => CATALOG DATABASE DS AS dsdb AT NODE ds_node AUTHENTICATION server
SQL1042C An unexpected system error occurred. SQLSTATE=58004
db2 => TERMINATE
|
What I'm doing wrong and how to do this right?
Best regards...