REP-51002: Bind to Reports Server failed

Hi,
I have installed Oracle Database 10g R2 and Oracle Developer 10gR2.
I installed it in both Windows 2000 SP4 and Windows XP SP2.
I would like to call a Report using a button inside Oracle Form.
I create my own Report Server, using : rwserver server=repsrv
A Java-based window appear OracleAS Reports Sevice, and showed that repsrv is ready.
In Form (inside a button -> WHEN-BUTTON-PRESSED) :
1. Using RUN_REPORT_OBJECT()
   rep_id := find_report_object('REPORT10');
     if not id_null(rep_id) then
       v_rep := run_report_object(rep_id);
     else
          message('Null');
   end if;
   a. If I did not specify the name of the Report Server in Reports node of Form's property object
(I leave it blank)
The following error appear :
FRM-41211: Integration error, SSL failure running another product
b. If I specify the name of the Report Server : repsrv
The following error appear :
FRM-41213: Unable to connect to Reports Server repsrv
2. Using WEB.SHOW_DOCUMENT()
a. If did not I specify the server name in the parameter
WEB.SHOW_DOCUMENT('http://localhost:8889/reports/rwservlet/getjobid'|| SUBSTR(v_rep,INSTR(v_rep,'_',-1)+1)||'?'||,'_blank');Another web browser appear and the following error appear :
REP-51002: Bind to Reports Server rep_<computer_name> failed
b. If I specify the server name in the parameter --> server='repsrv'
WEB.SHOW_DOCUMENT('http://localhost:8889/reports/rwservlet/getjobid'|| SUBSTR(v_rep,INSTR(v_rep,'_',-1)+1)||'?'||'server=repsrv','_blank');Another web browser appear and the following error appear :
REP-51002: Bind to Reports Server repsrv failed
In Report :
If I try to navigate manually to :
1. http://localhost:8889/reports/rwservlet using web browser.
It showed OracleAS Report Services - Servlet Command Help page.
2. http://localhost:8889/reports/rwservlet?userid=scott/tiger@orcl&report=D:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html
The following error occured
REP-51002: Bind to Reports Server rep_<computer_name> failed
3. Finally,
http://localhost:8889/reports/rwservlet?server=REPSRV&userid=scott/tiger@orcl&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html
The following error occured
REP-51002: Bind to Reports Server repsrv failed
4. Any attempt to different command (i.e showenv, showjobs, etc) seems failed
If I did not specify the server then REP-51002: Bind to Reports Server rep_<computer_name> failed
If I specify the server - 'repsrv' then REP-51002: Bind to Reports Server repsrv failed
5. I have tried to use rwrun in command line.
rwrun report="D:\My Documents\form\module1.jsp" userid=scott/tiger@orcl destype=file desformat=pdf desname="D:\My Documents\form\module2.pdf"
The PDF file created and it looks exactly as the web layout as in Oracle Report Builder (Run Web Layout CTRL-R)
Question :
1. What supposed to be done?
The Report server is ready, but the web browser seems unable to connect to Report Server.
2. Can we used or call or executed an executable command line from Form (using PL/SQL inside button)?
Any help would be grateful.
Many thanks,
Buntoro

Hi Buntoro,
Try out the following format....with web.show_document
URL_VAR:='/reports/rwservlet?server='||rep_server_name_var||'&report='||report_path_var||'\'||report_file_var||'&desformat='||desformat_var||'&destype='||destype_var||'&userid='||username_var||'/'||password_var||'@'||tns_var||'&paramform='||param_form_var;
WEB.SHOW_DOCUMENT(URL_VAR,'_parent');
where ...._var are the specific variables...
Simon

