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
20
Invalid HTTP status code 500 conecting to SAAS
posted

I'm trying to connect this control to my SAAS but i'm stuck. I've configured HTTP Access following the steps from: http://msdn.microsoft.com/en-us/library/gg492140.aspx then i've configured my IIS site to allow cross-origin requests as this guide suggests: http://help.infragistics.com/Help/Doc/jQuery/2013.1/CLR4.0/html/igOlapXmlaDataSource_Configuring_IIS_for_Cross_Domain_OLAP_Data.html

After doing all of this I've copied the sample code from: http://igniteui.com/pivot-grid/binding-to-xmla-data-source changed the serverUrl to my server but the control can't load any of the cubes I have available, when I open the javascript console I get this error: 

"Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://myServerUrl/OLAP/msmdpump.dll

XMLHttpRequest cannot load http://myServerUrl/OLAP/msmdpump.dll. Invalid HTTP status code 500 /C:/Users/gerardo/Desktop/infragistics/index.html:1"

The weird thing is that if I use SQL Server Management Studio with the same url for connecting to the cubes I can see them normally.

Any help will be appreciated.