-
jhyde committed revision 291 to the olap4j SVN repository, changing 1 files.
2009-10-20 17:56:29 UTC by jhyde
-
Hi everyone
Im building a web reporting tool which access MSAS 2005 with OLAP4J, i use the folowing code in a main java class to test my connection to the server and execute a MDX query.
Class.forName("org.olap4j.driver.xmla.XmlaOlap4jDriver");
Connection connection =...
2009-10-19 20:36:09 UTC by jesuspineda
-
jhyde committed revision 290 to the olap4j SVN repository, changing 2 files.
2009-10-18 23:50:49 UTC by jhyde
-
jhyde committed revision 289 to the olap4j SVN repository, changing 1 files.
2009-10-18 06:35:47 UTC by jhyde
-
jhyde committed revision 288 to the olap4j SVN repository, changing 3 files.
2009-10-17 19:53:39 UTC by jhyde
-
Paul I just saw your comment dated 2009-10-16 13:42. I haven't tested against SSAS. If SSAS behaves differently -- e.g. if it to be always set inside -- then please reopen.
The behavior of the getCubes method has to be the same across all drivers and across all XMLA servers. If you pass in catalog=null to that method, we have no choice but to iterate over all...
2009-10-17 19:40:02 UTC by jhyde
-
Fixed in svn revision 287.
2009-10-17 09:06:36 UTC by jhyde
-
jhyde committed revision 287 to the olap4j SVN repository, changing 12 files.
2009-10-17 09:06:18 UTC by jhyde
-
just to make it clear, the in the was made by me manually, because i used a mixture of querying the metaData and using the connection.getCatalogs() at the same time.
the problem i see here is that you (probably, i don't know SSAS well enough) need to set the attribute to get all cubes in a SSAS environment.
but i'd rather not get all...
2009-10-17 00:42:29 UTC by pstoellberger
-
XmlaOlap4jConnection.java line 808, which Paul correctly says is at the heart of the problem, was added by Luc in revision 115 in response to this thread: https://sourceforge.net/forum/forum.php?thread_id=2248227&forum_id=577988
The JDBC doc for DatabaseMetaData.getSchemas is clear. It needs to return all schemas in all catalogs. Therefore we should not use Connection.getCatalog to restrict...
2009-10-16 21:40:33 UTC by jhyde