Parameter Form , REP-1051 and REP-1070

HI
I am trying to write validating functions for text box which will be shown in parameter form when the report will be run on web through URL. I am unable to save the report file after wrting the validating code in before form property of report. Oracle Report Builder raises error with error codes REP-1051 and REP-1070.I have noticed that this error occurs when the toal html content in report exceeds 6.11 kb in size. Any solution ?

May be write some of the information to a table and retrieve from that?
Rajesh Alex

Similar Messages

  • Report Errors REP-1051 and REP-1070 when saving

    I just created a new report. I'm now getting errors REP-1051 and REP-1070 when I attempt to save the .rdf to my local hard drive (or anywhere else for that matter). Permissions where I try to save it are OK, in fact if I remove the SQL and insert "select * from dual", it saves nicely. Is there a query size limit of which I'm unaware? The SQL runs corrrectly, compiles correctly, etc. I just can't seem to save my work. Thank you in advance.

    REP-1051 and REP-1070 What are the messages for these codes?
    Which version and OS are you using?
    How are you calling your report?

  • HELP: REP-0065 and rep-0200

    Has anyone else seen this error.
    Env:
    Report Builder 6i
    Win 2000
    I have a simple report with two repeating frames (one embedded). When I query and get data back in a ref cursor I get a rep-0060 and rep-0200 error. I had the report running yesterday and with no changes to the database or the report def, I get this error today.
    Thanks.
    null

    Nevermind. Found the problem. We had another procedure running in the database that was trying to divide by 0.

  • Parameter Form in OAS and Web, Paper Report Output

    Hello,
    In the Reports Builder 10g I have this Parameter Form. It starts before a paperreport is generated (with props, LOV and etc.)
    If I put my rdf in the OracleAS i can call the report trough the browser, but there Is no parameter window. How can I edit the parameters after
    calling the report?
    One more question:
    how can I say the OAS that he should generate an pdf out of my rdf?
    thanks
    Paul
    ps: if you refer to documentation please give the pagenumber ore sth.
    Edited by: pbecker on Oct 8, 2008 2:00 AM
    make rdf out of pdf...

    Hello,
    If you want to display the PDF in your browser, use the parameters :
    DESTYPE=CACHE and DESFORMAT=PDF in the URL :
    Example :
    http://myserver.mycompany.com/reports/rwservlet?server=myrepserver&report=myreport&destype=cache&desformat=pdf&userid=scott/tiger@mydb
    If you use another value for DESTYPE, (DESTYPE=FILE for example) , the message :
    "Oracle Reports Job-Status Successfully run"
    will be returned and the output stored in the filename specified by DESNAME .
    You can retrieve the PDF file using the showjobs page :
    http://myserver.mycompany.com/reports/rwservlet/showjobs?server=myrepserver
    Regards

  • REP-501 and REP-2147418514

    When I try to run reports in PDF the below error appears
    "REP -2147418514 Unable to retrieve a string from the Report Builder message file"
    The same report runs successfully in HTML.
    When trying to run report from forms the below error appears:
    "41214 Unable to run report"
    and in Report server jobs the error is "REP-501 Unable to connect to specified database"
    Thanks.

    I was just wondering if you'd found out any more about this problem..? It looks like we might be having similar issues. The REP-501s went away once we started the reports server, but we'd prefer not to have to do this after every time we bounce the datebase.
    Cheers,
    James

  • 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-0065 and REP-0200

    Hi everyone,
    I have a report that uses a strongly typed ref cursor to get its data. When I run the report on my local machine (oc4j and report server running on my local machine), the report runs fine. That makes me believe that the data types being returned by the query match what is in the ref cursor. However, when I put the report on a remote report server, I get the Virtual Memory System error described below. Anyone have any ideas?
    javax.servlet.jsp.JspException: REP-0065: Virtual Memory System error.
    REP-0200: Cannot allocate enough memory.
    cavaa 22
    at oracle.reports.jsp.ForEachTag.doStartTag(ForEachTag.java:382)
    at acdfiles.sheet001._jspService(_sheet001.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    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.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi
    I have the exact same problem... anyone can help?
    Vitor

  • Error rep-0066 and rep-3335

    I have problems with reports builder, suddenly i recive the next error :
    REP-0066 Error executing CA utility.
    REP-3335 Unhandled internal CA Error
    calaa 3
    I don't have any problems accesing the data base, the free space in my hard disk is huge and all the software was reinstaled, but the error still apears, If anybody has experienced this or has any idea why this is hapening please let me know.
    Tnx for your help.

    Hi Yuri
    Is this specific to one RDF file only? There are no known reason for this error [which is very generic error]. All it tells is that some internal error is occured in CA utility and is very difficult to predict like this. I suggest, you get in touch with Oracle Support on this.
    Thanks
    Rohit

  • REP-0069,REP-57054,REP-50159 and REP-50127

    Hi,
    In Oracle Apps R12 , trying to run Oracle 10g report from Apps , report is erroring out with following error log.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Executed successfully but there were some errors when distribute the output
    REP-50159: Executed successfully but there were some errors when distribute the output
    REP-50127: file : Cannot write into file o856261.out
    Any idea how this can be resolved.

    Good afternoon,
    Typically, what I have found is that there is a problem with the location of the output file. Check Disk Space, write-access where o856261.out is being created. Also, check to see if o856261.out exists and is flagged as READ-ONLY.
    Good luck,
    Don.
    You can reward this reply by marking it as either Helpful or Correct :)

  • REP-0066 AND REP-3335

    Hi All,
    I got an error when I ran one report
    REP-0066:error executing CA utility
    REP-3335:Unhandled Internal CA Error.
    calaa 1.
    I am using Developer 2000/report v2.1.
    Your help is highly appreciated!
    Thanks,

    Even if I run this report from developer 2000, I got same error. (Initially , it ran from another Oracle Form application). The query is little complicated including datalinks so I wasn't so sure how to try default layout. need to retrieve a lot of information. But if you are willing, I can share the code with you. This error is so crucial to my work.
    Thanks,
    Donghong

  • REP-52266 and REP-56105

    Hi, I really need help with this one.
    I deinstalled Developer Suite 10g and wipe out my registry of anything that has a value of c:\Orant10g(ORACLE_HOME). I then reintalled the Oracle 10g Developer Suite. Now I have trouble running my reports using the URL: http://finnt43.llnl.gov:8889/reports/rwservlet?[server=rep_finnt43]+report=ofc1000r.rdf+userid=[userid/password@db]+destype=cache+desformat=htmlcss+PARAMFORM=yes
    I get an error REP-56105 in the Start OC4J instance command prompt. This is my trace file.
    <beginning of trace file>
    [2004/6/22 3:26:11:771] Debug 50103 (RWClient:initCORBA): Visibroker connection pool size is =500
    [2004/6/22 3:26:11:771] Debug 50103 (RWClient:RWClientInit): Get ORACLE_HOME from environment variable, oracle home: C:\Orant10g
    [2004/6/22 3:26:12:21] Warning 50103 (RWClient.RWClientInit): Failed to connect to OiD server
    [2004/6/22 3:26:12:121] Debug 50103 (KeyMapParser:readKeyMapFile): file: C:\Orant10g\reports\conf\cgicmd.dat
    [2004/6/22 3:26:12:422] (RWClient:doGet) enter...
    [2004/6/22 3:26:12:442] Debug 50103 (RWClient:doGet): QueryString: server=repfinnt43+report=ofc1000r.rdf+userid=[username/password@db+destype=cache+desformat=htmlcss+PARAMFORM=yes
    [2004/6/22 3:26:12:622] Debug 50103 (RWClientUtility:appendPFTags): hiddenString server=repfinnt43&report=ofc1000r.rdf&userid=[username/password@db&destype=cache&desformat=htmlcss&PARAMFORM=yes
    [2004/6/22 3:26:49:946] Info 50103 (RWClientUtility:findServer): Cannot find server: repfinnt43
    [2004/6/22 3:26:50:437] Warning 50103 (RWClient:startInProcessServer): start inprocess server repfinnt43
    [2004/6/22 3:28:38:131] Exception 52266 (): The in-process Reports Server repfinnt43 failed to start.exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=52266,
    java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.",
    java.lang.String moduleName="REP"
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=52266,
    java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=52266,
    java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.",
    java.lang.String moduleName="REP"
    java.lang.String moduleName="REP"
         at oracle.reports.utility.Utility.newRWException(Utility.java:604)
         at oracle.reports.rwclient.RWClient.startInProcessServer(RWClient.java:767)
         at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1422)
         at oracle.reports.rwclient.RWClient.doGet(RWClient.java:349)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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:604)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    [2004/6/22 3:28:38:131] Debug 50103 (RWClientUtility:isFromPortal): portal: null
    [2004/6/22 3:28:38:131] Debug 50103 (RWClientUtility:isFromPortal): webdbversion: null
    [2004/6/22 3:28:38:292] Debug 50103 (RWClientUtility:isStatusFormat): statusformat: null
    [2004/6/22 3:28:38:292] Debug 50103 (RWClientUtility:isStatusFormat): statusformat: null
    [2004/6/22 3:28:38:312] (RWClient:doGet) ...exit
    <end of trace file>
    When I run the URL below to check if my report server is running, I get this error - REP-52266.
    http://finnt43.llnl.gov:8889/reports/rwservlet/showjobs?server=repfinnt43
    REP-52266: The in-process Reports Server repfinnt43 failed to start.exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=52266,
    java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.",
    java.lang.String moduleName="REP"
    Here is my rwservlet.properties file setting.
    SERVER_IN_PROCESS=YES
    RELOAD_KEYMAP=NO
    DIAGNOSTIC=YES
    TRACEOPTS=TRACE_ALL
    TRACEFILE=rwservlet.trc
    TRACEMODE=TRACE_REPLACE
    SERVER=repfinnt43
    #IMAGEURL=http://<web_server_name>:<port_num>/reports/rwservlet
    #KEYMAPFILE=CGICMD.DAT
    #DBAUTH=RWDBAUTH.HTM
    #SYSAUTH=RWSYSAUTH.HTM
    #ERRORTEMPLATE=RWERROR.HTM
    #COOKIEEXPIRE=30
    #ENCRYPTIONKEY=reports9i
    #DIAGBODYTAGS=<reports_servlet_help_file_title>
    #DIAGHEADTAGS=<reports_servlet_help_file_body_tag>
    #HELPURL=<url_of_customized_help_file_for_reports_servlet>
    SINGLESIGNON=NO
    OID_ENTITY=%REPORTS_OID_ENTITY%
    #CONNECTION_POOLSIZE=500
    #ALLOWHTMLTAGS=NO
    I also set the report_path to the directory where I had my reports.
    Please help. What is going on? Does reinstalling the 10giDS messed things up? How can I resolve this report server issue?
    Jennifer

    Hi,
    I did some more debugging after trying out your suggestion.
    Here are my trace files.
    [repfinnt43.trc  - begin]
    [2004/6/23 3:34:25:245] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): COMPUTERNAME=FINNT43
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): ComSpec=C:\WINNT\system32\cmd.exe
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): HOMEDRIVE=E:
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): HOMEPATH=\USERS\001714
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): LOGONSERVER=\\NTFINANCE1
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): MSINPUT=C:\Msinput
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): NUMBER_OF_PROCESSORS=1
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): OS=Windows_NT
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): Os2LibPath=C:\WINNT\system32\os2\dll;
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): OSAGENT_ADDR=128.115.88.125
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): OSAGENT_PORT=14999
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): Path=C:\Orant10g\jdk\jre\bin\classic;C:\Orant10g\jdk\jre\bin;C:\Orant10g\jdk\jre\bin\client;C:\Orant10g\jlib;C:\Orant10g\bin;C:\Orant10g\jre\1.1.8\bin;C:\Program Files\UltraEdit;C:\WINNT\System32\WBEM;C:\ORANT\BIN;C:\Program Files\F-Secure\Ssh;C:\j2sdk1.4.2_04\bin;c:\orant\jdk\bin
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_ARCHITECTURE=x86
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 3, GenuineIntel
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_LEVEL=6
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_REVISION=0803
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROMPT=$P$G
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): SystemDrive=C:
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): SystemRoot=C:\WINNT
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): TEMP=C:\TEMP
    [2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): TMP=C:\TEMP
    [2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): USERDOMAIN=FINANCE_NT2
    [2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): USERNAME=001714
    [2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): USERPROFILE=C:\WINNT\Profiles\001714
    [2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): windir=C:\WINNT
    [2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): WISYS=C:\BusinessObjects\Server\System 2.5\bin
    [2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
    [2004/6/23 3:34:25:365] Info 50129 (RWServer:startServer): boa init succeeded
    [2004/6/23 3:34:42:9] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2004/6/23 3:35:30:228] Info 56018 (RWServer:startServer): Reports Server repfinnt43 object is ready
    [2004/6/23 3:35:46:261] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2004/6/23 3:35:46:331] Debug 50103 (EngineManager:spawnEngine): Start engine command line = C:\Orant10g\jdk\jre\bin\javaw -server -cp "C:\Orant10g\j2ee\home\lib\ojsp.jar;C:\Orant10g\reports\jlib\rwrun.jar;C:\Orant10g\jlib\zrclient.jar" -Xbootclasspath/p:C:\Orant10g\vbroker4\lib\vbjboot.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=repfinnt43 ORACLE_HOME=C:\Orant10g engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=C:\Orant10g\reports\logs\repfinnt43\rwEng-0.trc tracemode=trace_replace cacheDir=C:\Orant10g\reports\cache
    [2004/6/23 3:35:46:331] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2004/6/23 3:35:46:331] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2004/6/23 3:35:46:331] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
    [2004/6/23 3:35:46:331] Debug 50103 (EngineManager:spawnEngine): Start engine command line = C:\Orant10g\jdk\jre\bin\javaw -server -cp "C:\Orant10g\j2ee\home\lib\ojsp.jar;C:\Orant10g\reports\jlib\rwrun.jar;C:\Orant10g\jlib\zrclient.jar" -Xbootclasspath/p:C:\Orant10g\vbroker4\lib\vbjboot.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=repfinnt43 ORACLE_HOME=C:\Orant10g engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=C:\Orant10g\reports\logs\repfinnt43\rwURLEng-0.trc tracemode=trace_replace cacheDir=C:\Orant10g\reports\cache
    [2004/6/23 3:35:46:341] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
    [2004/6/23 3:35:46:341] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
    [2004/6/23 3:35:46:341] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2004/6/23 3:35:46:361] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2004/6/23 3:36:9:735] Exception 56105 (): Engine rwEng-0 died with error:
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=56105,
    java.lang.String errorString="Engine rwEng-0 died with error: ",
    java.lang.String moduleName="REP"
         at oracle.reports.utility.Utility.newRWException(Utility.java:604)
         at oracle.reports.server.EngineManager.manage(EngineManager.java:304)
         at oracle.reports.server.IdleThread.run(IdleThread.java:87)
    [2004/6/23 3:36:41:781] Info 50002 (RWServer:shutdown): Server is shutting down
    [2004/6/23 3:36:41:781] Info 50103 (RWServer:startServer): Notify thread to exit
    [2004/6/23 3:36:41:781] Info 50103 (RWServer:startServer): RWServer thread exits
    [2004/6/23 3:36:41:781] Exception 56105 (): Engine rwEng-0 died with error:
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=56105,
    java.lang.String errorString="Engine rwEng-0 died with error: ",
    java.lang.String moduleName="REP"
         at oracle.reports.utility.Utility.newRWException(Utility.java:604)
         at oracle.reports.server.EngineManager.manage(EngineManager.java:304)
         at oracle.reports.server.IdleThread.run(IdleThread.java:87)
    [repfinnt43.trc  - end]
    [rwEng-0.trc   - begin]
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[1]=server=repfinnt43
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=C:\Orant10g
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[5]=tracefile=C:\Orant10g\reports\logs\repfinnt43\rwEng-0.trc
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace
    [2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[7]=cacheDir=C:\Orant10g\reports\cache
    [2004/6/23 3:35:52:870] Info 50128 (RWEngine:init): orb init succeeded
    [2004/6/23 3:36:9:154] Exception 50125 (org.omg.CORBA.OBJECT_NOT_EXIST:
    Could not locate the following Object:
         repository id : IDL:oracle/reports/server/EngineComm:1.0
         object name : repfinnt43
    vmcid: 0x0 minor code: 0 completed: No
         at com.inprise.vbroker.orb.LocatorBidder.getBid(LocatorBidder.java:32)
         at com.inprise.vbroker.ProtocolEngine.ManagerImpl.startBidding(ManagerImpl.java:157)
         at com.inprise.vbroker.ProtocolEngine.ManagerImpl.getConnector(ManagerImpl.java:147)
         at com.inprise.vbroker.orb.DelegateImpl._bind(DelegateImpl.java:196)
         at com.inprise.vbroker.orb.DelegateImpl.bind(DelegateImpl.java:158)
         at com.inprise.vbroker.CORBA.portable.ObjectImpl._bind(ObjectImpl.java:59)
         at com.inprise.vbroker.orb.ORB.bind(ORB.java:1189)
         at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:58)
         at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:48)
         at oracle.reports.engine.RWEngine.init(RWEngine.java:219)
         at oracle.reports.engine.RWEngine.main(RWEngine.java:55)
    ): Internal error org.omg.CORBA.OBJECT_NOT_EXIST:
    Could not locate the following Object:
         repository id : IDL:oracle/reports/server/EngineComm:1.0
         object name : repfinnt43
    vmcid: 0x0 minor code: 0 completed: No
    [rwEng-0.trc  - end]
    [rwURLEng-0.trc  - begin]
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[0]=name=rwURLEng-0
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[1]=server=repfinnt43
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=C:\Orant10g
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.urlengine.URLEngineImpl
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[5]=tracefile=C:\Orant10g\reports\logs\repfinnt43\rwURLEng-0.trc
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace
    [2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[7]=cacheDir=C:\Orant10g\reports\cache
    [2004/6/23 3:35:53:91] Info 50128 (RWEngine:init): orb init succeeded
    [2004/6/23 3:36:9:264] Exception 50125 (org.omg.CORBA.OBJECT_NOT_EXIST:
    Could not locate the following Object:
         repository id : IDL:oracle/reports/server/EngineComm:1.0
         object name : repfinnt43
    vmcid: 0x0 minor code: 0 completed: No
         at com.inprise.vbroker.orb.LocatorBidder.getBid(LocatorBidder.java:32)
         at com.inprise.vbroker.ProtocolEngine.ManagerImpl.startBidding(ManagerImpl.java:157)
         at com.inprise.vbroker.ProtocolEngine.ManagerImpl.getConnector(ManagerImpl.java:147)
         at com.inprise.vbroker.orb.DelegateImpl._bind(DelegateImpl.java:196)
         at com.inprise.vbroker.orb.DelegateImpl.bind(DelegateImpl.java:158)
         at com.inprise.vbroker.CORBA.portable.ObjectImpl._bind(ObjectImpl.java:59)
         at com.inprise.vbroker.orb.ORB.bind(ORB.java:1189)
         at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:58)
         at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:48)
         at oracle.reports.engine.RWEngine.init(RWEngine.java:219)
         at oracle.reports.engine.RWEngine.main(RWEngine.java:55)
    ): Internal error org.omg.CORBA.OBJECT_NOT_EXIST:
    Could not locate the following Object:
         repository id : IDL:oracle/reports/server/EngineComm:1.0
         object name : repfinnt43
    vmcid: 0x0 minor code: 0 completed: No
    rwURLEng-0.trc -end]
    I noticed the file has an internal error: Exception 50125 (org.omg.CORBA.OBJECT_NOT_EXIST:
    Could not locate the following Object:
         repository id : IDL:oracle/reports/server/EngineComm:1.0
         object name : repfinnt43
    According to the troubleshooting Oracle9iAS Reports Services white paper - it suggested that "This error likely occurs because the osagent has not been started..."
    (quoting from the paper).
    What does this mean? What is an osagent? How do I start it? What do I do now?
    Please help.
    Thank you
    Jennifer

  • Help with errors REP-0065 and REP-0200

    Since one day I have received this errors while I run several reports.
    It's very strange because since that reports had run fine. We have 2
    DB instances and at one they run fine but at other I always have received
    these errors (since one day).
    Error says that report builder is runnin out of virtual memory but I have
    256 MB RAM and I know that they used to work at weakiest PC and
    they still work at the same PC when I connect to the second instance.
    I haven't changed any DB parameters (if I remember) and these errors
    should be report builder related not DB anyway.
    I am completely clueless.
    Does anyone of you have ever received these errors ?
    Any help or suggestions would be greatly appreciated.
    Thanx
    David

    Normally these two errors occur when the program runs out of memory.
    You said when connect to one instance of database, the builder works fine; when connect to another instance of database, the builder gives above errors. It looks like to me it is database data related problem.
    Please use sqlplus to log on to these two database instance, issue the same query as in the report, check whether both returns the same amount of data. I suspect somehow the second database instance contains substantial more data than the first instance.
    Thanks,
    -Shaun

  • Rep-52005 error when running a report from form with parameter form

    I am trying to run a report from a web deployed form and this report has a parameter form. I am getting a Rep-52005: The specified key report does not exist in key map file.
    I am using Oracle Forms/Reports 10.1.2.0.2. My code is below. The first part works fine where I run a report with no parameter form, but the second part when I have a parameter form gets the about error.
    PROCEDURE call_report (
    p_report_name VARCHAR2,
    p_reportobj_name VARCHAR2 DEFAULT NULL,
    p_parameter_list paramlist DEFAULT NULL,
    p_parameter_string VARCHAR2 DEFAULT NULL
    IS
    repid report_object;
    v_rep VARCHAR2 (100);
    rep_status VARCHAR2 (100);
    v_report_url VARCHAR2 (240);
    v_interface VARCHAR2 (50);
    v_report_parameter VARCHAR2 (1);
    vc_user_name VARCHAR2 (100);
    vc_user_password VARCHAR2 (100);
    vc_user_connect VARCHAR2 (100);
    vc_connect VARCHAR2 (300);
    v_reportserv VARCHAR2 (30);
    v_job_number number;
    BEGIN
    /* Get the database to run the report against and
    find out if the report has any parameters */
    SELECT report_parameter_flag
    INTO v_report_parameter
    FROM program_list
    WHERE program_type = 'REPORTS'
    AND UPPER (screen_id) = UPPER (p_report_name);
    vc_user_name := get_application_property (username);
    vc_user_password := get_application_property (password);
    vc_user_connect := get_application_property (connect_string);
    v_reportserv := 'rep_xxxx_ias10g_home';
    v_report_url := 'http://xxxx.state.il.us';
    v_job_number := length(v_reportserv) +2;
    vc_connect :=
    vc_user_name
    || '/'
    || vc_user_password
    || '@'
    || vc_user_connect;
    v_interface := get_application_property (user_interface);
    IF ( v_interface = 'WEB'
    AND v_report_parameter = 'N'
    THEN
    repid := find_report_object(p_reportobj_name);
    set_report_object_property (repid, report_comm_mode, synchronous);
    set_report_object_property (repid, report_destype, cache);
    set_report_object_property (repid, report_desformat, 'pdf');
    -- v_reportserv := get_report_object_property (repid,report_server);
    set_report_object_property (repid, report_server, v_reportserv);
    set_report_object_property (repid, report_other, p_parameter_string);
    v_rep := run_report_object (repid);
    rep_status := report_object_status (v_rep);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document (
    v_report_url
    || '/reports/rwservlet/getjobid='
    || substr(v_rep,v_job_number)
    || '?server='
    || v_reportserv
    ,'_blank'
    ELSE
    message ( rep_status
    || 'Report output aborted');
    END IF;
    ELSIF ( v_interface = 'WEB'
    AND v_report_parameter = 'Y'
    THEN
    repid := find_report_object (p_reportobj_name);
    set_report_object_property (repid, report_comm_mode, synchronous);
    set_report_object_property (repid, report_destype, cache);
    set_report_object_property (repid, report_desformat, 'pdf');
    set_report_object_property (repid, report_server, v_reportserv);
    set_report_object_property (
    repid,
    report_other,
    'paramform=yes P_USER_CONNECT='
    || vc_connect
    || ' P_SERVERNAME='
    || v_reportserv
    || ' P_ACTION='
    || v_report_url
    || '/reports/rwservlet'
    v_rep := run_report_object (repid);
    rep_status := report_object_status (v_rep);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document (
    v_report_url
    || '/reports/rwservlet/getjobid='
    || substr(v_rep,v_job_number)
    || '?server='
    || v_reportserv
    ,'_blank'
    ELSE
    message ( rep_status
    || 'Report output aborted');
    END IF;
    ELSE
    run_product (
    reports,
    p_report_name,
    synchronous,
    runtime,
    filesystem,
    p_parameter_list,
    NULL
    END IF;
    EXCEPTION
    WHEN OTHERS
    THEN
    message (SQLERRM);
    END;
    My parameter form comes up and I enter the necessary information and hit submit query button. Then I get the Rep-52005: The specified key report does not exist in key map file.
    Any help will be greatly appreciated!!
    Shellie Bricker

    Your code seems to be implementing metalink note 139546.1 - Using Reports parameter forms with RUN_REPORT_OBJECT on the web.
    For what I can see, the P_ACTION parameter should end in ?...
    i.e.
    P_ACTION=http://<hostname.domain:port>/reports/rwservlet?'
    set_report_object_property (
    repid,
    report_other,
    'paramform=yes P_USER_CONNECT='
    || vc_connect
    || ' P_SERVERNAME='
    || v_reportserv
    || ' P_ACTION='
    || v_report_url
    || '/reports/rwservlet?'
    );If this does not fix your problem, then to troubleshoot further you would have to post the code in your Before Parameter Form trigger of your report.
    Hope this helps,
    UPDATE:
    If the above does not fix your problem, my guess is that report name is not being generated in the hidden runtime values build by the code in the Before Parameter Form trigger.
    i.e.
    http://localhost:8889/reports/rwservlet?report=&destype=cache&desformat=PDF
    The above code will throw error REP-52005: The specified key report does not exist in key map file.
    Edited by: Rodolfo Ferrari on Jul 8, 2009 9:43 PM

  • PDF Not Displayed After Parameter Form Submitted

    We are moving a Forms6i application to web deployed Forms10g. Reports with parameter forms are being called using web.show_document(...) with the oracle.reports.utility.FrmReportsInteg JavaBean to hide database login credentials, as described in the Forms/Reports integration white papers.
    On our development server this process works as expected: the form displays a new browser window containing the parameter form with URL http://server/reports/rwservlet?userid=&report=report&desformat=pdf&destype=cache&paramform=yes, the parameter form is submitted, and the report output is displayed as a PDF embedded in the new browser window.
    However, on our customer's test server, after the parameter form is submitted, the Oracle Reports OracleAS Reports Services - Servlet Command Help page is displayed. Executing the rwservlet/showjobs command shows the job as being successfully completed. Clicking on the Job Name link redisplays the parameter form, and submitting this returns to the Oracle Reports OracleAS Reports Services - Servlet Command Help page.
    I have not been able to trace any other posts describing the same behavior on Metalink or OTN. Has anyone else seen this?
    Development server is OracleAS 10g (9.0.4.1) on Red Hat Linux, customer server is OracleAS 10g (9.0.4.1) on Solaris.
    Anyone explain this difference between the two servers?

    wonder if your problem is the host.domain name?
    It has to be the same name as the "host:" name that was entered in the "Register with Oracle Internet Directory" screen - while installing AS. Reason is that: when the .html is running, it has no connections to the AS, OID, SSO or anything else - it runs independentally. For it to go back into the oracle 'system', the full host.domain name is needed. So, if when the AS was installed, the "fully qualifed" domain name was not given, you may have problems and could need to reinstall AS again. (speaking from sad experience :) )
    regards

  • Parameter Form-How to use a user parameter to retrieve list of values for another par

    I am developing a report in Reports 6i. There are 2 parameters on parameter form namely year and month.
    LOV for Year is retrieved from database. After user selects a value from LOV for year, I want to retrieve another LOV for month parameter based on selected year. That is how can we use a user parameter's value to dynamically retrieve an LOV for another parameter on the same parameter form.
    Pl. guide.
    Thanks in anticipation.

    You can't restrict the "List of Values" of one parameter based on the value of another parameter within the Reports Builder/Runtime parameter form.
    The SQL select statements within LOV's are only executed once. They aren't re-calculated when you enter, leave or change other field values in the parameter form. This is mainly because there is no event model in the Reports parameter form and it only supports basic form functionality.
    To do what you're after in a client-server environment you need to create an Oracle Forms "parameter form" and use that to execute the Report using the run_product() call. Actually, you should probably use Oracle Forms for any more generic "form" functionality such as radio buttons or check boxes.
    If you're in a Web rather than Client-Server environment, it may be easier to create a JSP based parameter form. You can then use Reports 9i since it has JSP support to assist here.

Maybe you are looking for

  • Hp officejet 6700 premium e-all-in-one printer - h711n and mac 10.8.3

     Apparently this printer cannot be installed in a mac higher than 10.7. I couldn't find a driver for a mac 10.8.3. Could someone help me find it or what other option do I have This question was solved. View Solution.

  • IMac Audio-Out Noise

    If I plug headphones into my iMac's audio-out jack, a high pitched electric buzzing noise can be heard. It starts to give me a headache after a while, so I've been avoiding using headphones. I don't have AppleCare anymore, so taking it to Apple would

  • How can I import all photos from iPhoto and delete all the ones currently on my iPad?

    I uploaded all of my iPad's photos to iPhoto('08) thinking it would be easier to delete and organize them. Now that I've done that in iPhoto I need help finding out how to delete all the photos from the iPad and have the iPhoto photos imported from i

  • T020 - Adding new entries

    Having taken a copy of a standard FI transaction, I need to add an entry in T020 for it to work. Is there any IMG entry for this, or is the entry made to the table direct in SM30 ?

  • No file sharing option in Sharing pref panel

    Hi, MacBookPro 2.53 GHz Intel Core 2 Duo Mac OS X 10.6.8 Sharing pref pane (all accounts, even root) don't offer file sharing option. I suspect it happened after installing Amazon Cloud Share or TeamViewer. I uninstalled both but no change. I tried t