Hi!
Can someone give me a clue in such problem?
I have published my cube in WEB to be available for other users (using save as web page in Excel). There are no problems while everyone uses Excel or export the file from WEB to MS Office Excel. But if we use web interface and try to get data, Analysis Server hangs up. It does not happening with the same cubes if they are located on local computer, so I don't think the problem is in cube. And I realy need web interface to get data from cube.
Should I reconsider another way to publish cubes in web or check some other things?
I am currently building a class library that uses ADOMD and MDX to bring back data in a DataTable. We then send the user over to Microsoft Reporting Services (reports run off the same MDX) to display graphs and give them export options. I have not had it hang up on me though.|||Hi,
Are you publishing the web page (saved excel page) in a web server?
If so, what credentials are being passed from IIS/web server to analysis server ?
check if that credentials have permissions in Analysis Server.
check if you have allowed interactivity while creating the excel web page?
Next use sql profiler, to find out if the request is coming thru to the analysis server.
if the request itself is not coming, it means there is some connectivity, permissions or credentials issue.
if the request is coming to analysis server, then you can debug from there on....
hope this helps
Regards
|||
Hi again!
I am assure that there is all right with connectivity and permissions. The strangest thing is that previously everything worked quite well. The problem is new with previously published cubes (which worked prpperly in web interface for a long time). The problem showed up just in past week after installing SP2 on server.
|||Hi,
Can you open SQL profiler and find out whats happening?
we can get more details to debug this problem from there.
Regards
|||EvaZ wrote:
The problem showed up just in past week after installing SP2 on server.
Have you installed the SP2 version of the OLEDB provider on the client machine (ie. the web server)?
|||I should ask for this one our administrator, but I doubt it. In that case, where could I get the download?
Thank you!
|||It is part of the Feature Pack, you should find the OLE DB provider download about half way down this page: http://www.microsoft.com/downloads/details.aspx?familyid=50b97994-8453-4998-8226-fa42ec403d17&displaylang=en
No comments:
Post a Comment