Hi Guys,
please help, im struggling to connect to my MongoDB using jasperstudio, v 6.2, the strange thing is i have tested and can connect
from the server, my connections are as below
JasperStudio
I have tried the variations below with no success, i keep getting the error
Reason: java.lang.classnotfoundexception:tibcsoftware.jdbc.mongodb.mongodbdriver
JDBC driver - tibcosoftware.jdbc.mongodb.MongoDBDriver
jdbc:tibcosoftware:mongodb:////server1:27017,server2:27017;SchemaDefinition=movies
jdbc:tibcosoftware:mongodb:////server1:$27017,server2:$27017;SchemaDefinition=movies
jdbc:tibcosoftware:mongodb:////erver1:27017;SchemaDefinition=movies
JasperServer
mongodb://server1:27017,ocld-server2:27017/movies
//this works fine when using Mongo DB data source
Please let me know what i might be doing wrong?