Hello
I was able to setup the msmdpump.dll in IIS - connect through SQL-Managment Studio works.
However i was not able to bind the data to my pivotgrid, using the following code.(also I'm missing the definition of the actual Cube Name, e.g. Sales)
I would appreciate an example which shows exactly which steps are nessesary to do so.
Regards, Alex
Dim vDataSource As New XmlaDataSource
vDataSource.ServerUri = New Uri("http://localhost/olap/msmdpump.dll")
XamPivotGrid1.DataSource = vDataSource
Hi Alexander,
I recommend that you go thru this site to make sure that you have installed the SQL Server Analysis Service 2008 and that IIS is set up correctly. When you get that far you can use Firefox to verify that you can browse to the http://localhost/olap/msmdpump.dll.
http://ko.infragistics.com/community/blogs/atanas_dyulgerov/archive/2010/01/27/how-to-set-up-xmla-http-access-for-sql-server-analysis-service-2008-and-access-the-adventure-works-2008-from-an-infragistics-pivotgrid-application.aspx
Let me know if you have any questions along the way. There are a lot of details and you don't want to miss any of them.
Where you able to get your installation and setup of IIS completed?
Please let me know if you have any additional questions.