Forum
Schade, leider fällt mir jetzt auf die Schnelle nix ein.
Nur so als Frage: Pingen lässt sich der DB-Server vom CLient aus?
Als "Inspiration" noch ein Auszug aus dem Troubleshooting-Guide zu DB2 :
"This section outlines some common troubleshooting tips that are related to TCP/IP.
SQL30081N received
Symptom
When trying to connect to a database from a client using TCP/IP and the connection fails, the message SQL30081N is often received with a protocol-specific error code ECONNREFUSED (often "10061" on Intel-based machines or "79" on UNIX-based environments).
Possible Cause
This error code indicates that the client connection was refused. (See the Message Reference for information on the other error codes of SQL30081N.)
Action
Ensure that:
[ ]
db2start was issued and the TCP/IP listener was started on the server. See Using the db2diag.log File to Diagnose Server Communication Problems, for more information.
[ ]
The TCP/IP stack is functional on both the client and the server.
The TCP/IP protocol tester, pctt, can be used to verify that the protocol works across the network. The tester can be found in the bin subdirectory of the sqllib directory.
Or, from the client, try using the ping command with the server’s host name.
[ ]
The directories are cataloged correctly. In particular, ensure that:
The database directory entry points to the correct node directory entry.
The service or port name in the svcename field in the node directory maps to the same port number as the svcename in the server’s database manager configuration.
Try cataloging the node by specifying the svcename as an available port number rather than as a service name.
The IP address or host name that is specified in the hostname field of the node directory is correct. (To verify the entry, use the ping command to test the host name or IP address.)
To verify and change directory entries, use:
The Client Configuration Assistant
The CATALOG DATABASE and CATALOG TCPIP NODE commands. See the Command Reference for more information.
[ ]
The TCP/IP services file is not corrupted, especially if you used a text editor to update it.
If you added the port settings line to the end the file, it must be followed by a blank line.
[ ]
The port number used is the same in the TCP/IP services files of the client and the server instance. The port number is uniquely defined within the TCP/IP services file.
"
Viel Glück!
Gruss,
Alex