SSRS Configuring on a SSAS Machine

  • I’m trying to configure reporting services on the a Win2k3 machine which has got SSAS already installed.

    However, when configuring the reporting services using the configuration tool, there is an error in assigning the Web Service Identity. The error is as below

    ReportServicesConfigUI.WMIProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 800708AC

    at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.SetWebServiceIdentity(String applicationPool)

    Though the Windows Service Identity is displayed as running, it is running on the NT Authority\Local Service.

    Pls. Help

  • It is related to permissions of the Asp.net account usually caused by IIS 6 installation and configuration, so go to the location below of your c drive and run aspnet_regiis utility. Post again if you still need help.

    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/7f57f1a0-3458-49b6-a0ff-820ba1385f6b/

    Kind regards,
    Gift Peddie

  • Gift Peddie (2/19/2009)


    It is related to permissions of the Asp.net account usually caused by IIS 6 installation and configuration, so go to the location below of your c drive and run aspnet_regiis utility. Post again if you still need help.

    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/7f57f1a0-3458-49b6-a0ff-820ba1385f6b/

    Hi

    Thnx for the repsonse. But I've run the apsnet_regiis -i utility. But this did not make any difference

  • Though the Windows Service Identity is displayed as running, it is running on the NT Authority\Local Service.

    I am assuming you are talking about Network service my SSRS runs with Local systems account with more permissions than network service. You also need to remove IIS 6 and add it again and this time click on details and add all the features needed to run Asp.net. Make sure Windows authentication is also enabled and SSRS is using the default web site in IIS 6.

    Kind regards,
    Gift Peddie

  • Gift Peddie (2/20/2009)


    Though the Windows Service Identity is displayed as running, it is running on the NT Authority\Local Service.

    I am assuming you are talking about Network service my SSRS runs with Local systems account with more permissions than network service. You also need to remove IIS 6 and add it again and this time click on details and add all the features needed to run Asp.net. Make sure Windows authentication is also enabled and SSRS is using the default web site in IIS 6.

    I tried the steps mentioned but the problem remains the same.

  • Your installation is currently wrong so you need to remove it and reinstall it and make sure you reconfigure it with Domain Admin account, take care of the Application pool identity and configure virtual directory.

    http://www.sqlservercentral.com/Forums/Topic416846-162-1.aspx

    http://technet.microsoft.com/en-us/library/cc304416.aspx

    Kind regards,
    Gift Peddie

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply