Quote:
|
DIA3202C The TCP/IP call "connect" returned an errno="10060".
|
I don't have any experience with DB2 Connect on Windows but I read the log messages as this:
- DB2 Connect requests a network connection to the host
- WinSock, Windows socket driver returns an error because of a timeout
- the error gets reported in the db2diag.log
I'd first make sure that the Windows TCP/IP stack is patched up to date and monitor network performance at the time when those errors occur: check how fast your DNS server responds; if you can ping the host at all; run a tracert and see the delays.