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" ="">
|