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 Connectivity

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-02, 05:16
jasti_cnu jasti_cnu is offline
Registered User
 
Join Date: Nov 2002
Location: Hyderabad, India
Posts: 7
Arrow Informix Connectivity

Hi,
My problem is: I have installed Informix Dynamic Server9.3 on my Sun Solaris Server with default protocol "ontlitcp" later on my client system I installed Informix Client SDK and Informix Server Studio to connect to the Informix Server. my Client is Windows2000 prof. and after installation I found that the protocol list consists of "olsoctcp" but not "ontlitcp". So I could not estabilsh connection between my client and Server. So please provide me a solution either comfiguring my Informix Server to the "onsoctcp" protocol because it is available in my client software or give me a solution to connect to my server at your earliest convinience.
regards,
Jasti
Reply With Quote
  #2 (permalink)  
Old 11-05-02, 12:37
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

servicename,protocol,port list in your sqlhosts file is the way that Database server provide network service but it isn't the protocol that client connect to your Database server

List of item in sqlhosts file can tell you(this machine) , How to connect to another server/service for its or Your service can connect to network by this way ,it doesn't depend on another machine it's for you machine(server/service)

so Your Sun machine use ontlitcp to connect to network
and Your Windows 2000 prof use onsoctpc to connect network
now I think they can reach together
Reply With Quote
  #3 (permalink)  
Old 11-07-02, 04:08
SkuRal SkuRal is offline
Registered User
 
Join Date: Oct 2002
Posts: 6
I think what you should do is to change the protocol you're using at the server-side to the same ( onsoctcp ) as you're using at the client. The change is done in the onconfig file found at %INFORMIXDIR%/etc .

You would find the parameter you're looking for named NETTYPE.
set this to soctcp,1,,NET.

There is also a tool called setnet found in your %INFORMIXDIR%/bin
used to setup the parameters for the server.

I'm using WINNT for my servers, so some things may differ a bit, but the idea is the same.

Hope this helps.
Regards
/Ralph
Reply With Quote
  #4 (permalink)  
Old 11-15-02, 04:35
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Are you still having this problem?
__________________
rws
Reply With Quote
  #5 (permalink)  
Old 11-16-02, 08:30
jasti_cnu jasti_cnu is offline
Registered User
 
Join Date: Nov 2002
Location: Hyderabad, India
Posts: 7
completed

Quote:
Originally posted by Roelwe
Are you still having this problem?

The issue is completed. I have configured by trail and error method. The problem was with port number.
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