Quote:
|
Originally Posted by bmarangoly
I did choose that option.
Could you give me some basics on cataloging the DB2 server manually. Do I do this where I installed DB2 Enterprise server (domino is on a separate machine). The DB2 ES is on Windows vista.
|
You need to catalog it on the client (which is Domino in your case). Make sure the DB2 client instance profile is executed, then type
Code:
db2 catalog tcpip node db2srv remote <ip address> server <port>
db2 catalog db <database> at node db2srv
Substitute the actual DB2 server IP address and port and a database that exists. Then try connecting, using the login ID that will be used by Domino to connect to DB2.