Report server creation fails

Dear All,
When we try to create a new report server it throws the error.
Command :
opmnctl createcomponent -adminUsername username -adminHost myserverhost -adminPort myserverport -oracleHome E:\Oracle\Middleware\oracle_common -oracleInstance E:\Oracle\Middleware\
asinst_1 -instanceName asinst_1 -componentName test_rep_Server -componentType ReportsServerComponent
Error:
Command failed: The component type 'ReportsServerComponent' is not supported. Valid component types are: [EMAGENT, OCM]
Server Spec:
Fussion Middle ware : FMW 11.1.1.4.0 64
Oracle Application Server : 11.1.1.2.0_64
patch Applied : p11060983_111140_MSWIN-x86-64
OS : Windows 2008
Bit : 64
When i check the opmnctl status EMAGENT and OCM are Alive
Please help me to solve this issue...
Edited by: Suresh Kumar VS on Jul 31, 2012 6:49 PM

Hello,
Please check the following note:
How Do You Create And Start Up A Standalone Reports Server In 11g R1 & R2? (Doc ID 961174.1)
Make sure you are using opmnctl from MIDDLEWARE_HOME/ORACLE_INSTANCE/bin/opmnctl
Also make sure you set ORACLE_HOME. and ORACLE_INSTANCE to correct locations.
Regards,
Alex
If someone answer helped please mark it accordingly.

