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 > Informix I-Connect, DBPing, ODBC Problems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-19-03, 09:17
pprince pprince is offline
Registered User
 
Join Date: May 2003
Posts: 60
Informix I-Connect, DBPing, ODBC Problems

I've got

$INFORMIXDIR/etc/sqlhosts

ol_wgs oltlitcp localhost sqlturbo
ol_wgs_shm olipcshm localhost srv_agent

/etc/services

sqlturbo 1526/tcp
srv_agent 1530/tcp

netstat -an|grep 1526
tcp 0 0 127.0.0.1.1526 *.* CLOSED
tcp 0 0 127.0.0.1.1526 *.* LISTEN

no error messages on online.log
$INFORMIXSERVER on client is ol_wgs

I have SCO SQL retriever working but just can't get the Informix Client ODBC to work.
I get a -908 error
I cannot telnet the listening port either.
Reply With Quote
  #2 (permalink)  
Old 05-19-03, 11:01
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
I would advise yo to change the tcp connection settings in you sqlhosts file.

Don't use localhost for tcp connections. Use the hostname or ip address.
This is the hostname where the poll thread will listen.

Change this and you will be able to connect
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 05-19-03, 11:06
pprince pprince is offline
Registered User
 
Join Date: May 2003
Posts: 60
If I change that will I need to just restart informix or tcp/ip aswell?

Regards

Paul
Reply With Quote
  #4 (permalink)  
Old 05-19-03, 11:10
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
I think you do.
probably.
__________________
rws
Reply With Quote
  #5 (permalink)  
Old 05-19-03, 11:11
pprince pprince is offline
Registered User
 
Join Date: May 2003
Posts: 60
many thanks will try this after hours, tonight
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