Similar Messages

  • 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>

  • 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

  • Javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportser

    Hi,
    I am working on a JSp web based reports ver 10g .I made a war file and deployed on Apps server. when i run the report its throwing the following exception
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server reportserver failed .
    plz suggest on how to resolve this error.
    Thanks
    Srinivas

    Hi,
    Anyone having solution for this. I am also stucked due to this error
    Reports Error Page
    Fri Jan 16 11:47:29 IST 2009
    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()
    void MyReport.jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
    void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    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)
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()
    Could u please give me a solution???

  • Bind to in-process report server failed --- urgent

    Dear all,
    I installed 10g R2 application server on RHEL AS 4.0 with infrastructure and Business intelligence in the same machine. After the installation I tested the forms, iit is working fine by running a test form but when i tried to test a demo report with
    http://hostname:7778/repdemo and
    running the jsp report it is showing java exception error and
    running the paper report it is showing REP- 51002 bind to reports server failed.
    even
    http://hostname:7778/reports/rwservlet/showjobs?
    also showing that REP- 51002 bind to reports server failed.
    please help to resolve this issue i struck with this errors in the customer site

    $OH/reports/server/rep_<Server_name>.dat
    delete this file and restart the forms & reports

  • 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

  • Bind to report server problem

    hello all
    please i want your help of my case that iam trying to run areport from aform both are (10g).
    the problem is when calling the report from a button in aform with this code in the ''when_button_pressed'' trigger
    web.show_document('http://localhost:8889/reports/rwservlet?&report=c:\MODULE2.jsp&destype=cache&desformat=PDF&userid=scott/tiger@ahmad');
    it generates for me aweb page with an error (REP-51002: BIND TO REPORT SERVER FAILD).
    The advise presented from reports builder help is to make sure that the Reports Server is running and that the Reports Server name is correct.
    so i make from run the following test ''rwserver'' it gives me aprompt with a message (please consult the installation guides for how to setup and run this program).
    so please please help find the solution.
    note: when i try to run the report from the report builder it works good and generates the report properly both paper layout or web layout.

    Thank u so much rajesh for your advises and help.
    i have tried your steps you have written in the last theared on my pc and on another pc has the same (10 g release) and project and i got the following results:
    1.For the scond pc evry thing was good and works properly. when performeing the command (rwserver server= rep_server) it intializes the report server and starting it very well and calling a report from aform goes well. and when running your form REPORT_SERVER_LIST.fmx it gives me the results for list of rep servers started.
    But on my pc which has the problem when running the command (rwserver server= rep_server) it starting the rep server for a 1 or 2 seconds then quickly shutdown the report server alone.
    when trying again and again when starting the rep server it gives a windos error msg says (connot delete file ''rep_repservername'') and shut down the rep server.
    can u please rajesh explain for me wy it is happening?
    i have tried to solve the problem so i vave opened the (Devhome\reports\server\) and and i found the reports servers files thier. i have recognised that that those files is (.dat) files and was considered the (Windos media player 10) as the recomended program to open . Do you think Rajesh that the (Windos media player 10) desabling the report servers and shutdown it??? becuase i have so that no recomended progrom to open in the good pc.
    please rajesh help>>>.
    ahmad salem

  • Reports 11gR2 - The in-process Reports Server  failed to start

    Hello,
    I recently installed the new Forms Reports 11gR2 on an Oracle Linux 5 update 6 64bit. Firstly, I installed the JDK1.6.29 64bit. Then, I installed the Weblogic Server 10.3.5 (jar version). Finally, I installed the Forms Reports 11gR2. After installation I reboot the machine. When it came up I manually started the Weblogic Server (10.3.5), the WLS_Forms, the WLS_Reports and OPMN. Everything looks fine except the in-process reports server.
    I can access the page (http://apps8.orasys.gr:8888/reports/rwservlet) without any problems but when I try to access the showjobs (http://apps8.orasys.gr:8888/reports/rwservlet/showjobs?)
    I get this message “REP-52266: The in-process Reports Server rep_wls_reports_apps8_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0”
    The status of the In-process Reports Server is down. When I try to start it, it fails. This is what I get in the log files:
    #SEARCH_CRITERIA
    #     START_TIME: 2011-11-15T09:36:20.036+02:00
    #     END_TIME: 2011-11-15T10:36:20.036+02:00
    #     MESSAGE_TYPES:INCIDENT_ERROR, ERROR, UNKNOWN
    #SELECTED_TARGETS_LIST
    #     /Farm_ClassicDomain/ClassicDomain/WLS_REPORTS/reports(11.1.2):oracle_repapp
    [2011-11-15T10:06:53.414+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: Thread-34] [userId: <anonymous>] [ecid: 004gS5sBFOS0RtdePdaQPP00017Y00000O,1:27964] [probKey: 33] [APP: reports#11.1.2] [URI: /reports/rwservlet/showjobs] REP-50125 : java.lang.StringIndexOutOfBoundsException: String index out of range: -1 [[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1937)
         at oracle.reports.server.LDAPManager.createDirContext(LDAPManager.java:260)
         at oracle.reports.server.LDAPManager.createOIDContext(LDAPManager.java:176)
         at oracle.reports.server.RWSecurity.start(RWSecurity.java:122)
         at oracle.reports.server.SecurityHelper.start(SecurityHelper.java:107)
         at oracle.reports.server.RWServer.startServer(RWServer.java:985)
         at oracle.reports.server.RWServer.run(RWServer.java:358)
         at java.lang.Thread.run(Thread.java:662)
    [2011-11-15T10:07:02.729+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [] [oracle.reports.servlet] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 004gS5sBFOS0RtdePdaQPP00017Y00000O,0:1:0x5f5e102] [probKey: 34] [APP: reports#11.1.2] [URI: /reports/rwservlet/showjobs] ServerManager:getServer Bind to Reports Server rep_wls_reports_apps8_asinst_1 failed.
    [2011-11-15T10:36:05.110+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: Thread-68] [userId: weblogic] [ecid: 9abaf3e65885e557:23d03fee:133a635b091:-8000-0000000000000296,0] [probKey: 35] [APP: reports#11.1.2] REP-50125 : java.lang.StringIndexOutOfBoundsException: String index out of range: -1 [[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1937)
         at oracle.reports.server.LDAPManager.createDirContext(LDAPManager.java:260)
         at oracle.reports.server.LDAPManager.createOIDContext(LDAPManager.java:176)
         at oracle.reports.server.RWSecurity.start(RWSecurity.java:122)
         at oracle.reports.server.SecurityHelper.start(SecurityHelper.java:107)
         at oracle.reports.server.RWServer.startServer(RWServer.java:985)
         at oracle.reports.server.RWServer.run(RWServer.java:358)
         at java.lang.Thread.run(Thread.java:662)
    [2011-11-15T10:36:11.798+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [] [oracle.reports.servlet] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 9abaf3e65885e557:23d03fee:133a635b091:-8000-0000000000000296,1:27966] [probKey: 36] [APP: reports#11.1.2] ServerManager:getServer Bind to Reports Server rep_wls_reports_apps8_asinst_1 failed.
    #MESSAGE_COUNT: 4
    Please help. I really need to evaluate version in order to move to it as soon as possible.
    Thank you in advance,
    Evris

    Hi Evris,
    REP-50125 : java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    Follow the below metalink id
    Start Report Server Failed, Javalang String Indexoutof Boundexception Rep-50125 [ID 372362.1]
    Hope this will be helpful,
    Regards,
    Fabian

  • Error Message: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. The request failed with HTTP status 404: Not Found.

    I have a web page that contains a ReportViewer control.  I am trying to display a report, which is an .rdl file located on the SSRS server, in this ReportViewer control.  I have set the ReportPath and ReportServerUrl correctly.  I am
    getting an error message.
    Am I suppose to use an .rdlc file rather than a .rdl file?  Does the web server configuration need to use a certain account?
     I am getting the following error message:
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    The request failed with HTTP status 404: Not Found.

    Hi bucaroov,
    The error "The request failed with HTTP status 404: Not Found." means the ReportServerURL configured in the ReportViewer control is invalid.
    Please follow these steps to solve the issue:
    Logon the Report Server machine.
    Open the Reporting Services Configuration Manager.
    Copy the Report Server URL from 'Web Services URL'.
    Logon the application server(in this case, it is the server that host the web page), check if we can use the URL we got from step 3 to access the Report Server. If so, please replace the ReportServerURL in the ReportViewer control with this URL. If it is
    not available, could you please post the error message.
    Additionaly, we don't need to provide the extension for a server report. The ReportPath should be like: /<reports folder>/<report name>
    For more information, please see:
    Walkthrough: Using the ReportViewer Control in Remote Mode:
    http://msdn.microsoft.com/en-us/library/ms251669(VS.80).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Oracle 9i Report Server Failed to start

    Hi,
    My Oracle 9i Report Server Failed to start, I think it is due to patch problem with OS
    It was workin fine before we upgraded patch to Sun Solaris Machine.
    Now the Patch set In my OS is
    The patched installed are as follows
    112138-01 Synopsis: SunOS 5.8:: usr/bin/domainname patch
    108652-98 X11 6.4.1: Xsun patch
    108921-25 CDE 1.4: dtwm patch
    108940-72 Motif 1.2.7 and 2.1.1: Runtime library patch for Solaris 8
    OS: SunOS 5.8 Generic_117350-37 sun4u sparc SUNW, Ultra-4
    When i try to start the application Server it shows the below error pls Help.
    ......Starting Oracle HTTP Server.....
    ADMN-100999
    ......Started Oracle HTTP Server.....
    ......Started OC4J instance.....
    ADMN-100999
    ......Started OC4J instance.....
    .....Checking OHS and OC4J status.....
    ADMN-100999
    See base exception for details.
    Base Exception:
    oracle.ias.repository.schema.SchemaException:Unable to connect to Directory Server:javax.naming.CommunicationException: it15242.chennai.ford.com:4032 [Root exception is java.net.ConnectException: Connection refused]
    See base exception for details.
    .....PRESS ENTER TO CONTINUE.......
    ......Starting Web Cache...........
    Oracle9iAS Web Cache, Version 9.0.2.0.0
    Copyright: Oracle Corporation, 1999-2001
    Build CALYPSO_9.0.0_SOLARIS_020411
    Admin Server failed to start
    ......Started Web Cache...........
    .....PRESS ENTER TO EXIT.......
    Please Help me out to solve this issue.

    I am assuming you are using 9iR2:
    1. start your infrastructure database
    2. start oid
    nohup oidmon start
    nohup oidctl server=oidldapd configset=0 instance=1 start
    3. check to see if things seem to be working properly in the infrastructure before starting the midtier
    dcmctl getstate -v (this will give you the status of the infrastructure components). If this comes back in error, you will need to solve this first.

  • Report server failed service specific error 186

    Gurus!
    I am using oracle 9iAS enterprise,
    Report server failed service specific error 186
    Kindly help!

    I believe you'll need to edit your tnsnames.ora file located in \ORACLE\806\NET80\ADMIN. The last line of this file should read something like
    Rep60_SYSNAME, Rep60_SYSNAME.world = (ADDRESS=(PROTOCOL=tcp) (HOST=SYSNAME) (PORT=1949))
    where SYSNAME is the name of the PC Reports is installed on.
    I had this same error, and once I modified this file, everything seemd to work fine.
    Good Luck
    [email protected]

  • The Report Server Failed Error in Crystal Report

    Dear All,
    I converted one PLD to Crystal Report using the Crystal Converter tool in SAP B1 8.81 Pl00. However, when I try to preview the Crystal Report, I am getting an error "The Report Server Failed" and then SAP hangs.
    Any known solution for this?
    Thanks and regards,
    Bharath S

    Dear Bharath,
    Your PL is too low. Upgrade to the latest PL will solve this problem.
    Thanks,
    Gordon

  • Re-scheduling reports when Report Server fails?

    Is there a method to re-schedule previously cheduled reports in the scenario that for instance, the report server fails for whatever reason?  My scenario is that I had a report server have a problem overnight and the reports that were scheduled did not execute.  Is there a fairly straight forward way to identify and reschedule the reports that did not run? 
    Thanks
    Marc

    There might be a way. When you schedule a report through CMC under Recurrence you have an option "Number of retries allowed" and "Retry interval in seconds".  Set the first parameter to be 1. If the report server fails overnight, then what you can do is set the interval seconds to be a big number, so that the next retry would be in the morning when someone would have restarted the server.
    - Noman Jaffery

  • Rep-51002 unable to bind to report server

    Hi,
    I have installed developer 10g, and trying to run my jsp report using OC4J instance and start OC4J instanse for reports. but unable to run the report.
    I did'nt configure any report server but it still producing the same error. (Rep-51002)
    no AS instance installed, no report server configured.
    on the other side at other system it runs fine with same configurations.
    Regards,
    Raza

    sir,
    I am new to oracle 10g and i am not very conversant with this. so i might be asking the basic doubts also
    You are calling the wrong report server (the name is wrong).
    How do i know the correct report server and where do i call it? In my software the reports path is hard coded and its like this
    192.168.1.101:8889/reports/rwservlet?destype=cache&desformat=pdf&paramform=yes&parameter=yes&report=D:\SOURCE\PENSION\
    There is no report server installed at all.
    How do i check this? I installed the application of oracle 10g the same way in windows xp and its working fine.
    Report server is not running.
    http://<server>:<port>/reports/rwservlet/showenv?server=<repserver_name>
    I did try checking it using this url
    http://192.168.1.101:8889/reports/rwservlet/showenv?server=rep_ags-pension.
    Is this the right way? this also gave the same error message. what should i substitute in "showenv?"
    I would be grateful if you could guide me to solve this
    thanks in advance

  • Report Server Failed To Start : REP-50125: org.omg.CORBA.INTERNAL:

    Hi all,
    I try to start my in process report server as below and it shows REP-50102 error as below :
    [oracle@icbadev ~]$ rwserver.sh server=rep_icbadev
    REP-50125: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
    [oracle@icbadev ~]$
    [oracle@icbadev ~]$ rwdiag.sh -findAll; rwclient.sh server=rep_icbadev report=test destype=cache
    Naming service used to locate servers
    Naming Server host = icbadev.smebank.net
    Naming Server port = 14021
    Exception in thread "main" org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
    at com.sun.corba.se.internal.corba.ORB.getLocalHostName(ORB.java:924)
    at com.sun.corba.se.internal.corba.ORB.checkApplicationPropertyDefaults(ORB.java:888)
    at com.sun.corba.se.internal.corba.ORB.set_parameters(ORB.java:457)
    at com.sun.corba.se.internal.POA.POAORB.set_parameters(POAORB.java:153)
    at com.sun.corba.se.internal.Interceptors.PIORB.set_parameters(PIORB.java:333)
    at org.omg.CORBA.ORB.init(ORB.java:337)
    at oracle.reports.utility.DiagServerLocator.readConfigFile(DiagServerLocator.java:138)
    at oracle.reports.utility.DiagServerLocator.init(DiagServerLocator.java:90)
    at oracle.reports.utility.DiagServerLocator.locateServer(DiagServerLocator.java:154)
    at oracle.reports.utility.DiagServerLocator.handleRequest(DiagServerLocator.java:546)
    at oracle.reports.utility.DiagServerLocator.main(DiagServerLocator.java:566)
    REP-0178: Cannot connect to Reports Server 'rep_icbadev'.
    [oracle@icbadev ~]$
    Anyone ever encounter the same problem with mine. Appreciate if someone could help me with this.
    The Forms and Reports Services 10.1.2.2.0 was installed on RHEL 4 Update 6 on HP Proliant box.
    Any kind of help are highly appreciated.
    Thank you.

    Found something during my search as follow eventhough it was refering to AIX platform:
    <variable id="IBM_JAVA_OPTIONS" value="-Djava.net.preferIPv4Stack=true"/>
    I try to put above line into opmn.xml as below and try to start report server via opmnctl command line, still not a good news.
    <ias-component id="rep_dev" status="enabled" id-matching="false">
    <process-type id="ReportsServer" module-id="ReportsServices">
    <process-set id="rep_dev" restart-on-death="true" numprocs="1">
    <environment>
    <variable id="PATH"
    value="/usr/oracle/10gAS/apps1/bin:/usr/bin:/usr/ccs/bin:/bin:/usr/oracle/10gAS/apps1/bin:/usr/orac
    e/10gAS/apps1/dcm/bin:/usr/oracle/10gAS/apps1/opmn/bin:/usr/ccs/bin:/usr/bin/X11:/usr/bin:/etc:/usr
    sbin:/usr/ucb:/home/oracle/bin:/sbin:.:/oraclbackup/GFRS/Disk1/install"/>
    <variable id="IBM_JAVA_OPTIONS" value="-Djava.net.preferIPv4Stack=true"/>
    </environment>
    <module-data>
    some info on java installed:
    [root@icbadev ~]# whereis java
    java: /usr/bin/java /etc/java /usr/lib/java /usr/share/java
    [root@icbadev ~]# java -version
    java version "1.4.2"
    gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-9)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    [root@icbadev ~]#
    Any kind of help are highly appreciated.

Maybe you are looking for