Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Informix > Isql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-03, 09:54
Ramesh Ramesh is offline
Registered User
 
Join Date: Aug 2002
Location: INDIA
Posts: 24
Unhappy Isql

Hi All,

DBACCESS works in the system ( IDS 9.3 , solaris 8)
but not ISQL. The error it says is : 25588 cannot connect to Dynamic Server.

What could be wrong?

Regards,
Ramesh
Reply With Quote
  #2 (permalink)  
Old 01-13-03, 11:08
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
There have been problems with applications connecting
to Informix which have been created with some older
versions of the ClientSDK on Solaris 8.

I guess that your ISQL version has been build with
an older CSDK. You might need to upgrade your
ISQL to a newer version.

A temporary workaround might be to configure a shared memory
(onipcshm) or pipe connection (onipcstr) and set your
INFORMIXSERVER to this dbserver before starting 'isql'.


HTH.

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
  #3 (permalink)  
Old 02-04-03, 15:01
chelseawww chelseawww is offline
Registered User
 
Join Date: Feb 2003
Posts: 7
Ramesh,

What are the last 3 alphanumeric sequence of your ISQL and
Informix database engine version number ? For example,
IDS 9.21- UC5, the UC5 is the sequence we are looking for.
Likewise, ISQL 7.30- UC7, the UC7 is the sequence.

Fred
Reply With Quote
  #4 (permalink)  
Old 03-06-03, 08:37
Ramesh Ramesh is offline
Registered User
 
Join Date: Aug 2002
Location: INDIA
Posts: 24
Red face

Sorry for the delay in replying :

For ISQL :

INFORMIX-SQL Version 7.30.FC7

Informix Dynamic Server Version 9.30.UC2

Is the problem due to FC7 and UC2 are not matching?

Regards,
Ramesh
Reply With Quote
  #5 (permalink)  
Old 03-08-03, 09:50
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
ISQL seems to be a 64-Bit-Version (FC) and your IFMX databaseserver is a 32-Bit-Version (UC).

You can't use the shared-memory-connection to
connect from your your 64-bit-client to a 32-Bit but
a TCP connection might work (so forget my earlier post,
because I didn't know that you have a 64-bit-client).

Try to configure a TCP connection (i.e. DBSERVERALIASES
in $ONCONFIG and additional entry in sqlhosts-file) and
test the connectivity thru dbaccess and isql.

However you might also consider changing your FC-version
of isql to an UC-version. A 64-bit version of isql makes no
sense from my point of view.
__________________

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
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

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