Hi, I've a question about DB2 and jdbc:
Which port use Jdbc for communicate with DB2?
This is the ErrorCode with the explanation by http://snipurl.com/cd02
CLI0616E Error opening socket.
Explanation: Cannot open the socket to server, server may be down.
User Response: Ensure JDBC server is up, and rerun your program.
Thanks Willy
PS: Excuse me for my English ;-)
dotyet - 31 Jan 2005 01:56 GMT
default port is 6789
you assign some other port by giving command
db2jstrt <port_number>
regards,
dotyet
Willy - 31 Jan 2005 08:12 GMT
thank you :)
Thiru - 31 Jan 2005 10:17 GMT
Hi,
By default it uses the port 6789 i guess. Use can view that using
command "netstat -a"
Warm Regards,
Thiru