External Report Service

Hi,
I am using the External Report Service to run and extract some custom data.
I have the process working fine in SOAP UI, which returns XML, with the report contents as BASE64 string in the <reportBytes> tag.
The problem comes when I try to parse the response in PL/SQL instead of SOAP UI.
I am using a fairly standard approach UTL_HTTP, then deal with the response.
Problem is the response seems to be in an odd format that makes no sense.  I am guessing it is due to the content type of
Content-Type
application/soap+xml; charset=UTF-8;action=""
I want to do what I have done previously, fetch the response, read it into a VARCHAR2 or CLOB, convert to XML, then parse it.
However the response is unreadable.
Any suggestions?
Also, are there any plans for Oracle to put some standards on the web services.  The differing content types and response tags make building anything generic nearly impossible.
Thanks

Thinking it's probably a character set issue?
Any assistance greatly received, thanks

Similar Messages

  • Azure Sql Reporting Service external Image

    We are working on Sql Azure Reporting Services, we have a situation where we need to display client logo on report. We are passing Image path (URL) as parameter
    to the report which works fine on normal windows server reporting services, but when we move to Sql Azure Reporting it fails to show image on report e.g. image path can be like "http://p.lui.li/img-30718_images_j-r-full.jpg".
    Any help will be highly appreciated.

    Thanks for your question. Unfortunately we are in the process of deprecating SQL Reporting services.  Full details are available at http://msdn.microsoft.com/en-us/library/gg430130.aspx
    Thanks Guy

  • Reporting Services 2008 R2 - SharePoint Integration Mode

    Hi everyone,
    I installed Reporting Services 2008 R2 in my SharePoint(2013) server and configurated the SSRS to run in SharePoint Integrate mode. But, when I run the command Install-SPRSService in SharePoint 2013 Management Shell, I get this error: 
    Does anyone know how resolve it ? I search but I didn't get a solution :(
    Thanks in advance!
    Best Regards!

    SSRS 2008 R2 isn't supported with SharePoint 2013. You'll need a minimum of SSRS 2012 SP1. In addition, SSRS 2008 R2 doesn't include the cmdlet you're looking for because it isn't a Service Application, rather it sat external to SharePoint.
    The support matrix is at http://msdn.microsoft.com/en-us/library/gg492257.aspx.
    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.

  • SQL Server Reporting Services Configuration Error(Subscription)

    I have just deployed a new project on the server and i can successfully run report from the BI Site; [Server Name]\Reports and no issue there. But when i try to create Subscription for the same report; I am trying File Share and it throws error as given
    below. Do i have to configure anything for subscription in the Reporting Services Configuration Tool???
    I also have few questions regarding Configuration;
    What account should i use for the Deployed Data Source on the Server? A valid SQL Server Account I assume!!!
    What account should i use for the Execution Account (For Unattended Operations) ? A valid Windows Account? or SQL Server account?
    What account should i use for the File Share Subscription (Credentials used to access the file share:)? A Valid Windows Account with permission for that folder?
    Here is the error I am getting in the log file.. 
    ReportingServicesService!library!b!06/17/2010-09:35:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for
    more information., AuthzInitializeContextFromSid: Win32 error: 110;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information.
    ReportingServicesService!library!b!06/17/2010-09:35:04:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
    ReportingServicesService!subscription!b!06/17/2010-09:35:04:: Microsoft.ReportingServices.Diagnostics.Utilities.RSException: The report server has encountered a configuration error. See the report server log files for more information. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error. See the report server log files for more information.
       at Microsoft.ReportingServices.Authorization.Native.GetAuthzContextForUser(IntPtr userSid)
       at Microsoft.ReportingServices.Authorization.Native.IsAdmin(String userName)
       at Microsoft.ReportingServices.Authorization.WindowsAuthorization.IsAdmin(String userName, IntPtr userToken)
       at Microsoft.ReportingServices.Authorization.WindowsAuthorization.CheckAccess(String userName, IntPtr userToken, Byte[] secDesc, ReportOperation requiredOperation)
       at Microsoft.ReportingServices.Library.Security.CheckAccess(ItemType catItemType, Byte[] secDesc, ReportOperation rptOper)
       at Microsoft.ReportingServices.Library.RSService._GetReportParameterDefinitionFromCatalog(CatalogItemContext reportContext, String historyID, Boolean forRendering, Guid& reportID, Int32& executionOption, String& savedParametersXml,
    ReportSnapshot& compiledDefinition, ReportSnapshot& snapshotData, Guid& linkID, DateTime& historyOrSnapshotDate, Byte[]& secDesc)
       at Microsoft.ReportingServices.Library.RSService._GetReportParameters(ClientRequest session, String report, String historyID, Boolean forRendering, NameValueCollection values, DatasourceCredentialsCollection credentials)
       at Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext reportContext, ClientRequest session, Warning[]& warnings, ParameterInfoCollection& effectiveParameters)
       at Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext reportContext, ClientRequest session, Warning[]& warnings, ParameterInfoCollection& effectiveParameters, String[]& secondaryStreamNames)
       at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
       at Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
       --- End of inner exception stack trace ---
       at Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
       at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService rs, CatalogItemContext reportContext, ClientRequest session, JobType type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters, String[]&
    secondaryStreamNames)
       at Microsoft.ReportingServices.Library.ReportImpl.Render(String renderFormat, String deviceInfo)
       at Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareProvider.SaveReport(Notification notification, SubscriptionData data)
       at Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareProvider.Deliver(Notification notification)
    I also get following error when I try to create email Subscriptoin
    w3wp!processing!6!6/17/2010-09:58:53:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'EU_Database'., ;
     Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'EU_Database'. ---> System.Data.SqlClient.SqlException: Could not obtain information about Windows NT group/user 'THRY\RPUser',
    error code 0x6e.
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapper.ImpersonateUser()
       at Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapper.Open()
       at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.ReportRuntimeDataSourceNode.OpenConnection(DataSource dataSourceObj, ReportProcessingContext pc)
       --- End of inner exception stack trace ---
    Thanks,
    RP

    Hi RP,
    For your first issue "cannpt create subscriptions", after analyzing the error logs, it seems to be caused to the service account for the Reporting Services service does not have proper permissions to invoke the WIN32 API.
    The SQL Server Reporting Services invokes the Win32 API to impersonate user's permissions to write files to shared folder or call COM+ components.
    In this case, we can change the service account to a account has permissions to invoke the Win32 API to solve the issue. For example, we can change the account to be NetworkService or LocalSystem:
     1. Backup the encryption key using Reporting Serivces Configuration Manager.
     2. Change the service account using Reporting Serivces Configuration Manager.
     3. Restore the encryptiong key using Reporting Serivces Configuration Manager.
    For your others questions, please see the following inline reply:
     --What account should i use for the Deployed Data Source on the Server? A valid SQL Server Account I assume!!!
     The account should be a Windows account or the SQL Server account, that has read permissions in the source data base at least.
     --What account should i use for the Execution Account (For Unattended Operations) ? A valid Windows Account? or SQL Server account?
     The account must be a Windows user account. For best results, choose an account that has read permissions and network logon permissions to support connections to other computers. It must have read permissions on any external image or data file that you
    want to use in a report. Do not specify a local account unless all report data sources and external images are stored on the report server computer. Use the account only for unattended report processing.
     --What account should i use for the File Share Subscription (Credentials used to access the file share:)? A Valid Windows Account with permission for that folder?
     You are right. It must be a Windows account, which has permissions to access and write files to the shared folder.
    For more information, please see:
    Configuring the Report Server Service Account:
    http://msdn.microsoft.com/en-us/library/ms160340.aspx
    Execution Account (Reporting Services Configuration):
    http://msdn.microsoft.com/en-us/library/ms181156.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Deliver data to external web service possible in OBIEE 11g?

    Hi all,
    I'm looking into the possibility of "pushing" data from OBIEE and out to an external web service, e.g. through executing a scheduled report that instead of delivering the result on screen, it would call an external web service that would consume the generated data for storage in an external system.
    Does anyone know if this is possible to implement in OBIEE 11g? (So far, all I've found is how to display data in OBIEE through consumation of web service(s), but I'd like to "push out" data to a web service from OBIEE).
    Regards,
    -Haakon-

    Action Links 11g - Invoke webservice you can try out..... I never tried... Just sharing my views.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1113/actionframework/actionframework.htm

  • Issue with calling external web service with authentication details ...

    Hi,
         I am facing a deployment issue with Oracle ESB. I am trying to call an external Web Service with authentication from ESB SOAP Service. It is working fine with my local ESB version 10.1.3.3.0 Build PCBPEL_10.1.3.3.0_GENERIC_070615.0525; however it is getting an error at our development ESB version 10.1.3.3.1 Build PCBPEL_10.1.3.3.1_GENERIC_RELEASE.
         I am getting following error.
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception during SOAP invoke: Server was unable to process request. ---> Object reference not set to an instance of an object.; nested exception is: javax.xml.rpc.soap.SOAPFaultException: Server was unable to process request. ---> Object reference not set to an instance of an object. at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.populateFaultMessage(WSIFOperation_JaxRpc.java:3086) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1728) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1473) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeRequestResponseOperation(WSIFOperation_JaxRpc.java:1196) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:867) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:770) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:790) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1424) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:307) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispat
         Could one of you please help me out to understand why it is happining.
    Thanks in advance.
    Jyotirmoy.

    Hi Mahesh,
    One you are missing is authentication token or credentials.
    Please refer to the following articles.
    http://www.cleverworkarounds.com/2014/02/05/tips-for-using-spd-workflows-to-talk-to-3rd-party-web-services/
    A Series of articles related to Web Service in SPD Workflow
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 1
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 2
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 3
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 4
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 5
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 6
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 7
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 8
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 9
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 10
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 11
    Trials or tribulation?
    Inside SharePoint 2013 workflows–Part 12
    Please don't forget to mark it answered, if your problem resolved or helpful

  • Use of SQL Reporting Services in BPC (multi-server environment) - concept

    Hello Experts,
    I have the following scenario:
    2 BPC application servers. Lets call them BPCA1 and BPCA2.
    Load Balancer with virtual name BPCA
    SQL 2005 database server BPCDB
    Database server would hold BPC databases and Report Server database - requires 1 SQL Server license.
    Each application server requires SQL Server Integration Services to be installed - 2 SQL Server Standard Edition licenses in my scenario.
    Now, is Reporting Services a required component and needs to be installed on both application servers?
    Because "scale-out" deployment for Reporting Services is only supported in SQL Server Enterprise Edition. Price difference between Standard and Enterprise Editions are quite sufficient.
    So, can I install SQL Server Reporting Services only on BPCA1 and point BPC configuration to BPCA1 for all applications servers?
    What is the use of SQL Server Reporting Services in BPC besides running Admin Reports?
    Thanks in advance,
    Akim

    Hi RS is not required to be installed into db server or app server. It  can be even an external RS server.
    You are right if you will try to install RS in both app server you need Enterprise Edition because is required by Microsoft for RS web farm.
    If you will install RS into database server then you don't need other license for SQL but if you will use SQL Server 2005 you have to install IIS into database server.
    For many companies this broke some security policies and for this reason you have to install RS into appserver.
    If you will use SQL Server 2008 then IIS is not required anymore and this is another plus in favor of SQL 2008.
    Also SAP recomendations is to use SQl Server 2008 for SAP BPC 7.0 SP3 or later becaiuse the performances are better.
    RS is used for:
    Admin reportts. Audit Reports Journal Reports.
    But without RS working you can have issue also with some Admin components not really just with reports.
    Regards
    Sorin Radulescu

  • SQL Reporting services publishing through ISA

    Hello colleagues.
    I have SQL 2012 Reporting Services. Into internal network when I in internet explorer go to https://reports2.domain.ru/reports - all fine. I publishing reports2.domain.ru to External via ISA 2006. Sharepoint don't used.
    From Internet I go to https://reports2.domain.ru/reports, in ISA authentication window I input my login and password and
    see an error: "Error code: 500 Internal Server Error. The target principal name is incorrect."
    I see similar questions on technet, but I don't find solve of my problem.
    Please somebody help me!!

    Hi,
    make sure that the name of the internal reporting Server you entered in the TMG webserver publishing rule matches the CN (Common Name) or SAN (Subject Alternative Name) in the certificate installed on the internal Reporting server
    regards Marc Grote aka Jens Baier - www.it-training-grote.de - www.forefront-tmg.de - www.galileocomputing.de/3276?GPP=MarcGrote

  • Sharepoint 2010 SQl 2008 r2 Reporting Services Integrated with Claims

    i have a 4 server sharepoint 2010 farm all servers are windows 2008 r2 x64
    two severs are sharepoint app/wfe servers
    one server is SQL sharepoint content db server sql 2008 r2 enterprise
    one server is SQL Claims Provider DB and reporting services on SQL 2008 r2
    the site is behind a forefront tmg proxy firewall for both internal and external users and both locations are producing the same results.
    the web application i am having an issue with consists of a primary web app claims enabled web app that only has NTLM enabled, with an extended extranet webapp that  supports claims and NTLM.
    there is surrently a site collection that has been configured for reporting services when i log into the site as a SQL Claims user i am able to run the reportbuilder as a content type  using the New Report builder report content type from a library on
    this site. Reportbuilder launches and i am once gain prompted to login i login with the same credentials i used to log into the site and reportbuilder opens up and then i am able to open datasourceas and reports.
    When i log in to the same site collection as a domain user i am able to log in to the site and launch reportbuilder. When reportbuilder opens up i am prompted to log in, i insert my domain\username and password and nothing happens the login prompt appears again
    blank on the back end it throws the following exceptions
    1. Password check on 'username' generated exception: 'System.ServiceModel.FaultException`1[Microsoft.IdentityModel.Tokens.FailedAuthenticationException]: The security token username and password could not be validated. (Fault Detail is equal to Microsoft.IdentityModel.Tokens.FailedAuthenticationException:
    The security token username and password could not be validated.).'.
    2.An exception occurred when trying to issue security token: The security token username and password could not be validated.
    any thoughts on where i should begin troubleshooting this.

    I think i am getting close i am now seeing a new error it seems that the sp farm account is unable my domain account when launching reportbuilder.
    vent code: 4006
    Event message: Membership credential verification failed.
    Event time: 4/6/2014 10:59:05 AM
    Event time (UTC): 4/6/2014 2:59:05 PM
    Event ID: 7640af98dab846829f78e7d74a4e1e8a
    Event sequence: 9
    Event occurrence: 8
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/2/ROOT/SecurityTokenServiceApplication-1-130412687342754349
        Trust level: Full
        Application Virtual Path: /SecurityTokenServiceApplication
        Application Path: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebServices\SecurityToken\
        Machine name: (SP WFE MACHINE NAME)
    Process information:
        Process ID: 8044
        Process name: w3wp.exe
        Account name: (SP FARM ACCOUNT)
    Request information:
        Request URL:  
        Request path:  
        User host address:  
        User:  
        Is authenticated: False
        Authentication Type:  
        Thread account name: (SP FARM ACCOUNT)
    Name to authenticate: (doamin account launching reportbuilder)
    Custom event details:

  • SQL Server 2008 Reporting Services HTTP 500 error

    Hi Everyone,
    I recently tried changing authentication mode in RSReportServer.config, I changed from RSWindowsBasic to RSWindowsNegotiate. After restarting the services, I tried to access the Reports page (which worked before my change), but I was unable to load HTTP
    500 error.
    I then did what anyone else would do, revert back to the origin config and restart the services. I then tried to access but I got exactly the same error, HTTP 500.
    I really dont understand why, I have reverted back to exactly the same configuration that work.
    The error messages from the logs are as follows:
    rshost!rshost!16ec!01/16/2014-13:33:53:: i INFO: CLR runtime is initialized.
    rshost!rshost!16ec!01/16/2014-13:33:53:: v VERBOSE: Initializing Memory Monitoring
    rshost!rshost!16ec!01/16/2014-13:33:53:: i INFO: Derived memory configuration based on physical memory as 4193848 KB
    rshost!rshost!16ec!01/16/2014-13:33:53:: w WARN: Failed to initialize performance counters: ffffffff. Possible setup issue.
    rshost!rshost!16ec!01/16/2014-13:33:53:: v VERBOSE: Supported winsock version is 2.2.
    appdomainmanager!DefaultDomain!18e4!01/16/2014-13:33:53:: i INFO: Entered managed ServiceMain in DefaultDomain.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing SecureConnectionLevel to '2'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException'
     as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException'
     as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing AuthenticationTypes to '8'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing UrlRoot to 'https://ssrsreportingppe.companytest9.co.uk:4434/ReportServer'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing ReportServerUrl to 'https://ssrsreportingppe.companytest9.co.uk:4434/ReportServer'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
    library!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
    resourceutilities!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Reporting Services starting SKU: Enterprise
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Using report server internal url https://ssrsreportingppe.companytest9.co.uk:4434/ReportServer.
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Using report server external url https://TEST-SRV-DBA01:4445/ReportServer.
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Using url root https://ssrsreportingppe.companytest9.co.uk:4434/ReportServer.
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: AuthPersistence does not apply to basic authentication.
    rshost!rshost!d30!01/16/2014-13:33:54:: i INFO: Configuring maxPhysicalCpu=8, minLogicalCpu=0
    rshost!rshost!d30!01/16/2014-13:33:54:: i INFO: Logical processor per physical processor 1
    rshost!rshost!d30!01/16/2014-13:33:54:: i INFO: Maximum logical CPU is 1
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Using report server internal url https://ssrsreportingppe.companytest9.co.uk:4434/ReportServer.
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Using report server external url https://TEST-SRV-DBA01:4445/ReportServer.
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Using url root https://ssrsreportingppe.companytest9.co.uk:4434/ReportServer.
    configmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: AuthPersistence does not apply to basic authentication.
    appdomainmanager!DefaultDomain!d30!01/16/2014-13:33:54:: i INFO: Appdomain:2 WindowsService_0 started.
    resourceutilities!WindowsService_0!d30!01/16/2014-13:33:55:: i INFO: Reporting Services starting SKU: Enterprise
    library!WindowsService_0!1f70!01/16/2014-13:33:55:: i INFO: Catalog SQL Server Edition = Enterprise
    appdomainmanager!DefaultDomain!d30!01/16/2014-13:33:55:: i INFO: The UserAccountControl value for the service account is 512
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Registered url=https://TEST-SRV-DBA01.company.co.uk:4444/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Registered url=http://SSRSReportingPPE.companytest9.co.uk:8081/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Registered url=https://+:4445/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Registered url=https://+:4443/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Currently registered url https://+:4443/ReportServer/ on endpoint 2
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Currently registered url https://+:4445/ReportServer/ on endpoint 2
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Currently registered url http://SSRSReportingPPE.companytest9.co.uk:8081/ReportServer/ on endpoint 2
    rshost!rshost!1940!01/16/2014-13:33:55:: i INFO: Currently registered url https://TEST-SRV-DBA01.company.co.uk:4444/ReportServer/ on endpoint 2
    appdomainmanager!DefaultDomain!d30!01/16/2014-13:33:55:: i INFO: The UserAccountControl value for the service account is 512
    crypto!WindowsService_0!1f70!01/16/2014-13:33:55:: i INFO: Initializing crypto as user: company\adm.sukh.gidda
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Registered url=https://TEST-SRV-DBA01.company.co.uk:4444/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Registered url=http://SSRSReportingPPE.companytest9.co.uk:8081/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Registered url=https://WMSvc-TEST-SRV-DBA01:4444/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Registered url=https://+:4445/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Registered url=https://+:4434/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Currently registered url https://+:4434/Reports/ on endpoint 3
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Currently registered url https://+:4445/Reports/ on endpoint 3
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Currently registered url https://WMSvc-TEST-SRV-DBA01:4444/Reports/ on endpoint 3
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Currently registered url http://SSRSReportingPPE.companytest9.co.uk:8081/Reports/ on endpoint 3
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Currently registered url https://TEST-SRV-DBA01.company.co.uk:4444/Reports/ on endpoint 3
    rshost!rshost!1d44!01/16/2014-13:33:55:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\ReportBuilder.
    resourceutilities!DefaultDomain!d30!01/16/2014-13:33:55:: i INFO: Maximum memory limit is 2097152Mb
    rshost!rshost!d30!01/16/2014-13:33:55:: i INFO: Derived memory configuration based on physical memory as 4193848 KB
    servicecontroller!DefaultDomain!1d44!01/16/2014-13:33:55:: i INFO: Total Physical memory: 4294500352
    rpcserver!DefaultDomain!1940!01/16/2014-13:33:55:: i INFO: Process monitoring started.
    library!WindowsService_0!1f70!01/16/2014-13:33:55:: v VERBOSE: Transaction begin.
    crypto!WindowsService_0!1f70!01/16/2014-13:33:55:: i INFO: Exporting public key
    crypto!WindowsService_0!1f70!01/16/2014-13:33:55:: i INFO: Performing sku validation
    crypto!WindowsService_0!1f70!01/16/2014-13:33:55:: i INFO: Importing existing encryption key
    library!WindowsService_0!1f70!01/16/2014-13:33:55:: v VERBOSE: Transaction commit.
    library!WindowsService_0!1f70!01/16/2014-13:33:56:: v VERBOSE: Transaction begin.
    library!WindowsService_0!1f70!01/16/2014-13:33:56:: v VERBOSE: Transaction commit.
    dbpolling!WindowsService_0!1f70!01/16/2014-13:33:56:: i INFO: EventPolling polling service started
    dbpolling!WindowsService_0!1ef4!01/16/2014-13:33:56:: i INFO: HeartbeatThread(EventPolling): heartbeat thread started.
    dbpolling!WindowsService_0!1f70!01/16/2014-13:33:56:: i INFO: NotificationPolling polling service started
    dbpolling!WindowsService_0!1f94!01/16/2014-13:33:56:: i INFO: HeartbeatThread(NotificationPolling): heartbeat thread started.
    dbpolling!WindowsService_0!1f70!01/16/2014-13:33:56:: i INFO: SchedulePolling polling service started
    dbpolling!WindowsService_0!1f70!01/16/2014-13:33:56:: i INFO: UpgradePolling polling service started
    dbpolling!WindowsService_0!1a54!01/16/2014-13:33:56:: i INFO: PollingMaintenance: Polling started
    resourceutilities!WindowsService_0!1a54!01/16/2014-13:33:56:: i INFO: Maximum memory limit is 2097152Mb
    rpcserver!DefaultDomain!1f70!01/16/2014-13:33:56:: i INFO: RPC Server started.
    servicecontroller!DefaultDomain!1f70!01/16/2014-13:33:56:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS10_50.MSSQLSERVER'
    appdomainmanager!WindowsService_0!1f70!01/16/2014-13:33:56:: i INFO: Appdomain:2 WindowsService_0 initialized.
    library!WindowsService_0!1a54!01/16/2014-13:33:56:: Attempting upgrade of MigrateExecutionLog
    rshost!rshost!18e4!01/16/2014-13:34:39:: v VERBOSE: AcceptCallback(): accepted new connection pipeline=0x000000000036DC50...
    rshost!rshost!1478!01/16/2014-13:34:39:: v VERBOSE: ThreadContinuePipeline: processing request on pipeline=0x000000000036DC50, state=0, IOError=0, node=0.
    appdomainmanager!DefaultDomain!1478!01/16/2014-13:34:49:: i INFO: Appdomain:3 ReportManager_MSSQLSERVER_0-1-130343528892811172 started.
    appdomainmanager!ReportManager_0-1!1478!01/16/2014-13:34:49:: i INFO: RS authentication mode is 8; effective ASP.NET authentication mode is Windows. vdir=/Reports.
    appdomainmanager!ReportManager_0-1!1478!01/16/2014-13:34:49:: v VERBOSE: Managed threadpool maxWorkerThread=100, maxIoCompletionThread=100 ...
    appdomainmanager!ReportManager_0-1!1478!01/16/2014-13:34:49:: v VERBOSE: Managed threadpool minWorkerThread=1, minIoCompletionThread=1 ...
    appdomainmanager!DefaultDomain!1478!01/16/2014-13:34:49:: i INFO: Appdomain:3 ReportManager_MSSQLSERVER_0-1-130343528892811172 initialized (#1).
    rshost!rshost!1478!01/16/2014-13:34:49:: v VERBOSE: Processing request pipeline=0x000000000036DC50, callback=0xace640, callback->pipeline=0x000000000036DC50, id=17077649789136404660, connid=17077649788599533747 ...
    httpruntime!ReportManager_0-1!1478!01/16/2014-13:34:49:: v VERBOSE: Response header encoding is Unicode (UTF-8).
    ui!ReportManager_0-1!1478!01/16/2014-13:34:51:: v VERBOSE: User map'<Users><User><Name>TEST-SRV-DBA01\LocalAdmin</Name><Paths><Path>/Reports/home.aspx</Path><NrReq>1</NrReq></Paths></User></Users>'
    rshost!rshost!1478!01/16/2014-13:34:51:: v VERBOSE: HttpPipelineCallback::EndOfRequest(): continue pipeline=0x000000000036DC50.
    rshost!rshost!18e4!01/16/2014-13:34:51:: v VERBOSE: ThreadContinuePipeline: processing request on pipeline=0x000000000036DC50, state=2, IOError=0, node=0.
    rshost!rshost!1180!01/16/2014-13:34:52:: v VERBOSE: AcceptCallback(): accepted new connection pipeline=0x0000000003631610...
    rshost!rshost!1478!01/16/2014-13:34:52:: v VERBOSE: ThreadContinuePipeline: processing request on pipeline=0x0000000003631610, state=0, IOError=0, node=0.
    rshost!rshost!1478!01/16/2014-13:34:52:: v VERBOSE: Processing request pipeline=0x0000000003631610, callback=0xace620, callback->pipeline=0x0000000003631610, id=17365880165288116379, connid=17365880164751245466 ...
    ui!ReportManager_0-1!1478!01/16/2014-13:34:52:: v VERBOSE: User map'<Users><User><Name>TEST-SRV-DBA01\LocalAdmin</Name><Paths><Path>/Reports/Pages/Folder.aspx</Path><NrReq>1</NrReq></Paths></User></Users>'
    ui!ReportManager_0-1!1478!01/16/2014-13:34:53:: e ERROR: Microsoft.SqlServer.ReportingServices2010.RSConnection2010+MissingEndpointException: The attempt to connect to the report server failed.  Check your connection information and that the report
    server is a compatible version. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.ReportingServices.UI.ServerAuthType.GetReportServerAuthentication()
       at Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetNewWebRequest(Uri uri)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.ListItemTypes()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.<ListItemTypes>b__10f()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
       --- End of inner exception stack trace ---
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.MissingEndpointException.ThrowIfEndpointMissing(WebException e)
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.ListItemTypes()
       at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
       at Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel()
       at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Page.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    ui!ReportManager_0-1!1478!01/16/2014-13:34:53:: e ERROR: Microsoft.SqlServer.ReportingServices2010.RSConnection2010+MissingEndpointException: The attempt to connect to the report server failed.  Check your connection information and that the report
    server is a compatible version. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.ReportingServices.UI.ServerAuthType.GetReportServerAuthentication()
       at Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetNewWebRequest(Uri uri)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.ListItemTypes()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.<ListItemTypes>b__10f()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
       --- End of inner exception stack trace ---
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.MissingEndpointException.ThrowIfEndpointMissing(WebException e)
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod()
       at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.ListItemTypes()
       at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
       at Microsoft.ReportingServices.UI.GlobalLinks.Control_Init(Object sender, EventArgs args)
    ui!ReportManager_0-1!1478!01/16/2014-13:34:53:: e ERROR: HTTP status code --> 500
    Anyone seen this issue before? Or know why its failing from the logs?
    Thanks,
    John

    Hi John,
    HTTP 500 error can occur if there are conflicting authentication settings in the report server Web.config file and the RSReportServer.config file. HTTP 500 is returned if authentication initially succeeds and then the mismatch is detected. In RSReportServer.config
    file, make sure the AuthenticationTypes setting as follows:
    <AuthenticationTypes>
    <RSWindows*/>
    </AuthenticationTypes>
    In the report server Web.config file, please also check the authentication type:
    Authentication=”Windows”
    Reference:
    http://technet.microsoft.com/en-us/library/ms159778(v=sql.105).aspx
    If the issue is persist, please check if the web services URL in web.config file is correct.
    Hope this helps.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Reporting Services Installation Failing

    Hi Fellows,
    I am trying to install SCOM 2012 R2 reporting services on SCOM Management Server. SCOM Management Server also has a SQL Server 2012 SP1 (11.0.3000.0) SSRS and Database services installed. But SCOM reporting installation fails in between with below errors
    and leaves the reporting instance in-useable.
    Windows Event Log ID: 1026, Source: .NET Runtime,
    Application:Microsoft.EnterpriseManagement.Monitoring.Console.exe
    Framework: v4.0.30319
    Description: The process was terminated due to an unhandled exception
    Exception Info: System.IO.FileNotFoundException
    SCOM Setup Log
    [16:26:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]:
    Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:26:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:26:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:27:00]:    Debug:    :More: 4 rety to go..
    [16:27:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:27:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:27:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:28:00]:    Debug:    :More: 3 rety to go..
    [16:28:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:28:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:28:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:29:00]:    Debug:    :More: 2 rety to go..
    [16:29:00]:    Warn:    :Message:SRSPolicySetter SoapException Exception: System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description). Will retry..
    [16:29:00]:    Warn:    :Extra data:<detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsAuthorizationExtensionError</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>Microsoft.ReportingServices.Diagnostics</Source><Message msrs:ErrorCode="rsAuthorizationExtensionError" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsAuthorizationExtensionError&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred when invoking the authorization extension.</Message><MoreInformation><Source>mscorlib</Source><Message>Access is denied. (Exception from
    HRESULT: 0x80070005 (E_ACCESSDENIED))</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    [16:29:00]:    Debug:    :Now Sleeping for : 60000 milliseconds
    [16:30:00]:    Debug:    :More:1 *LAST* retry to go..
    [16:30:01]:    Error:    :Error:All retrys failed!!. Message:SRSPolicySetter SoapException, now throwing:System.Web.Services.Protocols.SoapException: An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException:
    An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception
    from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Reporting.Setup.ReportService.ReportingService2005.GetRoleProperties(String Name, String& Description)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
    [16:30:01]:    Error:    :SRSPolicySetter error: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: An error occurred
    when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.RetryLog.ProcessException(String strMsg, Exception e, String strExtra)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
    [16:30:01]:    Error:    :ReplaceSRSExtensionsWithOMExtensions error: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException:
    An error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.RetryLog.ProcessException(String strMsg, Exception e, String strExtra)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.ReplaceSRSExtensionsWithOMExtensions(String srsReportServerFolder, String omServer, String reportServerURL, String srsServiceName)
    [16:30:01]:    Error:    :Reporting Configuration failed.: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: An
    error occurred when invoking the authorization extension. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: An error occurred when invoking the authorization extension. ---> System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail,
    System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.GetRoleProperties(String Name, Task[]& Tasks, String& Description)
    [16:30:01]:    Error:    :StackTrace:   at Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.RetryLog.ProcessException(String strMsg, Exception e, String strExtra)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.SRSPolicySetter(String fullSRSURL)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.ReplaceSRSExtensionsWithOMExtensions(String srsReportServerFolder, String omServer, String reportServerURL, String srsServiceName)
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.OMReportingProcessor.ConfigureReporting(ProgressData progressData, Func`2 progressDelegate)
    [16:30:01]:    Error:    :FATAL ACTION: ConfigureReportingForInstall
    [16:30:01]:    Error:    :ProcessInstalls: Running the PostProcessDelegate returned false.
    [16:30:01]:    Always:    :SetErrorType: Setting NonVitalFailure. currentInstallItem: Reporting Server
    [16:30:01]:    Error:    :ProcessInstalls: Running the PostProcessDelegate for OMREPORTING failed.... but this item is not fatal so we will process the other items.
    [16:30:01]:    Info:    :SetProgressScreen: FinishMinorStep.
    [16:30:01]:    Always:    :!***** Installing: POSTINSTALL ***
    [16:30:01]:    Info:    :SetProgressScreen: StartMinorStep.
    [16:30:01]:    Warn:    :ApplyUpdates: Unable to load QFE file.
    [16:30:01]:    Always:    :Doing Preinstall task for POSTINSTALL
    [16:30:01]:    Warn:    :CheckAndLoadUpdateFiles: Unable to load QFE file.
    [16:30:01]:    Always:    :Doing Install task for POSTINSTALL
    [16:30:01]:    Debug:    :DoInstallTask: Found Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall;PostInstallProcessor as type and method.
    [16:30:01]:    Info:    :Type: Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.PostInstall  Method: PostInstallProcessor
    [16:30:01]:    Info:    :SetProgressScreen: Init Exe Install progress.
    [16:30:01]:    Info:    :AddUninstallChangeEntry: Cleaning out existing files at the ARP file cache location C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup
    [16:30:01]:    Debug:    :ARPFileCache: Created folder: C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup.
    [16:30:01]:    Debug:    :Copying files from C:\Users\scom.admin\AppData\Local\SCOM\Setup To C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup that match the pattern *
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_momv3_dw_localization.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_momv3_dw_localization.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_momv3_localization.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_momv3_localization.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_db.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_db.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_db_admin.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_db_admin.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_db_postMPimport.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_db_postMPimport.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_mom_dw_admin.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_mom_dw_admin.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\build_om_db_ConfigSvcRole.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\build_om_db_ConfigSvcRole.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\CAManaged.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\CAManaged.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\cleanup_mom_db.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\cleanup_mom_db.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\DatatypeTransforms.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\DatatypeTransforms.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Datawarehouse.Initial.Setup.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Datawarehouse.Initial.Setup.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Datawarehouse.OM12R2.Upgrade.sql to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Datawarehouse.OM12R2.Upgrade.sql
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\DataWarehouseMPs.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\DataWarehouseMPs.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\DBRetryConfigSettingsXML.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\DBRetryConfigSettingsXML.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Eula_en_eval.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Eula_en_eval.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\eula_en_fpp.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\eula_en_fpp.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Eula_en_notice.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Eula_en_notice.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\eula_en_oem.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\eula_en_oem.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\IntermilestoneUpgradePrereqs.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\IntermilestoneUpgradePrereqs.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Common.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Common.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Core.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Core.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.QueryCache.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessLayer.QueryCache.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.Core.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.Core.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProc.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProc.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProcWithAuth.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.InProcWithAuth.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.DataAccessService.OperationsManager.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.DataAccessService.OperationsManager.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.HealthService.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.HealthService.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Modules.DataTypes.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Modules.DataTypes.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.ReportingComponent.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.ReportingComponent.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Reportingconfiguration.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Reportingconfiguration.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.ServerConfiguration.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.ServerConfiguration.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBConfigurationHelper.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBUpgradeConfiguration.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DBUpgradeConfiguration.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.DWConfigurationHelper.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.InProcSDK.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.InProcSDK.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.Prerequisites.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.Setup.Prerequisites.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.OperationsManager.SetupCommon.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Packaging.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Packaging.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.Runtime.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.Runtime.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.EnterpriseManagement.RuntimeService.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.EnterpriseManagement.RuntimeService.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.BuildConstants.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.BuildConstants.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Common.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Common.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.DiscoveryDatabaseAccess.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.DiscoveryDatabaseAccess.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Modules.DataTypes.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Modules.DataTypes.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Sdk.Authorization.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Sdk.Authorization.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Sdk.SecureStorageManager.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Sdk.SecureStorageManager.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.Mom.Sdk.UserRoleSetup.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.Mom.Sdk.UserRoleSetup.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SSH.SFTPTransferData.xslt to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SSH.SFTPTransferData.xslt
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SSH.SSHCommandData.xslt to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SSH.SSHCommandData.xslt
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SystemCenter.Essentials.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SystemCenter.Essentials.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Microsoft.SystemCenter.Essentials.SetupFramework.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Microsoft.SystemCenter.Essentials.SetupFramework.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\MPImportList.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\MPImportList.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\msvcp100.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\msvcp100.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\msvcr100.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\msvcr100.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\NetworkingMPs.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\NetworkingMPs.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\PrerequisiteInputFile.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\PrerequisiteInputFile.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\ReportingMPsList.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\ReportingMPsList.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Setup.exe to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Setup.exe
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\Setup.ico to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\Setup.ico
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupChainerUI.exe to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupChainerUI.exe
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupChainerUI.exe.config to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupChainerUI.exe.config
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupCommon.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupCommon.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupCommonManaged.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupCommonManaged.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupCommonStringDictionary.xaml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupCommonStringDictionary.xaml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\SetupInstallItem.exe to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\SetupInstallItem.exe
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\UpgradePrerequisites.xml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\UpgradePrerequisites.xml
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\UpgradeRules.xaml to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\UpgradeRules.xaml
    [16:30:01]:    Debug:    :Copying files from C:\Users\scom.admin\AppData\Local\SCOM\Setup\en To C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en that match the pattern *
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_eval.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_eval.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_fpp.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_fpp.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_notice.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_notice.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\eula_en_oem.rtf to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\eula_en_oem.rtf
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\Microsoft.EnterpriseManagement.OperationsManager.Setup.resources.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager\Setup\en\Microsoft.EnterpriseManagement.OperationsManager.Setup.resources.dll
    [16:30:01]:    Debug:    :SafeCopyFolder: Copied C:\Users\scom.admin\AppData\Local\SCOM\Setup\en\Microsoft.SystemCenter.Essentials.SetupFramework.resources.dll to C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Setup\en\Microsoft.SystemCenter.Essentials.SetupFramework.resources.dll
    [16:30:02]:    Always:    :Doing Postinstall task for POSTINSTALL
    [16:30:02]:    Warn:    :ApplyUpdates: Unable to load QFE file.
    [16:30:02]:    Info:    :SetProgressScreen: FinishMinorStep.
    [16:30:02]:    Always:    :****************************************************************
    [16:30:02]:    Always:    :****Starting*RollBack*******************************************
    [16:30:02]:    Always:    :****************************************************************
    [16:30:02]:    Info:    :SetProgressScreen: StartMinorStep.
    [16:30:02]:    Debug:    :Discovered that there were non-vital failures during this install but since POSTINSTALL was not one of them we went ahead and added a warning icon.
    [16:30:02]:    Info:    :SetProgressScreen: StartMinorStep.
    [16:30:02]:    Debug:    :ProcessInstalls: Install Item Reporting Server has a Preprocessing delegate of RunXamlPreProcessor.  Launching it now.
    [16:30:02]:    Always:    :Determining actions to be run.
    [16:30:02]:    Always:    :Done validating action list; now running individual actions.
    [16:30:02]:    Always:    :Current Action: RollbackReportingPreprocessor
    [16:30:02]:    Always:    :Preparing to start OM Reporting installation
    [16:30:02]:    Debug:    :isProductInstalled: product with {C92727BE-BD12-4140-96A6-276BA4F60AC1} product code is installed on this machine
    [16:30:02]:    Debug:    :GetServerInstallState: OpsMgr Server is installed on this machine
    [16:30:02]:    Debug:    :isProductInstalled: product with {041C3416-87CE-4B02-918E-6FDC95F241D3} product code is installed on this machine
    [16:30:02]:    Debug:    :GetUserInterfaceInstallState: OpsMgr UI is installed on this machine
    [16:30:02]:    Debug:    :isProductInstalled: product with {B9853D74-E2A7-446C-851D-5B5374671D0B} product code is installed on this machine
    [16:30:02]:    Debug:    :GetWebConsoleInstallState: OpsMgr Web Console is installed on this machine
    [16:30:02]:    Debug:    :Adding Product Code for uninstall or repair: {D6E655E7-6318-4C50-B184-55E70DB179C1}
    [16:30:02]:    Info:    :RollbackReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: UninstallReportingPreprocessor
    [16:30:02]:    Info:    :UninstallReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: InstallReportingPreprocessor
    [16:30:02]:    Info:    :InstallReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: UpgradeReportingPreprocessor
    [16:30:02]:    Info:    :UpgradeReportingPreprocessor completed.
    [16:30:02]:    Always:    :Current Action: RepairReportingPreprocessor
    [16:30:02]:    Info:    :RepairReportingPreprocessor completed.
    [16:30:02]:    Info:    :SetProgressScreen: Init MSI Install progress.
    [16:30:02]:    Debug:    :LaunchMsi: Msi mutex is not in use.
    [16:30:02]:    Always:    :LaunchMsi: Launching D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi with arguments:  OM_INSTALLDIR="C:\Program Files\Microsoft System Center 2012 R2\Operations
    Manager" MU_SETTING=0 SEND_CEIP_REPORTS=0 SRS_INSTANCE_NAME=MSSQLSERVER SRSCONFIGFILE="C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rssrvpolicy.config"  REPORTINGFOLDER=/ SRSBINARYFOLDER="C:\Program
    Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin" REPORT_SERVER_FULL_HTTP_PATH=http://10.200.37.88:8080/ReportServer MGSERVER=vm-scom01.damanhealth.ae OMREPORTINGDBNAME=OperationsManager2012R2DW OM_DB_SERVER=sql-scom SRS_SERVER=VM-SCOM01
    SRS_SERVER_VERSION=11.1.3000.0
    [16:30:02]:    Debug:    :LaunchMsi: Turning off the internal UI for D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi.
    [16:30:02]:    Debug:    :LaunchMSI:  Enable logging for the MSI at C:\Users\scom.admin\AppData\Local\SCOM\Logs\OMReporting.log.
    [16:30:02]:    Debug:    :LaunchMsi: MSI D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi is not in silent mode.  Setting the external UI.
    [16:30:02]:    Always:    :LaunchMsi: Uninstalling using product code {D6E655E7-6318-4C50-B184-55E70DB179C1}
    [16:30:07]:    Always:    :MsiConfigureProductEx finished for {D6E655E7-6318-4C50-B184-55E70DB179C1}.
    [16:30:07]:    Always:    :LaunchMSI: MSI D:\Software\SCOM 2012 R2 - Setup (Extracted)\Setup\AMD64\Reporting\OMReporting.msi succeeded.
    [16:30:07]:    Always:    :ProcessInstalls: Install Item Reporting Server was successful.  We will launch the post process delegate.
    [16:30:07]:    Always:    :Determining actions to be run.
    [16:30:07]:    Always:    :Done validating action list; now running individual actions.
    [16:30:07]:    Always:    :Current Action: Rollback
    [16:30:07]:    Info:    :Rollback completed.
    [16:30:07]:    Always:    :Current Action: ConfigureReportingForInstall
    [16:30:07]:    Info:    :ConfigureReportingForInstall completed.
    [16:30:07]:    Always:    :Current Action: ConfigureReportingForUpgrade
    [16:30:07]:    Info:    :ConfigureReportingForUpgrade completed.
    [16:30:07]:    Info:    :SetProgressScreen: FinishMinorStep.
    [16:30:07]:    Debug:    :Attempted to add a warning icon to item OMREPORTING but since this was an NonVitalFailure case, we added an Error icon instead.
    [16:30:07]:    Always:    :****************************************************************
    [16:30:07]:    Always:    :****Ended*RollBack**********************************************
    [16:30:07]:    Always:    :****************************************************************
    [16:30:07]:    Always:    :Entering Page: FinishPage
    After this the reporting instance become corrupted.
    If any of you faced such issue before, kindly provide valueable feedback and suggestions.
    Thanks.
    J.A

    Hi There,
    Also the Account name and password have to be entered below for mappings:
    Data Warehouse Action Account - is for the Data writer account.
    Data Warehouse Report Deployment Account - is for the Data reader account
    The one which is blacked out in the screenshot will be the main SCOM Action account.
    So re enter the passwords carefully and accordingly and check and let me know.
    Gautam.75801

  • Sharepoint thumbnails in Reporting Services

    Hello,
    In a reporting services report, if I add an external image stored in a image library in Sharepoint 2007 Standard Edition (let's say http://myserver/ImagesLib/Image.jpg), the image is correctly displayed in the report viewer in visual studio 2008 and in the sharepoint report server.
    But if I add an external image on the thumbnail of the previous image (http://myserver/ImagesLib/_t/Image_jpg.jpg) the image is visible in the report viewer but not in the navigator on the sharepoint report server (not available icon).
    Do you have any idea on what is wrong?
    Thanks in advance for your help

    Hi falavillotte,
    Based on my testing, we can specify a Excecution Account to solve the issue:
    1.Open SQL Server Reporting Services Configuration Manager.
    2.Go to "Execution Account"
    3.Type a domain account that has permission to access the SharePoint site.
    Now, we should able to view the image in the report.
    When retrieving external image files, the report server checks to see if an anonymous connection can be made. If the connection is password protected, the report server uses the unattended report processing account to connect to the remote server. When retrieving data for a report, the report server either impersonates the current user, prompts the user to provide credentials, uses stored credentials, or uses the unattended processing account if the data source connection specifies None as the credential type. The report server does not allow its service account credentials to be delegated or impersonated when connecting to other computers, so it must use the unattended processing account if no other credentials are available.
    For more information, please see:
    Execution Account: http://msdn.microsoft.com/en-us/library/ms181156.aspx
    Thanks,
    Jin ChenJin Chen - MSFT

  • Installing Reporting Services in Sharepoint Integration Mode

    1) One WEF Server - WEFServer
    2) Sharepoint App Server - SPAPPServer
    3) SQL Database Server for cubes - SQLCubeServer; The Cube server has data from some external resources/data sources.
    4) SQL Database Server - SQLDEServer
    We want to install Reporting Services in Sharepoint Mode to generate Reports for SQLCubeServer Data.
    Please suggest what needs to be installed for Reporting Services and where?

    For performance purposes, SSRS should be installed on the WFE server.
    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.

  • URL problems with SQL Server Reporting Services 2012 with wildcard SSL certificate

    Hi,
    I have single server, domain member, with SQL Server 2012 SP1 Reporting Services.
    I am trying to get work with url: https://reports.mydomain.com
    I have valid wildcard certificate (*.mydomain.com) implemented and configured URLs in Configuration Manager.
    https://reports.mydomain.com/ReportServer - works fine
    https://reports.3pro.hr/Reports/ - I got error:
    The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
    In rsreportserver.config I have:
    <Add Key="SecureConnectionLevel" Value="2"/>
    When looking my ReportServerService_date.log file I have something like:
    configmanager!DefaultDomain!3f4c!03/10/2013-20:24:34:: i INFO: Using report server internal url https://localhost:443/ReportServer.
    configmanager!DefaultDomain!3f4c!03/10/2013-20:24:34:: i INFO: Using report server external url https://serverhostname:443/ReportServer.
    configmanager!DefaultDomain!3f4c!03/10/2013-20:24:34:: i INFO: Using url root https://reports.mydomain.com/ReportServer.
    configmanager!DefaultDomain!3f4c!03/10/2013-20:24:34:: i INFO: Using report server internal url https://localhost:443/ReportServer.
    configmanager!DefaultDomain!3f4c!03/10/2013-20:24:34:: i INFO: Using report server external url https://serverhostname:443/ReportServer.
    configmanager!DefaultDomain!3f4c!03/10/2013-20:24:34:: i INFO: Using url root https://reports.mydomain.com/ReportServer.
    Also, error shown in log file:
    appdomainmanager!ReportManager_0-2!4c50!03/10/2013-20:24:53:: e ERROR: Remote certificate error RemoteCertificateNameMismatch encountered for url https://localhost/ReportServer/ReportService2010.asmx.
    ui!ReportManager_0-2!4c50!03/10/2013-20:24:54:: e ERROR: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException:
    The remote certificate is invalid according to the validation procedure.
    Btw, is there a way to delete/disable access using https://localhost and/or servername (not FQDN) since SSL will not work in this way for me, and I want access only by full url - https://reports.mydomain.com , not localhost ..
    -- Hrvoje Kusulja

    I spent one of my 4 free support incidents with Microsoft (part of MSDN subscription) this year to get this investigated.  The tech support person helped me through several issues but had to leave to attend some training, and I got past the last hurdle
    before she called me back.  Here are the steps that resolved this issue for me.  I know for sure that step 5 was necessary.  Step 1 may not apply to you, and steps 2-4 may or may not have been necessary (they didn't immediately fix the issue,
    but I didn't roll them back either so they may have been necessary.)
    Step 1:
    Ensure you are editing the correct rsreportserver.config file.  I had been making changes to a file that was installed in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\WebServices\Reporting, but that was a rsreportserver.config
    file for some sharepoint integration that I'm not using.  The correct path on my system was E:\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config, but yours may vary. If you can't figure it out, look in the registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
    SQL Server\MSRS11.MSSQLSERVER\Setup in the key named SQLPath, and then go to the ReportServer subdirectory of that path.
    Step 2: 
    In rsreportserver.config, ensure that SecureConnectionLevel is set to the value 3.  Was set to 0 in my configuration.  Corrected line in your rsreportserver.confiog file should look like:
    <Add Key="SecureConnectionLevel" Value="3"/>
    Step 3:
    In rsreportserver.config, add the correct value to the <URLRoot> element (which already exists in the file.)  In my configuration, this value was blank.  The value should be the fully qualified path to your report server, with a hostname that
    is valid for your certificate.  For example, if my cert matches *.mydomain.local:
    <UrlRoot>
    https://myserver.mydomain.local/ReportServer
    </UrlRoot>
    Step 4:
    Ensure that your certificate exists in Trusted Root Certification Authorities in certmgr for the local machine.  I had the certificate installed as a Personal certificate for the local machine, which I still think was correct (the certificate wasn't actually
    the problem and worked correctly for Report Server, and the failure was caused by SSRS incorrectly making a https request to a localhost URL), but she had me remove the certificate from Personal and add it to Trusted Root Certificate Authorities.  That
    broke things and the cert was no longer listed as a cert I could bind to, so we then copied it so it existed in both Personal and Trusted Root Certificate Authorities.  This is how I left it, not sure if that was necessary.
    Step 5:
    This was the fix that finally got things to work. In rsreportserver.config, add the same value to the <ReportServerUrl> element (which also already exists in the file) that you added in step 3.  In my configuration, this value was also blank.
    The corrected value should be the same as in step 3, for example:
    <ReportServerUrl>
    https://myserver.mydomain.local/ReportServer
    </ReportServerUrl>
    Then restart your report server (stop & then start in Report Server Configuration Manager), and the problem should go away.  At least it did for me.
    Good luck!

  • Reporting Services - NT AUTHORITY\ANONYMOUS LOGON

    Folks:
    We have a report which runs fine if in our data souce we select 'Credentials stored securely in the report server' and set a windows account. Our requirement is to use 'Windows Integrated Security' so the report runs using the logged in users credentials. For
    some reason when I select the 'Windows Integrated Security' option the report runs under 'NT AUTHORITY\ANONYMOUS LOGON' account. Is there any setting I need to set on the server or domain so that the report will run using the logged in users credentials?
    Our environment:
    We have Reporting Services 2008 R2 on SERVER A and the Report Server Databases on SERVER B. The reporting services service is running using a domain admin account.
    Thanks !

    Hello,
    It may be a double hop issue, and we can resolve this issue by implementing Kerberos.
    If we want using Windows integrated credentials for external data sources we need configure Windows Authentication using Kerberos. Windows Authentication using NTLM or Forms authentication is not support it. Please refer to the article about Configure Windows
    Authentication in Reporting Services.
    http://msdn.microsoft.com/en-us/library/cc281253(v=sql.105).aspx
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

Maybe you are looking for

  • From database to jsp form drop downlist

    is there a way to put database values from certain fields in the database,into the dropdown list in my jsp form? if there is a way what do they call that method?

  • Search Help - Standard Screen Field: ME21n / ME22n

    Helow, experts. I have to create a search help in the standard screen field "Our Reference" (UNSEZ) in the tab  Communication to ME21n / ME22n, anyone could say me how can I code it? To populate this search help, I have to use 3 different tables. Tha

  • Wireless keyboard paired will not function ?

    Wireless keyboard paired with my iPad suddenly will not function - anyone help?

  • Outlook 2002 Calendar and iTunes 7 are not compatible

    Has anyone found a solution to the Outlook calendar problem? When I upgraded to iTunes 7 there was no notice about incompatibility problems with Outlook 2002. Is there anyone from Apple working on this? How do we get some support? I cannot find a way

  • PDF Displays as AI File?

    Hi All, Since upgrading to Creative Suite 5.5 all PDF's saved from Illustrator are being displayed as AI files in the workspace instead of PDF's. This is a problem because multi page PDF's are being treated as single page AI, makes it impossible to c