I was trying to run xamPivotGrid on my local machine, I followed each and every step described in this article http://www.microsoft.com/technet/prodtechnol/sql/2005/httpssas.mspx but still I am getting above error. I have given IIS user/ Asp_NET user full rights to SQL Server and Inetpub folder but no success.
Hello,
Excuse me for the question but have you followed the procedure as it’s explained here? If that's OK have a look at this post. You may have to make some additional adjustments on your service.
Plamen.
I have same issue as well, my sample application got data when I use
<igOlap:XmlaDataSource x:Key="DataSource"
ServerUri="http://sampledata.infragistics.com/olap/msmdpump.dll" >
</igOlap:XmlaDataSource>
like this, but when I change sampledata.infragistics.com to localhost it's not getting any databases.
I'm using SQL 2005 with VS 2010.
Do you have any suggestions?
Do you use any kind of authentication different than anonymous?
Thanks. Initially I tried to hook up my local sample to http://sampledata.infragistics.com/olap/msmdpump.dll this link and it worked fine. But it failed to connect to my local analytical server. But anyway I will try again and get back to you.
Hi, Raghu,
It seems to me that you are not verifying your setup correctly. It might be working properly and you would not know for certain if you test it only in the browser.
My suggestion is to do the following. Create a very basic XamPivotGrid app (you can just copy the XMLADataSource sample from our website) and point its DataSource to this address: http://sampledata.infragistics.com/olap/msmdpump.dll. This server is working for sure and once you have confirmed that your test app is OK change the DataSource to your local setup. Then you can really verify that it is working or not.
Please try this approach and tell us what the results are.
I hope this is helpful.
All the best,
Atanas