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.
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.