Forum Discussion
Connecting to Informix
- 10 years ago
Hi, a few things worth mentioning:
- The default port number is 9089. If the server isn't on that port, can you make sure specifying the correct port number?
- Can you make sure you can connect to your Informix server from your machine using TCP/IP? Also can you make sure the server name can be resolved by dns?
- Can you make sure you're not specifying the server name with "http://" at the beginning?
- It could be a firewall issue on the server, can you check that as well?
It looks like a connection issue and there must be some configuration mistake somewhere, but with the very limited details I have, I can't point you to a specific direction.
Thanks
Hi, a few things worth mentioning:
- The default port number is 9089. If the server isn't on that port, can you make sure specifying the correct port number?
- Can you make sure you can connect to your Informix server from your machine using TCP/IP? Also can you make sure the server name can be resolved by dns?
- Can you make sure you're not specifying the server name with "http://" at the beginning?
- It could be a firewall issue on the server, can you check that as well?
It looks like a connection issue and there must be some configuration mistake somewhere, but with the very limited details I have, I can't point you to a specific direction.
Thanks
We actually managed to figure it out! We had to open the ports and then we put the ip address and specified the 9089 port in the server box along with the database name we had been using. Then just had to use the right credentials. Thank you for helping us identify the problems. We are extremely excited to use this connection in our business!
- arify10 years agoMicrosoft Employee
Nice! Have fun :)