Similar Messages

  • Report server creation fails in 11g

    Dear All,
    When we try to create a new report server it throws the error.
    Command :
    opmnctl createcomponent -adminUsername username -adminHost myserverhost -adminPort myserverport -oracleHome E:\Oracle\Middleware\oracle_common -oracleInstance E:\Oracle\Middleware\
    asinst_1 -instanceName asinst_1 -componentName test_rep_Server -componentType ReportsServerComponent
    Error:
    Command failed: The component type 'ReportsServerComponent' is not supported. Valid component types are: [EMAGENT, OCM]
    Server Spec:
    Fussion Middle ware : FMW 11.1.1.4.0 64
    Oracle Application Server : 11.1.1.2.0_64
    patch Applied : p11060983_111140_MSWIN-x86-64
    OS : Windows 2008
    Bit : 64
    When i check the opmnctl status EMAGENT and OCM are Alive
    Please help me to solve this issue...
    Edited by: Suresh Kumar VS on Jul 31, 2012 6:50 PM

    Hello,
    Please check the following note:
    How Do You Create And Start Up A Standalone Reports Server In 11g R1 & R2? (Doc ID 961174.1)
    Make sure you are using opmnctl from MIDDLEWARE_HOME/ORACLE_INSTANCE/bin/opmnctl
    Also make sure you set ORACLE_HOME. and ORACLE_INSTANCE to correct locations.
    Regards,
    Alex
    If someone answer helped please mark it accordingly.

  • Javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver fail??

    why i cant open my report in JDeveloper tools but i can open in report builder ????
    this is the error i get ...
    Reports Error Page
    Fri Oct 18 15:41:54 SGT 2002
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed
         int oracle.reports.jsp.ReportTag.doStartTag()
              ReportTag.java:329
         void MyReport.jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              MyReport.jsp:4
         void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpJsp.java:119
         void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
              JspPageTable.java:302
         void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              JspServlet.java:407
         void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              JspServlet.java:328
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpServlet.java:336
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              ServletRequestDispatcher.java:684
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
              ServletRequestDispatcher.java:269
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:735
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:243
         void com.evermind.util.ThreadPoolThread.run()
              ThreadPoolThread.java:64

    i still get the same error .. is it i need to set any environment variable or ... any setting ...??
    login Oracle Database
    user name = system
    password = manager
    services = dbhenry
    setting JSP Report
    Report Name = MyReport1
    Reports Server = reportserver
    Parameters = userid=system/manager@dbhenry
    the cource code below is my JSP report coding :
    <rw:report id="MyReport1" parameters="server=reportserver&userid=system/manager@dbhenry">
    <rw:objects id="objects">
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    <report name="MyReport1" DTDVersion="9.0.2.0.0">
    <xmlSettings xmlTag="MYREPORT1" xmlPrologType="text">
    <![CDATA[<?xml version="1.0" encoding="&Encoding"?>]]>
    </xmlSettings>
    <data>
    <dataSource name="Q_1">
    <select>
    <![CDATA[SELECT ALL HENRY.TEL, HENRY."ADD", HENRY.NAME, HENRY.ID
    FROM HENRY ]]>
    </select>

  • Bind to Reports Server localhost failed

    Hi:
    I am using Oracle 10g(1.2.0.2) on winxp professional.
    I successfully deployed my war using Oracle Enterprise Manager. but when i try to run the application on browser using link
    http://your_computer_name:port/MyReportApp/JSPreportname.jsp?userid=user
    ID/password@database_name
    I get the following error
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server localhost failed
    my oracle app server is on default port 80 and when i run http://localhost the application server default welcome page comes up
    my report server is also running i use the following coomand on browser
    http://localhost/MyReportApp/JSPreportname.jsp?userid=user
    ID/password@database_name
    and I am inserting the proper user id password and database name
    i think i should be using the port No on which the report server is listening to if this is right can anybody help me where i can find this port No
    regards

    The error suggests that your report server name is taken as "localhost" which is strange.
    Check the name of server in rwservlet.properties file in OH/reports/conf
    also try to run this--
    http://your_computer_name:port/reports/rwservlet/getserverinfo?
    this should give the default server name which can be used for your jsp deployment.
    Regards
    Subodh

  • REP-52266: The in-process Reports Server rep_myhostname failed to start

    Hi Everyone,
    My name is John and I've a small 10g report configuration issue which I would like to share and, hopefully, some of you might already have come across it and able to assist and guide me through it.
    First, I've installed Oracle Developer Suite 10g 10.1.2.0.2 together with Report Builder 10.1.2.0.2 and Oracle Forms Developer 10.1.2.0.2 onto a 32bit Window 2000 Professional machine.
    I've tried to run the following URL which test for the servlet connectivity and it returns fine with all the valid reports servlet commands page.
    http://myhostname:8889/reports/rwservlet
    However, as I've tried to run the 'test.rdf' report using the following link:
    http://myhostname:8889/reports/rwservlet?destype=cache&desformat=PDF&report=test.rdf&userid=user/pass@host
    And it returns the following error on the browser:
    REP-52266: The in-process Reports Server rep_myhostname failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    Then I set trace option on in the myhostname.conf file and restart the OC4J instance. And the trace file has the following results:
    *[2009/2/18 11:21:31:687] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched*
    *[2009/2/18 11:21:31:687] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial*
    *[2009/2/18 11:21:31:687] Debug 50103 (JobStore:writePersistFile): Purge persistent file*
    *[2009/2/18 11:21:31:717] Debug 50103 (JobStore:writePersistFile): Purge persistent file done*
    *[2009/2/18 11:21:51:766] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs not applicable to URL engine*
    *[2009/2/18 11:21:51:766] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0*
    *[2009/2/18 11:21:51:856] Debug 50103 (EngineManager:updateEngineState): Engine rwURLEng-0 status is 1*
    *[2009/2/18 11:21:51:856] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready*
    *[2009/2/18 11:23:1:687] Info 56106 (EngineManager:manage): Engine rwEng-0 is destroyed due to timeout*
    *[2009/2/18 11:23:1:687] Exception 56097 (): Engine rwEng-0 callback timeout*
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    *     at oracle.reports.utility.Utility.newRWException(Utility.java:756)*
    *     at oracle.reports.server.EngineManager.manage(EngineManager.java:291)*
    *     at oracle.reports.server.IdleThread.run(IdleThread.java:88)*
    *[2009/2/18 11:23:1:707] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet*
    *[2009/2/18 11:23:1:717] Info 56029 (EngineManager:shutdownEngine): Shutting down engine rwURLEng-0*
    *[2009/2/18 11:23:1:717] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Shutdown*
    *[2009/2/18 11:23:1:727] Info 56047 (EngineManager:remove): Reports Server shut down engine rwURLEng-0*
    *[2009/2/18 11:23:5:813] Info 50103 (ServerPacketHandler:stop): Multicastmanager stopped successfully*
    *[2009/2/18 11:23:5:813] Info 50002 (RWServer:shutdown): Server is shutting down*
    *[2009/2/18 11:23:5:813] Info 50103 (RWServer:startServer): Notify thread to exit*
    *[2009/2/18 11:23:5:843] Info 50103 (RWServer:startServer): RWServer thread exits*
    *[2009/2/18 11:23:5:843] Exception 56097 (): Engine rwEng-0 callback timeout*
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    *     at oracle.reports.utility.Utility.newRWException(Utility.java:756)*
    *     at oracle.reports.server.EngineManager.manage(EngineManager.java:291)*
    *     at oracle.reports.server.IdleThread.run(IdleThread.java:88)*
    I've not changed any of the report's related configuration files and the java version of the machine is 1.4.2_06. I do not know whether I need to apply a patch for this particular Developer Suite version or is there something which I've not done in terms of post-installation tasks. Thank you for your time and effort. Any feedback is much appreciated as I've been spending a number of days to solve this problem. Thank you and have a nice day.
    Kind Regards,
    John

    Hi,
    Thanks for your reply and here is the output of the rwEng-0.trc file. I could not find anything "interesting" as you mentioned. Please let me know if you find anything missing in there. Also, currently there is only one network printer setup on the machine. Can you please elaborate on the printer bit as I'm unsure of what to troubleshoot. Also, I forgot to inform you that I have a previous version of Developer 2000 Form and Report installed prior to the 10g Developer Suite installation. Does it ring a bell to any other problem? Thank you again for your time and effort. Have a nice day.
    Kind Regards,
    John
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[1]=server=rep_myhostname*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=C:\oracle\ora10g1*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[5]=tracefile=C:\oracle\ora10g1\reports\logs\rep_EZRA\rwEng-0.trc*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[7]=cacheDir=C:\oracle\ora10g1\reports\cache*
    *[2009/2/18 11:21:35:783] Debug 50103 (RWEngine:init): args[8]=server_ior=C:\TEMP\tmp_1440568*
    *[2009/2/18 11:21:36:284] Info 50128 (RWEngine:init): orb init succeeded*
    *[2009/2/18 11:21:37:45] Info 55007 (EngineImpl:loadLibrary): Load rw.dll succeeded*
    *[2009/2/18 11:21:37:45] Debug 50103 (EngineImpl:init): useDataCache = null*
    *[2009/2/18 11:21:37:45] Debug 50103 (EngineImpl:init): ignoreDataParameter = null*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): start CInitEngine()*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[0] = rw*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[1] = ora_rw20_3tng*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[2] = rep_myhostname*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[3] = C:\oracle\ora10g1\reports\cache*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[4] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[5] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[6] = trace_all*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[7] = C:\oracle\ora10g1\reports\logs\rep_EZRA\rwEng-0.trc*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[8] = trace_replace*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[9] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[10] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[11] = null*

  • REP-51002: Bind to Reports Server "test_srv" failed & REP-52266

    Hi folks,
    I'm trying to run reports on my machine localy, but when I run my report I always obtain this error:
    REP-51002: Bind to Reports Server "test_srv" failed
    I searched for this answer, but nothing worked for me.
    I tried steps described in thread: REP-51002: Bind to Reports Server <servername> failed
    So I did this:
    1. I run OC4J
    2. In file %ORACLE_HOME%\reports\conf\rwnetwork.conf I commented line with multicast and uncomented namingService part. Now rwnetwork.conf file looks like:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE discoveryService SYSTEM "file:C:\Oracle_10g_R2/reports/dtd/rwnetworkconf.dtd">
    <discoveryService>
      <!--multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/-->
      <namingService name="Cos" host="localhost" port="14021"/>
    </discoveryService>3. In cmd, in C:\ORACLE_10g_R2\bin>namingservice 14021
    Naming Service started sucessfully
    4. In cmd:
    C:\ORACLE_10g_R2\bin>rwdiag -findAll
    Naming service used to locate servers
    Naming Server host = localhost
    Naming Server port = 14021
    (1) test_srv : Type = server : Host = NA
    5. I copied my report into: c:\Temp\report_test\szrcomp.rdf
    6. I run report from IE browser using url:
    http://localhost:8889/reports/rwservlet?report=c:\Temp\report_test\szrcomp.rdf&destype=cache&server=test_srv&desformat=htmlcss&userid=usr/psw@db
    I received Error:
    REP-51002: Bind to Reports Server test_srv failed
    7. http://localhost:8889/reports/rwservlet/getserverinfo
    I received Error:
    REP-52266: The in-process Reports Server rep_dimopatsep05 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    8. http://localhost:8889/reports/rwservlet/showjobs
    The same error as in 7.
    Can somebody help me with this problem?
    Thanks,
    Tomas
    sorry for duplicate post in REP-51002: Bind to Reports Server "test_srv" failed  & REP-52266
    but this section it probably better for my problem.

    Hello,
    You should test first with a "standalone" reports server :
    1. Stop the OC4J
    2. Start the namingservice
    3 Start the reports server :
    rwserver server=test_srv
    4. test to execute a report :
    rwclient server=test_srv report=test destype=cache desformat=html
    If the reports server does not start , it will be necessary to activate the trace in
    order to get details about the problem :
    Edit the file $ORACLE_HOME/reports/conf/<reports server name>.conf
    Modify it in order to have a line :
    <trace traceOpts="trace_all"/>
    restart the reports server
    Regards

  • REP-52266: The in-process Reports Server rep_adminserver_ikit_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0

    Hi,
    I have installed oracle forms and reports 11gR2 on Windows 7 Professional 64bit (and configured in development mode), the forms are working fine but when i run a report i get this message
    REP-52266: The in-process Reports Server rep_adminserver_ikit_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0

    I was trying to add a new destination:
       <destination class="oracle.reports.server.DesMail" destype="mail"/>
    I couldn't make it work , so I commented my changes.
    In fact, I should have gone back to a backup file , as weblogic seemed to have changed the file itself!! (attributes of the xml tags were in different order, and more things ...) but just undoing what I have done did the trick.
    This file seems to be quite picky, I left this tag uncommented
       </pluginParam>
    and the same REP-5226 error happened.

  • Web Intelligence Report Server - Error: Failed to run rexec. Error number

    Hello,
    I post a message in this forum :
    "When i want to start "Web Intelligence Report Server" with CMC, i've got this error :
    Web Intelligence Report Server: Echec du démarrage/de l'arrêt du service sur l'ordinateur distant : Error: Failed to run rexec. Error number: %12.
    Any idea ?"
    I've do this command :
    bouser@v-bo-1 bobje$ ./ccm.sh -restart ras
    bouser@v-bo-1 bobje$
    but i have always the same error "Error: Failed to run rexec. Error number: %12".
    Thanks

    Please try to avoid posting duplicate forum posts.
    This command :
    bouser@v-bo-1 bobje$ ./ccm.sh -restart ras
    Restarts RAS server and has nothing to so with WebIntelligence.
    To be able to Start/Stop servers from CMC, you have to have rexec running on your Unix box.
    Google rexec for more information on what it does and ask your Unix admin to enable it.

  • Union All with Linked Servers - Works until loaded on to the report server then fails.

    Hi,
    On our production server I have 2 linked servers.  One that leads to ServiceNow via ODBC and one that leads to an HP Openview database.
    Testing these linked servers works fine.  I have a query that obtains info from each source and 'union all' together.  When i run this query in SQL Server management studio it works fine and I get info from both data sources union-ed together perfectly.
    I transfer this into Visual Studio and create a report, which again runs perfectly.
    I upload this report to the report server and try to run it and get the error: 
    An error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for dataset 'Dataset1'. (rsErrorExecutingCommand)
    For more information about this error navigate to the report server on the local server machine, or enable remote errors
    When I rummage through the log files for the report server, I find very little helpful errors, basically this:
    ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for dataset 'Dataset1'. ---> System.Data.SqlClient.SqlException: Cannot
    execute the query.
    I did a test where I created a copy of the report and ran only he Servicenow  section of the report and it works, then ran only the HP section of the report and it works.  It seems the UNION ALL is the problem somehow. 
    Anyone have any ideas??
    Thanks
    Kirsty

    Hi Kirsty,
    As you posted, this issue is caused by the security configuration of Linked Server.
    Generally, in a domain environment, we can specify a domain account as the stored credentials for the report, and then configure the Linked Server to "Be made using the login’s current security context".
    However,if we specify a SQL Server login as the stored credentials for the report, please set the Linked Server security to "By using this security context", and then providing the necessary credentials to authenticate at the linked server.
    Please also add the Reporting Services Security role to the Linked Server Remote Server Login Mappings.
    For more information about Creating Linked Servers, please refer to
    http://msdn.microsoft.com/en-us/library/ff772782.aspx
    About Security for Linked Servers, please refer to
    http://msdn.microsoft.com/en-us/library/ms175537.aspx
    Regards,
    Swallow

  • Reporting server installation fails

    Hi,
    I am installing SCOM  reporting on my SQL server and it keeps failing.
    I have disabled firewall on my management server (domain profile). 
    DNS resolution is also working,
    I am using separate instance of SQL server for SCOM. all services are running for SQL server. 
    Below are the logs, any help is appreciated: (Only error entries)
    Line 52: [22:16:27]: Error:
    :Error:User did not accept EULA.
    Line 52: [22:16:27]:
    Error: :Error:User did not accept EULA.
    Line 88: [22:16:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 88: [22:16:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 161: [22:16:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 162: [22:16:30]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 164: [22:16:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 166: [22:16:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 167: [22:16:31]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 169: [22:16:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 171: [22:16:32]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 172: [22:16:32]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 174: [22:16:32]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 207: [22:16:34]:
    Always: :HttpErrorsRoleCheckTitle
    Line 292: [23:34:03]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 292: [23:34:03]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 293: [23:34:03]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 296: [23:39:27]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 296: [23:39:27]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 297: [23:39:27]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 306: [23:40:21]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 307: [23:40:21]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 309: [23:40:21]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 311: [23:40:22]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 312: [23:40:22]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 314: [23:40:22]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 486: [23:40:43]:
    Error: :Error:User did not accept EULA.
    Line 486: [23:40:43]:
    Error: :Error:User did not accept EULA.
    Line 522: [23:40:43]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 522: [23:40:43]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 595: [23:40:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 596: [23:40:44]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 598: [23:40:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 600: [23:40:45]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 601: [23:40:45]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 603: [23:40:45]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 605: [23:40:47]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 606: [23:40:47]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 608: [23:40:47]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 641: [23:40:48]:
    Always: :HttpErrorsRoleCheckTitle
    Line 726: [23:41:01]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 726: [23:41:01]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 727: [23:41:01]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 730: [23:41:51]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 730: [23:41:51]:
    Error: :Could not retrieve DNS name: Threw Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80004005, Exception.Message: No such host is known
    Line 731: [23:41:51]:
    Error: :StackTrace:   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    Line 910: [00:03:54]:
    Debug: :Setting Error Reporting bit for this msi
    Line 1099: [00:10:23]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of '', but
    expected 'text/xml'.
    Line 1099: [00:10:23]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of '', but
    expected 'text/xml'.
    Line 1101: [00:10:23]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 1108: [00:10:23]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 1108: [00:10:23]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 1109: [00:10:23]:
    Error: :FATAL ACTION: ConfigureReportingForInstall
    Line 1110: [00:10:23]:
    Error: :ProcessInstalls: Running the PostProcessDelegate returned false.
    Line 1111: [00:10:23]:
    Always: :SetErrorType: Setting NonVitalFailure. currentInstallItem: Reporting Server
    Line 1112: [00:10:23]:
    Error: :ProcessInstalls: Running the PostProcessDelegate for OMREPORTING failed.... but this item is not fatal so we will process the other items.
    Line 1246: [00:10:33]:
    Debug: :Attempted to add a warning icon to item OMREPORTING but since this was an NonVitalFailure case, we added an Error icon instead.
    Line 1305: [00:16:53]:
    Always: :<?xml version="1.0" encoding="utf-8"?><Root><DisplayItem image="/SetupChainerUI;component/smallgreencheck.png" displayText="Initial configuration" controlTitle="INITIAL_CONFIGURATION"
    /><DisplayItem image="/SetupChainerUI;component/smallerror.png" displayText="Reporting" controlTitle="OMREPORTING" ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&lt;Run
    Text=&quot;Reporting failed to install.&amp;#xA;&quot;/&gt;&lt;Hyperlink Foreground=&quot;#FF0066CC&quot; NavigateUri=&quot;C:\Users\USER\AppData\Local\SCOM\Logs\OpsMgrSetupWizard.log&quot;&gt;&lt;Run Text=&quot;For
    more information, view the Setup log.&quot;/&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" /><DisplayItem image="/SetupChainerUI;component/yieldIcon.png" displayText="Final configuration" controlTitle="POSTINSTALL"
    ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&l...
    Line 1305: [00:16:53]:
    Always: :<?xml version="1.0" encoding="utf-8"?><Root><DisplayItem image="/SetupChainerUI;component/smallgreencheck.png" displayText="Initial configuration" controlTitle="INITIAL_CONFIGURATION"
    /><DisplayItem image="/SetupChainerUI;component/smallerror.png" displayText="Reporting" controlTitle="OMREPORTING" ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&lt;Run
    Text=&quot;Reporting failed to install.&amp;#xA;&quot;/&gt;&lt;Hyperlink Foreground=&quot;#FF0066CC&quot; NavigateUri=&quot;C:\Users\USER\AppData\Local\SCOM\Logs\OpsMgrSetupWizard.log&quot;&gt;&lt;Run Text=&quot;For
    more information, view the Setup log.&quot;/&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" /><DisplayItem image="/SetupChainerUI;component/yieldIcon.png" displayText="Final configuration" controlTitle="POSTINSTALL"
    ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&l...
    Line 1305: [00:16:53]:
    Always: :<?xml version="1.0" encoding="utf-8"?><Root><DisplayItem image="/SetupChainerUI;component/smallgreencheck.png" displayText="Initial configuration" controlTitle="INITIAL_CONFIGURATION"
    /><DisplayItem image="/SetupChainerUI;component/smallerror.png" displayText="Reporting" controlTitle="OMREPORTING" ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&lt;Run
    Text=&quot;Reporting failed to install.&amp;#xA;&quot;/&gt;&lt;Hyperlink Foreground=&quot;#FF0066CC&quot; NavigateUri=&quot;C:\Users\USER\AppData\Local\SCOM\Logs\OpsMgrSetupWizard.log&quot;&gt;&lt;Run Text=&quot;For
    more information, view the Setup log.&quot;/&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" /><DisplayItem image="/SetupChainerUI;component/yieldIcon.png" displayText="Final configuration" controlTitle="POSTINSTALL"
    ErrorInformationText="&lt;TextBlock TextWrapping='Wrap' xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'&gt;&l...
    Line 1375: [00:40:27]:
    Error: :Error:User did not accept EULA.
    Line 1375: [00:40:27]:
    Error: :Error:User did not accept EULA.
    Line 1411: [00:40:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1411: [00:40:28]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1484: [00:40:29]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1485: [00:40:29]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1487: [00:40:29]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1489: [00:40:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1490: [00:40:30]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1492: [00:40:30]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1494: [00:40:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1495: [00:40:31]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1497: [00:40:31]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1530: [00:40:33]:
    Always: :HttpErrorsRoleCheckTitle
    Line 1645: [00:40:48]:
    Error: :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message: The remote server returned an error: (503) Server Unavailable.
    Line 1645: [00:40:48]:
    Error: :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message: The remote server returned an error: (503) Server Unavailable.
    Line 1645: [00:40:48]:
    Error: :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message: The remote server returned an error: (503) Server Unavailable.
    Line 1646: [00:40:48]:
    Error: :StackTrace:   at System.Net.HttpWebRequest.GetResponse()
    Line 1747: [22:22:41]:
    Error: :Error:User did not accept EULA.
    Line 1747: [22:22:41]:
    Error: :Error:User did not accept EULA.
    Line 1783: [22:22:41]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1783: [22:22:41]:
    Error: :Error:IsReportingValidToInstall failed SRS instance not provided 
    Line 1856: [22:22:42]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1857: [22:22:42]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1859: [22:22:42]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1861: [22:22:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1862: [22:22:44]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1864: [22:22:44]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1866: [22:22:46]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1867: [22:22:46]:
    Error: :The management server specified would lead to an invalid scenario. Setup will attempt to find a valid scenario mgt server.
    Line 1869: [22:22:46]:
    Error: :No Management Server property was provided and Setup could not find a valid Management Server.  Please rerun setup with a valid management server.
    Line 1902: [22:22:48]:
    Always: :HttpErrorsRoleCheckTitle
    Line 2018: [22:24:14]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2018: [22:24:14]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2021: [22:24:14]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 2057: [22:24:28]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2057: [22:24:28]:
    Error: :Dummy schedule was not created: Threw Exception.Type: System.Web.Services.Protocols.SoapException, Exception Error Code: 0x80131501, Exception.Message: System.Web.Services.Protocols.SoapException: The SQL
    Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running. This operation requires the SQL Agent service.
    Line 2060: [22:24:28]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 2224: [22:26:09]:
    Debug: :Setting Error Reporting bit for this msi
    Line 2421: [22:30:30]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of 'text/html;
    charset=utf-8', but expected 'text/xml'.
    Line 2421: [22:30:30]:
    Error: :Application Monitoring reports publishing failed.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message: Client found response content type of 'text/html;
    charset=utf-8', but expected 'text/xml'.
    Line 2422: The request failed with the error message:
    Line 2436:          .error {margin-bottom: 10px;}
    Line 2443:             <span><H1>Server Error in '/ReportServer_SCOMDB' Application.<hr width=100% size=1 color=silver></H1>
    Line 2449:             <b> Description: </b>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.
    Line 2455:             <b>Source Error:</b> <br><br>
    Line 2479:    System.Web.ApplicationStepManager.ResumeSteps(Exception error) +762
    Line 2501:    at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
    Line 2506: [22:30:30]:
    Error: :StackTrace:   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    Line 2513: [22:30:30]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 2513: [22:30:30]:
    Error: :Error:Publishing App Diagnostics Reports failed.
    Line 2514: [22:30:30]:
    Error: :FATAL ACTION: ConfigureReportingForInstall
    Line 2515: [22:30:30]:
    Error: :ProcessInstalls: Running the PostProcessDelegate returned false.
    Line 2516: [22:30:30]:
    Always: :SetErrorType: Setting NonVitalFailure. currentInstallItem: Reporting Server
    Line 2517: [22:30:30]:
    Error: :ProcessInstalls: Running the PostProcessDelegate for OMREPORTING failed.... but this item is not fatal so we will process the other items.
    Line 2651: [22:30:56]:
    Debug: :Attempted to add a warning icon to item OMREPORTING but since this was an NonVitalFailure case, we added an Error icon instead.

    Ensure that SQL Server Reporting Services has been correctly installed and configured
    To verify that Reporting Services is configured correctly
    Verify that the ReportServer and ReportServerTempDB databases in SQL Server Management Studio are located on the stand-alone server.
    Verify the correct configuration of SQL Server Reporting Services. Click Start, point to Programs, point to the appropriate offering of Microsoft SQL Server, point to Configuration Tools, and then click Reporting Services Configuration Manager. Connect
    to the instance on which you installed Reporting Services.
    3.In the navigation pane, select the <servername>\SQLinstance. This displays the Report Server status in the results pane. Ensure that the Report Server Status is Started.
    4.In the navigation pane, select Scale-out Deployment, and then ensure that the Status column has the value of Joined.
    5.Verify that the Report Server website is functioning and available by browsing to
    http://servername/reportserver_<$instance>. You should see a page with the <servername>/ReportServer_<$INSTANCE> and the text, Microsoft SQL Server Reporting Services Version ##.#.####.##
    where the # is the version number of your SQL Server installation.
    6.Verify that the Report Manager website is configured correctly by opening Internet Explorer and browsing to <a href="http:///reports_<instance">http://<servername>/reports_<instance>.
    7.In the Report Manager website, click New Folder to create a new folder. Enter a name and description, and then click OK. Ensure that the new, created folder is visible on the Report Manager website.
    Roger

  • Oracle Report Server Creation in Forms11g

    Dear All
    I installed oracle forms 11g r2 on windows 7 sp1 64 bit, every thing is okay , forms running without any problem ,
    but i don't know to to run reports and how i can create report server , can any one help me in details ?
    Thanks in advanced

    Hi,
    how i can create report serverIn the installation did you choose the report server to be installed ?? if you choose it, you already have a a report server. In you navigator go to:
    http://hostname:8090/reports/rwservlet/showjobs
    The page must show you the report server's name by default :)
    Regards
    Carlos

  • Reports Server Servoce failed to Start

    Hi
    We installed Reports6i recently and we are not able to start the reports service . It gives an error message . Any one has any idea?
    The Oracle Reports Server [Rep60_HDIIS1] service terminated with service-specific error 181.
    Thanks
    Smita_t

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Smita_T:
    Where do I find server log files and config files. I checked the TNSNAMES.ora file and I don't know about Protal Security where do I check that?
    Thanks
    Smita<HR></BLOCKQUOTE>
    Smita,
    I am experiencing the same error (181) and am awaiting some response from Oracle !
    I think the config files mentioned are '\oracle\806\conf\6iserver.conf' which is used to define various Aliases etc, '\oracle\isuites\apache\apache\conf\httpd.conf' which configures the Apache listener.
    I think one of the log file(s) is \oracle\806\report60\server\[your report server name].txt - although this does not contain a great deal of information !
    When I get more info from Oracle I will let you know !
    Regards,
    Calum.
    null

  • REP-52266: The in-process Reports Server rep_mictest failed to start.oracle

    Dear All
    I am facing the problem while calling report from Application server . When i checked the trace log file i got the below message .
    Exception 50139() Cant delete file E:\Mid\reports\server\<servername>.dat
    Can any one help me to come out from this problem
    Thanks
    jack

    Hi Jack
    Metalink id ID 429950.1,will provide u solutons
    Change the Reports Server configuration so that minEngine is set to a value less than or equal to initEngine and maxEngine
    Make the changes in ur rep_mictest.conf file location /$ORACLE_HOME/reports/conf(Take the backup of original report server.conf file)
    In my case the min Engine and InitEngine are set as follows
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="4" maxEngine="6" minEngine="3" engLife="50" maxIdle="30" callbackTimeOut="90000">
    Once you make the above changes,Bounce the report server
    Regards
    Fabian

  • SCOM Reporting Server install fails

    Hi there,
    I have successfully installed System Center OpsMgr 2012 R2, but my attempts to install the Reporting Services component have failed. Systems are on the same subnet and firewalls are presently turned off.
    The main error I'm receiving seems to be this one:
    [15:46:45]: 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..
    [15:46:45]: 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.2100.60</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.2100.60</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.2100.60"
    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>
    Interestingly, even thought I've registered the SPN's for mt SQL and OpsMgr service accounts this still comes up in the System logs:
    A Kerberos Error Message was received:
     on logon session 
     Client Time: 
     Server Time: 22:39:13.0000 4/4/2014 Z
     Error Code: 0x7  KDC_ERR_S_PRINCIPAL_UNKNOWN
     Extended Error: 0xc0000035 KLIN(0)
     Client Realm: 
     Client Name: 
     Server Realm: DOMAIN.COM
     Server Name: MSOMSdkSvc/SASCM.DOMAIN.COM
     Target Name: MSOMSdkSvc/[email protected]
     Error Text: 
     File: 9
     Line: f09
     Error Data is in record data.
    Kind of hit a wall here, looking forward to your suggestions. Thanks in advance,
    Riki

    To resolve this problem, add the SDK service account to the Windows Authorization Access group. To do this, follow these steps:
    Click Start, point to Administrative Tools, and then click
    Active Directory Users and Computers.
    In Active Directory Users and Computers, click Builtin, and then double-click
    Windows Authorization Access Group.
    Click the Members tab, and then add the SDK service account to the members list.
    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"

  • Report fails to generate on Crystal Reports Server

    Post Author: cmilkosk
    CA Forum: General
    Hello all!
    I have a case open with BO on generating a report from a Crystal Reports Server (CRS).  The report works fine when running in Crystal Reports on my PC, but after I send it to the Crystal Reports Server, it fails with a message like:"Failed to open the connection.
    C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\metrixdb.reportjobserver\~tmp9bc512965895e0.rpt"This error appears to be telling you that it is trying to connect to
    the CRS's reportjobserver process and having a problem, but the service is up according to the Central Config Manager. I tried starting and stopping it, but it didn't make a difference.  This happens for different reports sent to the server.  One common thing that I've noticed is that the reports that connect to the CRS's local SQL Server 2005 database are the ones that are failing.  So, my CRS resides on the same host as the SQL Server 2005 database (which also houses the CRS SQL DB).  Interestingly, reports scheduled that connect to a remote SQL Server 2000 database work fine.  It could be the simplest report that I am running off of the CRS/SQL Server 2005 host, and it still fails every time. Tech support so far hasn't been much of a help. They suggested that I upgrade my Crystal Reports software on my PC to R2, but that didn't fix the problem.Has anyone had any trouble like this before?  If so, have you found out what the cause was?I'm beginning to wonder if it is related to SQL Server 2005 or potentially just that it is connecting to a local database.Note - my CRS's software version appears to be 11.5.3.438.  I'm not sure if I am running CRS R1 or R2 (how can you tell?).Anyone have any ideas?Thanks,Chris

    Post Author: cmilkosk
    CA Forum: General
    Anyone have any ideas?  Tech Support doesn't seem to be helping much. Chris

Maybe you are looking for

  • Calculating Interest on principle amount only

    Hi all I have set up the interest calculation configuration but I can't get the interest calculation to only calculate interest on the principle amount and not calculate interest on interest. I have been able to do this in the selection parameters ex

  • Can't view thumbnails in Bridge

    I'm running Windows 7 (64 bit), have downloaded the most recent RAW update (4.6) for CS3.  I'm able to open RAW files and work with them---just can't view the "thumbnail photo" in Bridge---makes it difficult to view and edit files.  What am I missing

  • Determining Open Contract Quantities

    Hi Experts, I have the below scenario, A quantity contract is created, for example 10 quantities for a particualr material. An order is created based on the contract for 2 quantities. Therfore now the open quantity in the contract is 8. Is there a ta

  • Finding the Movie Framerate with Code

    I can find the stage size of a movie thusly: myStageWidth = Stage.width; is there a way to do this to find the framerate of the movie the code resides in, or a loaded movie? eg (in pseudo code) myframeRate = myMovie.frameRate; Any help with this woul

  • IS Auto application

    Hi, Can anyone tell me the automotive companies who are using IS auto solution? Thanks and regards, Sunil srinivasan