Rep-51002

hello
when i trying to execute the report from form by using web.show_document
display error that is rep-51002
where i am using oracle database 10g and developer suite 10g
both are on the same computer.
please how can solve this problem.
thanks

Hi,
The url does not have any server name like localhost or your computer name and port number. These two are same as your forms url.
the url should be like this:
http://<computer name or IP>:<port>/reports/rwservlet?report=abc.rdf&destype=cache&desformat=htmllcss&userid=xxx&paramform=no
Br,
Gouri Sankar

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 -- clustered environment

    We have a configuration where we use two servers as DB1 and DB2 and two application servers as App1 and App2 with a load balancer. We recently encountered a problem where the reports do not run correctly -- instead we get message rep-51002 (Bind to Reports Server server_name failed). The reports URL takes the form (by default)
    http://App1_IP:7778/reports/rwservlet/...(rest of URL)
    What happens is that if App1_IP is changed to App2_IP with the exact same URL, the report runs fine.
    rwdiag -findall shows that the report server's host is App2.
    We've only had this problem recently.
    Any thoughts appreciated.
    Ammar

    Hello,
    The best way to understand what is happening to the reports server is to activate the reports server trace :
    To activate the Reports Server trace :
    Edit the file $ORACLE_HOME/reports/conf/<reports server name>.conf
    Modify it in order to have a line :
    <trace traceOpts="trace_all"/>
    Then, restart the reports server.
    The trace files will be generated in the directory :
    $ORACLE_HOME/reports/logs/<reports server name>
    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???

  • REP-51002  in DevSuite 10.1.2.0.2

    Hi all,
    after installing DevSuite 10.1.2.0.2 under windows
    and running report
    I found error message
    REP-51002
    and I try to solve this problem
    by creating new report server
    rwserver server=rep_server
    and still found the error message
    when running report
    can any body help ?
    best regards
    forakora

    Hello,
    Is your PC connected to a network ?
    There is a restriction with the "default discovery mechanism" (multicast)
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#CHDDDFEI
    You can test to switch to the other "Discovery Mechanism" : the namingservice
    Example in Re: Not able to find report server ?
    Regards

  • 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

  • URGENT!!!: REP-51002 ERROR   with local installation without network

    Hi,
    we have a problem with the Oracle Reports Services (10.1.2). We get an REP-51002-Error (Bindung an Reports Server nb-gta nicht möglich).
    We have a development environment where all works fine. For presentation purpose we installed the ReportsServices on a laptop. The strange thing:
    When we have inserted a network cable to the laptop, all works fine. when we replace the cable, we get the REP-51002-error.
    Seems that the ReportServer has a problem when no network card is present (ipconfig shows no network card or IP-Adress when the cable is replaced).
    We also tried to modify the SERVER-Variable in the rwservlet.properties (set to localhost and 127.0.0.1), but with no success.
    TraceFile of ReportServer reports a "NoRouteToHost"-Exception.
    Thanks for help in advance!
    Greetings,
    Claus

    If the host machine is not in a network, then try this (for Windows platform):
    Install the MS loopback adapter, as described on the Miscrosoft Web site (http:\\microsoft.support.com). Then, specify an IP address for your machine (either XP or Windows 2000), as follows:
    1. On your desktop, rightclick My Network Places, and select Properties.
    2. Rightclick the MS loopback adapter, and select Properties.
    3. In the Properties dialog box, select Internet Protocol (TCP/IP), and then click on Properties.
    4. Select Use the following IP address, and enter a valid IP address. The subnet mask field will automatically populate. Do not use the local host IP (that is, 127.0.0.1). For example, enter: 198.162.1.1.
    5. Click OK, and follow the instructions displayed.
    Another option is to use naming services, as mentioned in pdevaal's reply.
    Message was edited by:
    mdey

  • Error REP-51002; REP-50125 and REP-56048

    Hello All,
    We are upgrading our Forms/Reports environment to 11.1.2.0.0. For report server setup we have done following:
    1) Setup a new VM with 2008 Windows Server R2 64 bit operating system
    2) Installed Oracle Reports Server 11.1.2.0.0
    3) Pointed our new Forms Server (which is also 11.1.2.0.0) to use this new report server.
    Normally reports work fine, but at times it results in error. At times with error it brings the whole report server down as well.
    In the Enterprise Manager it shows following log messages:
    Dec-13 3:44:01 (Incident Error) REP-51002 : Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:44:01 (Incident Error) ServerManager:getServer Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:48:20 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    Dec-13 3:48:21 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Any help will be highly appreciated. Let me know if you need additional information.
    Regards,
    Saket Maheshwary

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

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

  • Error REP-51002 on Report Srveices 10.1.2

    Hi
    I installed Oracle Apps Server 10.1.2 and I only pick Form and Report Services standalone to be installed with standard-dates.
    I create a "Standalone" Report-Server, because I use it with Forms.
    <oarcle_home>\BIN\addNewServerTarget.bat repsrv01
    In "rwservlet.properties" I have changed:
    SERVER_IN_PROCESS =NO
    TRACEOPTS=TRACE_ALL
    TRACEFILIE= rwservlet.trc
    SINGLESIGNON=NO
    SERVER=repsrv01
    In the default from "rwservlet.properties" I read (????):
    OID_ENTITY=%REPORTS_OID_ENTITY%
    But when I test the Report Services : http://host-name:port-number/repdemo, then click : Test a Paper Report. I got this error :
    REP-51002: Bind to Reports Server repsrv01 failed
    In "rwservlet.trc" I can read:
    [2006/4/24 8:59:10:6] Debug 50103 (RWClient:RWClientInit): ORACLE_HOME is derived from RWClient.class, oracle home: C:\oracle\FRHome_1
    [2006/4/24 8:59:10:577] Debug 50103 (InfraConfigMgr:createDirContext): Pool size is 0. 10 more DirContext will be created.
    [2006/4/24 8:59:14:32] Exception 50125 (oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2273)
    at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2243)
    at oracle.ias.repository.SchemaManager.connectAs(SchemaManager.java:1288)
    at oracle.reports.utility.InfraConfigMgr.createDirContext(InfraConfigMgr.java:234)
    at oracle.reports.utility.InfraConfigMgr.createOIDContext(InfraConfigMgr.java:149)
    at oracle.reports.rwclient.OIDManager.init(OIDManager.java:88)
    at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:634)
    at oracle.reports.rwclient.RWClient.init(RWClient.java:269)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    ): Interner Fehler oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): Failed to create OiD DirContext.
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): OiD DirContext created successfully. m_totalSize:0
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createOIDContext): connect to OID server successfully as %REPORTS_OID_ENTITY%
    [2006/4/24 8:59:15:13] Debug 50103 (KeyMapParser:readKeyMapFile): file: C:\oracle\FRHome_1\reports\conf\cgicmd.dat
    [2006/4/24 8:59:15:93] Debug 50103 (NetworkUtility:setTimeout): Timeout value set to 1000
    [2006/4/24 8:59:15:324] Info 65000 (Multicast:init): Der Kommunikationskanal wurde initialisiert
    [2006/4/24 8:59:15:404] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2006/4/24 8:59:41:572] (RWClient:doGet) enter...
    [2006/4/24 8:59:41:602] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 8:59:41:892] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 8:59:41:892] (RWClient:doGet) ...exit
    [2006/4/24 9:0:1:841] (RWClient:doGet) enter...
    [2006/4/24 9:0:1:841] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 9:0:1:841] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 9:0:1:841] (RWClient:doGet) ...exit
    Now what I have to do ? - in ias.properties ????
    Is it a security-problem with SSO or OID ? - I don't need both.
    Some people in this forum have the same problem, but what is the solution now?
    best regards
    Walter

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • Error REP-51002 on Report Services 10.1.2

    Hi
    I installed Oracle Apps Server 10.1.2 and I only pick Form and Report Services to be installed with standard-dates.
    I create a "Standalone" Report-Server, because I want to see the err-log.
    <oarcle_home>\BIN\addNewServerTarget.bat repsrv01
    In "rwservlet.properties" I have changed:
    SERVER_IN_PROCESS =NO
    TRACEOPTS=TRACE_ALL
    TRACEFILIE= rwservlet.trc
    SINGLESIGNON=NO
    SERVER=repsrv01
    In the default from "rwservlet.properties" I read (????):
    OID_ENTITY=%REPORTS_OID_ENTITY%
    But when I test the Report Services : http://host-name:port-number/repdemo, then click : Test a Paper Report. I got this error :
    REP-51002: Bind to Reports Server repsrv01 failed
    In "rwservlet.trc" I can read:
    [2006/4/24 8:59:10:6] Debug 50103 (RWClient:RWClientInit): ORACLE_HOME is derived from RWClient.class, oracle home: C:\oracle\FRHome_1
    [2006/4/24 8:59:10:577] Debug 50103 (InfraConfigMgr:createDirContext): Pool size is 0. 10 more DirContext will be created.
    [2006/4/24 8:59:14:32] Exception 50125 (oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
         at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2273)
         at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2243)
         at oracle.ias.repository.SchemaManager.connectAs(SchemaManager.java:1288)
         at oracle.reports.utility.InfraConfigMgr.createDirContext(InfraConfigMgr.java:234)
         at oracle.reports.utility.InfraConfigMgr.createOIDContext(InfraConfigMgr.java:149)
         at oracle.reports.rwclient.OIDManager.init(OIDManager.java:88)
         at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:634)
         at oracle.reports.rwclient.RWClient.init(RWClient.java:269)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
         at com.evermind.server.Application.getHttpApplication(Application.java:890)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
         at java.lang.Thread.run(Thread.java:534)
    ): Interner Fehler oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): Failed to create OiD DirContext.
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): OiD DirContext created successfully. m_totalSize:0
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createOIDContext): connect to OID server successfully as %REPORTS_OID_ENTITY%
    [2006/4/24 8:59:15:13] Debug 50103 (KeyMapParser:readKeyMapFile): file: C:\oracle\FRHome_1\reports\conf\cgicmd.dat
    [2006/4/24 8:59:15:93] Debug 50103 (NetworkUtility:setTimeout): Timeout value set to 1000
    [2006/4/24 8:59:15:324] Info 65000 (Multicast:init): Der Kommunikationskanal wurde initialisiert
    [2006/4/24 8:59:15:404] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2006/4/24 8:59:41:572] (RWClient:doGet) enter...
    [2006/4/24 8:59:41:602] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 8:59:41:892] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 8:59:41:892] (RWClient:doGet) ...exit
    [2006/4/24 9:0:1:841] (RWClient:doGet) enter...
    [2006/4/24 9:0:1:841] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 9:0:1:841] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 9:0:1:841] (RWClient:doGet) ...exit
    Now what I have to do ? - in ias.properties ????
    Is it a security-problem with SSO or OID ? - I don't need two.
    Some people in this forum have the same problem, but what is the solution now?
    best regards
    Walter

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • REP-52266, REP-50503

    Hello all,
    I'm receiving the error REP-52266, while running a simple script from Forms 10g:
    web.show_document('/reports/rwservlet/showjobs?server=rep_fsprod', '_blank');
    I previously received REP-51002; searched over the forums,& made changed to the rwservlet properties file by setting my Server,setting the trace on,& changing my host file in windows.
    Errors received now:
    REP-52266: The in-process Reports Server rep_fsprod failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    I also tried these commands:
    rwclient server=rep_CC-BA0C7240E38E report=test destype=cache desformat=html
    GIVES ERROR:-
    REP-0178: can not connect to reports server
    rwdiag -findall
    Broadcast mechanism used to locate servers
    Channel address: 228.5.6.7
    Channel port: 14021
    REP-50503 No server found in the network.
    Please help, Im getting tangled in errors. Thank you very much!

    Hello
    I followed the link below & made changes to my host file, rwnetwork.properties file:
    REP-51002: Bind to Reports Server <servername> failed
    My error was resolved, but that lasted for 2 days!! Im back to an error:
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No Naming Server is not responding. Restarting..
    Ive readup this link:
    Nested exception: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 co
    But how do I ensure that the host is using a static IP address and not a DHCP address??
    Please help, Ive no networking clue.. Thank you..

  • Urgent.....Error while running a jsp report from Jdeveloper

    Hi,
    I am getting following error while running a jsp report from Jdeveloper. I am using version 10.1.2.1.0. The same report is working fine when I am running it from report builder. ( Both these tools were installed using Oracle Developer Suite 10g version 10.1.2). I did search in oracle discussion forums and google, but I could not arrive at a resolution of error. Any help in resolving this issue would be grateful.
    Error details:
    Page url : http://<hostipaddress>:8988/Reports-reportproject-context-root/MyReport.jsp
    Reports Error Page
    Wed Oct 17 20:03:22 IST 2007
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server myreportserver failed
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server myreportserver failed
         at oracle.reports.jsp.ReportTag.doStartTag(ReportTag.java:464)
         at MyReport.jspService(MyReport.jsp:4)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Could anyone help me out in resolving this issue.
    Thanks
    Siva...

    Hi,
    I posted this message in jdeveloper forum yesterday, but there was no response. So I thought of posting it in this forum to check my luck.
    Thanks
    Siva...

  • Urgent...Error while running a jsp report in Jdeveloper

    Hi,
    I am getting following error while running a jsp report from Jdeveloper. I am using version 10.1.2.1.0. The same report is working fine when I am running it from report builder. ( Both these tools were installed using Oracle Developer Suite 10g version 10.1.2). I did search in oracle discussion forums and google, but I could not arrive at a resolution of error. Any help in resolving this issue would be grateful.
    Error details:
    Page url : http://<hostipaddress>:8988/Reports-reportproject-context-root/MyReport.jsp
    Reports Error Page
    Wed Oct 17 20:03:22 IST 2007
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server myreportserver failed
    javax.servlet.jsp.JspException: REP-51002: Bind to Reports Server myreportserver failed
    at oracle.reports.jsp.ReportTag.doStartTag(ReportTag.java:464)
    at MyReport.jspService(MyReport.jsp:4)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    Could anyone help me out in resolving this issue.
    Thanks
    Siva...

    Hi,
    I posted this message in jdeveloper forum yesterday, but there was no response. So I thought of posting it in this forum to check my luck.
    Thanks
    Siva...

Maybe you are looking for

  • I tunes wont download some songs

    A message pops up and says..your computer is not authorized to listen to some songs...bought like 25 songs but only 5 downloaded...????

  • Payload Content Based Search in PI

    Hello Experts, We are trying to implement Payload contenet based search functionality in our PI enviroemnt. One of the approch I can across is to have the message index using TREX index engine. This would allow us to do the message content based sear

  • Import Text as RTF

    I have a file that I imported from a Word document converted to RTF. The file came across fine but I have a problem. The first paragraph in the word document had a Section number imbedded in the numbering in Word. Now I have the completed file and I

  • Change font style of H2

    Hello, I'm trying to change the font style of H2 and I'm new to cs6. When I tried to change it, it actuallyt changed the font of the paragraphs, not the headings. Thanks, Noe

  • A thought about awarding points

    Hi! If I'm understanding the new system correctly, if I ask a question, and someone gives me some useful assistance, I can essentially award them points... Under the old system, I was able to browse all the discussions, and from time to time, I would