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 > error with informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-06-04, 03:50
vineetu1 vineetu1 is offline
Registered User
 
Join Date: Oct 2004
Posts: 2
error with informix

Our Informix database in the development server is not working since past two days.

After starting the services 1) Informix Server Discovery Process for SNMP 2) Informix Dynamic Server Message Service when I start Informix IDS 2000 - ol_testbaan it stops immediatey.

It shows the following error
1) In windows event viewer :
----------------------------
ol_testbaan : listener-thread: err = -931: oserr = 0: errstr = turbo: Cannot locate turbo service/tcp service in /etc/services.

2) In informix log :
---------------------
13:03:53 listener-thread: err = -931: oserr = 0: errstr = turbo: Cannot locate turbo service/tcp service in /etc/services.

13:03:53 Attempting to bring listener thread down.

13:03:53 Server stopped.

13:03:53 Informix Dynamic Server 2000 Stopped.


I have referred the Informix Errors file where the following has been given for -931 error.
************************************************** ******************
-931

Cannot locate servicename service/tcp service in /etc/services.

The service servicename is not listed in the network configuration file /etc/services (UNIX) or (DOS). Check the $INFORMIXDIR/etc/sqlhosts file, and check that the service name for the desired server is correct. If so, contact your network administrator to find out why the service is not known. If you are using INFORMIX-OnLine for NetWare, check the file on the client for the required entries.

************************************************** ***************

I did not find the sqlhosts file in the informix directory.

I have also checked the entry in winnt/system32/drivers/etc/services file
"turbo 1526/tcp #ol_testbaan"


Kindly let me know how to solve this.
Reply With Quote
  #2 (permalink)  
Old 10-06-04, 11:06
artemka artemka is offline
Registered User
 
Join Date: May 2004
Location: New York
Posts: 248
you should have the same entry in the /etc/services file on the unix side.
sqlhosts file is located in $INFORMIXDIR/etc check that you have the "turbo" entry in there also
Reply With Quote
  #3 (permalink)  
Old 10-11-04, 00:01
vineetu1 vineetu1 is offline
Registered User
 
Join Date: Oct 2004
Posts: 2
every thing is ok.

In Windows 2000 there is no SQLHOST FILE.

(If I am not wrong) The entry is in Registery

[HKEY_LOCAL_MACHINE\SOFTWARE\Informix\SQLHOSTS]
[HKEY_LOCAL_MACHINE\SOFTWARE\Informix\SQLHOSTS\ol_t estbaan]
"HOST"="VINEET"
"OPTIONS"=""
"PROTOCOL"="olsoctcp"
"SERVICE"="turbo"

Could there be some problem with the Windows OS. Probably it is not allowing to start the service turbo ?. The port used by turbo is 1526.
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