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.

Parents
  • 18204
    Offline posted

    Hello Federico Baez,

     

    Thanks for posting in our forums!

    If you check your network traffic, when you receive the 500 error, is there any additional information provided in the response?  I am looking for any information in the response to indicate what may be causing the error.

    You can check the Network traffic of your page with your browser's dev tools.  You should be able to view the response from the server for the 500 error as well.

    If you need any further assistance with this, please let me know.

Reply Children
No Data