This question is locked. New answers and comments are not allowed.
Hello Everyone,
I tried to integrate RadPivotGrid with OLAP cube. But unable to get the data displayed on the PivotGrid due to Clientaccesspolicy.xml and CrossDomain.xml error. I have placed the clientaccesspolicy.xml and crossdomain.xml file in my root directory (C:\inetpub\wwwroot\OLAP).
My ConnectionSetting Code for my OLAP Cude is as follows
<UserControl.Resources>
<pivot:XmlaDataProvider x:Key="DataProvider">
<pivot:XmlaDataProvider.ConnectionSettings>
<pivot:XmlaConnectionSettings
Cube="ImskoncrettaDWCube"
Database="imskoncretta_DW"
ServerAddress="http://localhost/olap/msmdpump.dll">
</pivot:XmlaConnectionSettings>
</pivot:XmlaDataProvider.ConnectionSettings>
</pivot:XmlaDataProvider>
</UserControl.Resources>
Could You Please tell me where am I going wrong....As I am new to this technology.
Thanks In advance
Sandeep
I tried to integrate RadPivotGrid with OLAP cube. But unable to get the data displayed on the PivotGrid due to Clientaccesspolicy.xml and CrossDomain.xml error. I have placed the clientaccesspolicy.xml and crossdomain.xml file in my root directory (C:\inetpub\wwwroot\OLAP).
My ConnectionSetting Code for my OLAP Cude is as follows
<UserControl.Resources>
<pivot:XmlaDataProvider x:Key="DataProvider">
<pivot:XmlaDataProvider.ConnectionSettings>
<pivot:XmlaConnectionSettings
Cube="ImskoncrettaDWCube"
Database="imskoncretta_DW"
ServerAddress="http://localhost/olap/msmdpump.dll">
</pivot:XmlaConnectionSettings>
</pivot:XmlaDataProvider.ConnectionSettings>
</pivot:XmlaDataProvider>
</UserControl.Resources>
Could You Please tell me where am I going wrong....As I am new to this technology.
Thanks In advance
Sandeep