Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection problem when connecting to Sybase 15.5

Status
Not open for further replies.

Mahendra789

Programmer
Mar 9, 2012
3
AU
I am trying to connect an app developed on Power builder to sybase 15.5.

This is working on my desktop. But through laptop I'm not able to connect.

The transaction object used will be something like this

SQLCA.DBMS = "SYC"
SQLCA.SERVER = as_Servername
..
..
..

Is this a problem with DLL. Till recent sybase 12.5 is used now we started using sybase 15.5. I'm not sure whether the project available to me supports 15.5. can somebody tell me how to check and resolve this issue.
 
Sounds like a driver and/or PB deployment .dll issue. Verify the files used by the application on the desktop against those of the laptop.

Matt

"Nature forges everything on the anvil of time"
 
When I debug I see an error "Unable to initialize Client Library".

How to resolve this. I tried re-installing PB and it worked once and again afterwards I am facing same problem.

All other apps are working fine.
 
So the laptop worked only once after you re-installed? If so what did the application change after that initial session?

Matt

"Nature forges everything on the anvil of time"
 
I reinstalled all the PB related software packs like main install and other EBFs. Then it worked fine and next day when I tried opening same error encountered.

The exe I'm trying to open will take login credentials and entering and clicking on Login button I encounter this error.

The error is "Unable to Initialize Client Library". All other .net and excel related apps are able to connect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top