I'm trying to connect to SpagoBI using a XMLA data source.
This is my JDBC URL:
jdbc:xmla:Server=http://localhost/olap/msmdpump.dll;
And I'm using this driver:
com.microsoft.sqlserver.jdbc.SQLServerDriver
I'm trying to connect to a SSAS cube. This is how the configuration looks like now:
But Tomcat keeps telling "no suitable driver found".
Any thoughts?
Thanks!
Update:
I wasn't using the correct driver. the SQLServerDriver is only for SQL Server, not for SSAS. Does anyone know what driver could I use?