I am currently using CrystalREports 2013.
I have following configuration in CRConfig.xml file
<JDBCURL>localhost:27017</JDBCURL>
<JDBCClassName>jdbc:mongodb</JDBCClassName>
I have also copied the mongo-2.10.1.jar file in the lib directory under C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib folder.
downloaded mongo-2.10.1.jar from https://github.com/mongodb/mongo-java-driver/downloads
When I open Crystal Reports and open new crystal reports. I try to connect to JDBC(JNDI) through the available Datasources option, upon click of finish, I get following error.. Failed to open the connection. Details: JDBC driver not found.
Some help in configuration in CRConfig.xml would be of great help.