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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Integrating Crystal into Java app

Status
Not open for further replies.

plarson3

Vendor
Sep 3, 2004
26
US
We have Crystal reports integrated into our Java application. Crystal report connects to the database via JNDI datasource. So far we got it all working on Oracle but now we would like to run same reports on MS SQL Server. After pointing JNDI datasource to MS SQL Server we started getting an error: "Unsupported JNDI Object". Simple java test to lookup JNDI datasource and obtain connection from it works fine but Crystal report fails.

Does anyone run into similar problem? Any ideas what could be wrong? We did tried different jdbc drivers (from microsoft and bea weblogic) but without much success.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top