PowerView - Can't install reporting services add-in for sharepoint

hey,
i'm trying to install PowerView on our existing sharepoint server.
i'm following the steps in the deployment document-->
http://msdn.microsoft.com/en-us/library/hh231687%28v=sql.110%29.aspx
i'm stuck now with the installtion of the " Reporting Services Add-in" nothing seenms to work, i've tried to follow the steps in this document -->
http://msdn.microsoft.com/en-us/library/aa905871%28SQL.110%29.aspx
and the error that i'm facing is -->
SSRSCustomActionError: Could not load file or assembly 'Microsoft.ReportingServices.SharePoint.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
i've checked in windows\assembly folder and the Microsoft.ReportingServices.SharePoint.Common version is 11.0.0.0
so, i have a newer version then i need?
what can i do?
Dave

Hello.
After having the same issue like you in a recently installed SahrePoint 2013 SP1 farm, and using the information I found in http://msdn.microsoft.com/en-us/library/aa905871%28v=sql.110%29.aspx, I traced with the tool procmon the operation, and finally solved
the problem after discovering a little bug.
These were the steps I performed:
1.- I installed "Microsoft SQL Server 2012 RS Add-in for SharePoint" with the command
Msiexec.exe /i rsSharePoint.msi SKIPCA=1
2.- I executed PROCMON ...creating a filter of include the Process Name "rsCustomAction.exe"
3.- I executed a elevated Command Prompt, and going to %temp% folder (in my case C:\Users\%username%\AppData\Local\Temp), executed rsCustomAction.exe /i
4.- After execute this command I obtained in the Command Prompt the error:
C:\INSTALL\RS>rsCustomAction.exe /i
2014-09-29 08:59:20: User: sharepoint-farm
2014-09-29 08:59:20: Installing Report Server feature.
2014-09-29 08:59:23: Calling copyappbincontents command.
2014-09-29 08:59:23: Install error: The system cannot find the file specified
2014-09-29 08:59:24: Error details: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at RSCustomAction.BaseProcessLaunch.LaunchCommand(String fileName, String arguments, Boolean ignoreExitCode)
   at RSCustomAction.PsconfigCommands.CopyAppBinContents()
   at RSCustomAction.RSFeatureSetup.Install(Boolean repair, Int32 addRetries)
2014-09-29 08:59:24: Uninstalling Report Server feature.
2014-09-29 08:59:24: Stopping W3SVC service.
2014-09-29 08:59:26: Removing Report Server web application files
2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources\ReportServer.resx.
2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\22816\App_GlobalResources\ReportServer.resx.
2014-09-29 08:59:26: Removing Report Server web.config modifications
2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config
2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\22816\web.config
2014-09-29 08:59:26: Starting W3SVC service.
2014-09-29 08:59:26: SSRSCustomActionError: The system cannot find the file specified
5.- Tracing the results in PROCMON, I discovered an extrange issue: The installation was looking for the command PSCONFIG.exe but in a in a folder different than standard.
The installation was look for PSCONFIG in
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\BIN
...instead C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN or C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
So... the solution which worked for me was to create C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN and place here PSCONFIG.EXE and PSCONFIG.EXE.CONFIG obtained from C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\15\BIN
After doing it, the "Microsoft SQL Server 2012 RS Add-in for SharePoint" was installed fine as you can see en the next Command Prompt capture:
C:\INSTALL\RS>rsCustomAction.exe /i
2014-09-29 09:09:16: User: sharepoint-farm
2014-09-29 09:09:16: Installing Report Server feature.
2014-09-29 09:09:19: Calling copyappbincontents command.
2014-09-29 09:11:56: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
Performing configuration task 1 of 3
Initializing SharePoint Products configuration...
Successfully initialized the SharePoint Products configuration.
Performing configuration task 2 of 3
Installing the application content files...
Installing the SharePoint Central Administration Web Application content files...
Installing the SharePoint Web Application content files...
Successfully installed the application content files.
Performing configuration task 3 of 3
Finalizing the SharePoint Products configuration...
Successfully completed the SharePoint Products configuration.
Total number of configuration settings run: 3
Total number of successful configuration settings: 3
Total number of unsuccessful configuration settings: 0
Successfully stopped the configuration of SharePoint Products.
Configuration of the SharePoint Products has succeeded.
2014-09-29 09:11:56:
2014-09-29 09:11:56: copyappbincontents command completed successfully.
2014-09-29 09:12:17: Adding ReportServer feature to farm.
2014-09-29 09:12:18: Installed ReportServer feature.
2014-09-29 09:12:38: Adding ReportServerStapling feature to farm.
2014-09-29 09:12:38: Installed ReportServerStapling feature.
2014-09-29 09:12:58: Adding ReportServerItemSync feature to farm.
2014-09-29 09:12:58: Installed ReportServerItemSync feature.
2014-09-29 09:13:18: Adding ReportServerCentralAdmin feature to farm.
2014-09-29 09:13:21: Installed ReportServerCentralAdmin feature.
2014-09-29 09:13:21: Activating Report Server feature to root level site collections.
2014-09-29 09:13:21: Activating feature in web app 'dev-apps.eg.local - 80'
2014-09-29 09:13:31: Activating feature to root site collection: http://dev-apps.eg.local
2014-09-29 09:13:31: Feature already activated in site collection http://dev-apps.eg.local
2014-09-29 09:13:31: Activating Report Server feature in all admin site collections.
2014-09-29 09:13:31: Activating feature in web app 'SharePoint Central Administration v4'
2014-09-29 09:13:31: Activating feature to root site collection: http://egdevsps-ap1:10000
2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000
2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000/sites/Help
2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000/sites/Help
2014-09-29 09:13:42: Activating Report Server Central Admin feature in root-level admin site collections.
2014-09-29 09:13:42: Activating feature in web app 'SharePoint Central Administration v4'
2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000
2014-09-29 09:13:42: Feature already activated in site collection http://egdevsps-ap1:10000
2014-09-29 09:13:42: Calling InstallHelp command.
2014-09-29 09:15:26: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
Performing configuration task 1 of 3
Initializing SharePoint Products configuration...
Successfully initialized the SharePoint Products configuration.
Performing configuration task 2 of 3
Installing help collections...
Successfully installed help collections.
Performing configuration task 3 of 3
Finalizing the SharePoint Products configuration...
Successfully completed the SharePoint Products configuration.
Total number of configuration settings run: 3
Total number of successful configuration settings: 3
Total number of unsuccessful configuration settings: 0
Successfully stopped the configuration of SharePoint Products.
Configuration of the SharePoint Products has succeeded.
2014-09-29 09:15:26:
2014-09-29 09:15:26: InstallHelp command completed successfully.
2014-09-29 09:15:26: Stopping W3SVC service.
2014-09-29 09:15:29: Starting W3SVC service.
The command completed successfully
Maybe this is a bug, or maybe a result of failed installation of PowerPivot, but the true is: for me that was the solution
Regards.

