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 > Connection problem ESQL/C and ACC

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-07-06, 08:18
clientsope clientsope is offline
Registered User
 
Join Date: Feb 2006
Posts: 2
Connection problem ESQL/C and ACC

We have developed an application using ESQL/C and C++.

We have complied the ESQL/C component with esql and the C++ component with acc.

We then link edited using acc.

Finally we dployed the application - and this ran without problems on various HP-UX's on our environment.

We have now installed this application on a clieznt host and are now failing in a standard database connect.

-25590 Authentication error.

This error indicates that an invalid user ID or password was used to
connect to the database server. Provide a valid user ID and password.

This error can also occur if the CSM option is enabled on the database
server side but disabled on the client application side, or vice versa.
If you want to use a CSM, make sure that the CSM option is set in the
sqlhosts file for both the database server and client application.

As the server normally allows connections based on the unix login this suggests to us that we are missing an option for the link editor.

Any thoughts.
Reply With Quote
  #2 (permalink)  
Old 02-07-06, 13:28
clientsope clientsope is offline
Registered User
 
Join Date: Feb 2006
Posts: 2
Caused by the use ov the Xopen libraries.

These have been replaced with the earlier toolset.
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