If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > DSN to connect to remote informix database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-20-08, 10:49
gvkamath gvkamath is offline
Registered User
 
Join Date: Sep 2005
Posts: 5
DSN to connect to remote informix database

I am absolutely new to informix and informix dynamic server 11.5 (Just started 3 days ago).

I have a question on creating a DNS for remote informix dynamic server 11.50 TC2TL.
This is on Win2003 operating system and the system from which I want to make a connection is also having win2003 OS

The following are the details of my remote server that has informix dynamic server
Informix Server: X_Informix_server
Host: X_Dabba
Port: 9088
service: X_svc_custom
user: administrator
passowrd: xPassword

Ultimately I want to be able to connect to a database called x_Informix_db that has a table x_t_Table

I am able to create a DSN on the local machine (as a test case) but from a remote machine i am not getting the credentials correct.

When I do that i get the following error

"Cannot locate X_svc_custom service/tcp service in /etc/services".


any help is appreciated.

regards
Gautham

Last edited by gvkamath; 10-20-08 at 11:36.
Reply With Quote
  #2 (permalink)  
Old 10-21-08, 01:30
Patrick Kong Patrick Kong is offline
Registered User
 
Join Date: Jul 2008
Posts: 8
Hi Gautham,

Seems service is missing in service file on windows 2003.

Open C:\WINDOWS\system32\drivers\etc\services in notepat and compare the one on your local PC.
If you are running window XP, it will be in same location.

The one on your local PC should have line like
X_svc_custom 9088/tcp

Just copy it and paste to the window 2003 service file, save it and try.

Good luck.

Regards
Patrick
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On