I try to create Mondrian Datasource to review data in Saiku Report but prompted error in execution with SQLServerException: Invalid object name ‘dbo.GLPOST’.
Hope that anyone able to help.
Mondrian Datasource configure as below ;-
URL : jdbc:mondrian:Jdbc=jdbc:sqlserver://192.8.8.21:1433
did you solve this problem?
If not, please try using jdbc:mondrian:Jdbc=jdbc:sqlserver://192.8.8.21:1433;jdbc.databaseName=yourDB as a connection URL. (note the jdbc prefix before your databaseName parameter)
If this doesn’t work, you can select the default database for the user your are connecting from in SQL Server → Security → Logins → your user. But the URL should work.
Please let me know if this works.