Reports 9i rep-50003 HELP!

I am running reports 9i for the web on a solaris 8 box. I'm working on using the keymapping feature but it's not turning out too well for me. My querystring to my report is
"?TYPE=1&USER_ID=2281&TERM_ID=37&HOSP_ID=000000&efactdb"
my entry into cgicmd.dat is
"efactdb: userid=efact_testing/[email protected] %*"
This isn't working too well. I had used the key map directly in the JSP, but that didn't work either. Instead of having efactdb in the querystring I put it in the JSP like so
<rw:report parameters="efactdb">
Everything I've done gives me a "rep-50003: bad command line" error. Does anyone have any advice?

Jeremy,
Firstly, you can use the showmap command to the rwservlet to see the contents of the keymap file (and each individual entry) - see the help page of rwservlet for more information. Can you see the efactdb entry in this list?
Secondly, there is a known issue if your key map file contains tabs instead of spaces.
Regards,
Danny

Similar Messages

  • Parameter Form not calling the Main report - Gives REP-0110, REP-1070, REP-0110 error

    I am using run_report_object to call a report in which the user has to input some paramters. I have followed the instructions as in the Oracle White paper document on Forms/Reports integration.
    The paramter report does come up but when I hit the submit button, I get an error
    REP-0110: Unable to open file 'rclug005'.
    REP-1070: Error while opening or saving a document.
    REP-0110: Unable to open file 'rclug005
    I've checked the privileges and everything's fine on that front. Also, I can get to open the report with the web.show document built-in with paramform setting = No.
    I am guessing something's wrong with the html constructed in the parameter form which is,
    <form method=post action="http://myserver/dev60cgi/RWCGI60.EXE?">
    <input name="hidden_run_parameters" type=hidden value="server=myserver &report=rclug005&destype=Cache&desformat=html&userid=uid/pwd@test">
    In the Report Before Form trigger, I've copied the foll. html code from the Oracle White paper,
    vc_parameter_form :=
    '<html><body bgclor="ffffff"><form method=post action="'||:p_action||'">'||
    '<input name="hidden_run_parameters" type=hidden
    value= "'||vc_hidden_runtime_values||'">'||'<center><p>
    <table border=0 cellspacing=0 cellpadding=0><tr><td>
    <input type=submit></td><td> width=15
    <td><input type=reset></td></tr></table><p><hr></p>';
    I've set the :p_action parameter to a value of http://myserver/dev60cgi/RWCGI60.EXE?
    Also, In the end of the report before form trigger I added this
    srw.set_before_form_html(srw.text_escape, vc_parameter_form);
    Any help/tips is appreciated & Thanks.

    Thanks Danny,
    I am building the variable exactly as in the White paper in the "before form" trigger using exactly the same values give there.
    vc_hidden_runtime_values := 'server='||:p_servername||'&report='||vc_report_name||'.rep&destype='||:destype||'&desformat='||:desformat||'&userid='||:p_userinfo;
    My report has some extra parameters too it expects. So do I have to include the names of those parameters too in the string above?
    For example, in my report a user parameter is named 'print_date', which I do see and populate with value in the parameter form, then do I have to build that in the vc_hidden_runtime_values string above.
    I am using Report 6.0.8.11.3 on 9iAS.

  • Custom report templates with the help of BI Publisher.

    Hi All,
    I have created custom report templates with the help of BI Publisher it is working as we excepted.
    refered : https://blogs.oracle.com/kyle/tags/reports
    But our requirement want to change the color of heading and include filters in output report, It is possible, if yes pls share you comments?
    Best Regards
    Pradeep

    how silly of me!
    just restarting the tomcat sorted the problem!!!

  • My MacBook Pro is running VERY slowly. After reading other questions and responses, I ran an EtreCheck, but do not know how to post the report here. Any help would be greatly appreciated.

    My MacBook Pro is running VERY slowly. After reading other questions and responses, I ran an EtreCheck, but do not know how to post the report here. Any help would be greatly appreciated.

    My MacBook Pro is running VERY slowly. After reading other questions and responses, I ran an EtreCheck, but do not know how to post the report here. Any help would be greatly appreciated.

  • Reports error REP-0069,REP-57054,REP-300

    hi,
    I am getting below error while running the report.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: Parallel query is not supported on temporary LOBs
    SELECT DP.DES ==> CRIPTION AS "DEPARTMENT",
    Plz suggest.
    Tks,
    Shubhen

    1 Please always write complete English words as opposed to IM-speak as 'Plz'. We are not teenagers.
    2 Do not dump all error messgaes in the Database General forum. This is an Oracle Reports message and does not belong in this forum.
    3 All error messages can be looked up in the online documentation.
    This error message is self-explanatory.
    Sybrand Bakker
    Senior Oracle DBA

  • PP reports in Rep Mfg

    Hi All..
    what are the PP Reports in rep Mfg..?
    Please do reply with respective transaction codes.
    Thanks & regards,
    Laxminarayana

    Hi,
    Please use the T.code SAP1. It will give list of all the Reports.
    Check with reports under the heading of PP- >Repetitive manufacturing & Information system -> Repetitive manufacturing
    Pradeep
    Edited by: Pradeep Kumar on Apr 23, 2008 12:14 PM

  • How to use Crystal Report with Java - need help

    Dear everyone,
    i am completely new to Crystal report , please can anyone help me to creat a very simple Report using the Crystal report,
    the report will show some records from oracle DB.
    How can i make it by a simple example and with code please?
    do i need any JAR or Bean for Crystal report?
    thanks for your help and please don't hesitate to contact me in case of any inquiries.
    my email: [email protected]
    Thanks in advance

    I what to use Crystal report to generate report.My programe in java swing .Iam retrive table from database in Jtable .But when giving print
    command its print half screen .so that why I wantto usecrystal report
    package file2;
    import file2.choice;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    import java.util.*;
    import java.awt.print.*;
    import javax.swing.table.*;
    import com.sun.java.swing.*;
    import javax.swing.JTable;
    public class cour extends JFrame implements Printable
         //Menu fileMenu;
         public static void main(String[] a)
    cour n = new cour();
    n.setVisible(true);
    public cour()
         super("Course Report");
         report();
         protected void report()
              JPanel panel = new JPanel();
         JButton printButton = new JButton("Print");
         panel.add(printButton);
         JButton exitButton = new JButton("Exit");
         panel.add(exitButton);     
         DefaultTableModel defaulttablemodel = new DefaultTableModel();
              JTable jtable = new JTable(defaulttablemodel);
              panel.add(new JScrollPane(jtable));
              String      tempname="";
              int tempcnt;
              String driver="sun.jdbc.odbc.JdbcOdbcDriver";
              String url="jdbc:odbc:regs";
              Object[] data = new Object[4];
              try
                             Class.forName(driver);                         
                             Connection connection=DriverManager.getConnection(url,"sa","");
                             Statement statement = connection.createStatement();     
                             String query = "SELECT courseid as CourseID,coursen as CourseName,cfee as Fee,coursed as Duration FROM course";
                             ResultSet rs = statement.executeQuery(query);     
                             ResultSetMetaData rmeta = rs.getMetaData();
                             int numColumns=rmeta.getColumnCount();                         
                             for(int i=1;i<=numColumns;i++)
                                  if(i<=numColumns)
                                       defaulttablemodel.addColumn(rmeta.getColumnName(i));
                             while(rs.next())
                                  for(int i=1;i<=numColumns;++i)
                                       if( i<=numColumns)
                                            tempname = rs.getString(i);
                                            tempcnt=i-1;
                                            data[tempcnt] = tempname;          
                                  defaulttablemodel.addRow(data);                              
                   catch(Exception ex)
              printButton.addActionListener(new ActionListener()
         public void actionPerformed(ActionEvent ae)
              /*if(ae.getActionCommand().equals("Print"))
              PrinterJob pj = PrinterJob.getPrinterJob();
              pj.setPrintable(cour.this);
              if (pj.printDialog())
              try
              pj.print();
              catch (PrinterException pe)
              System.out.println(pe);
    exitButton.addActionListener(new ActionListener()
         public void actionPerformed(ActionEvent ae)
              choice ch=new choice();
                   setVisible(false);
                   ch.setVisible(true);
    setContentPane(panel);
         setSize(1040,780);
    /*Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Dimension frameSize = getSize();
    int x = (screenSize.width - frameSize.width) / 2;
    int y = (screenSize.height - frameSize.height) / 2;
    setLocation(x, y);*/
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    dispose();
    System.exit(0);
    public int print(Graphics g, PageFormat pf, int pageIndex)
    if (pageIndex != 0) return NO_SUCH_PAGE;
    Graphics2D g2 = (Graphics2D)g;
    g2.translate(pf.getImageableX(), pf.getImageableY());
    getContentPane().paint(g2);
    return PAGE_EXISTS;
    }

  • REP-50003 - Bad Command name

    Hi
    When i use the key name in the url (JSP), it gives REP-50003 Bad command name. It also displays value specified in the cgidat.dat file. Please suggest me what to do.
    Thanks & Regards
    Ranganath

    Hi Senthil
    Thanks for your reply.
    I verified the url, if i modify (in the address bar itself) the same url with the values i have specified in the cgidat.dat file it work's fine. I have defined the values in cgidat.dat as follows
    TUSER: userid=scott/tiger@testdb
    in the URL i tried by specifying only the TUSER and then cmdkey=TUSER. I also tried lot of combinations in placing the key name (just after "?" and in the last), but it gives the same error.
    Regards
    Ranganath

  • REP-1849    HELP!     Reports 6i runtime error message REP-1849

    Running Reports runtime 6 on Windows 2000 server.
    Printing to either printer from Notebook, prints OK.
    Printing to network HP LaserJet 8150 PL 6, all is OK
    Printing to network HP LaserJet 5Si MX this happens:
    The end of the trace log:
    13:45:11 APP ... ) Group G_1
    13:45:11 APP ... ( Group G_2 Local Break:
    2 Global Break: 2
    13:45:11 APP ... ) Group G_2
    13:45:11 APP .. ) Repeating Frame R_2
    13:45:11 APP . ) Frame M_2_GRPFR
    13:45:11 APP ) Frame
    13:45:13 ERR REP-1849: Failed while printing.
    This error message is not detailed so that the problem can be
    figured out. I assume it is a driver problem....
    Any help Please? Project is stopped dead for this portion...
    Thank you in advance..
    Les Briesemeister

    We have set the DESFORMAT variable to DFLT but we are getting the same error. When we click in Choose Printer in rw60bld we get the error REP-3002 (Error initializing printer. Please make sure a printer is installed) and when we try to run the command: rwrun60 we get the error:REP-0713: Invalid printer name 'fuenla" specified by parameter where fuenla is the name of the printer.
    Thank you very much in advance

  • CUSTOM REPORT PROBLEM - REP-1213

    I am a student trying to complete a project. I developed a
    "custom" report form which uses 5 tables to generate the report.
    I have entered the 'fields' at various locations on the report
    form and when I run the report I get the following error message:
    "REP-1213: Field 'client_id' references column 'CLIENT_ID' at a
    frequency below its group."
    I have presented this problem to my instructor who does not have
    a solution to resolve this problem for me. Is there a solution
    for this? Or ... does Oracle not allow for 'custom designing'
    of reports? How does someone develop a custom made invoice or
    other report for a client without encountering these problems?
    Anybody's assistance in this matter would be greatly appreciated.
    BO
    null

    Here is some information that may be of help. This is straight
    from Oracle. read the part on FREQUENCY ERRORS carefully.
    You may also retrieve this document from:
    otn home page --> support --> technicial bulletions -->
    sql*reportwriter --> 9006913.61
    P.S. reportwriter frames have kicked manny asses!!
    Good luck.
    Document ID: 9006913.61
    Title: Understanding Frames
    Revision Number 0
    Product: Oracle Reports
    Platform: GENERIC
    Abstract: This document provides a better
    understanding
    of frames and the layering concept.
    Also
    discusses frequency errors.
    Keywords: REPEATING;FRAME;VARIABLE;FIXED;EXPAND;
    CONTRACT;FREQUENCY;
    INTRODUCTION
    There are two types of frames: Repeating frames and non-repeating
    frames.
    Each is a visual representation of actual 3GL code that underlies
    the action
    of fetching and printing the rows selected from tables.
    Non-repeating frames
    act as containers and can be mapped back to the pseudocode: BEGIN
    and END.
    Repeating frames are representations of the Fetch Cycle and can
    be mapped to
    the pseudocode: WHILE NOT END OF TABLE and END WHILE.
    Graphically, frames are stacked one atop the other. This may not
    be
    immediately apparent. It is difficult to distinguish which frame
    is beneath
    another. A quick way to see the three-dimensional layering is to
    change the
    color of the frames. Make each frame a different color. This
    will create a
    three-dimensional effect as frames above will partially obscure
    those beneath
    it. You will also notice the layering structure when using the
    object
    navigator in Reports V2.5
    NON-REPEATING FRAMES
    Non-repeating frames are not record-related. They print as often
    as the
    object in which they are enclosed, or to which they are attached
    by an anchor.
    They do not have a print direction.
    REPEATING FRAMES
    Repeating frames are place holders for records. Repeating frames
    print once
    for each record of a group and control record-level formatting.
    Reports will
    generate one repeating frame for each group when you create a
    default layout.
    Reports will place containers of columns inside of the frames.
    Each repeating
    frame retrieves only one row in its fetch cycle for any one
    repetition. Until
    it is constrained by another frame, it will repeat itself until
    the while loop
    condition can no longer be satisfied.
    VERTICAL AND HORIZONTAL SIZING
    The Vertical Sizing of a repeating frame will default to FIXED if
    all the
    objects in the repeating frame are fixed. If the repeating frame
    encloses an
    object (e.g. field, frame) that grows, then the vertical sizing
    defaults to
    VARIABLE or EXPAND.
    FIXED
    If the Vertical Size of the frame is FIXED then the object's
    height is the
    same on each logical page, regardless of the size of the objects
    or data
    within it. Truncation of data may occur. The height of the
    object in the
    layout editor is the actual height of the object at runtime. No
    special
    symbol is indicated on the frame in the layout editor.
    VARIABLE
    If the frame's Vertical Sizing Attribute is VARIABLE and there is
    nothing
    below it, it collapses. For example, if it normally is four lines
    long and
    only one row is returned, then it will not print three blank
    lines but will
    actually collapse the output to one line. If you drag the
    position of the
    fields downward, the space above will not collapse because of the
    IMPLICIT
    ANCHOR. The object will expand or contract vertically to
    accommodate the
    objects or data within it. The height shown in the layout editor
    has no
    effect on the object's height at runtime. The vertical sizing
    attribute
    functions as if you used a combination of contract and expand. A
    diamond
    symbol is indicated on the frame in the layout editor.
    EXPAND
    If the frame's Vertical Sizing Attribute is set to EXPAND, it
    will begin at a
    minimum size defined by the frame, and will expand as necessary
    to accommodate
    more data or lines that exceed the length of the column. An
    equal sign symbol
    is indicated on the frame in the layout editor.
    CONTRACT
    If the frame's Vertical Sizing Attribute is set to CONTRACT, the
    vertical size
    of the object decreases if the formatted objects or data within
    it are short
    enough, but it cannot increase to accommodate larger data.
    Truncation may
    occur. A circle is indicated on the frame in the layout editor.
    FREQUENCY ERRORS
    You may receive frequency errors when a repeating frame is moved
    or deleted,
    thus changing the layering of the frames. Often, users may
    attempt to correct
    this error by adding the deleted frame back, but this does not
    fix the
    problem. The existence of the frame is not enough, even it is
    does not
    overlap other objects in the layout. The frame must also be in
    the right
    position within the hierarchy. In addition to recreating the
    deleted frame,
    you must push the new frame to the right layer using the ARRANGE
    option on the
    Layout menu.
    If you move an object outside its native frame, then you must
    enclose it
    within a repeating frame to group it within the same loop.
    Oracle Worldwide Customer
    Support
    null

  • Reports 11g: REP-50125: rwbuilder.conf:java.lang.NullPointerException

    Hello all,
    Please excuse my being too detailed.
    After installing Forms 11g, Reports 11g in a new Windows 7 Professional 64bit machine, I was able to run both the Forms Builder and Reports Builder.
    I then moved my forms and reports into a different folder, updated the FORMS_PATH and REPORTS_PATH in the registry, and added a key into keymap file:
    C:\Oracle\Forms\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\cgicmd.dat
    that allows hiding userid and password when calling up reports.
    I then made a change to the following file:
    C:\Oracle\Forms\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.1.1.2.0\configuration\rwservlet.properties
    by adding the following line to force reload keymap:
    <reloadkeymap>yes</reloadkeymap>
    Having done that, I could call up reports from remote clients. Unfortunately, now I cannot run the Reports Builder.
    Each time I tried, I would see a splash screen, then the usual process in task bar. But no builder appeared.
    Right-clicking the process and selecting running the builder will produce a popup dialog declaring:
    "REP-50125: rwbuilder.conf:java.lang.NullPointerException"
    I have restarted the computer, restarting the Admin Server, Reports Server, etc., to no avail.
    If I were to rename the rwbuilder.conf away, the Reports Builder will hang at the splash screen.
    The shortcut I used to run the Reports Builder is:
    C:\Oracle\Forms\asinst_1\config\reports\bin\rwbuilder.bat
    The path to the rwbuilder.conf file is:
    C:\Oracle\Forms\asinst_1\config\ReportsToolsComponent\ReportsTools\rwbuilder.conf
    and its contents, which has never been modified since installation, follow:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <server xmlns="http://xmlns.oracle.com/reports/server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/reports/server file:C:\Oracle\Forms\as_1/reports/dtd/rwserverconf.xsd" version="11.1.1.3.0">
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="50"/>
    <!--property name="cacheDir" value="your cache directory"/-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"/-->
    </cache>
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" maxEngine="1" minEngine="0" engLife="50">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    <!--property name="keepConnection" value="yes"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" maxEngine="1" minEngine="0" engLife="50"/>
    <!--security id="rwJaznSec" class="oracle.reports.server.RWJAZNSecurity"/-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" encrypted="no"/>
    </destination-->
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    </security-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP"/>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV"/>
    <job jobType="report" engineId="rwEng" securityId="rwJaznSec"/>
    <job jobType="rwurl" engineId="rwURLEng"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" encrypted="no"/>
    </notification-->
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" encrypted="no"/>
    </jobStatusRepository-->
    <connection maxConnect="50" idleTimeOut="15">
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <pluginParam name="mailServer" value="%MAILSERVER_NAME%">
    <!--property name="enableSSL" value="yes"/-->
    </pluginParam>
    <webLayout port="9002" docroot="C:\Oracle\Forms\user_projects\domains\ClassicDomain\servers\WLS_REPORTS\tmp\_WL_user\reports_11.1.1.2.0\uqanoi\war"/>
    </server>
    Will really appreciate any help!
    Thank you.
    Jacob

    Hi,
    This looks like it might be related to bug 6358304.
    Go to My Oracle Support site (Metalink) Patchs & Updates tab. Then search for 6358304.
    There is a patch downloadable for this which worked for me though I was getting the error when running reports via the server and not through starting reports builder.
    However if you search the Knowledge base for 6358304 there is a work around available by editing the cgicmd.dat - specifically by adding a space at the end of the key you added to the file:
    1. In the cgicmd.dat file, add a space at the end of the key line.
    for example:
    my_key: userid=hr/hr@oradb %* %P <--< add a space after the "P".
    2. Additional workaround is to change from :
    %* %P
    to:
    %P %*
    Hope that works for you, otherwise I would recommend raising a support request with Oracle.
    Cheers,
    Toby.

  • Reports Paramters Error, Plz Help me!

    Have anybody tried a reports in Web with parameters containing the ' '(space), '&'(and),'?' and other URL special character?
    When I passed a paramter with these character from my form, the reports server returned a REP-56033 error, and said that it cannot get job with ID -2.
    My reports are rdf/rep files.
    My system is 9ias R2. My reports service's version is 9.0.2.0.1
    Please help me. This question is urgent.

    When I use showjobs, I cannot get this job. But if I delete the special char, I can get the job and say it has error.
    I guess the report doesn't run with the special char!!!!
    I can run other report which without the special char parameter.
    For example
    add_parameter(pl_id,Text_Parameter,'where deptno=59 and staffno=34');
    If my parameter list contain this value, the report cannot run!!!
    If I change to
    add_parameter(pl_id,Text_Parameter,'wheredeptno=59andstaffno=34');
    The report can run, but return error.
    Plz help me!!

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

  • Active users report shows  REP-0004: Warning

    Hi,
    Active users request logfile showing
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    How to solve this wraning?And actually what it means
    Regards

    Hi,
    Have a look at the following documents and see if it helps.
    Note: 742122.1 - Reports Fail With REP-0004 REP-3000 REP-0069 REP-57054 On a Cloned R12 (12.0.4) Instance
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=742122.1
    Note: 210795.1 - Troubleshooting Guide for REP-4 error
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210795.1
    Regards,
    Hussein

  • Error during report execution ( REP-271468672: )

    Hi,
    Following error is encountered during execution of report on Reports 9i...
    Terminated with error: <br>REP-271468672: Unable to create a temporary file.
    I have checked space and permissions of temporary folder.
    Please help on same
    Regards/-
    Neeraj

    I've got the same error with r12 (12.04) on windows 2003
    I set the environment variables reports_tmp & reports60_tmp (this one is according to book Oracle Applications System Administrator's Guide - Configuration )
    I set the path to d:\temp
    this folder has write permission, I also change the folder's owner to my ap user
    but It doesn't work
    Do you fix the problem yet ?

Maybe you are looking for

  • Transport of Datatargets

    Hi Experts, I activated some of infoObjects in Developement System as a $TMP.Now I am Transporting DSO and InfoCube.I copied InfoCube and DSO from Standard content InfoCube and DSO.I didn't give the request/package while activating .Now I need to pro

  • How to obtain the house bank in the customer invoice posted by FB70?

    Hi All, Could anyone tell me how to obtain a certain house bank in the customer invoice posted by FB70? I've made a test. I've filled an house bank in master data of the customer (company data). When I've posted the invoice by FB70, i've expected fin

  • SDCC_OSS RFC ERROR

    Hi we are not able to generate EWA report as we are getting below error in our production system for transaction "SDCCN" > Maximum number of retries reached ( 0003 ) 000Z000000109 0000000954 EWALERT  for 20111014210852 Error transferring session data

  • Load new pictures to exiting events and more questions.

    When I load new pictures to iphoto how can I add them to existing events? When I create albums do the pictures I put in there get "copied" or are they just linking to the originals in events? I don't want to rack up all my memory creating albums. If

  • Lumia 820: Camera problem

    My phones camera is producing really bad blurry , ill focused images. I noticed the difference today only. Earlier Pics used to be of very good quality. What can be a possible issue and solution. Thanks. Attachments: WP_20131228_003.jpg ‏1968 KB