anjali, did you resolve your problem, because i have a same problem and i need your help please.
Hi guys, I noticed that the maven central https://mvnrepository.com/artifact/org.olap4j/olap4j only have 1.2.0 release and not the 1.3.0 at least. Curious why the new release is not published? In addition to the above, the Apache Xerces version 2.11.0 used in olap4j/1.2.0 has security vulnerabilities see https://github.com/olap4j/olap4j/issues/65 and I have created a PR https://github.com/olap4j/olap4j/pull/66 to up the version provided the newer version of Apache Xerces is compatible. The CI job...
wrong ordianls on NONEMPTY
HI, Have you found the solution ? How to call xmla script using olap4j? Please guide me .
Hi, Iam new to OLAP4j. Can anyone tell me how to connect Microsoft SSAS cube using XMLA script. I have some doubt : 1) Backup cube database using XMLA script 2) Executing cube process . Please guide me . Thanks, Vinoth
I am running into the same issue with SSAS , it creates close to 11K events for a simple MDX query. Is there any fix available yet for this expensive lookupMembersByUniqueName ? Thanks Ashish
I am running into the same issue with SSAS , it creates close to 11K events for a simple MDX query. Is there a fix available yet for this expensive lookupMembersByUniqueName ? Thanks Ashish
Hi, I think the issue is inside the connection string: Server: you don't have to...
I'm trying to use olap4j to connect with MS SQL but when it comes to a query i get...
Only via Pentaho Spreadsheet Services or Simba O2X.
Yes. It's Java. Java works everywhere.
Hi Does olap4j work with Excel? thx
Hi Does olap4j work on Mac? thx
olap4j-XMLA connection reset
I am currently looking to connect to an SAP BW instance (SAP Business Information...
How to add Sub level children
How to add the sub level children
Used OLAP4j to connect to SSAS and worked fine. The same doesn't work fine with Essbase...
I want query data from mining model with DMX,can i do it? or olap4j can query DMX...
i have Using OLAP4J connect to MS Analysis Service and i can execute ' SELECT FLATTENED...
Ok, thank you :)
It has moved to github: https://github.com/olap4j/olap4j
Hello, Is this project discontinued? I saw that there are not recently commits, and...
Hi Luc, I first tried both close input/output stream and disconnect HttpUrlConnection...
Hi Luc, I tried both close input/out stream and disconnect HttpUrlConnection approach...
Hi Jay, The XMLA driver relies on the core java.net classes. All of the code related...
Hi, We are using connection pool with olap4j to management connection. But when we...
Hello, I'd like to know if this issue is still active in the current version of olap4j....
Hello Steve, do you have the modified jar's. I'm having similar issues with a large...
Thank you very much for replay! This is xmla cube creation script. http://www.mssqltips.com/sqlservertip/2982/sql-server-2012-analysis-services-xmla/...
1) No. Olap4j is a 'consumer' API. 2) I do not know what XMLA scripts are. Can you...
I am new in olap4j. Just created my first "hello world" application - connecting...
It was really strange behavior in my controller logic, probably some wrong package....
Hi, I connect to OLAP SAAS with jdbc using standart way. URL like that "jdbc:xmla:Server=http://XXX/OLAP/msmdpump.dll;Catalog=YYY"...
Things like JdbcURL (and especially JdbcPassword) should be configured within the...
Thank you Julian. I simply added a servlet to my project. Would it be enough to make...
The missing piece is something to handle HTTP requests. olap4j-xmlaserver gives you...
Hi and happy new year, I'm trying to develop an XMLA Server based on Mondrian. I...
UnsupportedOperationException
It’s quite simple - getWarnings is not implemented in the XMLA driver. Can you log...
I am using c3p0 with olap4j to create connection pool in tomcat. I am using the following...
I am using c3p0 with olap4j to create connection pool in tomcat. I am using the following...
Does anybody have a solution to this problem ? I even tried to use the caption attribute,...
Hi Luc, Actually, we're working with Geomondrian, which I think uses an old version...
This description gets generated by Mondrian's XMLA rowset generator when the description...
Hi I am working on a project using olap4j and Mondrian. I use the XMLA driver because...
I have an excel sheet which is a view on a cube accessed via a pivot table. I am...
Dear Olap4J guys I have found this strange error when working with saiuku server...
I doubt that it's because you're on Linux. The code behaves pretty much the same...
Yes Julian. The cube name is valid which is present in the analysis server. I have...
The exception seems to occur when you call setCatalog. Is “sample_Cube” a valid catalog...
I wish to connect to SSAS 2012 using Java and have tried olap4j driver for the same....
I have not tried using query builder but looking at the API, I guess you have to...
DeferredNamedListImpl fix
Hi all, I'm having some problems building this query using the query model: SELECT...
Null pointer on XmlaOlap4jProperty using icCube OLAP Server.
Thanks Julian for replying. Just a follow up question, Why is then Children identified...
It’s a reasonable thing to want, but it goes beyond the remit (and knowledge) of...
While parsing using DefaultMdxParserImpl, why is Members not identified as Function...
Hello: Did you find the solution to this problem yet?
If you mean Mondrian running against an in-memory Hsqldb database, yes, that would...
Thanks Julian. After looking further, I am thinking of writing the contents of our...
You probably need to implement quite a large portion of the MDX language and XMLA...
Hi, I am working on a project that uses Coherence to create an aggregated cube-like...
Hi, I am working on a projet that uses Coherence to create an aggregated cube-like...
I have the following Member object (rowMbr). As you can see it has a property but...
I have the following Member object (rowMbr). As you can see it has a property but...
Yes, look at the query package. QueryAxis.filter() can do the filter, and QueryAxis.limit(LimitFunction.TopCount,...
Hi, Is the following type of query supported - SELECT {[Store Sales]} ON COLUMNS,...
In that case can you suggest how I can improve the performance of fetching values...
This isn't a method / feature that we have implemented. CellSet (ResultSet for olap)...
setFetchSize throws exception for PreparedOlapStatement
Xerces dependency
Fixed in https://github.com/olap4j/olap4j/commit/d01460d9408a6a8f7267d54172e5e276bbaf1924...
Support HTTP gzip encoding
Thanks for help
This is one example. https://github.com/lucboudreau/pentaho-platform/blob/870aa9c72437753669629eabb7c1d46b19e65362/extensions/src/org/pentaho/platform/web/servlet/PentahoXmlaServlet.java...
Can you post the output of org.olap4j.layout.RectangularCellSetFormatter and org.olap4j.layout.TraditionalCellSetFormatter...
Hi, I downloaded the master source of olap4j-xmlaserver then build, install and included...
with small queries, it is fine. select {([Measures].[Fact Climate Count])} on columns,...
Yes, I got from Julian Hyde, SimpleQuerySample.java
I am doing association rule mining on DataCubes. Right now i established the connection...
Sounds like the parser is not trying to match , and it should be. The same problem...
DefaultMdxParserImpl parses successfuly queries with syntax errors
Hi Vlad, No solution yet. I've just read the code and it's highly likely to create...
Hi all, There is still no solution to this issue (patches are not working). Is there...