• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting Sybase Connection in WAS 6.1

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I try to connect to a Sybase server from my machine.

When I do a direct connection from Java, I am able to connect to the Sybase server.

Also, when i configure it as a ODBC connection, and try to do a Test Connection, the result is successful.

But, when i try to configure it as a Datasource in WAS server, i am getting the error message " java.sql.SQLException: JZ00L: Login failed. Examine the SQLWarnings chained to this exception for the reason(s)."

My WAS version is 6.1.

What could be the possible reasons for this?

I checked my user id and password supplied to WAS and it is correct.

My question is, when I am able to connect through ODBC, why am I not able to connect to the Sybase sever as a Datasource from WAS?

Please help me out....
 
reply
    Bookmark Topic Watch Topic
  • New Topic