Hi
I am trying to connect Syncfusion Pivot table to my locally installed instance of SSAS OLAP Source. For that, I tried to alter sample project EJ2MVCSampleBrowser. I changed datasource property, as given in below snapshot, to point the pivot table to locally installed SSAS OLAP source.
But when I run the program, nothing happened. I checked SQL Profiler to check if connection request was received at SSAS Server, but nothing was there. Upon further investigation, when I saw browser console output (by pressing F12) following error was shown.
The sample is working fine if I change the datasource properties to its original values. Further, I have checked HTTP access to SSAS OLAP Cube (through msmdpump.dll), it is also working fine, as I can connect through it using SSMS. Can you please help me what I am doing wrong?