Greetings,
I'm having a bit of trouble with a small web service I've been writing, specifically with the connectivity aspect of the service.
My scenario is as follows :
I'm using the IBM iSeries Access ODBC driver to connect to an iSeries (i5/OS, V5R4) midrange box. I've used this driver and a similar DSN in the past with no problems.
When an attempt to open a connection is made, an exception is thrown with the following message -
This error message struck me as particularly odd, given that I'm using the same host name in other connection strings and DSNs without any hitches. I've verified I can reach the AS/400 in question, and that the AS/400 allows remote ODBC connections for the user name I'm supplying. I've also tried using the IP address of the system in question, with no results.
Additionally, I've verified that my hosts file contains an entry for the AS/400 in question (although I've never needed one in the past.)
Any help or insight would be greatly appreciated,
SeligErasmus
I'm having a bit of trouble with a small web service I've been writing, specifically with the connectivity aspect of the service.
My scenario is as follows :
I'm using the IBM iSeries Access ODBC driver to connect to an iSeries (i5/OS, V5R4) midrange box. I've used this driver and a similar DSN in the past with no problems.
When an attempt to open a connection is made, an exception is thrown with the following message -
Code:
ERROR [08S01] [IBM][iSeries Access ODBC Driver]Communication link failure. comm rc=11001 - CWBCO1004 - Remote address could not be resolved
Additionally, I've verified that my hosts file contains an entry for the AS/400 in question (although I've never needed one in the past.)
Any help or insight would be greatly appreciated,
SeligErasmus
Comment