Jasperstudio MongoDB connection

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?
mjmapi's picture
125
Joined: Oct 6 2015 - 2:14am
Last seen: 2 months 2 weeks ago

1 Answer:

Still could not get it to work with JasperStudio so i downloaded a copy of iReport v5.6, tested and its working fine without any issues, suppose i will be using iReport for for the MongoDB developments.

 

mjmapi's picture
125
Joined: Oct 6 2015 - 2:14am
Last seen: 2 months 2 weeks ago
Feedback