Mega Search
23.2 Million


Sign Up

Make a donation  
The RPC server is unavailable exception - while performing w  
News Group: microsoft.public.sqlserver.reportingsvcs

Hi

I am trying to create a scale-out deployment of Reporting Services
2005 on a NLB cluster web farm by following the instructions in:
http://technet.microsoft.com/en-us/library/ms159114.aspx

However, when I install and configure Reporting Services on the second
node, and then go back to the first node to join the second node to
the scale-out deployment (as described in step 11 under 'To install
and configure the second report server instance"), I get the following
exception:

ReportServicesConfigUI.WMIProvider.WMIProviderException: An unexpected
error has occurred. Details:

The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) ---
> System.Runtime.InteropServices.COMException (0x800706BA): The RPC
server is unavailable. (Exception from HRESULT: 0x800706BA)
   at
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
errorCode, IntPtr errorInfo)
   at System.Management.ManagementScope.InitializeGuts(Object o)
   at System.Management.ManagementScope.Initialize()
   at System.Management.ManagementScope.Connect()
   at
ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
machineName)
   --- End of inner exception stack trace ---
   at
ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
machineName)
   at
ReportServicesConfigUI.WMIProvider.RSInstances.GetInstance(String
machineName, String instanceName)
   at
ReportServicesConfigUI.Panels.ClusterManagementPanel.ConfigureWebFarm(Object
sender, RSReportServerInfo[] rsInfos)

I have spent hours searching for ideas, but so far no success. I have
also tried the following:

1. Enabling DTC access
2. Ensuring RPC service is running on both web and db servers
3. Installing WMI Windows Installer Provider
4. Granting admin rights on both db and web servers to the account
under which Reporting Services is running

Any help or suggestions would be greatly appreciated. It looks like
this should be a straight-forward task.

Thank you.


Vote for best question.
Score: 0  # Vote:  0
Date Posted: 27-Aug-2007, at 5:17 PM EST
From: MikeL
 
Re: The RPC server is unavailable exception - while performi  
News Group: microsoft.public.sqlserver.reportingsvcs
On Aug 27, 7:17 pm, mikel  wrote:
> Hi
>
> I am trying to create a scale-out deployment of Reporting Services
> 2005 on a NLB cluster web farm by following the instructions in:http://technet.microsoft.com/en-us/library/ms159114.aspx
>
> However, when I install and configure Reporting Services on the second
> node, and then go back to the first node to join the second node to
> the scale-out deployment (as described in step 11 under 'To install
> and configure the second report server instance"), I get the following
> exception:
>
> ReportServicesConfigUI.WMIProvider.WMIProviderException: An unexpected
> error has occurred. Details:
>
> The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) ---> System.Runtime.InteropServices.COMException (0x800706BA): The RPC
>
> server is unavailable. (Exception from HRESULT: 0x800706BA)
>    at
> System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
> errorCode, IntPtr errorInfo)
>    at System.Management.ManagementScope.InitializeGuts(Object o)
>    at System.Management.ManagementScope.Initialize()
>    at System.Management.ManagementScope.Connect()
>    at
> ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
> machineName)
>    --- End of inner exception stack trace ---
>    at
> ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
> machineName)
>    at
> ReportServicesConfigUI.WMIProvider.RSInstances.GetInstance(String
> machineName, String instanceName)
>    at
> ReportServicesConfigUI.Panels.ClusterManagementPanel.ConfigureWebFarm(Object
> sender, RSReportServerInfo[] rsInfos)
>
> I have spent hours searching for ideas, but so far no success. I have
> also tried the following:
>
> 1. Enabling DTC access
> 2. Ensuring RPC service is running on both web and db servers
> 3. Installing WMI Windows Installer Provider
> 4. Granting admin rights on both db and web servers to the account
> under which Reporting Services is running
>
> Any help or suggestions would be greatly appreciated. It looks like
> this should be a straight-forward task.
>
> Thank you.


You might want to make sure that the DCOM service is running as well.
Hope this helps.

Regards,

Enrique Martinez
Sr. Software Consultant


Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 28-Aug-2007, at 12:47 AM EST
From: EMartinez
 
