ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 SSAS Actions - "Service Unavailable" Error

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Message:

* HTML is ON
* Forum Code is OFF
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
admin Posted - 05/18/2011 : 14:34:43
Sometimes when you view SSAS actions OLAP report can return the “Service Unavailable” error. This problem is intermittent and was reported to happen on Windows 7 and Windows Server 2008.

To fix this problem please modify: "C:\inetpub\wwwroot\xmla\msmdpump.ini"

<ConfigurationSettings>
<ServerName>MyServer</ServerName>
<SessionTimeout>3600</SessionTimeout>
<ConnectionPoolSize>100</ConnectionPoolSize>
<MinThreadPoolSize>250</MinThreadPoolSize>
<MaxThreadPoolSize>500</MaxThreadPoolSize>
<MaxThreadsPerClient>200</MaxThreadsPerClient>
</ConfigurationSettings>

More information : http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/145502d3-f9ac-4f7f-a45c-23ad86d89af4/

ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page