I'm using XMLA connect v1.0.0.83.
When I try to add a dimension that contains property in Excel I get an error.
Everything works OK if I remove a property from schema.
Is it a bug or am I doing something wrong?
2015-07-27 19:28:42,097 ERROR [mondrian.xmla.XmlaServlet] Errors when handling XML/A message
mondrian.xmla.XmlaException: Mondrian Error:XMLA MDX parse failed
at mondrian.xmla.XmlaHandler.executeQuery(XmlaHandler.java:1704)
at mondrian.xmla.XmlaHandler.execute(XmlaHandler.java:759)
at mondrian.xmla.XmlaHandler.process(XmlaHandler.java:674)
at mondrian.xmla.impl.DefaultXmlaServlet.handleSoapBody(DefaultXmlaServlet.java:507)
at mondrian.xmla.XmlaServlet.doPost(XmlaServlet.java:318)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoWebContextFilter.doFilter(PentahoWebContextFilter.java:185)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoRequestContextFilter.doFilter(PentahoRequestContextFilter.java:87)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.security.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:191)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
at org.pentaho.platform.web.http.security.PentahoBasicProcessingFilter.doFilterHttp(PentahoBasicProcessingFilter.java:115)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.security.HttpSessionReuseDetectionFilter.doFilter(HttpSessionReuseDetectionFilter.java:133)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.filters.HttpSessionPentahoSessionIntegrationFilter.doFilter(HttpSessionPentahoSessionIntegrationFilter.java:263)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175)
at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SystemStatusFilter.doFilter(SystemStatusFilter.java:55)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:114)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.WebappRootForwardingFilter.doFilter(WebappRootForwardingFilter.java:70)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoPathDecodingFilter.doFilter(PentahoPathDecodingFilter.java:34)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:620)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassCastException: mondrian.mdx.MemberExpr cannot be cast to mondrian.mdx.UnresolvedFunCall
at mondrian.olap4j.MondrianOlap4jCellSetAxisMetaData.<init>(MondrianOlap4jCellSetAxisMetaData.java:69)
at mondrian.olap4j.MondrianOlap4jCellSetMetaData.<init>(MondrianOlap4jCellSetMetaData.java:50)
at mondrian.olap4j.MondrianOlap4jStatement$1.execute(MondrianOlap4jStatement.java:368)
at mondrian.olap4j.MondrianOlap4jStatement$1.execute(MondrianOlap4jStatement.java:360)
at mondrian.server.Locus.execute(Locus.java:86)
at mondrian.server.Locus.execute(Locus.java:71)
at mondrian.olap4j.MondrianOlap4jStatement.parseQuery(MondrianOlap4jStatement.java:356)
at mondrian.olap4j.MondrianOlap4jPreparedStatement.<init>(MondrianOlap4jPreparedStatement.java:64)
at mondrian.olap4j.FactoryJdbc4Plus$AbstractPreparedStatement.<init>(FactoryJdbc4Plus.java:682)
at mondrian.olap4j.FactoryJdbc41Impl$MondrianOlap4jPreparedStatementJdbc41.<init>(FactoryJdbc41Impl.java:188)
at mondrian.olap4j.FactoryJdbc41Impl.newPreparedStatement(FactoryJdbc41Impl.java:70)
at mondrian.olap4j.MondrianOlap4jConnection.prepareOlapStatement(MondrianOlap4jConnection.java:505)
at mondrian.xmla.XmlaHandler.executeQuery(XmlaHandler.java:1700)
... 73 more
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We tried to reproduce your problem, but with our setup everything works. You can find in the attachments the schema that we used and a print screen with a dimension with properties in the Pivot Table report.
I think there is something wrong with your setup. We need the following information so we can solve your problem:
Excel version.
Pentaho version.
The hole schema.
You can send the information at support@arquery.com or just reply here.
I think there is no need to atach my schema because I get the same error with SteelWheels schema that comes preinstalled with Pentaho (I tryed it after reading your post.)
Only difference is that with SteelWheels schema I get an error when I try to open the third level (Product) of Product hierarchy, which make sense, because they have property on that level and I have a property on the first level.
To dismiss the possibility of problems with my (customized) Pentaho installation, I also tried the same thing with the clean installation of Pentaho 5.4.0.1 and got the same error.
P.S. I get the same error with older releases of XMLA Connect (tested with .59 and .80.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When encountering an error while adding a dimension that contains a property in a software application, it typically indicates an issue with how the property is defined, mapped, or implemented within the context of the dimension. This could arise due to mismatched data types, missing property configurations, or constraints sharp copier repair near me in the system's data model. To resolve this, ensure that the property is correctly defined in the source system or dataset, is compatible with the dimension's requirements, and adheres to any validation rules. Reviewing system logs, consulting documentation, or verifying schema definitions can also help pinpoint the root cause and guide appropriate adjustments.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An error occurred while attempting to add a dimension that contains a property, likely due to a conflict in data structure or compatibility within the system. This issue can arise if the property in question is not properly defined, does not align digital lifestyle hong kong with the expected data format, or if there are constraints preventing its association with the selected dimension.
Last edit: addisonjerry79 2025-05-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When you encounter an error while adding a dimension that contains a property, it usually means there’s a conflict or mismatch in the data model—often due to property duplication or unsupported data types. Double-check the schema and ensure that the property isn’t already being used elsewhere. In digital workflows, avoiding errors and optimizing file performance is key. That’s why, just like fixing data model issues, compressing image files helps improve speed and efficiency. If you're working with large JPEG files, try using our JPEG compress online for free tool. It reduces file size without losing quality—ideal for faster uploads, storage savings, and quicker sharing. No software installation needed; just upload your image and compress it in seconds. Whether you're managing data structures or digital assets, smart tools like this help streamline your work and avoid unnecessary slowdowns. Give your JPEGs a performance boost online—for free.
Last edit: Unknownop 2025-05-04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using XMLA connect v1.0.0.83.
When I try to add a dimension that contains property in Excel I get an error.
Everything works OK if I remove a property from schema.
Is it a bug or am I doing something wrong?
Schema fragment:
<Dimension type="StandardDimension" visible="true" highCardinality="false" name="Korisnik">
<Hierarchy name="Korisnik" visible="true" hasAll="true" allMemberName="Svi korisnici" primaryKey="korisnici_id">
<Table name="korisnici" schema="lczaj">
</Table>
<Level name="Korisnik" visible="true" column="naziv" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never">
<Property name="Naziv 2" column="naziv2" type="String">
</Property>
</Level>
</Hierarchy>
</Dimension>
Error in Pentaho log file:
2015-07-27 19:28:42,097 ERROR [mondrian.xmla.XmlaServlet] Errors when handling XML/A message
mondrian.xmla.XmlaException: Mondrian Error:XMLA MDX parse failed
at mondrian.xmla.XmlaHandler.executeQuery(XmlaHandler.java:1704)
at mondrian.xmla.XmlaHandler.execute(XmlaHandler.java:759)
at mondrian.xmla.XmlaHandler.process(XmlaHandler.java:674)
at mondrian.xmla.impl.DefaultXmlaServlet.handleSoapBody(DefaultXmlaServlet.java:507)
at mondrian.xmla.XmlaServlet.doPost(XmlaServlet.java:318)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoWebContextFilter.doFilter(PentahoWebContextFilter.java:185)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoRequestContextFilter.doFilter(PentahoRequestContextFilter.java:87)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.security.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:191)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
at org.pentaho.platform.web.http.security.PentahoBasicProcessingFilter.doFilterHttp(PentahoBasicProcessingFilter.java:115)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.security.HttpSessionReuseDetectionFilter.doFilter(HttpSessionReuseDetectionFilter.java:133)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.filters.HttpSessionPentahoSessionIntegrationFilter.doFilter(HttpSessionPentahoSessionIntegrationFilter.java:263)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175)
at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SystemStatusFilter.doFilter(SystemStatusFilter.java:55)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:114)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.WebappRootForwardingFilter.doFilter(WebappRootForwardingFilter.java:70)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoPathDecodingFilter.doFilter(PentahoPathDecodingFilter.java:34)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:620)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassCastException: mondrian.mdx.MemberExpr cannot be cast to mondrian.mdx.UnresolvedFunCall
at mondrian.olap4j.MondrianOlap4jCellSetAxisMetaData.<init>(MondrianOlap4jCellSetAxisMetaData.java:69)
at mondrian.olap4j.MondrianOlap4jCellSetMetaData.<init>(MondrianOlap4jCellSetMetaData.java:50)
at mondrian.olap4j.MondrianOlap4jStatement$1.execute(MondrianOlap4jStatement.java:368)
at mondrian.olap4j.MondrianOlap4jStatement$1.execute(MondrianOlap4jStatement.java:360)
at mondrian.server.Locus.execute(Locus.java:86)
at mondrian.server.Locus.execute(Locus.java:71)
at mondrian.olap4j.MondrianOlap4jStatement.parseQuery(MondrianOlap4jStatement.java:356)
at mondrian.olap4j.MondrianOlap4jPreparedStatement.<init>(MondrianOlap4jPreparedStatement.java:64)
at mondrian.olap4j.FactoryJdbc4Plus$AbstractPreparedStatement.<init>(FactoryJdbc4Plus.java:682)
at mondrian.olap4j.FactoryJdbc41Impl$MondrianOlap4jPreparedStatementJdbc41.<init>(FactoryJdbc41Impl.java:188)
at mondrian.olap4j.FactoryJdbc41Impl.newPreparedStatement(FactoryJdbc41Impl.java:70)
at mondrian.olap4j.MondrianOlap4jConnection.prepareOlapStatement(MondrianOlap4jConnection.java:505)
at mondrian.xmla.XmlaHandler.executeQuery(XmlaHandler.java:1700)
... 73 more
Hi,
We tried to reproduce your problem, but with our setup everything works. You can find in the attachments the schema that we used and a print screen with a dimension with properties in the Pivot Table report.
I think there is something wrong with your setup. We need the following information so we can solve your problem:
Excel version.
Pentaho version.
The hole schema.
You can send the information at support@arquery.com or just reply here.
Hi,
I'm using:
- Excel 2013
- Windows 8.1 x64
- Pentaho 5.4.0.1
I think there is no need to atach my schema because I get the same error with SteelWheels schema that comes preinstalled with Pentaho (I tryed it after reading your post.)
Only difference is that with SteelWheels schema I get an error when I try to open the third level (Product) of Product hierarchy, which make sense, because they have property on that level and I have a property on the first level.
To dismiss the possibility of problems with my (customized) Pentaho installation, I also tried the same thing with the clean installation of Pentaho 5.4.0.1 and got the same error.
P.S. I get the same error with older releases of XMLA Connect (tested with .59 and .80.)
Just now I also tested this on clean Pentaho 5.3.0.0 installation and I get the same error with SteelWheels schema.
If it is of any relevance, I have my Windows regional settings set to Croatian.
Last edit: Miljen Stankovic 2015-07-28
Please try the new version from http://www.arquery.com/ArqueryXMLAConnector.
Let me know how it goes.
It works OK now (1.0.0.84), both with SteelWheels schema and my own schema.
Thank you very much.
When encountering an error while adding a dimension that contains a property in a software application, it typically indicates an issue with how the property is defined, mapped, or implemented within the context of the dimension. This could arise due to mismatched data types, missing property configurations, or constraints sharp copier repair near me in the system's data model. To resolve this, ensure that the property is correctly defined in the source system or dataset, is compatible with the dimension's requirements, and adheres to any validation rules. Reviewing system logs, consulting documentation, or verifying schema definitions can also help pinpoint the root cause and guide appropriate adjustments.
An error occurred while attempting to add a dimension that contains a property, likely due to a conflict in data structure or compatibility within the system. This issue can arise if the property in question is not properly defined, does not align digital lifestyle hong kong with the expected data format, or if there are constraints preventing its association with the selected dimension.
Last edit: addisonjerry79 2025-05-02
When you encounter an error while adding a dimension that contains a property, it usually means there’s a conflict or mismatch in the data model—often due to property duplication or unsupported data types. Double-check the schema and ensure that the property isn’t already being used elsewhere. In digital workflows, avoiding errors and optimizing file performance is key. That’s why, just like fixing data model issues, compressing image files helps improve speed and efficiency. If you're working with large JPEG files, try using our JPEG compress online for free tool. It reduces file size without losing quality—ideal for faster uploads, storage savings, and quicker sharing. No software installation needed; just upload your image and compress it in seconds. Whether you're managing data structures or digital assets, smart tools like this help streamline your work and avoid unnecessary slowdowns. Give your JPEGs a performance boost online—for free.
Last edit: Unknownop 2025-05-04