Similar Messages

  • SQL Server Reporting Services Add-In for SharePoint not installing properly

    Environment: Windows Server 2008R2, SQL Server 2012, SharePoint 2013 Enterprise
    When I run the install for SQL Server 2012 Reporting Services Add-in for SharePoint it SHOULD install to c:\program files\common files\Microsoft Shared\Web Server Extensions\14 AND 15. Specifically it should drop a mess of ASPx pages for admin to the \templates\Admin\ReportServer
    folder. In this environment it only pushes them to the 14 folder and not the 15. Any ideas on why this would happen? I have not ever seen this before and it is hosing the install completely.

    Hi Gouranga,
    According to your description, when you install the SQL Server 2012 Reporting Services Add-in for SharePoint 2013, you find the files are installed into the folder for sharepoint 2010(..../14). Right?
    In Reporting Services, Not all features are supported in all combinations of report server, Reporting Services add-in for SharePoint, and SharePoint Products. Please see the linke below:
    Supported Combinations of SharePoint and Reporting Services Server and Add-in (SQL Server 2012)
    As you can see in the link, the SQL Server 2012 Reporting Services Add-in is only for Sharepoint 2010. This the reason why it's installed into the file for sharepoint 2010.
    Reference:
    Where to find the Reporting Services add-in for SharePoint Products (SharePoint 2010 and SharePoint 2013)
    Install or Uninstall the Reporting Services Add-in for SharePoint
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Reporting Services Add-in for Sharepoint- does it need an SQL Server license?

    In a new project we will be creating an SSRS in Sharepoint integrated mode. For this we'll need SQL Server and Sharepoint on that box.
    We'll also have one or more SharePoint Web Front End (WFE) servers. To allow them to connect to the SSRS-in-sharepoint-mode box, and to present the user with the right user interface for doing so, I believe we can install the Reporting Services Add-In for
    Sharepoint on the WFE servers.
    The question is, do we need to have  SQL Server license for each WFE server where we use the Reporting Services Add-In, or is it free to use?
    We've had advice that we need to buy a SQL Server license everywhere we use the add-in, but I am not sure this is correct.
    Thanks in advance,
    Rich

    Hello there,
    The Reporting service Add-in for SharePoint can be downloaded free on Microsoft Download site. That means it does not need any license on the add-in.
    Regards,
    Edward
    Edward Zhu
    TechNet Community Support

  • Missing shared feature Reporting Services Sharepoint and Reporting Services Add-in for Sharepoint products

    Hi, when I try to install SQL Server 2012 SP1 (ISO from Microsoft Download website) on a Windows Server 2012 and try to select the shared feature options: 
    - Reporting Services Sharepoint
    - Reporting Services Add-in for Sharepoint products
    They are both missing from the list.
    How do I solve this? Help!

    Hello,
    Did you download the SQL Server 2012 Express with Advanced Services edition from the Microsoft website? If so, this edition did not support SharePoint Integration mode.
    Just as Alberto post above, Business intelligence features are not all available in all editions of SQL Server 2012. You can refer to the following link about support features in Editions of SQL Server 2012:
    Reference:http://technet.microsoft.com/library/cc645993(SQL.110).aspx#Reporting
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Difference between Reporting Services Sharepoint Mode and Reporting Services Add In for Sharepoint 2013

    Hi, We are building company site with Sharepoint 2013 Enterprise Edition and were wondering what is the difference between Reporting Services Sharepoint Mode and Reporting Services Add In for Sharepoint 2013? What are the roles/purposes of each one? What
    happens if only Reporting Services Sharepoint Mode  installed or vise versa.
    Thank you in advance

    Reporting Services in SharePoint mode is a service for displaying, managing, and creating SSRS reports within SharePoint. The addin is a pre-req for SharePoint that is used to display reports and is required for Reporting Services in Native or SharePoint
    mode, but does not by itself do anything.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Configuring Reporting Service Add-in for sharepoint - HTTP status 401: Unauthorized.

    I have the following setup
    Machine 1
    WSS 3.0
    Installed Reporting Service Add-in
    Machine 2
    Reporting Service
    Sharepoint Object Model
    SQL Server
    Sharepoint and Report Server DB
    I have congigured Reporting Service for Sharepoint Integrated Mode adn Created new Reprot Server DB
    Sahre Point Integration is Green and verified link
    In Sharepoint Central Administration
    Manage Reporting Service Integratio i have selected the URL and "Trusted Account" as my web applications use "Windows Integration - NTLM".
    All services, DB access everything running under one domain user account.
    I am logged into sharepoint with same account. When clieck on set server defaults i get following error
    An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode. --> Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.
    Same error when i try to add a report to a sharepoint webapplication
    The domain account is part of "Farm Administration", "site colletion administrato" and local administrator also on both servers.
    Can someone let me know how to fix this.

    jpmartop,
    were you able to get this to work?
    We have a 4 server topolgy.
    moss
    wfe
    sql
    ssrs
    and are using Kerberos.
    I've installed the wfe on the ssrs and am using a domain user for services, web and pools.
    I get all green dots in the ssrs config.
    in Central Admin, Grant access seems to work with the domain user, but set defaults gives me:
    HTTP status 401: Unauthorized.
    What should my web security on the default web site and reports and reports server look like? Integrated Security
    Should the SSRS WFE entry in MOSS have Web application service turned on?
    I've checked that my SPNs are good.I've installed sql server sp2 and a did windows update on all servers..
    Could it be the user I log into the Central Admin with.. it's got server administrator and Farm administrator?
    Thanks for any help or information.

  • Reporting Services Add-In for SharePoint Products

    Hi,
    Can I use the SSRS Web part installed by the add-in to see local mode reports just by instaling the add-in or do I also need to install the "Reporting Services - Sharepoint" on SS Shared Features setup wizard?
    Thanks,
    DD

    Hi,
    Per the MSDN article: To use the Web Part, you must have installed and configured the Reporting Services Add-in and configured the report server for SharePoint integration.
    You must also have reports to display in the viewer. You can only open reports that are in a library, a library folder, report history, or a link from a Library Web Part to a Report Viewer Web Part.
    You cannot open reports that are saved as an attachment to an item in a custom list.
    More reference:
    http://msdn.microsoft.com/en-IN/library/ms159772.aspx
    As this issue is related to reporting service, if you have more issues about reporting service, I recommend you post your issue to the forum for Reporting Service.
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    More experts will assist you, then you will get more information relation to this topic.
    Thank you for your understanding and support.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Unable to install SQL SSRS add-in for SharePoint

    I am unable to install MS SQL SSRS add-in for SharePoint 2010 in a two tier architecture. The following message is displayed while running the Add-in installation:
    "Please ensure Microsoft SharePoint Technologies is installed"
    The environment setup is as mentioned below:
    SharePoint Server
    Has SharePoint 2010 installed
    Hosts Central Administration.
    Has SQL 2008 Reporting Services installed.
    SQL Server:
    Has SQL 2008 R2 installed in SharePoint Integrated Mode
    Has SQL Reporting Services
    Has SharePoint Server installed, configured and joined to two tier farm.
    Could you please help resolve this issue?

    Hi Abhijit,
    According to your description, my understanding is that you got an error when you ran SQL Reporting service add-in for SharePoint 2010.
    Which version add-in did you use? Please you installed the right version.
    There are some reasons for this error:
    You are installing the wrong version of add-in. For example, installing 32bit add-in on x64 machine or vice versa.
    You haven’t install SharePoint on the report server machine
    Your SharePoint installation is not recognized by the add-in. Either cases, you need to reinstall SharePoint.
    Some similar articles for your reference:
    http://geekswithblogs.net/naijacoder/archive/2010/06/28/140653.aspx
    http://blogs.devhorizon.com/reza/2008/10/16/shifting-from-ssrs-2008-native-to-integrated-for-good/
    About installing reporting service add-in, please refer to the links:
    http://stevemannspath.blogspot.com/2012/10/reporting-services-2012-integrated-mode.html
    http://msdn.microsoft.com/en-us/library/aa905871.aspx
    Best Regards
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • SQL Server Reporting Services Add-In disappered but SSRS Service Application is there

    Good Day,
    I am using SQL Server 2012 SP1, and SharePoint 2013 SP1.
    In the SharePoint Central Admin, Reporting Services Add-In is missing but in the "Manage Service Application" page, SQL Server Reporting Services Application is appearing and I have created SQL Server Reporting Services Application. And, in
    the "Services on Server page", the "SQL Server Reporting Services Service" is started.
    I would like to configure SSRS on SharePoint Central Admin for my SSRS reports.
    Please help me, how to get Reporting Services Add-in the SharePoint Central Admin.
    Thanks in advance

    Hope you have followed all steps below:
    http://blogs.msdn.com/b/biblog/archive/2012/12/04/installing-and-configuring-sql-reporting-services-on-sharepoint-2013.aspx
    http://technet.microsoft.com/en-us/library/ms144289.aspx
    http://technet.microsoft.com/en-us/library/gg492278.aspx

  • Install Report Service with 10gAS?

    I have installed Oracle 10gAS Enterprise (904).
    How can I install 10g Report Service in the same machine and the same ORACLE_HOME?
    please help.....

    When I installed 10g HTTP Server and Webcache, After that, I want to intall Report Service on the same host ( dont want to install infrastructure)
    How can I install report service?

  • SharePoint 2013 - SQL Reporting Services Add-In

    Hi,
    In our old SharePoint 2010 environment the "SQL 2008 R2 Reporting Services ShrerPoint 2010 Add-in" has been installed which in turns provides the "SQL Server Reporting Services Report Viewer" web part.
    I have upgraded the Farm to SharePoint 2013 and SQL 2012. Where I can get the the add-in above that is compatible with
    SQL 2012 and SharePoint 2013?
    I have found an add-in here for SQL 2012 and SharePoint 2010, but not sure this is compatible with SharePoint 2013...
    Many Thanks,

    Hi
    I am also getting the below Error while testing the Content Db with SharePoint 2013 Web application.
    1.  Assembly
    [Microsoft.ReportingServices.SharePoint.UI.ServerPages,
    Version=10.50.0.0, Culture=neutral,
    PublicKeyToken=89845dcd8080cc91] is referenced in the
    database [WSS_Content_8080], but is not installed on the
    current farm. Please install any feature/solution which
    contains this assembly.
    One or more assemblies are referenced in the database
    [WSS_Content_8080], but are not installed on the current
    farm. Please install any feature or solution which contains
    these assemblies.
    2.  Database [WSS_Content_8080] has reference(s) to a missing
    feature: Id = [c769801e-2387-47ef-a810-2d292d4cb05d], Name =
    [Report Server File Sync], Description = [Synchronizes
    Report Server files (.rdl, .rsds, .smdl, .rsd, .rsc) from a
    SharePoint document library to the report server when files
    are added or updated in the document library.], Install
    Location = [ReportServerItemSync].
    The feature with Id c769801e-2387-47ef-a810-2d292d4cb05d is
    referenced in the database [WSS_Content_8080], but is not
    installed on the current farm. The missing feature may cause
    upgrade to fail. Please install any solution which contains
    the feature and restart upgrade if necessary.
    I have SQL 2008 reporting Services SharePoint 2010 Add-in.
    for SharePoint 2013 we are using the SQL server 2008 Sp1. I think  it is not possible to use SQL server 2012 SP1 for the report Services in SharePoint 2013.
    Please suggest me to use the report services in SharePoint 2013 with Sql server 2008 SP1.
    Thanks And Regards
    Dileep Kumar

  • SharePoint 2010 and Reporting Services add-in - multiple versions supported?

    Hello,
    I would like to try out Reporting Services with SharePoint 2010.  I already have the Reporting Services add-in installed on the WFE for SQL Server 2008 R2, but not configured. 
    At this point I thinking it's best to move forward with SQL Server 2012.
    Can both the 2008 R2 version and 2012 version of the Reporting Services add-in exist on the same WFE in separate instances? Or do I need to uninstall the 2008 R2 version first?    
    Thank you in advance,

    Just upgrade to the 2012 version, you don't have to uninstall first.
    Also, see the supported combinations of SSRS version and Addin version:
    http://msdn.microsoft.com/en-us/library/gg492257.aspx
    Use the highest version of the addin possible, as newer addins have offered performance improvements.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Error when installing reporting Services

    Hello!
    I have a
    monitoring infrastructure
    with the
    Operations Manager
    R2 with
    2012 following scenario:
    Hello!
    I have
    a monitoring infrastructure
    with the
    Operations Manager
    R2 with
    2012 following scenario:
    Trust relationship between
    two domains
    (A, B).
    Management server
    in the domain
    "A"
    database in domain "B"
    When I try to
    install reporting services
    function
    on a separate server
    or on the
    existing
    Management Server,
    the error
    occurs as follows:
    This is
    the installation
    log:
    Application Started
    [10:48:33]: Always: :Machine on which Operations Manager is being installed: SERVER
    [10:48:33]: Always: :Current setup user: DOMAIN\scom
    [10:48:33]: Always: :Current setup version: 7.1.10226.0
    [10:48:34]: Always: :Begin: Parse command line.
    [10:48:34]: Debug: :Collected a path value of: E:\Setup\AMD64\
    [10:48:34]: Always: :Begin: Parse command line.
    [10:48:34]: Always: :End: Parse reporting command line switches.
    [10:48:34]: Always: :End: Parse data reader account command line switches.
    [10:48:34]: Always: :End: Parse command line.
    [10:48:34]: Always: :Begin: System State detection.
    [10:48:34]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:34]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:34]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:34]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:34]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:34]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMCONSOLE
    [10:48:34]: Info: :Version Installed=7.1.10226.0
    [10:48:34]: Info: :Info:Component OMCONSOLE is installed
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMSERVER
    [10:48:34]: Info: :Version Installed=7.1.10226.1009
    [10:48:34]: Info: :Info:Component OMSERVER is installed
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMWEBCONSOLE
    [10:48:34]: Info: :Version Installed=7.1.10226.0
    [10:48:34]: Info: :Info:Component OMWEBCONSOLE is installed
    [10:48:34]: Info: :Info:CheckIfOpsMgrComponentsInstalled: component - OMREPORTING
    [10:48:34]: Info: :Info:Component OMREPORTING is not installed
    [10:48:34]: Always: :End: System State detection.
    [10:48:34]: Always: :OM component is installed on this machine and it's interactive run.
    [10:48:34]: Info: :Info:this is ARP run
    [10:48:34]: Always: :We have a path entry and we are not uninstalling so we are setting C:\Program Files\Microsoft System Center 2012 R2\Operations Manager to the value installpath.
    [10:48:34]: Info: :SetInstallPath: installpath has a value of C:\Program Files\Microsoft System Center 2012 R2\Operations Manager
    [10:48:34]: Info: :Info:SetComponentSwitches: component list not specified
    [10:48:34]: Always: :Begin: Rationalize components.
    [10:48:34]: Always: :Begin: Rationalize command line arguments (first run).
    [10:48:34]: Always: :RationalizeCommandLineArguments succeeded.
    [10:48:34]: Always: :End: Rationalize command line arguments (first run).
    [10:48:34]: Always: :Begin: Rationalize ARP scenario.
    [10:48:34]: Always: :Begin: Rationalize final steps.
    [10:48:35]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [10:48:35]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [10:48:35]: Info: :Version Installed=7.1.10226.1009
    [10:48:35]: Info: :Info:MOMSelect is installed: False
    [10:48:35]: Info: :Info:MOMAEM is installed: False
    [10:48:35]: Info: :Info:MOMEval is installed: False
    [10:48:35]: Info: :Info:MOMOEM is installed: False
    [10:48:35]: Info: :Info:MOMAgent is installed: False
    [10:48:35]: Info: :Info:MOMGW is installed: False
    [10:48:35]: Info: :Info:MOMReporting is installed: False
    [10:48:35]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:35]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [10:48:35]: Info: :Version Installed=7.1.10226.1009
    [10:48:35]: Info: :Info:OMServer is installed: False
    [10:48:35]: Info: :Version Installed=7.1.10226.0
    [10:48:35]: Info: :Info:OMConsole is installed: False
    [10:48:35]: Info: :Version Installed=7.1.10226.0
    [10:48:35]: Info: :Info:OMReporting is installed: False
    [10:48:35]: Info: :Info:OMWebConsole is installed: False
    [10:48:35]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [10:48:35]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:35]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:35]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [10:48:35]: Info: :Info:MOMAEM is installed: False
    [10:48:35]: Info: :Info:MOMEval is installed: False
    [10:48:35]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:35]: Always: :End: Rationalize final steps.
    [10:48:35]: Always: :End: Rationalize components.
    [10:48:35]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:35]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:35]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:35]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:35]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:35]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:35]: Always: :IsValidToInstall: Web Console found already installed; cannot install Server Component.
    [10:48:35]: Error: :Error:IsReportingValidToInstall failed SRS instance not provided
    [10:48:35]: Info: :Start adding DataItems
    [10:48:35]: Info: :Initial Configuration
    [10:48:35]: Info: :Database Configuration
    [10:48:35]: Info: :Data Warehouse Configuration
    [10:48:35]: Info: :Management Server
    [10:48:35]: Info: :Operations console
    [10:48:35]: Info: :Web Console Server
    [10:48:35]: Info: :Reporting Server
    [10:48:35]: Info: :Final Configuration
    [10:48:35]: Info: :Done adding DataItems
    [10:48:35]: Info: :Adding Page StartPageTrack
    [10:48:35]: Info: :Adding Page UpgradeInvalidStartPage
    [10:48:35]: Info: :Adding Page UpgradeInvalidRootPage
    [10:48:35]: Info: :Adding Page ARPStartPageSwitch
    [10:48:35]: Info: :Adding Page ARPAddRemovePage
    [10:48:35]: Info: :Adding Page UpgradePageSwitch
    [10:48:35]: Info: :Adding Page UpgradePage
    [10:48:35]: Info: :Adding Page UpgradeManagementGroupPageSwitch
    [10:48:35]: Info: :Adding Page UpgradeManagementGroupPage
    [10:48:35]: Info: :Adding Page UpgradeEulaPage
    [10:48:36]: Info: :Adding Page RegularStartPageSwitch
    [10:48:36]: Info: :Adding Page ComponentsPageCleanInstall
    [10:48:36]: Info: :Adding Page ComponentsPage
    [10:48:36]: Info: :Adding Page InstallationLocationPage
    [10:48:36]: Info: :Adding Page PrerequisitesProgressPage
    [10:48:36]: Info: :Adding Page AdditionalPrerequisitesPage
    [10:48:36]: Info: :Adding Page InstallScenario
    [10:48:36]: Info: :Adding Page ShortEulaPage
    [10:48:36]: Info: :Adding Page SecondServerOperationalDb
    [10:48:36]: Info: :Adding Page EulaPageCleanInstall
    [10:48:36]: Info: :Adding Page FirstServerOperationalDb
    [10:48:36]: Info: :Adding Page DbPageDataWarehouse
    [10:48:36]: Info: :Adding Page SelectManagementServerForReporting
    [10:48:36]: Info: :Adding Page SelectReportingInstance
    [10:48:36]: Info: :Adding Page SelectManagementServerForWebConsole
    [10:48:36]: Info: :Adding Page WebConsoleSitePage
    [10:48:37]: Info: :Adding Page WebConsoleAuthorizationMode
    [10:48:37]: Info: :Adding Page AccountsInformationPage
    [10:48:37]: Info: :Adding Page ImproveUserExperiencePage
    [10:48:37]: Info: :Adding Page MSFTUpdatePage
    [10:48:37]: Info: :Adding Page ConfigurationSummaryPage
    [10:48:37]: Info: :Adding Page ProgressPage
    [10:48:37]: Info: :Adding Page BlockPage
    [10:48:37]: Info: :Adding Page FinishPage
    [10:48:37]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [10:48:37]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [10:48:37]: Info: :Version Installed=7.1.10226.1009
    [10:48:37]: Info: :Info:MOMSelect is installed: False
    [10:48:37]: Info: :Info:MOMAEM is installed: False
    [10:48:37]: Info: :Info:MOMEval is installed: False
    [10:48:37]: Info: :Info:MOMOEM is installed: False
    [10:48:37]: Info: :Info:MOMAgent is installed: False
    [10:48:37]: Info: :Info:MOMGW is installed: False
    [10:48:37]: Info: :Info:MOMReporting is installed: False
    [10:48:37]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:37]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [10:48:37]: Info: :Version Installed=7.1.10226.1009
    [10:48:37]: Info: :Info:OMServer is installed: False
    [10:48:37]: Info: :Version Installed=7.1.10226.0
    [10:48:37]: Info: :Info:OMConsole is installed: False
    [10:48:37]: Info: :Version Installed=7.1.10226.0
    [10:48:37]: Info: :Info:OMReporting is installed: False
    [10:48:37]: Info: :Info:OMWebConsole is installed: False
    [10:48:37]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [10:48:37]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:37]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:37]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [10:48:37]: Info: :Info:MOMAEM is installed: False
    [10:48:37]: Info: :Info:MOMEval is installed: False
    [10:48:37]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:37]: Debug: :OMForwardToStartPageTrackPageHandler: Moving to page ARPStartPageSwitch
    [10:48:37]: Always: :Entering Page: ARPAddRemovePage
    [10:48:40]: Always: :Begin: Rationalize components.
    [10:48:40]: Always: :Begin: Rationalize command line arguments (first run).
    [10:48:40]: Always: :RationalizeCommandLineArguments succeeded.
    [10:48:40]: Always: :End: Rationalize command line arguments (first run).
    [10:48:40]: Always: :Begin: Rationalize ARP scenario.
    [10:48:40]: Always: :Begin: Rationalize final steps.
    [10:48:40]: Info: :Beginning evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'Block Unsupported MOM versions.'.
    [10:48:40]: Info: :Beginning evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'PreOM12RTMRulesGroup'.
    [10:48:40]: Info: :Version Installed=7.1.10226.1009
    [10:48:40]: Info: :Info:MOMSelect is installed: False
    [10:48:40]: Info: :Info:MOMAEM is installed: False
    [10:48:40]: Info: :Info:MOMEval is installed: False
    [10:48:40]: Info: :Info:MOMOEM is installed: False
    [10:48:40]: Info: :Info:MOMAgent is installed: False
    [10:48:40]: Info: :Info:MOMGW is installed: False
    [10:48:40]: Info: :Info:MOMReporting is installed: False
    [10:48:40]: Info: :Finished evaluation of rule 'PreOM12RTMRulesGroup'
    [10:48:40]: Info: :Beginning evaluation of rule 'BlockPre2012SP1'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'BlockPre2012SP1'.
    [10:48:40]: Info: :Version Installed=7.1.10226.1009
    [10:48:40]: Info: :Info:OMServer is installed: False
    [10:48:40]: Info: :Version Installed=7.1.10226.0
    [10:48:40]: Info: :Info:OMConsole is installed: False
    [10:48:40]: Info: :Version Installed=7.1.10226.0
    [10:48:40]: Info: :Info:OMReporting is installed: False
    [10:48:40]: Info: :Info:OMWebConsole is installed: False
    [10:48:40]: Info: :Finished evaluation of rule 'BlockPre2012SP1'
    [10:48:40]: Info: :Finished evaluation of rule 'Block Unsupported MOM versions.'
    [10:48:40]: Info: :Beginning evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:40]: Debug: :Condition wasnt defined for rule 'Check that Unsupported SKU does not exist for SCOM setup.'.
    [10:48:40]: Info: :Info:MOMAEM is installed: False
    [10:48:40]: Info: :Info:MOMEval is installed: False
    [10:48:40]: Info: :Finished evaluation of rule 'Check that Unsupported SKU does not exist for SCOM setup.'
    [10:48:40]: Always: :End: Rationalize final steps.
    [10:48:40]: Always: :End: Rationalize components.
    [10:48:40]: Debug: :CustomDelegates: ForwardToPageBasedOnPropertyValueHandler: Property bag entry for ARPRun is 2.  This means that we will move to a next page id ComponentsPage.
    [10:48:40]: Always: :Entering Page: ComponentsPage
    [10:48:40]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:40]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:40]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:40]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:40]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:40]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:40]: Info: :Server Installed:True  InstallingNow:False
    [10:48:41]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:41]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:41]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:41]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:41]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:41]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:41]: Info: :Server Installed:True  InstallingNow:False
    [10:48:42]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:42]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:42]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:42]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:42]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:42]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:42]: Info: :Server Installed:True  InstallingNow:False
    [10:48:42]: Always: :Entering Page: PrerequisitesProgressPage
    [10:48:43]: Debug: :LoadPrerequisites: Start adding ComponentTitles
    [10:48:43]: Always: :LoadPrerequisites: Start adding DataItems
    [10:48:43]: Always: :memoryCheckTitle
    [10:48:43]: Always: :memoryCheckTitle
    [10:48:43]: Always: :ntfsCheckTitle
    [10:48:43]: Always: :DriveSpaceCheckTitle
    [10:48:43]: Always: :DriveSpaceCheckTitle
    [10:48:43]: Always: :OSVersionCheckTitle
    [10:48:43]: Always: :OSVersionCheckTitle
    [10:48:43]: Always: :PowershellCheckTitle
    [10:48:43]: Always: :DomainControllerCheckTitle
    [10:48:43]: Always: :WindowsInstallerCheckTitle
    [10:48:43]: Always: :PendingRebootCheckTitle
    [10:48:43]: Always: :WinRMCheckTitle
    [10:48:43]: Always: :RemoteRegistryCheckTitle
    [10:48:43]: Always: :ReportViewerCheckTitle
    [10:48:43]: Always: :ClusteredServerCheckTitle
    [10:48:43]: Always: :ActiveDirectoryCheckTitle
    [10:48:43]: Always: :IsComputerNameValidTitle
    [10:48:43]: Always: :SEViewerInstalledCheck
    [10:48:43]: Always: :AVIcodeAgentCheck
    [10:48:43]: Always: :MOMASPAgentInstalledCheck
    [10:48:43]: Always: :IISCheckTitle
    [10:48:43]: Always: :IISMetabaseCheckTitle
    [10:48:43]: Always: :AspNetCheckTitle
    [10:48:43]: Always: :WindowsAuthRoleCheckTitle
    [10:48:43]: Always: :StaticContentRoleCheckTitle
    [10:48:43]: Always: :DefaultDocumentRoleCheckTitle
    [10:48:43]: Always: :DirectoryBrowsingRoleCheckTitle
    [10:48:43]: Always: :HttpErrorsRoleCheckTitle
    [10:48:43]: Always: :HttpLoggingRoleCheckTitle
    [10:48:43]: Always: :RequestMonitorRoleCheckTitle
    [10:48:43]: Always: :RequestFilterRoleCheckTitle
    [10:48:43]: Always: :StaticContentCheckTitle
    [10:48:43]: Always: :IISConsoleCheckTitle
    [10:48:43]: Always: :IsapiAllowedCheckTitle
    [10:48:43]: Always: :IsAspNetIntegratedHandlerInstalledTitle
    [10:48:43]: Always: :HttpActivationCheckTitle
    [10:48:43]: Always: :HttpActivationCheckTitle
    [10:48:43]: Always: :LoadPrerequisites: Done adding prerequisites checks
    [10:48:43]: Info: :Approximated Memory = 8192
    [10:48:43]: Info: :Approximated Memory = 8192
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and MemoryCheck-1gbFail: 0CheckPrerequisites:   Logic Type:and MemoryCheck-2gbWarn: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  memoryCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and NTFSDrive-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  ntfsCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and DriveSpaceCheck-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  DriveSpaceCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:     ProductType was not a match.  Looking for: LanmanNT Found: ServerNTCheckPrerequisites:   Logic Type:or OSVersion-w2k8R2-Fail: 2CheckPrerequisites:   Logic
    Type:or OSVersion-w2k8R2-Fail: 0CheckPrerequisites:   Logic Type:and ArchitectureIs64Check-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  OSVersionCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[Successfully parsed version numbers.  Required: 3.1  Actual: 5.0CheckPrerequisites:   Logic Type:and WindowsInstallerVersionCheckDelegate-v31: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  WindowsInstallerCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Error: :<![CDATA[CheckPrerequisites:   Logic Type:and PendingReboot-Fail: 1]]>
    [10:48:43]: Error: :
    [10:48:43]: Error: :CheckPrerequisites:  PendingRebootCheckTitle: Warning
    [10:48:43]: Error: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and ADCheck-Fail: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  ActiveDirectoryCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[IsComputerNameValid: Hostname: SERVER  Len: 6CheckPrerequisites:   Logic Type:and IsComputerNameValid: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  IsComputerNameValidTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and AvicodeAgentInstalled-x86: 0CheckPrerequisites:   Logic Type:and AvicodeAgentInstalled-x64: 0]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  AVIcodeAgentCheck: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [10:48:43]: Debug: :ServiceControlFunctions.IsEnabledAndRunning(): Starting...
    [10:48:43]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [10:48:43]: Debug: :ServiceControlFunctions.IsEnabledAndRunning(): Checking second time because first time result was False.
    [10:48:43]: Debug: :IsServiceInstalled: RemoteRegistry?  True.
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Debug: :<![CDATA[CheckPrerequisites:   Logic Type:and PassIfWin8Anything: 0CheckPrerequisites:   Logic Type:and ServiceCheck-WinRM-enabled: 0CheckPrerequisites:   Logic Type:or ServiceCheck-WinRM-running:
    2]]>
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :CheckPrerequisites:  RemoteRegistryCheckTitle: Passed
    [10:48:43]: Debug: :
    [10:48:43]: Debug: :**************************************************
    [10:48:43]: Always: :CheckPrerequisites: Return Value 1
    [10:48:43]: Always: :Entering Page: AdditionalPrerequisitesPage
    [10:48:43]: Info: :Info:Attempting to get the text for the prereq: PendingRebootCheckTitle
    [10:48:45]: Debug: :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [10:48:45]: Debug: :GetServerInstallState: OpsMgr Server is installed on this machine
    [10:48:45]: Debug: :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [10:48:45]: Debug: :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [10:48:45]: Debug: :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [10:48:45]: Debug: :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [10:48:45]: Always: :Entering Page: SelectReportingInstance
    [10:48:45]: Always: :SQL Server SRS Instance (escaped name) RS_MSSQLSERVER
    [10:48:45]: Info: :Attempting to get the SSRS version from:
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER:__NAMESPACE
    [10:48:45]: Debug: :Path is
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\V11:MSReportServer_Instance
    [10:48:45]: Always: :SRS instance on SERVER. Version 11.0.3000.0.
    [10:48:45]: Always: :No SRS instances on SERVER.
    [10:48:45]: Info: :Info: SERVER SRS version = 11.1.3000.0
    [10:48:45]: Info: :Attempting to check SRS version
    [10:48:45]: Info: :Info: SERVER SRS version = 11.1.3000.0
    [10:48:45]: Info: :Attempting to check SRS version
    [10:48:45]: Info: :Info: SERVER SRS version = 11.1.3000.0
    [10:48:46]: Debug: :GetSRSProperties: SRS Server is: SERVER.
    [10:48:46]: Always: :GetSRSProperties: SRS Instance is: MSSQLSERVER
    [10:48:46]: Debug: :GetSRSProperties:  Actual SRS reg location is: SOFTWARE\Microsoft\Microsoft SQL Server\MSRS11.MSSQLSERVER\Setup
    [10:48:46]: Info: :Attempting to get the SSRS version from:
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER:__NAMESPACE
    [10:48:47]: Debug: :GetSRSProperties: SRS DatabaseServerName is SERVER.
    [10:48:47]: Debug: :GetSRSProperties: SRS InstanceName is MSSQLSERVER.
    [10:48:47]: Debug: :GetSRSProperties: SRS DatabaseName is ReportServer.
    [10:48:47]: Debug: :GetSRSProperties: SRS Report Server folder is C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\.
    [10:48:47]: Debug: :GetSRSProperties: SRS Config File is C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rssrvpolicy.config.
    [10:48:47]: Debug: :GetSRSProperties: SRS binary folder is C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin.
    [10:48:47]: Info: :Attempting to get the SSRS version from:
    \\SERVER\Root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER:__NAMESPACE
    [10:48:47]: Info: :Info:Found url for given RS instance:SERVER. RS
    URL:https://SERVER.DOMAIN.com.br:443/ReportServer
    [10:48:47]: Debug: :GetSRSProperties: ReportServer Url is
    https://SERVER.DOMAIN.com.br:443/ReportServer.
    [10:48:47]: Always: :Reporting URL:
    https://SERVER.DOMAIN.com.br:443/ReportServer
    [10:48:47]: Info: :Attempting to connect to above URL
    [10:49:12]: Always: :Create dummy schedule
    [10:49:19]: Always: :Delete dummy schedule
    [10:49:20]: Always: :Entering Page: AccountsInformationPage
    [10:49:42]: Info: :Info:AccountsInformationPage: In OnNextFinalValidationsDoWork to validate account access.
    [10:50:03]: Error: :Error:Could not validate the specified account because the SQL Server Instance was null.
    [10:50:03]: Info: :Standalone Reporting needs to validate the Data Reader account against the Management Group for clean install.
    [10:50:03]: Error: :Error:GetUserNameGivenAccount: Account Name was not specified
    [10:50:03]: Error: :Failed to check if Data Reader account is same as that in the management group: Threw Exception.Type: System.ArgumentNullException, Exception Error Code: 0x80004003, Exception.Message: Value cannot be null.
    Parameter name: account.accountUserName
    [10:50:03]: Error: :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.SetupUtils.GetUserNameGivenAccount(Account account, String& userName)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.IsDataReaderAccountSameInManagementGroup(Account dataReaderAccount, String managementServerName)
    [10:50:03]: Info: :Info:AccountsInformationPage: Async account validation thread returned to UI thread.

    The user running setup is not in sysadmin role in the reporting database. This one took a little bit longer to tackle. The SDK account (the
    Data Reader and Data Writer account as well) did have sysadmin permissions on that database
    (ReportServer).
    Verify that user who used in setup has sysadmin role
    Also checked the Data Warehouse database (hosted on the same server) and the same permissions were in place there as well. A last check was performed on
    Security > Server Roles > sysadmin.
    Also you can refer below link
    http://thoughtsonopsmgr.blogspot.com/2011/08/scom-r2-reporting-installation-keeps-on.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • Sharepoint SQL Reporting Services Add-In

    Hi,
    I have installed the Sharepoint SQL reporting services Add-in in one of my application servers and when I call the sites created from the application server itself they show the add-in feature in them in the "site features "list. But when I call
    the same site from a WFE in the farm with no add-in installed the the site doesn't show the add-in feature in the "site Feature" list.
    This is not supposed to happen as I have tried the same in another farm and the add-in was needed to be installed only in the application server and it would automatically be shown in sites even when they are called from a WFE or anywhere.

    SSRS in SharePoint Integrated mode requires the installation of two components.  SSRS in SharePoint Integrated mode only needs to be installed on one App server.  But the SSRS SharePoint Add-in needs to be installed on all the WFEs and the app
    server where SSRS in SharePoint Integrated mode is installed.  Not sure how you got it to work in the other farm.  Take a look at the following article:
    https://msdn.microsoft.com/en-us/library/hh479775.aspx
    You will note in the diagram that the Add-in is installed on each WFE.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Question on Installing Reporting Services and its Databases ReportServer and ReportServerTempDB

    Is it possible to have the Reporting Services installed on one server\machine and the databases ReportServer and ReportServerTempDB on a different server\machine?
    I have always installed both on the same machine but this architecture is being suggested.
    I know that you can install the services without the databases on an instance but how do you install just the databases without the services on an instance?
    lcerni

    Hi Icerni,
    Based on the current description, I understand that you want to install Reporting Services on one machine, and install Report Server and ReportServerTempDB databases on another machine.
    I think it’s not supported that installing only the databases related to Reporting Services on an instance without Reporting Services. From the document: Create a Report Server Database, we can need the Reporting Services Configuration Manager tool to create
    Report Server databases.
    In Reporting Services, there is scale-out deployment which refers to two or more report server instances that share a single report server database. They are used to increase scalability of report servers to handle more concurrent users and larger report execution
    loads. And it can also be used to dedicate specific servers to process interactive or scheduled reports.
    References:
    Scale-out Deployment (Native Mode Report Server)
    Configuring Reporting Services for Scale-Out Deployment
    Regards,
    Heidi Duan
    If you have any feedback on our support, please click
    here.
    Heidi Duan
    TechNet Community Support

Maybe you are looking for

  • Soap envelope with two root elements

    I have a wsdl with a message like: <message> <RootElement1Part> <RootElement2Part> <message> Using jdeveloper 10.1.3.4 to crete my bpel, i have tried to assign both and only the one i need but the following happens: 1) If i try to assign both, only o

  • Movie clip needs to change alpha of another movie clip

    In frame 3 of my Flash animation, I make a graph animate using a mask. At the end of that animation I want a button in frame 3 whose alpha is set to 0 to become visible so it can be clicked. So, within the movie clip of the graph, on the last frame I

  • How and when does table SWIWIOBJCT being updated / populated with workitem

    Hi Experts, I am currently debugging an issue wherein a Invoice Workflow is being displayed in the Purchase Order Workflow Overview. I debugged this and found out that this is because there are entries being selected from table SWIWIOBJCT and this wi

  • Org.omg.CORBA.OBJ_ADAPTER

    Hi When i am trying to run my bmp application i am getting the following error. Please help. IOP5012 Unable to create reference org.omg.CORBA.OBJ_ADAPTER Sun minor code vmcid:1015.... Regards, Nagaraju.KV

  • Dreamweaver CS5.5 File Compare not working on Mac

    It's not working at all, and I have TextWrangler as the application for this feature.  Can somebody help?  I've asked this question before and nobody has been able to help.  Should I reinstall it?  FYI, I'm new to a Mac.