Forum Discussion
Connecting to Informix
- 9 years ago
Hi AlexBrisebois,
The error indicates an EXCSAT_FAILURE, a protocol DRDA error from a Informix server.
IBM Informix Server supports multiple client-to-server network connectivity protocols: (1) proprietary IBM Informix client-to-server protocol; and (2) industry-standard Distributed Relational Database Architecture (DRDA). The IBM ODBC Driver for Informix supports both. The Microsoft Connector for Informix supports DRDA only.
You need to configure the Informix Server to be “DRDA enabled”, and to listen for in-bound client TCP/IP network connections on a “DRDA port” (default port number is 9089). Here is a similar thread for your reference.:smileyhappy:
Regards
Hi AlexBrisebois,
The error indicates an EXCSAT_FAILURE, a protocol DRDA error from a Informix server.
IBM Informix Server supports multiple client-to-server network connectivity protocols: (1) proprietary IBM Informix client-to-server protocol; and (2) industry-standard Distributed Relational Database Architecture (DRDA). The IBM ODBC Driver for Informix supports both. The Microsoft Connector for Informix supports DRDA only.
You need to configure the Informix Server to be “DRDA enabled”, and to listen for in-bound client TCP/IP network connections on a “DRDA port” (default port number is 9089). Here is a similar thread for your reference.:smileyhappy:
Regards
Hi,
We are having a very similar issue. how do we go about configuring the client in the way you suggest?
thanks