Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
XmlaDataSource or Adomd ?
posted

Hi, I meet with Infragistics XamPivotGrid newly and I start  to search about it. I apologize if my question is simple.  

In my project I use OLAP cubes and They do not respond quickly. So I decide to use XamPivotGrid. It respond quickly and visual is simple. When I am exploring  could not find answer to  these two question: 

1. I could not decide what  I have to use, XmlaDataSource or Adomd.  İf I use XmlaDataSource  I have to open all cubes to all users . (Because I must allow IUSR  role on Analysis Server ). And I have read on blog that Adomd is used for local Cubes. But my cubes is not local. They are served on about 40 servers. 

2. Nowadays, I try all connection types on WPF and Silverlight application. I connect to my cubes by using XmlaDataSource  on WPF project. But I used same connection sentences on Silverlight applicaition but I could not access to cubes. I am doing somthing wrong with msmdpump.dll file but what?It is my connection code:

             Uri uri = new Uri("...../olap/msmdpump.dll");

            XmlaDataSource ds = new XmlaDataSource();

             xamPivotGrid1.DataSource = ds;

            xamPivotDataSelector1.DataSource = ds;

 

I would be glad, if you help me. Thank you in advance...

Parents Reply Children