Reports Server: REP-3000

Hi all,
I have the following system setup:
OS: SuSE SLES-7 Linux
Kernel: 2.4.7-64GB-SMP
Memory: 1GB RAM
SWAP: 2GB
When I try to run the test report on the "Getting Started with Oracle9i Reports" I get the following error in a new Browser Window:
- Error
REP-3000: Internal error starting Oracle Toolkit.
REP-3000: Internal error starting Oracle Toolkit.
I don't want to use the standard X server. I decided to use Xvfb.
I performed the following steps:
- Shutdown of Oracle9iASr2, according to metalink note: 200475.1 (oracle)
- $ emctl stop
- $ webcachectl stop
- $ dcmctl shutdown
After that the 9iASr2 instance was sucessfully halted.
- Shutdown the standard X server which was running on display number 0 (root)
- Start Xfvb as root, according metalink note: 208745.1 (root)
- $ nohup /usr/bin/X11/Xvfb :50 -screen 0 1024x800x8 -pn -fp /usr/lib/X11/fonts/misc -sp /etc/X11/xserver/SecurityPolicy &
- $ DISPLAY=$(hostname):50.0; export DISPLAY
- $ /usr/X11R6/bin/xhost +
I also tested to execute the command xclock and I got no error.
- 9iASr2 config changes (oracle)
- Changed DISPLAY variable in .profile to the new value
- $ORACLE_HOME/bin/reports.sh
- DISPLAY=lindi:50; export DISPLAY
- $ORACLE_HOME/opmn/conf/opmn.xml
- <prop name="DISPLAY" value="localhost:50.0"/>
- This entry is in the OC4J_BI_Forms config tag. is that correct?
- Startup 9iASr2 (oracle)
- $ emctl start
- Connect to OEM and started the whole instance. All processed were sucessfull started
- I was able to connect to OEM, this means the Xvfb Frame Buffer is setup correctly otherwise I would not be able to connect to the EnterpriseManager. Is that correct?
- I was able to check the failed jobs in the reports server. That means the report server is running.
- I was able to run my forms application.
- I open the "Getting Started with Oracle9i Reports" page in a browser and got the error decribed above.
To me it seems that there has to be another DISPLAY variable I did not set correctly. Because when I start another X server with the user oracle on display 0 then I'm able to run the report sucessfully. But I don't want to start the standard X server, because then I need access to the console, and I not always have access to it.
Does anybody know what that could be and help me,
thanks
Oliver

Try the solution provided in the Release Notes Addendum section 5.10.15 (Component issues)
Anyway I am providing the notes here.
5.10.15 Reports in-process server gives REP-3000 error when running report
When running a sample report using the report in-process server, an error message
like the following can appear in the browser:
REP-3000: Internal error starting Oracle Toolkit.
REP-3000: Internal error starting Oracle Toolkit.
Use the following sample URL to test for this error message using the appropriate
hostname, domainname, port and two_task entries:
http://hostname.domainname:port/reports/rwservlet?report=test.rdf&userid=scott/t
iger@two_task&destype=cache&desformat=htmlcss
If the REP-3000 error message appears, the display is not set correctly. When
running a report server from the command line, the environment variable DISPLAY
setting is used. However, the reports in-process server uses the following
configuration file for the display setting:
$ORACLE_HOME/j2ee/OC4J_BI_Forms/config/oc4j.properties
The default display entry is as follows:
oracle.display=:0.0
On some servers, there might not be an X server running on :0.0 or this entry
might not be resolved correctly. In such cases, change the display setting to a
machine where an X server is present and can be accessed by this server.
To test whether an X server is running on given machine and you have permissions
to connect to it, you can use the following command:
xterm -display myserver:0.0
If you do not have permissions to access the display or if there is no such display
running on the given machine, an error similar to the following is displayed:
Xlib: connection to "myserver:0.0" refused by server
Xlib: Client is not authorized to connect to Server
xterm Xt error: Can't open display: myserver:0.0
Once you have identified a machine with a valid X server, or started the display on
the server machine being used, you can change the default entry to the new display.
For example to use the X server running on myserver:0.0 we would change the
default entry to:
oracle.display=myserver:0.0
After these changes are completed, it is necessary to restart the Forms/Reports oc4j
instance with the following commands:
$ cd $ORACLE_HOME/opmn/bin
$ ./opmnctl stopproc type=oc4j instancename=oc4j_bi_forms
$ ./opmnctl startproc type=oc4j instancename=oc4j_bi_forms
You can now test the sample URL again to make sure that the in-process server
works correctly. When using the sample URL, the sample test.rdf report should
be displayed in the browser.

