System.Web.Services.Protocols.SoapException When Accessing Reporting Services

Hi. I have inherited a client's mission critical database + SSRS project that I am attempting to migrate from 32-bit SQL Server Express 2005 + SSRS on a Windows Server 2003 to 64-bit SQL Server Express 2008 R2 + SSRS on a Server 2012 R2 Essentials.
While I am not skilled in SQL Server I am having to learn quickly(!) and have managed to migrate the database and web application (with little change, apart from the web.config) and it is working fine. I have also migrated the SSRS database and can open
the Report Manager and generate reports OK.
However, the database's web application fails with a "Server Error in '/' Application" when it is used to generate a PDF report, with this exception:
System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render
(full text of error message given below).
My research has thrown up a few references to this, with the suggestion of changing the SSRS endpoint used by the code from ReportService.asmx to ReportService2010.asmx. This does not help, though, and neither does using the ReportService2005.asmx or ReportExecution2005.asmx
endpoints.
If I open the endpoint directly in a web browser using http://<ip address>:<port>/ReportServer/ReportService2010.asmx then it displays a sensible-looking XML document tree (but no associated style info).
I'm not really sure about where to go from here. Can anyone help?
PS: Here's the full error page referred to above:
Server Error in '/' Application.
System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render.
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render.
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SoapException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render.
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +413241
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +300
AuditecSite.ReportService.ReportingService.Render(String Report, String Format, String HistoryID, String DeviceInfo, ParameterValue[] Parameters, DataSourceCredentials[] Credentials, String ShowHideToggle, String& Encoding, String& MimeType, ParameterValue[]& ParametersUsed, Warning[]& Warnings, String[]& StreamIds) +203
AuditecSite.RenderToPDF.RendertoPDF_PreRender(Object sender, EventArgs e) +1040
System.Web.UI.Control.OnPreRender(EventArgs e) +11143742
System.Web.UI.Control.PreRenderRecursiveInternal() +108
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3394
Version Information: Microsoft .NET Framework Version:2.0.50727.8009; ASP.NET Version:2.0.50727.8010
Steve.

Hi
Check SAP Note 701467  for error CX_INVALID_TRANSFORMATION
SAP Note 773330 Incorrect exception for CALL TRANSFORMATION
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_aba/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d373031343637%7d
Refer this link too
CALL TRANSFORMATION
may get some help
Regds
Nidhi

