I am new to DB2 but I am currently doing a small project which involves two normal windows xp workstations both using DB2 Express C.
I keep getting the SQL30081N error.
I have researched why this error is caused and have done the following to try rectify this:
1. db2stop force, db2start - db2admin stop db2admin start
2. db2set - checked for db2comm=tcpip
3. check that the svcename was set to 50000
4. db2 -v update dbm cfg using svcename 50000
I have checked that on the remote database that the port 50000 was listening:
TCP 0.0.0.0:50000 0.0.0.0:0 LISTENING
Any help appreciated. Thanks
I keep getting the SQL30081N error.
I have researched why this error is caused and have done the following to try rectify this:
1. db2stop force, db2start - db2admin stop db2admin start
2. db2set - checked for db2comm=tcpip
3. check that the svcename was set to 50000
4. db2 -v update dbm cfg using svcename 50000
I have checked that on the remote database that the port 50000 was listening:
TCP 0.0.0.0:50000 0.0.0.0:0 LISTENING
Any help appreciated. Thanks
Comment