Similar Messages

  • Error in creating PDF's from 11g Fusion ware report server :: REP-0178

    Hello Friends,
    I am trying to create pdf files from the report server command line, It works fine when I run the command from ORACLE User but when I run it from any other user I get error
    REP-0178: Reports Server rep_001 cannot establish connection.
    Command line that I am using is :-
    /abc/home/rwclient.sh server=rep_001 report=/abc/home/auto.rdf destype=file desname=/abc/home/report001 desformat=pdf userid=${ID}
    I am using a personal copy of reports.sh in /abc/home/
    It is also working fine when I run it from the browser report server link, the only issue is it didn't work through command line for any user other than Oracle.
    OS : Linux x86_64
    Reprots : Fussion ware 11g
    Kind regards,
    Aashish Sharma

    Small update again,
    I skipped using the downloadable oc4j/j2ee and tried using the one that came with 10.2.0.1 installation (patched to 10.2.0.3)
    It starts up fine saying:
    07/03/28 21:31:27 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0) initialized
    It started up all well with the downloadable latest containers too, but got different errors running the apex_fop.jsp file.
    well with the version that came with the database it says in the PDF file after I tried to generate it from a report:
    Error 500:
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    Anyone got any idea?

  • Postscript report fail - REP-3000: Internal error starting Oracle toolkit

    Hi,
    I am receiving the error REP-3000: Internal error starting Oracle Toolkit when I am running a conc. program with postscript as output. I changed Active Users program and tested it. It failed.
    Metalink says DISPLAY issue. I ran the concurrent program - "Prints environment variable values" giving DISPLAY as variable. I received a value. like <hostname>:0.0
    What could be the issue?
    Release - 11.5.10.2
    OS -Linux
    Apache, Forms on 1 Node, Concurrent Manager on the second one.
    Database - 10g R2 on Unix.
    Thanks
    Cherrish Vaidiyan
    Edited by: Cherrish on Aug 19, 2010 5:01 PM

    Hi Hussein,
    Please find the complete concurrent program log:
    Application Object Library: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDSCURS module: Active Users
    Current system time is 19-AUG-2010 15:34:33
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.WE8ISO8859P1
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.
    Report Builder: Release 6.0.8.28.0 - Production on Thu Aug 19 15:34:33 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 73686471.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-AUG-2010 15:34:46
    I will check the old forums too.
    Thanks

  • Reports Server - Rep - 1246: Chart document not found

    Hi, seem to be in a bit of bother here.
    If I run the report in report runtime all is fine graph and data table are produced.
    If I run the report using the scheduler or through the browser then I get the above message.
    I have made sure the path of the object is correct.
    Can anybody give me any clues?
    Many thanks
    Aron

    Aron,
    Any luck solving this problem?
    I am getting the same error message on a graphical report.
    Thanks,
    Trenton

  • Reports: REP-0177 & REP-3000 errors :-( (RH 6.2.2 HA 1.0)

    Hi Folks, hi Oracle,
    we have some serious problems here with Oracle Reports 6i Patch 6 which is running under Red Hat HA (Red Hat 6.2.2 High Aviability Server 1.0, based on Zoot)
    Because HA installs without X i have installed all needed X-packes to get a X11 system, and it runs fine.
    Then i set up request for a reports from the console i get the following message:
    [oracle@webserver1-do bin]$ ./rwcli60 REPORT=xxxx.rdf USERID=xxxxx/xxxxx@xxxx SERVER=xxxxx DESTYPE=SYSOUT DESFORMAT=PDF benu_id=x masszeile=xxx
    REP-0177: Error while running in remote server
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.
    If i change the DISPLAY to a faked adress, i become the 111-errors (cant connect to X11-Socket), so i think the repserver connects to X but have some other problems with X.
    If i change DISPLAY to an another Linux-Server with fully installed X11 & KDE, the report runs fine.
    And all the same if the call the report over apache.
    I have read the Bug-Info about Bug 1108326, but i have the same, if i change the format to HTML.
    Any suggestions?
    H.-C.G|rsoy
    null

    hello,
    be aware, that you have to set the display in the environtment of the server (meaning the startup-script of the server).
    regards,
    the oracle reports team

  • REP-0177 & REP-3000 under Linux (Red Hat 6.2.2 HA 1.0)

    Hi Folks, hi Oracle,
    we have some serious problems here with Oracle Reports 6i Patch 6 which is running under Red Hat HA (Red Hat 6.2.2 High Aviability Server 1.0, based on Zoot)
    Because HA installs without X i have installed all needed X-packes to get a X11 system, and it runs fine.
    Then i set up request for a reports from the console i get the following message:
    [oracle@webserver1-do bin]$ ./rwcli60 REPORT=xxxx.rdf USERID=xxxxx/xxxxx@xxxx SERVER=xxxxx DESTYPE=SYSOUT DESFORMAT=PDF benu_id=x masszeile=xxx
    REP-0177: Error while running in remote server
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.
    If i change the DISPLAY to a faked adress, i become the 111-errors (cant connect to X11-Socket), so i think the repserver connects to X but have some other problems with X.
    If i change DISPLAY to an another Linux-Server with fully installed X11 & KDE, the report runs fine.
    And all the same if the call the report over apache.
    I have read the Bug-Info about Bug 1108326, but i have the same, if i change the format to HTML.
    Any suggestions?
    H.-C.G|rsoy
    null

    hello,
    be aware, that you have to set the display in the environtment of the server (meaning the startup-script of the server).
    regards,
    the oracle reports team

  • Error calling report FRM-41213 unable to connect to Report Server

    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,
    Problem solved.
    I got the solution from another post.
    Re: REP-51002: Bind to Reports Server rep failed
    Here are the step I did.
    Note : Please make backup for the following file : rwnetwork.conf
    - In file rwnetwork.conf, remove or commented the following
    <multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/>
    - And then uncommented
    <namingService name="Cos" host="%NAMING_HOST%" port="%NAMING_PORT%"/>
    - replace the
    %NAMING_HOST% with your computer name or specify an IP address
    %NAMING_PORT% with 14021
    It should look like this :
    <namingService name="Cos" host="blahblah" port="14021"/>
    - I did not change the : name="Cos", since I do not understand what does it for
    - Save you changes.
    - Start the OC4J.
    - Find the location of : namingservice.bat (on Windows platform)
    - execute in the command line : namingservice.bat 14021
    - finally start the report in the web browser
    Note:
    To shutdown the namingservice, use : namingservice.bat 14021 shutdown
    Regards.
    Buntoro

  • Error  --REP-3000: Internal error starting Oracle Toolkit.

    Hi
    While submitting the concurrent request (active user) im getting error if i submit the active responsibilities
    its completed successfully i have set display also still im getting error.
    Xlib: connection to "omega:0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    Xlib: connection to "omega:0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.

    Please verify the DISPLAY on the server as follows:
    - Issue "xhost +" as root user
    - Issue "xclock" as applmgr user --> Make sure you can display the clock
    If the above does not work, please set the DISPLAY properly in the application context file and run AutoConfig.
    More details can be found in the following note:
    Note: 200474.1 - Comprehensive REP-3000 Troubleshooting and Overview Guide
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=200474.1

  • Report Server: Error initializing printer

    Oracle Report Server 6.0 for Windows NT doesn't work. When I try to call any report I get next error message:
    Error message returned from Reports server:
    REP-3002: Error initializing printer.
    Please make sure a printer is installed.
    The printer is installed on Windows NT server and is default. Where is the error? My URL example:
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe?report=test.rdf+userid=scott/tiger+server=reportsserver+desformat=html+destype=cache
    Next URLs work successufully:
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe/help
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe/showenv
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe/showmap
    What ideas?
    null

    Fyi -- in Reports 6i a printer is no longer mandatory. eg if you're only doing web publishing, you don't need to setup a printer and give the Reports server access to it (of course, if you're trying to print from Reports - you need a printer! ;-).
    To answer your question, make sure the USER that is running the Reports server as an NT service has access to a printer. If it's the SYSTEM account (goto Control Panel -> Services and double click on the Oracle Reports Server xxxxx entry (where xxxxx is the name of the server) and look at the user account that is running the server. If it's the SYSTEM account, it doesn't have access to a printer, so change it to a user (either local or domain user) that does have printer access.
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • In-Process Report Server error

    Hi,
    I use Oracle Database 10g and Oracle Developer 10g (Forms and Reports)
    In Windows 2000 SP4 platform.
    I am having difficulties with the OracleAS Reports Service page.
    http://localhost:8889/reports/rwservlet
    It showed OracleAS Reports Services - Servlet Command Help
    Next, I tried to navigate to the following URL
    http://localhost:8889/reports/rwservlet/showjobs
    Suddenly another window message popup showing an error
    The window's title is : javaw.exe - Entry Point Not Found
    The procedure entry point kguuseg could not be located in the dynamic link library oraclient10.dll
    with only one button "Ok" to click
    After I clicked the button, the following error appear in the web browser
    REP-52266: The in-process Reports Server rep_<computer_name> failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    The same error happens to all commands listed in the Servlet Command Help page.
    I also noticed that inside the OC4J command prompt which is running, the following error listed
    Not able to load oracle.reports.util.EnvironmentGlobal class
    Using oracle.reports.util.Environment class
    REP-56105: Engine rwEng-0 died with error:
    Is there anybody who has the same problem?
    Is there any solution for this problem?
    Many thanks,
    Buntoro

    Hi,
    Problem solved.
    I got the solution from another post.
    Re: REP-51002: Bind to Reports Server rep failed
    Here are the step I did.
    Note : Please make backup for the following file : rwnetwork.conf
    - In file rwnetwork.conf, remove or commented the following
    <multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/>
    - And then uncommented
    <namingService name="Cos" host="%NAMING_HOST%" port="%NAMING_PORT%"/>
    - replace the
    %NAMING_HOST% with your computer name or specify an IP address
    %NAMING_PORT% with 14021
    It should look like this :
    <namingService name="Cos" host="blahblah" port="14021"/>
    - I did not change the : name="Cos", since I do not understand what does it for
    - Save you changes.
    - Start the OC4J.
    - Find the location of : namingservice.bat (on Windows platform)
    - execute in the command line : namingservice.bat 14021
    - finally start the report in the web browser
    Note:
    To shutdown the namingservice, use : namingservice.bat 14021 shutdown
    Regards.
    Buntoro

  • Start reports server

    hi
    i've made some experience with forms and now have to configure reports (9i web).
    i read a lot of documents from otn with no success.
    i'd like to start reports server as servlet under win2000.
    as 2.1.2 in the docu said:
    i tried http://test_oas:7778/reports/rwservlet and got the 'Servlet Command Help - page'.
    2.2 verifying the reports servlet and server are running
    i typed: http://test_oas:7778/reports/rwservlet/help which displayed the same page as above.
    then i typed:
    http://test_oas:7778/reports/rwservlet/showjobs?server=rep_test_oas which redirects me to 'http://test_dbs:7777/pls/orasso/orasso.wwsso_app_admin.ls_login' where i get a 'page not found'.
    then the rep_test_oas.trc sais this:
    [2003/7/27 5:42:37] Debug 50103 (RWSecurity:isPortalConnected): s_connection:oracle.jdbc.driver.OracleConnection@682406
    [2003/7/27 5:42:37] Debug 50103 (RWSecurity:isPortalConnected): s_connection:oracle.jdbc.driver.OracleConnection@682406
    on the EM-Website, ther is a system-component called reports:rep_test_oas whichs state is down. what does this component mean? when i start it, i get the message 'started' but the state is still down.
    can someone help me?

    used your example-code.
    still get a frm-41214 and a 41213.
    the errormessage when 41213 occurs is: "could not connect to reports-server rep."
    the strange thing is that my server is called rep_test_oas. i've never defined a rep.
    here is a rwEng-0 part:
    [2003/7/28 0:23:39] Info 55003 (RWEngine:init): Register this engine to Oracle Reports Server rep_test_oas
    [2003/7/28 0:28:29] Debug 50103 (EngineImpl:setCommandLine): Running
    [2003/7/28 0:28:29] Info 50132 (EngineImpl:setCommandLine): Get command line: REPORT=L:\join3000\reports\test\MODULE2.rdf USERID=JOIN3000@j3000tes BATCH=YES DESTYPE=cache DESFORMAT=PDF AUTHID=ANONYMOUS
    [2003/7/28 0:28:29] Debug 50103 (EngineImpl:setCommandLine): Quit
    [2003/7/28 0:28:29] Debug 50103 (EngineImpl:run): Running
    [2003/7/28 0:28:29] (C Engine) LOG :
    [2003/7/28 0:28:29] (C Engine) Angemeldet bei Server: j3000tes
    [2003/7/28 0:28:29] (C Engine) Benutzername: JOIN3000
    [2003/7/28 0:28:29] (C Engine)
    [2003/7/28 0:28:31] Error 50103 (C Engine): 11:28:31 ERR REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    [2003/7/28 0:28:31] Error 50103 (C Engine): 11:28:31 ERR REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    [2003/7/28 0:28:31] Debug 50103 (EngineImpl:run): CRunReport returns: 110
    [2003/7/28 0:28:31] Debug 50103 (EngineImpl:run): Quit
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.engine.EngineImpl.run(EngineImpl.java:295)
         at oracle.reports.engine.EngineClassPOATie.run(EngineClassPOATie.java:84)
         at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:117)
         at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:62)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    and the rep_test_oas.trc:
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Reserved
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Idle
    [2003/7/28 0:28:29] Debug 50103 (JobManager:runJobInEngine): Send job 20 to engine rwEng-0
    [2003/7/28 0:28:29] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2003/7/28 0:28:31] State 56016 (JobManager:updateJobStatus): Job 20 status is: Mit Fehler beendet:
    REP-110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    [2003/7/28 0:28:31] Debug 50103 (JobManager:updateJobStatus): Notify master job 20
    [2003/7/28 0:28:31] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Ready
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.RWExceptionHelper.read(RWExceptionHelper.java:28)
         at oracle.reports.engine._EngineClassStub.run(_EngineClassStub.java:159)
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:623)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1209)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:701)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:755)
         at oracle.reports.server.ConnectionPOATie.runJob(ConnectionPOATie.java:282)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:399)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:84)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2003/7/28 0:28:31] State 56016 (JobManager:updateJobStatus): Job 20 status is: Mit Fehler beendet:
    REP-110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    [2003/7/28 0:28:31] Debug 50103 (JobManager:updateJobStatus): Notify master job 20
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:669)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1209)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:701)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:755)
         at oracle.reports.server.ConnectionPOATie.runJob(ConnectionPOATie.java:282)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:399)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:84)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2003/7/28 0:28:31] Debug 50103 (JobManager:runJobInEngine): Encounted exception in job 20
    [2003/7/28 0:28:31] Exception 110 (): Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=110,
    java.lang.String errorString="Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    REP-1070: Fehler beim Öffnen oder Speichern eines Dokuments.
    REP-0110: Datei 'L:\join3000\reports\test\MODULE2.rdf' kann nicht geöffnet werden.
    java.lang.String moduleName="REP"
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:669)
         at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1209)
         at oracle.reports.server.JobManager.dispatch(JobManager.java:701)
         at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:755)
         at oracle.reports.server.ConnectionPOATie.runJob(ConnectionPOATie.java:282)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:399)
         at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:84)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2003/7/28 0:28:31] Warning 50103 (ResourceManager:getString): java.util.MissingResourceException: Can't find resource for bundle oracle.reports.utility.resource.RWGenericBundle, key 5
    [2003/7/28 0:28:31] Info 56013 (ConnectionManager:release): Connection 2 is released
    i'm sorry. but i cant find the problem with these error-messages.
    can U?

  • REP-501: Unable to connect to the specified database in Report Server

    I Get a 'REP-501: Unable to connect to the specified database' error, when trying to call a report from a button on a Forms 10g application, through a report object:
    A portion of the code button:
    report_id := find_report_object('REPORT');
    set_report_object_property(report_id, report_destype, cache);
    set_report_object_property(report_id, report_desformat, 'PDF');
    set_report_object_property(report_id, report_server, p_server);
    set_report_object_property(report_id, report_filename, 'report.rep');
    report_job_id := run_report_object(report_id, lista_p);
    rep_status := report_object_status(report_job_id);
    job_number := length(servidor_rep) + 2;
    WHILE rep_status IN ('RUNNING', 'OPENING_REPORT', 'ENQUEUED') LOOP
    rep_status := report_object_status(report_job_id);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    web.show_document('http://'||server_name||'/reports/rwservlet/getjobid' ||
    substr(report_job_id, job_number) || '?server=' || p_server,'_blank');
    ELSE
    message('Error');
    END IF;
    The TSNMAMES configured in the OAS is as follows,
    LISTENERS_PROD =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zurquivip.coope.local)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = poasvip.coope.local)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = irazuvip.coope.local)(PORT = 1521))
    DB01 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zurquivip.coope.local)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = poasvip.coope.local)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = irazuvip.coope.local)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DB01.COOPE.LOCAL)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 180)
    (DELAY = 5)
    This application does not fail in other databases, only in which I have the problem.
    The connection to the database through the SQLPLUS and other applications works well. The error is presented only when calling reports from the application.
    Another point is that the problem is presented with some users and not with others even they have the same conditions as roles, profiles, grant objects, etc.
    If i run my report with the following url applying directly on address bar of web browser then it run fine on web browser
    http://hostname.domain:port/reports/rwservlet?report=myreport.jsp&userid=un/pw@db&destype=cache&desformat=PDF
    OAS 10g and Database are on different machines.
    Please... any idea about this problem?
    Thanks!!

    I use a report object, imagine that sends connect information when creating the Job in the reports server.
    However the same problem happens if I call to report from the Internet Explorer with all parameters of connectivity, for example;
    http://hostname.domain:port/reports/rwservlet?report=myreport.rep&userid=un/pwdb@&destype=cache&desformat=PDF
    The only difference in this database is that it is configured in a RAC and as I mentioned the problem occurs with some users and not with others, even if they are identical.
    Thank for your help!

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

  • How to solve  problem :- rep-188-Report Server acccepts only Batch jobs

    How to solve problem :- rep-188-Report Server acccepts only Batch jobs
    Report server :- 10gR1

    Hello,
    Could you give us some details about the command line ?
    What is the value of DESTYPE ?
    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???

Maybe you are looking for

  • Zoom on Galaxy Tablet

    When I first started using the Galaxy, there was a zoom function on the camera. There isn't now. The only time it's there, now, is when I have an image selected and there is a plus/minus that zooms the image in and out. I asked one of the Verizon guy

  • IMac 27 Mid 2011 - HDD problems

    Hi! I have some problems with HDD (1 Tb Seagate) on my iMac 27. - The temperature is so high. 58-60 C with fan 3500, but only Photoshop is running with 40Mb file, thats all. - Noize and vibration on any surfaceces. I checked "Mac 1TB Seagate Hard Dri

  • How do I connect my ERA Jawbone to my IPhone 5S?

    Want to connect my ERA Jawbone Bluetooth to my IPhone 5S

  • MAX 3 locks up when using test panels

    I am using MXI-3 fiber link to connect to PXI-1000B chassis from my win XP PC. I have a PXI-6115 and PXI-6533 in slot 3 and 5 respectively. Both devices shows up in max and window device manager. But when I try to check the properties test resources

  • How to change font size for SMS at PC suite

    Hello, I would like to read and write SMS at the PC and receive and send them via PC suite. It works. But how can I change the font type and font size of an SMS within the PC suite. I have problems to recognize Arab characters in SMS because the char