Print Page | Close Window

Dundas with XMLA

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27573
Printed Date: 29 March 2026 at 4:41am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Dundas with XMLA
Posted By: srikanth.yadav
Subject: Dundas with XMLA
Date Posted: 15 July 2009 at 7:31am
Hi,

I am trying to use Dundas Charts with a .NET application for which the data provider being Mondrian server, which is an OLAP server.
I am using Dundas Client which comes with its OLAP services, which internally uses ADOMD.NET/AdomdNetDataProvider for connecting to the data source.
This is working fine if the data source is a MSOLAP. The problem comes with XMLA. If i try to access the XMLA interface of Mondrian server to fetch the data with

AdomdNetDataProvider, it is giving me following error "The 'NUMERIC_PRECISION' property is not recognized.".

Code:
AdomdNetDataProvider1.ConnectionString = "Datasource=http://localhost:8080/mondrian/xmla; Provider=mondrian; Initial Catalog=Loanpath;"; //'NUMERIC_PRECISION' Error
OlapManager1.DataProvider = AdomdNetDataProvider1;           
OlapManager1.CurrentCubeName = "Application Cube";
OlapClient1.OlapManager = OlapManager1;
OlapClient1.OlapChart.OlapManager = OlapManager1;

Above code is working for Connection String : "Datasource=localhost; Provider=msolap; Initial Catalog=Qos_AS;"

Am i missing any configuration or any thing else either at Dundas or Mondrian side.

If any one has ever faced this or atleast heard of this, kindly let me know.

Any help is greatly appreciated.

Regards,
Srikanth Yadav
srikanth.yadav@globallogic.com< id="gwProxy" ="">< ="jsCall;" id="jsProxy" ="">



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net