Integrating Analysis over Web -
05-20-2004
, 01:16 AM
I have several websites that I have just configured sales cubes for repoting using analysis services. The cubes are located on the server and I'm trying to allow the administrators to view the reports over the internet
However, when I try to load the page, I get an error:
The query could not be processed: Operation Timed Out
The connection string that I'm using is
Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=True;Data Source=http://x.xx.xxx.154;Initial Catalog=XName;Client Cache Size=25;Auto Synch Period=1000
My gut feeling is that the initial problem is on the server side. I can't register the analysis server from my local machine to the server either. I get a "timed out" error as well. So, if I can't connect using analysis manger why would it work using a pivot table
Any ideas on how to solve this |