I'm trying to use JasperSoft Studio or JasperSoft Server to connect to a Cosmos database but I'm not seeing a driver for it. Is there a way to connect to a Cosmos Db?
1 Answer:
Is there JDBC jar available to Cosmos database then you connect to that database. There is option is jasper server as well as in studio to upload JDBC jar then you can connect to that database if there is no jdbc driver available then there is no chance you can connect from Jasper server or jasper studio.
I am pasting here option of Jasper server.
click on select driver
then popup will come then select
upload driver
After Successfull upload then use driver name
jdbc:cassandra://
jdbc:cosmosdb:AccountEndpoint=myAccountEndpoint;AccountKey=myAccountKey;
I hope you understand.
Thank you