Similar Messages

  • Azure System.Web.Services.Protocols.SoapException

    I use a web service on a server and it works OK. Now I want to transfer my site to an Azure server. For now I created a free web site on azure to test it.
    It is a Silverlight application that calls a service to create a report.
    When I call this service I have the following error
    error:
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---&gt; System.ArgumentException: Parameter is not valid.
    at System.Drawing.Graphics.GetHdc()
    at C1.Util.FontSubSet.#e.#cA.#Kn(FontSubSet owner, String tableName)
    at C1.Util.FontSubSet.GetFontTableStream(String name)
    at C1.Util.FontSubSet.#TDd()
    at C1.Util.FontSubSet.Init()
    at C1.Util.FontSubSet.GetFontSubSet(FontKey fk)
    at C1.C1Preview.C1PrintDocument.#ydd(String s, String fontName, Boolean fontBold, Boolean fontItalic, Boolean updateDocumentFonts)
    at C1.C1Preview.C1PrintDocument.#zdd(String s, String fontName, Byte fontCharSet, FontStyle fontStyle)
    at C1.C1Preview.RenderText.InternalResolvingFinished()
    at C1.C1Preview.RenderObject.ResolvingFinished()
    at C1.C1Report.Layout.RenderDirect(ILengthCacheProvider lcp, RenderObject ro, RenderFragment rf, Double x, Double y, Double width, Double height)
    at C1.C1Report.Layout.RenderDirect(ILengthCacheProvider lcp, RenderObject ro, RenderFragment rf, RectangleD bounds)
    at C1.C1Report.Field.#RLd(ExportFilter export, Layout layout, RectangleD bounds, String str, Boolean rtf, Double lineWidthTw, Int32 firstCharIndex, Int32 length)
    at C1.C1Report.Field.Render(Layout layout, Double x, Double y, Boolean measure)
    at C1.C1Report.Field.Render(Layout layout, Double x, Double y)
    at C1.C1Report.Section.Render(Boolean keepPage, Group ownerGroup)
    at C1.C1Report.Layout.#fMd(Section s)
    at C1.C1Report.Layout.StartDoc()
    at C1.C1Report.C1Report.RenderFirstPass(Boolean releaseDocument)
    at C1.C1Report.C1Report.#fNd()
    at C1.C1Report.C1Report.#dNd(ExportFilter filter, Boolean reuse)
    at C1.C1Report.C1Report.RenderToStream(Stream stream, FileFormatEnum fmt, String idPrefix, String fileName)
    at C1.C1Report.C1Report.RenderToStream(Stream stream, FileFormatEnum fmt)
    at Gestion1.Web.RapportS.GetReportCommunique()
    --- End of inner exception stack trace ---</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope> `

    Based on the provided stack trace it looks like you are attempting to run report tools from ComponentOne on the server.
    The issue is caused by access to APIs that are restricted from use by Azure Web Site instances for security and performance reasons. The native GDI rendering methods are among these restricted APIs.
    See the post from Jim Cheshire towards the end of this
    post.
    Until and unless these restrictions are relaxed (which they may not be) your options are to move the service to a Cloud Service instance, or move to another component that does not use native GDI methods to render.

  • Getting error System.Web.Services.Protocols.SoapException: Server did not r

    I am trying to acces my web service using this code
    Call call = new Call ();
    SOAPMappingRegistry soap = new SOAPMappingRegistry();
    call.setTargetObjectURI ("http://tempuri.org/");
    call.setMethodName ("EarnNValue");
    Vector params = new Vector ();
    params.addElement (new Parameter("customer_id", String.class, "gauravbehl",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("channel_id", String.class, "C0002",Constants.NS_URI_SOAP_ENC));
    call.setParams (params);
    Response resp = call.invoke(new URL("http://203.199.76.2/api/earnnvalue.asmx"), "http://tempuri.org//EarnNValue") ;
    if (resp.generatedFault ())
    Fault fault = resp.getFault ();
    System.out.println (" Fault Code = " + fault.getFaultCode ());
    System.out.println (" Fault String = " + fault.getFaultString ());
    else
    Parameter result = resp.getReturnValue ();
    System.out.println (result.getValue ());
    out.println (result.getValue ());
    and i am getting the the following error
    Fault Code = soap:Client
    Fault String = System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://tempuri.org//EarnNValue.
    at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
    at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
    Please help.
    Thanx
    GB

    <%@ page language="java" import="java.util.*, java.io.*, javax.mail.*, java.net.*, org.apache.soap.util.xml.*, org.apache.soap.encoding.soapenc.BeanSerializer, org.apache.soap.encoding.*,org.apache.soap.*, org.apache.soap.rpc.*"%>
    <%
    try
    out.println ("Starting");
    System.out.println("heree");
    Call call = new Call ();
    System.out.println("here");
    SOAPMappingRegistry soap = new SOAPMappingRegistry();
    call.setTargetObjectURI ("http://tempuri.org/");
    call.setMethodName ("EarnNValue");
    call.setEncodingStyleURI("http://schemas.xmlsoap.org/soap/encoding/");
    Vector params = new Vector ();
    params.addElement (new Parameter("customer_id", String.class, "gauravbehl",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("channel_id", String.class, "C0002",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("category_id", String.class, "club",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("transaction_date", String.class, "16/07/04 14:41:20",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("parameter_id", String.class, "login",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("parameter_value", String.class, "1",Constants.NS_URI_SOAP_ENC));
    call.setParams (params);
    Response resp = call.invoke(new URL("http://203.199.76.2/api/earnnvalue.asmx"), "http://tempuri.org//EarnNValue") ;
    if (resp.generatedFault ())
    Fault fault = resp.getFault ();
    System.out.println ("Something is wrong");
    System.out.println (" Fault Code = " + fault.getFaultCode ());
    System.out.println (" Fault String = " + fault.getFaultString ());
    else
    Parameter result = resp.getReturnValue ();
    System.out.println (result.getValue ());
    out.println (result.getValue ());
    catch (Exception e)
    System.out.println ("********Exception*******");
    System.out.println (e);
    out.println ("Ending");
    %>

  • System.Web.Services.Protocols.SoapException: CX_INVALID_TRANSFORMATION

    Hi all,
    i have a problem with a service.
    In the "old" systems WITHOUT Soamanager the service works fine.
    Now the service throws the following exception:
    System.Web.Services.Protocols.SoapException: CX_INVALID_TRANSFORMATION:An exception with the type CX_INVALID_TRANSFORMATION occurred, but was neither handled locally, nor declared in a RAISING clause.The transformation /1BCDWB/WSS0071002102836497005 could not be executed 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 C9X.ZWS_PASSWORD.ZUResetSapPassword(ZUResetSapPassword ZUResetSapPassword1) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ajaxenabledwebsite1\155921d1\5360ddf9\App_WebReferences.mlueh3hc.4.cs:line 49 at _Default.ResetUserPasswd(String sapUserName, String eMail, String sapLanguage, String sapSystem) in c:\AJAXEnabledWebSite1\Default.aspx.cs:line 326
    I have configured the logical port in soamanager and i can't find the error....
    Any ideas?
    regards

    Hi
    Check SAP Note 701467  for error CX_INVALID_TRANSFORMATION
    SAP Note 773330 Incorrect exception for CALL TRANSFORMATION
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_aba/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d373031343637%7d
    Refer this link too
    CALL TRANSFORMATION
    may get some help
    Regds
    Nidhi

  • Service manager console can't connect to Service manager data warehouse SQL reporting services

    When I start Service manager console, it gives this kind of error:
    The Service Manager data warehouse SQL Reporting Services server is currently unavailable. You will be unable to execute reports until this server is available. Please contact your system administrator. After the server becomes available please close your
    console and re-open to view reports.
    Also in EventViewer says:
    cannot connect to SQL Reporting Services Server. Message= An unexpected error occured while connecting to SQL Reporting Services server: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
    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.EnterpriseManagement.Reporting.ReportingService.ReportingService2005.FindItems(String Folder, BooleanOperatorEnum BooleanOperator, SearchCondition[] Conditions)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItems(String searchPath, IList`1 criteria, Boolean And)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItems(String itemPath)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItem(String itemPath, ItemTypeEnum[] desiredTypes)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.GetFolder(String path)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReportingGroup.Initialize()
    at Microsoft.EnterpriseManagement.Reporting.ServiceManagerReportingGroup..ctor(DataWarehouseManagementGroup managementGroup, String reportingServerURL, String reportsFolderPath, NetworkCredential credentials)
    at Microsoft.EnterpriseManagement.Reporting.ServiceManagerReportingGroup..ctor(DataWarehouseManagementGroup managementGroup, String reportingServerURL, String reportsFolderPath)
    at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ManagementGroupServerSession.TryConnectToReportingManagementGroup() Remediation = Please contact your Administrator.
    We have a four server set-up where SCSM, SCDW, and sqls for both are on different servers. Also I have red that this could be a SPN problem, but this has  been worked on last week without the SPNs.

    On the computer you get the "SQL Reporting Services server is currently unavailable" message please open the Internet Explorer and try to connect to the URL <a href="http:///reports">http://<NameOfReportingServer>/reports
    This should open the reporting website in IE. If this isn't working you should check the proxy settings in IE. If the URL doesn't work in IE it won't work in the SCSM console as well (and vice versa).
    Andreas Baumgarten | H&D International Group
    Actually I can't access to the reporting website. It asks me credentials 3 times and then return a blank page. Also error message comes to the EventViewer System log with id 4 and source Security-Kerberos.
    The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server "accountname".
    The target name used was HTTP/"reporting services fqn". This indicates that the target server failed to decrypt the ticket provided by the client.
    This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using.
    Ensure that the target SPN is only registered on the account used by the server.
    This error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service.
    Ensure that the service on the server and the KDC are both configured to use the same password.
    If the server name is not fully qualified, and the target domain (domain.com) is different from the client domain (domain.com), check if there are identically named server accounts in these two domains,
    or use the fully-qualified name to identify the server.
    I can access the website directly from the server which hosts Reporting Services.
    Also I query "setspn -Q HTTP/"reporting services fqn" whit result NO SUCH SPN FOUND.

  • Service Manager data warehouse SQL Reporting Services server is currently unavailable

    I keep getting this error when I launch my SCSM Console. Take a look at the event log > operation manager and saw this error message below. 
    Tried to google around but unable to find any solution to it. Anybody can enlighten me on this issue that I am encountering? Thanks
    Cannot connect to SQL Reporting Services Server. Message= An unexpected error occured while connecting to SQL Reporting Services server: System.Net.WebException: The request failed with HTTP status 404: Not Found.
    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.EnterpriseManagement.Reporting.ReportingService.ReportingService2005.FindItems(String Folder, BooleanOperatorEnum BooleanOperator, SearchCondition[] Conditions)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItems(String searchPath, IList`1 criteria, Boolean And)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItems(String itemPath)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.FindItem(String itemPath, ItemTypeEnum[] desiredTypes)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReporting.GetFolder(String path)
    at Microsoft.EnterpriseManagement.Reporting.EnterpriseReportingGroup.Initialize()
    at Microsoft.EnterpriseManagement.Reporting.ServiceManagerReportingGroup..ctor(DataWarehouseManagementGroup managementGroup, String reportingServerURL, String reportsFolderPath, NetworkCredential credentials)
    at Microsoft.EnterpriseManagement.Reporting.ServiceManagerReportingGroup..ctor(DataWarehouseManagementGroup managementGroup, String reportingServerURL, String reportsFolderPath)
    at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ManagementGroupServerSession.TryConnectToReportingManagementGroup() Remediation = Please contact your Administrator.
    Jeron

    Hi,
    This may occur when there is a mismatch between the Report Server URL entered on the SSRS Server Location window for the Report Deployment Wizard and the SSRS Web Service Virtual Directory for the Reporting
    Services Configuration Manager.
    Use the following steps to resolve the issue:
    Launch the Reporting Services Configuration Manager on the server hosting SSRS
    Select Web Service URL
    Copy the value entered in the Virtual Directory textbox
    Paste it after the last forward slash in the Report Server URL textbox in the Report Deployment Wizard
    Continue on with the deployment
    In addition, we may need to check you default web server IP is 'all unassigned', and ping the machine and see what default ip it has assigned.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • The report server service is not running on Reporting Service Point server

    Hi,
    I have encountered a problem, my reporting service point has stopped working. (SCCM 2012 R2)
    In srsrp.log:
    Check state SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Check server health. SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Successfully created srsserver SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Reporting Services URL from Registry [https://s-hub-sql1.domain.local/ReportServer/ReportService2005.asmx]
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    The request failed with HTTP status 404: Not Found.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    (!) SRS not detected as running SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Failures reported during periodic health check by the SRS Server S-HUB-SQL1.domain.local.
    SMS_SRS_REPORTING_POINT 12/15/2014 5:48:54 AM
    3152 (0x0C50)
    Registry change SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT
    12/15/2014 5:48:54 AM 3152 (0x0C50)
    Timed Out... SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    Set configuration SMS_SRS_REPORTING_POINT
    12/15/2014 5:49:54 AM 3152 (0x0C50)
    In windows event log:
    On 12/15/2014 6:39:28 PM, component SMS_SRS_REPORTING_POINT on computer S-HUB-SQL1 reported:  The report server service is not running on Reporting Service Point server "S-HUB-SQL1"; start the service to enable reporting.
    In configuration manager service manager, the service sms_srs_reporting_point is running.
    In Reporting services configuration manager, the service is running.
    If I restart the reporting service, it doesn't helps.
    What is not properly?

    I've already found the reason why all stopped working - someone deleted the report manager URL HTTPS bindings (in Report services configuration manager). Added it back, than reporting started to work. Awww!

  • Can't access Reporting Services Manager through web browser.

    Hello, 
    I want to start using SQL Server Reporting Services. I'm trying to get access to Report Manager through Internet Explorer so I can set up System-level permissions. I'm running SQL Server 2008 R2 on Windows Server 2008 R2 SP1. 
    I didn't set up this instance of SQL Server so I don't know a lot about it's configuration. I browsed the "C:\Program Files\Microsoft SQL Server\MSSQL10_50.<SQL Instance>\Reporting Services" folder and found the following items:
    LogFiles folder, ReportManager folder, ReportServer folder, RSTempFiles folder, sql_rs_keyfile.dll.
    Given the ReportManager folder I found inside the Reporting Services directory, I assumed the url for Report Manager would be http://<server name>/ReportManager but I get a 404 error when I try that. Then, I found on some MSDN article that the default
    URL for Report Manager is http://<server name>/Reports. When I tried that I got an error that said: 
    "The underlying connection was closed: Could not established trust relationship for the SSL\TLS secure channel".
    I should mention I'm not very knowledgeable with SQL Server so I may be approaching this in the wrong way. 
    I appreciate any help that you can provide. Thanks!

    Hello,
    Based on your description, you configure Report Manager access through an SSL-encrypted channel by binding a certificate.
    Please verify that the certificate is installed in the Console Root\Certificates\Trusted Root Certification Authority of the local machine.
    For more details, please refer to the follwoing blog about similar issue:
    http://blogs.msdn.com/b/mariae/archive/2007/12/12/ssl-configuration-and-reporting-services.aspx
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Error when installing reporting Services

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

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

  • Error accessing reporting services - DCOM

    Hello, after a (somewhat) smooth installation of SCCM 2007 SP1 on Win2k8 server i'm noticing a problem accessing reporting site , i've seen this issue in a lot of tek tips sites pointing to DCOM permissions, however the fixes recommended don't seem to be working for me.
    Accessing the reporting website http://servername/smsreporting_sitecode/ displays the error message (after turning error display on):
    Navigator
    Server object error 'ASP 0178 : 80070005'
    Server.CreateObject Access Error
    /smsreporting_lbt/ReportsNav.asp , line 1046
    The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
    and logs the following on System Event Viewer:
    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
    {2D527A8C-A4B6-4E74-A63F-E867360D401C}
     to the user domain\user SID (S-1-5-21-950096678-2834088623-955418618-38307) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
    The CLSID {2D527A8C-A4B6-4E74-A63F-E867360D401C} according to the registry refers to SMSRPH , i've tried adding local launch and local activation permissions, to the smsreporting users, dcom users and even everyone. But i still get the same error.
    If it's any use, this is the line from Reportsnav.asp:
    Set myReporting = Server.CreateObject("SMSRPHost.SMSReporting")
    ConnectionStatus = myReporting.Connect(Session("SMSSiteCode"), Session("SQLMachine"), _
        Session("SQLDatabase"), Session("DBConnectionTimeout"), Session("DBCommandTimeout"))
    Could anyone try to give some tips?
    Thanks in advance,
    BQ

    Hi,
    I was having the exact same problem but solved it by adding 'Authenticated Users' to the local 'SMS Reporting Users' group on the SCCM Server.
    Eddie.

  • "Sorry, something went wrong" when accessing Configure service accounts under Security in SP2013

    I have come across an interesting error which appears when accessing the Configure service accounts setting under Security>General Security.
    Has anyone come across this problem? I would appreciate some help with this as I am still fairly new to SP2013.
    Thank you in advance.

    It is part of the log entry when an error occurs (usually). Basically what you need to do is watch the current log file (using ulsviewer.exe), repeat the error and then capture the error in the log file.
    http://www.wservernews.com/archives/2013-10-28.htm#EC
    http://archive.msdn.microsoft.com/ULSViewer
    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.

  • Reports Services getting down when running reports using in process server

    Hi,
    I have applied patchset 3829014 (Containers for J2EE: Patchset PLACE HOLDER FOR OC4J STANDALONE RELEASE 9.0.4.1)
    to fix the Bug No. 2670561 CPU usage becomes 100% when there is a new HTTP connection
    request in the queue.
    Now after reploying the *.ear file and restarting OC4J_BI_FORMS services from Enterprise Manager and starting the Reports Services if I want to run the reports from the application contained in the ear file, I find the Reports Services is down and the browser throws a 500 - Internal Server Error.
    In the ipm.log file in Oracle_home\opmn\logs I find the following lines:
    05/01/08 17:15:55 [4] Process Alive: OC4J~OC4J_BI_Forms~default_island~1 (1162281586:636)
    05/01/08 17:17:32 [2] [libopmnoc4j] AJP13: Receiving response code: 500 while configured success code is: 200
    05/01/08 17:17:32 [2] [libopmnoc4j] Ping URL for proc: 1162281586 failed while pinging url:/reports/rwservlet/pingserver?start=auto
    05/01/08 17:17:32 [4] [libopmnoc4j] Process Ping Failed: OC4J~OC4J_BI_Forms~default_island~1 (1162281586:636)
    I can't get from where the response code of 500 is coming.
    I have consulted the Doc Id 261867.1 in Metalink and has tuned the opmn.xml file as suggested there but of no use.
    Urgent help in this regard is needed where I went wrong as my production Application Server has become inoperative.
    Thanks
    Nilay

    The ear file contains the front end application from where the reports are called. I have created a new J2EE instance and deployed the application in the form of ear file there.
    After tuning the opmn.xml file following Metalink Doc. Id 261867.1 adding a value of pingtimeout, I found the OC4J_BI_FORMS was not shutting down the inprocess reports server and I was unable to generate reports by giving values from URL. But when I deploy the ear file in the newly created J2EE instance, the OC4J_BI_FORMS is shutting down . Now when I try to start the infrastructure components the OC4J_SEcurity is showing Database dependancy failed although OID and HTTP server components are up.

  • Return 504 Gateway TimeOut when access exchange service by domain/user and password

    hi,
    here is the scenario: a user of our app is in ntdev domain, and his exchange server located at apj.cloudmail.microsoft.com. our backend api is deployed at the Azure servers at US West.
    our api get 504 Gateway Timeout when calling the
    FindFolders API of exchangeService. does anyone know how to fix this issue? the following is the core code:
    var
    service = newExchangeService(ExchangeVersion.Exchange2010);
    service.Credentials =
    newNetworkCredential(username,
    password, domain);
    service.AutodiscoverUrl(emailAddress, RedirectionUrlValidationCallback);
    service.FindFolders(
    WellKnownFolderName.Root,
    newFolderView(1));

    That doesn't sound like its an EWS issue more an issue with the Network path your trying to traverse to the Exchange Server. My suggestion is that you test EWS using the EWSeditor
    https://ewseditor.codeplex.com/ (eg it sounds like you may have proxy server that expecting authentication etc.).
    Cheers
    Glen

  • The report server service is not running on reporting service point server ID: 7403 SMS_SRS_REPORTING_POINT

    Hi,
    I'm having a problem when I try to install Report Services point, I can browser my report server from my SCCM site but when I install the Reporting point the reports do not load to report server.
    If I check at my reportserver machine all reports are in the disk.
    I have one machine with SQL Server 2012 Std SP1 and another computer with SCCM 2012 SP1.
    Error at srsrp.log
    SMS_EXECUTIVE started SMS_SRS_REPORTING_POINT as thread ID 3308 (0xCEC).    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:40    3356 (0x0D1C)
    This is a SRS Reporting Point Role as SRSRP registry key exists.    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:40    3308 (0x0CEC)
    Waiting for changes for 0 minutes    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:40    3308 (0x0CEC)
    Timed Out...    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:40    3308 (0x0CEC)
    Reporting Services URL from Registry [http://srv-bd/ReportServer/ReportService2005.asmx]    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:44    3308 (0x0CEC)
    The request failed with an empty response.    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:44    3308 (0x0CEC)
    (!) SRS not detected as running    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:44    3308 (0x0CEC)
    STATMSG: ID=7403 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_SRS_REPORTING_POINT" SYS=SRV-BD.F1MAIS.LOCAL SITE=F1M PID=2052 TID=3308 GMTDATE=Mon Jan 14 17:15:44.571 2013 ISTR0="SRV-BD.F1MAIS.LOCAL" ISTR1="" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:44    3308 (0x0CEC)
    Failures reported during periodic health check by the SRS Server SRV-BD.F1MAIS.LOCAL.    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:44    3308 (0x0CEC)
    Waiting for changes for 1 minutes    SMS_SRS_REPORTING_POINT    14/01/2013 14:15:44    3308 (0x0CEC)
    Timed Out...    SMS_SRS_REPORTING_POINT    14/01/2013 14:16:44    3308 (0x0CEC)
    Reporting Services URL from Registry [http://srv-bd/ReportServer/ReportService2005.asmx]    SMS_SRS_REPORTING_POINT    14/01/2013 14:16:44    3308 (0x0CEC)
    The request failed with an empty response.    SMS_SRS_REPORTING_POINT    14/01/2013 14:16:44    3308 (0x0CEC)
    (!) SRS not detected as running    SMS_SRS_REPORTING_POINT    14/01/2013 14:16:44    3308 (0x0CEC)
    Failures reported during periodic health check by the SRS Server SRV-BD.F1MAIS.LOCAL.    SMS_SRS_REPORTING_POINT    14/01/2013 14:16:44    3308 (0x0CEC)
    Waiting for changes for 1 minutes    SMS_SRS_REPORTING_POINT    14/01/2013 14:16:44    3308 (0x0CEC)
    Timed Out...    SMS_SRS_REPORTING_POINT    14/01/2013 14:17:44    3308 (0x0CEC)
    Thanks!
    Rodrigo Daphanis

    It looks like the MS support team just published a support tip to this problem -
    http://blogs.technet.com/b/configurationmgr/archive/2013/03/06/support-tip-no-reports-show-up-in-the-console-after-installing-a-system-center-2012-configuration-manager-reporting-server.aspx
    Nick Moseley | http://t3chn1ck.wordpress.com

  • How to deal with "Error 1001. The specified service already exists" when install a service using installer package?

    Hi everybody,
    I wrote a "Class Library" project which is a service using Visual Stodio 2008 recently, then tried to use a Visual Studio 2008
    Setup Project to install it.
    Here is what I did for the "Class Library":
    1. Finish the program.cs, Service.cs
    2. Add Installer
    3. Change the serviceInstaller so that "StartType" to be Aotumatic
    4. Change the ServiceProcessInstaller2 so that "Account" to be LocalSystem
    5.
    6. Click in F5 (Start Debugging)
    Here is what I did for the Setup Project:
    1. Add the exe file built from the "Class Library" project to the Application Folder
    2. On the Custom Action Editor, add the exe file from 1 to Install and Commit
    3. Change the property of the project so that "RemovePreviousVersion" to be true
    4. Click on F6(Build Solution)
    Then I tried to run the msi file from the built of the Setup Project. Because I modified the two projects serveral times, I uninstalled the Class Library using "Control Panel->Add or Remove Programs" before I reinstall. Two things I notived:
    1. After unstall, the registry was not cleaned up about the installed program
    2. After several rounds install/uninstall, I got "Error 1001. The specified service already exists"
    My questions are:
    1. How to cleanup the registry when uninstall a program?
    2. How to deal with the "Error 1001. The specified service already exists"?
    3. Did I do anytbing wrong with the "Class Library" or the "Setup Project"?
    Thanks a lot!
    Helen

    Hi Simon, not a problem!
    I spent some more time on this and here are few more notes:
    it is called Major Upgrade, when you are installing new version of the product upon a previous one and
    MSI supports 2 strategies:
    Strategy 1. Install a new version and uninstall previous one. (Install a new version right upon previously installed version (file merging is performed based on dll version number) and the delete previously
    installed files)
    Strategy 2. Uninstall previous version and install a new one (Delete all previous files and install from scratch new files.)
    From the first look it seems that 1st strategy is weird and buggy. But, remember, MSI is great because it's transactional!!! That means that if once some of the phases (Installation, Uninstallation, Rollback, Comit) fails, your machine
    will be reverted to the previous state and it'll be still functional. 
    Let's consider both strategies:
    Consider you have installed product_v1.msi and you want to install product_v2.msi.
    Strategy 1
    1. MSI engine copies files from Product_v1 directory to TEMP directory
    2. MSI engine merges files based on the assembly version (between v1 and v2)
    3. Once merging is completed successfully it removes files in TEMP (RemoveExistingProducts  action triggers it) and you got product_v2 installed, otherwise if it fails MSI engine revert machine to V1 and copies previous files from TEMP.
    Strategy 2
    1. MSI engine tottaly removes all files from v1.
    2. MSI engine installs v2 files and if something goes wrong you cannot revert back, because RemoveExistingProducts  allready worked out and MSI doesn't have files to revert machine back
    I recommend to everybody to use Strategy 1 and leverage MSI transaction functionality. And you can set this strategies by defining sequence of RemoveExistingProducts action. See more info
    here.  So, I think it's not even a bug in VS as I said in the upper post it is default recommened behaviour.
    AND, you got "Error 1001. The specified service already exists"
    because if we follow Strategy 1 MSI engine tries to install Windows Service on top of the existing service and OF COURSE it fails MSI engine (StopServices, DeleteServices actions are executed before actual
    installation and  they look at ServiceControl table). In order to stop service first and delete them you have to fill ServiceContol table of the MSI (and then StopServices, DeleteServices actions will recognize what to they have to stop
    and delete), like this:
    *clip*clip*clip*
    ' see http://msdn.microsoft.com/en-us/library/windows/desktop/aa371634(v=vs.85).aspx for more info
    ' Update the Service Entry to stop and delete service while uninstalling
    query = "INSERT INTO ServiceControl (ServiceControl, Name, Event, Arguments, Wait, Component_) VALUES ('MAD_Service', 'Service name', '160', '', '1', '"
    + componentName + "')"
    Set view = database.OpenView(query)
    : CheckError
    view.Execute : CheckError
    ' Update the Service Entry to stop and delete service while installing
    query = "INSERT INTO ServiceControl (ServiceControl, Name, Event, Arguments, Wait, Component_) VALUES ('MAD2_Service', 'Service name', '10', '', '1', '"
    + componentName + "')"
    Set view = database.OpenView(query)
    : CheckError
    view.Execute : CheckError
    *clip*clip*clip*
    We can uninstall service first by following Strategy 2, but then we lose transactional support.
    So, Simon did I encourage you to change your code a bit?:)
    And, btw, if you don't want to change the strategy, please don't rely on SequenceID in MSI table, it can be change, you have to get the at the runtime.
    Hope it will help to everybody!
    See also more advanced explanation of how MSI works
    here.
    Truly yours, Marat

Maybe you are looking for

  • Page Setup Scaling under Pages 5.0.1

    Yesterday, I had my first session with Pages 5.0.1 and Mavericks. Most of my pages documents are simply tables.  I modified a pages document (and foolishly allowed the document to be updated), then tried to print at 60% scaling -- using Page Setup. I

  • IPod Classic only syncs part of my songs, then grinds to a halt slowly

    Hi all, My iPod Classic (80 GB, almost 3 years old) and I are having beef. Every time I connect it to iTunes it starts syncing just fine, but then after X amount of songs it all of a sudden 'hangs' for a while and then pretends to continue at the gru

  • Deleted files still taking up space

    Hi all, I've done a search and can't find answers or figure it out. I'm manually managing my iPod through iTunes since I don't want everything to be synched. I've manually deleted various files on the iPod through iTunes, including all video files. Y

  • COPA Realignment in R/3

    Hi friends, I have one doubt in the Realignment activity... 1. After the completion of Realignment , i have checked the TKEBWL table in R/3... It was showing that the DIRTY FLAG is empty for certain COPA datasources.... Why some COPA datasources havi

  • Null in PreparedStatement update

    I am having trouble updateing values with a PreparedStatement when I use null as a value for one of the parameters. Example: String sql = "UPDATE MYTABLE SET MYFIELD = ? WHERE MYKEY = ?"; PreparedStatement query = myConnection.prepareStatement(sql);