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 > Attempt to connect to database server () failed when called from thread

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-14-03, 04:50
sgupta001 sgupta001 is offline
Registered User
 
Join Date: Sep 2002
Posts: 11
Attempt to connect to database server () failed when called from thread

I am using informix cli librraies to connect to a remote database. When I establish connections from the main thread it is fine. When I try to open a connection from a separate thread (after openning an initial set of connections from the main asw ell) it blocks and finally returns with the following error
[Informix][Informix ODBC Driver][Informix]Attempt to connect to database server (xyz2_net) failed.

The config are
localhost
----------
sqlhosts
xyz1 onipcshm hp1 sqlexec
xyz1_net onsoctcp hp1 sqlexec_net
xyz2_net onsoctcp 10.12.18.1 sqlexec_net

remote host (10.12.18.1)
----------------------------
sqlhosts
xyz2 onipcshm hp2 sqlexec
xyz2_net onsoctcp hp2 sqlexec_net

sqlexec_net runs on 9002 on both machines

Here is the log (online.log) from xyz2_net
17:18:16 listener-thread: err = -25573: oserr = 233: errstr = : Network driver cannot accept a connection on the port.
System error = 233.


Any help shall be greatly appreciated

Last edited by sgupta001; 07-14-03 at 05:39.
Reply With Quote
  #2 (permalink)  
Old 07-25-03, 09:43
jh1213 jh1213 is offline
Registered User
 
Join Date: Jul 2003
Location: Beijing China
Posts: 36
-25573 Network driver cannot accept a connection on the port.

A system call has failed. See the UNIX system administrator for
assistance.
__________________
MSN:jianghua1213@hotmail.com
Beijing China
http://www.91talk.net
http://www.91talk.com
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