Re: The RPC server is unavailable exception - while performi  
News Group: microsoft.public.sqlserver.reportingsvcs
On Aug 27, 5:47 pm, EMartinez  wrote:
> On Aug 27, 7:17 pm,mikel wrote:
>
>
>
>
>
> > Hi
>
> > I am trying to create a scale-out deployment of Reporting Services
> > 2005 on a NLB cluster web farm by following the instructions in:http://technet.microsoft.com/en-us/library/ms159114.aspx
>
> > However, when I install and configure Reporting Services on the second
> > node, and then go back to the first node to join the second node to
> > the scale-out deployment (as described in step 11 under 'To install
> > and configure the second report server instance"), I get the following
> > exception:
>
> > ReportServicesConfigUI.WMIProvider.WMIProviderException: An unexpected
> > error has occurred. Details:
>
> > The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) ---> System.Runtime.InteropServices.COMException (0x800706BA): The RPC
>
> > server is unavailable. (Exception from HRESULT: 0x800706BA)
> >    at
> > System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
> > errorCode, IntPtr errorInfo)
> >    at System.Management.ManagementScope.InitializeGuts(Object o)
> >    at System.Management.ManagementScope.Initialize()
> >    at System.Management.ManagementScope.Connect()
> >    at
> > ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
> > machineName)
> >    --- End of inner exception stack trace ---
> >    at
> > ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
> > machineName)
> >    at
> > ReportServicesConfigUI.WMIProvider.RSInstances.GetInstance(String
> > machineName, String instanceName)
> >    at
> > ReportServicesConfigUI.Panels.ClusterManagementPanel.ConfigureWebFarm(Objec­t
> > sender, RSReportServerInfo[] rsInfos)
>
> > I have spent hours searching for ideas, but so far no success. I have
> > also tried the following:
>
> > 1. Enabling DTC access
> > 2. Ensuring RPC service is running on both web and db servers
> > 3. Installing WMI Windows Installer Provider
> > 4. Granting admin rights on both db and web servers to the account
> > under which Reporting Services is running
>
> > Any help or suggestions would be greatly appreciated. It looks like
> > this should be a straight-forward task.
>
> > Thank you.
>
> You might want to make sure that the DCOM service is running as well.
> Hope this helps.
>
> Regards,
>
> Enrique Martinez
> Sr. Software Consultant- Hide quoted text -
>
> - Show quoted text -

Enrique

Thank you for your suggestion.

I have verified that the DCOM Process Launcher service is running
(it's set to automatic startup), if that is what you meant. But still
no success.

Hopefully, someone will come up with a solution soon. Our NLB set up
looks pretty standard to me, so there must be other people who ara
experiencing the same problem, unless not many deploy Reporting
Services in web farms.

It would be nice a Reporting Services guru from MSFT, who is
monitoring this newsgroup chimed in on the subject ;-)


Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 28-Aug-2007, at 8:29 AM EST
From: MikeL
 
Re: The RPC server is unavailable exception - while performi  
News Group: microsoft.public.sqlserver.reportingsvcs
You will not find any Microsoft guru hanging out here. If you have MSDN you 
can submit a managed newsgroup posting and a MS employee will get back to 
you in two business days max. Otherwise, you are better off posting in the 
web forums. That is where most of the MS people hang out.

http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=82&SiteID=1


-- 
Bruce Loehle-Conger
MVP SQL Server Reporting Services

"mikel"  wrote in message 
news:1188314951.717796.72110@19g2000hsx.googlegroups.com...
On Aug 27, 5:47 pm, EMartinez  wrote:
> On Aug 27, 7:17 pm,mikel wrote:
>
>
>
>
>
> > Hi
>
> > I am trying to create a scale-out deployment of Reporting Services
> > 2005 on a NLB cluster web farm by following the instructions 
> > in:http://technet.microsoft.com/en-us/library/ms159114.aspx
>
> > However, when I install and configure Reporting Services on the second
> > node, and then go back to the first node to join the second node to
> > the scale-out deployment (as described in step 11 under 'To install
> > and configure the second report server instance"), I get the following
> > exception:
>
> > ReportServicesConfigUI.WMIProvider.WMIProviderException: An unexpected
> > error has occurred. Details:
>
> > The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) ---> 
> > System.Runtime.InteropServices.COMException (0x800706BA): The RPC
>
> > server is unavailable. (Exception from HRESULT: 0x800706BA)
> >    at
> > System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32
> > errorCode, IntPtr errorInfo)
> >    at System.Management.ManagementScope.InitializeGuts(Object o)
> >    at System.Management.ManagementScope.Initialize()
> >    at System.Management.ManagementScope.Connect()
> >    at
> > ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
> > machineName)
> >    --- End of inner exception stack trace ---
> >    at
> > ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String
> > machineName)
> >    at
> > ReportServicesConfigUI.WMIProvider.RSInstances.GetInstance(String
> > machineName, String instanceName)
> >    at
> > ReportServicesConfigUI.Panels.ClusterManagementPanel.ConfigureWebFarm(Objec­t
> > sender, RSReportServerInfo[] rsInfos)
>
> > I have spent hours searching for ideas, but so far no success. I have
> > also tried the following:
>
> > 1. Enabling DTC access
> > 2. Ensuring RPC service is running on both web and db servers
> > 3. Installing WMI Windows Installer Provider
> > 4. Granting admin rights on both db and web servers to the account
> > under which Reporting Services is running
>
> > Any help or suggestions would be greatly appreciated. It looks like
> > this should be a straight-forward task.
>
> > Thank you.
>
> You might want to make sure that the DCOM service is running as well.
> Hope this helps.
>
> Regards,
>
> Enrique Martinez
> Sr. Software Consultant- Hide quoted text -
>
> - Show quoted text -

Enrique

Thank you for your suggestion.

I have verified that the DCOM Process Launcher service is running
(it's set to automatic startup), if that is what you meant. But still
no success.

Hopefully, someone will come up with a solution soon. Our NLB set up
looks pretty standard to me, so there must be other people who ara
experiencing the same problem, unless not many deploy Reporting
Services in web farms.

It would be nice a Reporting Services guru from MSFT, who is
monitoring this newsgroup chimed in on the subject ;-)



Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 28-Aug-2007, at 10:42 AM EST
From: Bruce L-C [MVP]