REP - 300 Error while executing report from Application

Hi,
I have report in Report Builder & for the same report form is there in Form Builder in which parameter page is designed. From application where I am calling report is internally calling form & in form Procedure Run Report is there which is calling report from Report Builder. Both report from builder & form form Builder are compiled . Also query is executing fine in Toad without error. Also all query fields are present in database.
But when I am trying to excute report from Application it is giving error as "REP - 300 Invalid Identifier " & it displays whole query.
Note - Report & it's Form are in ORACLE - 10g. Also the user through which I am executing report from application is ADMIN user , so it has executing permission.

looks like error in parameters. check out the value of variable that you are passing through to report from form. Put a messages to see variable values before execute report.

Similar Messages

  • REP-300 Error while running report using App Server

    Hi,
    I am currently trying to run a report using the Application Server.
    This report is being called from a form.
    I am able to connect to the report server and all configurations seems to be correct.
    But when I execute the report from the form, I am getting error "Unable to run report"
    When I look at the error message in the Report Server queue, I find
    "REP-300 Table or View does not exist.."
    But that table does exist in the database.
    What could be be the problem ?
    Please help.
    The code in the form that calls the report is
    report_id := FIND_REPORT_OBJECT( report_name );
    vc_user_name:=get_application_property(username);
    vc_user_password:=get_application_property(password);
    vc_user_connect:=get_application_property(connect_string);
    vc_connect:=vc_user_name||'/'||vc_user_password||'@'||vc_user_connect;
    SET_REPORT_OBJECT_PROPERTY(report_id ,REPORT_OTHER, 'paramform=yes     p_user_connect='||vc_connect ||' p_servername=repsrv'||' p_action=<host>/reports/rwservlet?' );
    v_rep := RUN_REPORT_OBJECT(report_id, parmlist_id);

    The report is working perfectly fine when I run it from the Report Builder. I get the correct output.
    I am getting this error when I try to run the report through a Report server.
    I run the form from the Forms 10g builder. This form has a button "Run Report". When I click on the button the report is run using the Report server.
    This is when I get the error.
    There are other forms that are also called via the same form. Those work fine. The only difference between those forms and this one is that this one has user parameters passed to it. This one also has an attached library attached to it.
    The code in the Form to call the report is
    report_id := FIND_REPORT_OBJECT( report_name );
    SET_REPORT_OBJECT_PROPERTY(report_id, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id, REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(report_id, REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(report_id, REPORT_DESFORMAT, 'pdf');
    SET_REPORT_OBJECT_PROPERTY(report_id, REPORT_SERVER, 'rep-vena01-xp');
    v_rep      := RUN_REPORT_OBJECT(report_id, parmlist_id );
    v_jobid := substr( v_rep, length( v_reportserver) + 2, length(v_rep) );
    v_repstatus := REPORT_OBJECT_STATUS( v_rep );
    IF ( v_repstatus = 'FINISHED' ) THEN
    v_url := '/reports/rwservlet/getjobid' || v_jobid || '?server=' || v_reportserver ;
    web.show_document( v_url, '_BLANK' );
    END IF;

  • Error while executing report from Query designer

    Hi All,
    When I am executing from query designer, I am getting following error.
    Even I can't execute it from another portal where i created source system of BI server.
    But i can execute queriew from Query analyser and t-code RSRT.
    When I execute from Query desinger the url is as follows.
    http://XXX:00/irj/servlet/prt/portal/prtroot/pcd!3aportalcontent!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=0PA_C01_Q0201&VARIABLE_SCREEN=X&DUMMY=5_
    And the error is:
    500 Internal Server Error
      BEx Web Application
    Failed to process request; contact your system administrator
    Information for Administrator
    To avoid this exception see the steps below. To help SAP better investigate this issue, you will need to provide the diagnostic information from these steps.
    1. Most likely, the issue you are experiencing has already been corrected. Please make sure that the most recent patch level is deployed on your system according to notes 1033246 and 1011241. Starting with Support Package Stack 16 patch level 30, BI Java is delivered according to the synchronized delivery process described in the note 1033246.
    2. Please ensure that NetWeaver Business Intelligence Diagnostics & Support Desktop Tool  does not report any issues on your server according to note 937697. You can start it by clicking here (administrator permissions are required).
    3. When opening any customer message on this issue, please attach:
    Support Desktop Tool support info ZIP  file according to note 937697,*
    Required information for reproduction  according to note 948490.*
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at com.sap.ip.bi.webapplications.runtime.service.metadata.impl.MetadataAccess.getMetadataModel(MetadataAccess.java:139)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.getMetadataModel(Page.java:8953)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.normalizeCommands(Page.java:4963)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:4473)
    at com.sap.ip.bi.webapplications.runtime.impl.Page._processRequest(Page.java:3316)
    Details: Full Exception Chain
    System Environment
    Server
    BI Java Release: 7 - Patch level: 0000000100 - Description: BI Web Applications Java - Additional info:  - Production mode: true
    BI ABAP unknown
    Java Virtual Machine Java HotSpot(TM) 64-Bit Server VM - Sun Microsystems Inc. - 1.4.2_24-b04
    Operating System SunOS - amd64 - 5.10
    REgards
    Mohan

    Hi mohan ,
      You can check these OSS notes for the issue  .
    1. 795699 - Customizing default error messages for HTTP
    2. 807000 - Http requests are not fully read after timeout
    3. 804124 - HTTP communication with XI Adapter Engine fails
    Regards,
    Lokesh

  • Context Overflow Error while executing report from browser.

    Hi All,
    I am running one report from browser, the same report is running properly on backend.
    But when I am running the same for long period (more than 2 months) it is giving me context overflow error.
    I have also checked the value of parameter MaxCtxtSize on ITS and it is currently set to 5 MB.
    Should I increased this value ??? ITS version is 6.20 - Standalone.
    Pl guide me to solve this problem.
    Regards,
    Aditya.

    Dear Edgar,
    Thanks a lot.
    Below is the error message reported in the file diagnostics.log.
    A 2009-02-03T09:12:24.039 [agate,sapjulep] 00, s02748798, PpttRuntimeError:  Runtime error: Assignment to context failed
    (context overflow)!
    A 2009-02-03T09:12:24.039 [agate,sapjulep] 00, s02748798, PpttRuntimeError:  jump through trap...
    A 2009-02-03T09:12:24.039 [agate,sapjulep] 00, s02748798, PpioTraverseHtmlPP: PpttTraverseParseTree(D:\SAPMPS\config\..\IT1\templates\system\dm\generator.html) failed, rc=0x306
    A 2009-02-03T09:12:24.039 [agate,sapdiag ] 00, s02748798, HtmgBuildHtmlPage: IntpDoInterpret (D:\SAPMPS\config\..\IT1\templates\system\dm\generator.html) failed, rc=0x2104
    A 2009-02-03T09:12:24.039 [agate,sapxgdk ] 00, s02748798, ContAllocAligned:  Allocating 52 bytes (16 of 5242880 bytes available) failed, no streaming supported. Consider bumping a container size (3) in the registry.
    Pl help.
    Regards,
    Aditya.

  • Failed to commit objects to server. Error while publishing reports from BW

    Hi,
    I am getting below error while publishing reports from BW to BO.
    "0000000001 Unable to commit the changes to Enterprise. Reason: Failed to commit objects to server : #Duplicate object name in the same folder."
    Anyone having any solution for this. Thanks in advance.

    Hi Amit
    It would be great if you could add a little info about how you solved this issue. Others might run into similar situations - I just did:-(
    Thank you:-)

  • Error while executing report in query designer

    Dear Folks,
    I am geting following error while executing report in query designer.
    Error:500 E
    an exception raised because of 0analysis pattern.
    Hence,i am unable to execute any report.
    Need help.
    Thanks

    Hi Kitu G,
    I think this is something to do with the bex web 0ANALYSIS* objects not being installed in your BW system.
    I would try and do the following:
    - Goto RSA1 > BI Content > BEx Web Template (BTMP)
    - Then double-click on Select Object.
    - Highlight all objects that start with 0ANALYSIS_PATTERN
    - Click on Transfer Selections, and then Install.
    If you can't do the above in prd, do it in DEV, then transport the objects to prd.
    After all this, try re-running your queries.
    Any questions/clarification just let me know
    Cheers.
    Darwin

  • Runtime Error While executing the WebDynpro Application

    I am getting the Runtime Error While executing the WebDynpro Application. The error message is "TSV_TNEW_OCCURS_NO_ROLL_MEMORY".
    It says like "
    Short text
        No roll storage space of length 9728 available for OCCURS area.
    What happened?
        Each transaction requires some main memory space to process
        application data. If the operating system cannot provide any more
        space, the transaction is terminated.
    But while executing some other Web Dynpro Applications, i am not facing this problem.

    Generally this error is a result of an infinite loop on internal table or select endselect statement where by severs  temporary memory gets full. With no memory to insert new records in temporary memory system generates the dump.
    Check your application or ask basis consultant to look at the memory parameters in instance profile.
    Regards
    Rohit Chowdhary

  • Error while executing report : Error in program CL_RSR_RRK0_CURR

    Hi Gurus,
    I am getting an error while executing a report.This error is only for one date seletion. For other selections report runs fine.Below is the error description & long text.
    Please let me know if you have any solution on this.
    A System error in program CL_RSR_RRK0_CURR and form FILL_CUDIM_02-04.
    System error in program CL_RSR_RRK0_CURR and form FILL_CUDIM_02-04- (see long text)
    Message no. BRAIN299
    Diagnosis
    This internal error is an intended termination resulting from a program state that is not
    permitted.
    Procedure
    Analyze the situation and inform SAP.
    If the termination occurred when you executed a query or Web template, or during interaction in
    the planning modeler, and if you can reproduce this termination, record a trace (transaction
    RSTT).
    For more information about recording a trace, see the documentation for the trace tool
    environment as well as SAP Note 899572
    Thanks,
    Prasanna N.

    Hi Prasanna,
                 Check the below SAp Note:
    SAP Note : 1030657
    Thanks,
    Vijay.

  • Error while running report from Form. i am using Forms 10g.

    dear all,
    here is a problem when running the report from a fom. gives the pollowing error.
    REP-110: Unable to open file 'f:\oracle\accano\gl\coa_list.rdf'.
    REP-1070: Error while opening or saving a document.
    REP-0110: Unable to open file 'f:\oracle\accano\gl\coa_list.rdf'.
    i am using Forms 10g.
    thanks
    Muhammad Nadeem

    See metalink doc id 215469.1
    The purpose of this document is to:
    - provide information on how to resolve the REP-110 error.
    - give hints on how to troubleshoot problem.
    - include a comprehensive summary of various scenarios which may
    result in a REP-110 error

  • MDX Query Returns Error while Executing this from SSMS through openquery

    Hi I'm getting this kind of Error while executing this ..
    Pls help to get it solve .

    Hi Ashish,
    According to your screenshot, it seems you can create a linked server from a SQL Server to the SSAS server, then use OpenQuery to get Analysis Services database structure, right? In this case, please ensure tha you setting is correctly, here is blog which
    describe how to do it step by step, please refer to the link below to see the details.
    http://dwbi1.wordpress.com/2010/01/01/ssas-dmv-dynamic-management-view/
    http://www.ssas-info.com/VidasMatelisBlog/144_using-ssrs-to-report-ssas-2008-database-structure-using-dmvs#more-144
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Error while loading data from application server

    Hi all,
    Am facing a problem while loading data from application server.
    The error i get is ....
    *" The argument ' Rental/Lease ' cannot be interpreted as a number while assigning character to application structure*.
    'Rental/Lease' is a value for a character infoobject length 30. I checked for the sequence of fields in data source and the sequnce of values am receiving in application server and the sequence match.
    when i copy these values into a CSV onto a desktop and load,load is successful.
    Please let me know your views.
    Thanks&Regards,
    Praveen

    It looks like the system is trying to convert Rental/Lease to a number format.   Is the info object type CHAR or NUMC or ???  I would look there.
    Also, make  sure / is in RSKC.
    Brian

  • FRM-92101 error while running report from form

    HI All,
    I am getting the form error FRM-92101 while running report from form menu.My code is given below:
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('REPORT47');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT('http://192.168.0.21:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    Clear_message;
    END;
    Clear_message;
    --Arif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    hi Arif
    Please see this note on MOS/Metalink for some common causes of this error:
    Known Causes of FRM-92101 Error In Forms [ID 604633.1]
    thanks,
    AMN

  • REP-770 Error while executing the report.

    Hi,
    I am trying to run a report in Application Server 10g. I am executing this report from a form.
    When I try to run the report using the 'rdf', I get the error
    "Terminated with error: <br>REP-770: There exist uncompiled program unit(s). REP-1247: Report contains uncompiled PL/SQL."
    But if I run the report as 'rep' then the report works fine. Now after this if I run the report as 'rdf', it works fine again.
    Just to summarise - The problem occurs if I first try to run the report as rdf. But the problem disappears if I run the report as rep first before running it as rdf.
    Could someone help me solve this issue.
    Thanks
    Aruna

    Hi Aruna,
    I can see 2 bugs logged on Reports 9.0.4.1 (that means 10g patch 1) that report a similar problem:
    BUG 4050488 - JSP REPORTS CONTAINING REF CURSOR ASKS FOR COMPILATION EVERYTIME WITH WEB LAOUT
    and
    BUG 4040844 - REF CURSOR QUERY REP-737 ORA-1247 RUNNING ON LINUX
    Another bug reported on 10g has been fixed in upcoming Reports version 10.1.2:
    BUG 3324576 - SRW.APPLY_DEFINITION IN PGM UNIT FAILS USING .REP FILE WITH REP-1457 ERROR
    They are published bugs. See if you are hitting the same issue. Though I don't think that these bugs reported REP-1247 only the FIRST time you run the report.
    Secondly, when I said "compile on the same platform on which you are going to run", I meant this - if you are going to run the report on OracleAS installed on Win 2000, you must compile the report in Reports Builder on Win 2000. Similarly, if you are going to run the report on OracleAS installed on Linux, you must compile the report in Reports Builder on Linux, before running it.
    Navneet.

  • Error while executing Report migrated from 6i to 11g

    Hello,
    We have migrated forms & reports from 6i to 11g.
    Most of the reports work fine but we are having issue with very few reports.
    Let me explain the issue here:
    We have a Form that Runs a report.
    The Report has a PLL which loads a C library and calls a C Function. [using ORA_FFI]
    The C Function which is called has embedded SQL in it.
    The Report Server Engine crashes on encountering the first Executable SQL statement. [A Select or Insert]
    Need help to resolve this as we have tried a lot of things and not been successful.
    Below is a gist of the errors we see in teh Report server logs:
    "console~rep_test~1.log"
    Nov 14, 2012 7:37:11 AM com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl <init>
    WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 190.10.97.30; port: 57343"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2200)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2221)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:205)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:218)
    at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:101)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:118)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:198)
    at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1748)
    at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1330)
    at oracle.reports.server.JobManager.runJobLocal(JobManager.java:2238)
    at oracle.reports.server.JobManager.dispatch(JobManager.java:1467)
    at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1537)
    at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:460)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1682)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1213)
    at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:471)
    at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:500)
    Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:60)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:188)
    ... 23 more
    ===============================================================================================================================
    "rwserver_diagnostic.log"
    [2012-11-14T07:37:10.969+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 12] [ecid: 0000Jf_MXxPFg4^kxS3j7k1GbGIR000003,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] EngineManager:updateEngineState Engine rwEng-0 status is 3
    [2012-11-14T07:37:10.969+01:00] [reports] [NOTIFICATION:16] [REP-56004] [oracle.reports.server] [tid: 12] [ecid: 0000Jf_MXxPFg4^kxS3j7k1GbGIR000003,0] EngineInfo:setState Engine rwEng-0 state is: Running
    [2012-11-14T07:37:11.294+01:00] [reports] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [URI: /reports/rwservlet/showjobs] REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe [[
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2400)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2418)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:354)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.handleEvent(SocketOrChannelConnectionImpl.java:1124)
    at com.sun.corba.se.impl.transport.SelectorImpl.run(SelectorImpl.java:289)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 211 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2484)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2502)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:116)
    at com.sun.corba.se.impl.transport.CorbaContactInfoBase.createMessageMediator(CorbaContactInfoBase.java:150)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:314)
    ... 2 more
    Caused by: java.io.IOException: End-of-stream
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(SocketOrChannelConnectionImpl.java:602)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:521)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:112)
    ... 4 more
    [2012-11-14T07:37:11.296+01:00] [reports] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [URI: /reports/rwservlet/showjobs] REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No [[
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2200)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2221)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:205)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:218)
    at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:101)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:118)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:198)
    at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1748)
    at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1330)
    at oracle.reports.server.JobManager.runJobLocal(JobManager.java:2238)
    at oracle.reports.server.JobManager.dispatch(JobManager.java:1467)
    at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1537)
    at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:460)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1682)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
    at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1213)
    at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:471)
    at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:500)
    Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:60)
    at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:188)
    ... 23 more
    [2012-11-14T07:37:11.297+01:00] [reports] [NOTIFICATION:16] [REP-56004] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [URI: /reports/rwservlet/showjobs] EngineInfo:setState Engine rwEng-0 state is: Shutdown
    [2012-11-14T07:37:11.297+01:00] [reports] [TRACE:32] [REP-56047] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] EngineManager:remove Reports Server shut down engine rwEng-0.
    [2012-11-14T07:37:11.297+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] JobManager:start Using Maximum Job Retry value = 0
    [2012-11-14T07:37:11.297+01:00] [reports] [NOTIFICATION:16] [REP-56016] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [URI: /reports/rwservlet/showjobs] JobManager:updateJobStatus Job 1658 status is: The report terminated with error: [[
    REP-56048: Engine rwEng-0 crashed., job Id: 1658.
    [2012-11-14T07:37:11.297+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] JobObject:writeLongUTF Number of Break Index values=1
    [2012-11-14T07:37:11.298+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] JobObject:writeLongUTF String= Engine rwEng-0 crashed., job Id: 1658 strlen=37
    [2012-11-14T07:37:11.298+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] JobManager:notifyWaitingJobs Master job 1658 notify its duplicated jobs.
    [2012-11-14T07:37:11.299+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] JobManager:updateJobStatus Finished updating job: 1658
    [2012-11-14T07:37:11.299+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] JobManager:runJobInEngine Encounted exception in job 1658
    [2012-11-14T07:37:11.299+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 17] [ecid: 004nX0QrTwUFg4^kxS3j7k0005WT000k^s,0:1:0x5f5e639:100000000] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] [URI: /reports/rwservlet/showjobs] ConnectionImpl:runJob jobid = 1658 Failed with exceptionoracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    [2012-11-14T07:37:11.318+01:00] [reports] [NOTIFICATION:16] [REP-56013] [oracle.reports.server] [tid: 12] [ecid: 0000Jf_MXxPFg4^kxS3j7k1GbGIR000003,0] ConnectionManager:release Connection 239 is released.
    [2012-11-14T07:37:11.382+01:00] [reports] [NOTIFICATION:16] [REP-56020] [oracle.reports.server] [tid: 13] [ecid: 0000Jf_MXxSFg4^kxS3j7k1GbGIR000004,0] EngineManager:spawnEngine Launching engine rwEng-0.
    [2012-11-14T07:37:11.382+01:00] [reports] [NOTIFICATION:16] [] [oracle.reports.server] [tid: 13] [ecid: 0000Jf_MXxSFg4^kxS3j7k1GbGIR000004,0] EngineManager:spawnEngine OS Name = Linux : OS Arch = amd64
    [2012-11-14T07:37:11.383+01:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 13] [ecid: 0000Jf_MXxSFg4^kxS3j7k1GbGIR000004,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] EngineManager:spawnEngine Start engine command line = /utility/app/oracle/product/fmwfr/formsreports1/config/reports/bin/rwengine.sh -server -cp /utility/app/oracle/product/fmwfr/formsreports/reports/jlib/rwrun.jar -Dcomponent.path=rep_test -Doracle.reports.component=rwEng-0 -Dinprocess.server=false -Duser.language=it -Duser.region=IT -Xms512m -Xmx512m -Xss512k oracle.reports.engine.RWEngine name=rwEng-0 server=rep_test ORACLE_HOME=/utility/app/oracle/product/fmwfr/formsreports engineimplclass=oracle.reports.engine.EngineImpl cacheDir=/utility/app/oracle/product/fmwfr/formsreports1/reports/cache diagnosis="yes" keepConnection="yes" server_ior="/test/orafood/tmp/rep_test_129261664_1352875031383"
    [2012-11-14T07:37:11.386+01:00] [reports] [NOTIFICATION:16] [REP-56021] [oracle.reports.server] [tid: 13] [ecid: 0000Jf_MXxSFg4^kxS3j7k1GbGIR000004,0] EngineManager:spawnEngine Engine rwEng-0 has been launched.
    ====================================================================================================================
    Regards,
    KVS
    I can post the other logs if it helps.

    Hi Rajesh,
    If you just want to execute the report in web, you can do one thing.
    Go to Query designer of your relevent system.
    Open the Query which you want to execute in Web.
    Then in the Query tab(first one) in the drop down list you have the Option  'execute'./ the 5th Icon  in the Query designer screen.On clicking this it will open a new window( Internet Explorer) and prompts for your system credentials.
    Upon providing them  the query start executing if it deosn't have any selections, else selection screen appears.
    You can save the link and can use this when ever you want to execute the query.Use it in the BW system environment's Intrenet explorer only.
    Hope this helps.
    Regards,
    Ganesh Thota

  • Error while executing Report

    Hi,
    Am getting very strange error while running a report.
    It gives me an 'Autopass' error while inserting some variables in the filter screen.
    Also it shows "system error in program CL RSR WWW RENDERER and form GET VARDEF FOR F4:03.
    Kindly provide your insights on this.
    regards,
    Omprakash

    Hi , could you please check note 1166294 and check if the issue will be fixed ?
    1166294-BRAIN 299 in CL_RSR, form GET_CHANMID-02-
    In case if you are executing the the report on a multiprovider then check this note below
    Note 1166241 - BRAIN 299 in CL_RSR, form GET_COB_PRO-01-
    hope this helps
    santosh

Maybe you are looking for

  • Bought dock adapter for classic 160GB and it doesn't fit

    Came in 3 pack, but all three are completely identical and all of them are too big.  Product number ma126g/a.  What do I do?

  • [Desktop][Playlists] Please bring back album title

    Hi, I have the Mac client and just noticed that my playlist interface only shows three columns now:  Song, Artist, Date Added Why is album title gone and can you PLEASE bring it back?  I looked through the settings/menus and saw no way to do this mys

  • Recommended Patch Clusters and Zones

    Good Afternoon, Ran into a problem earlier this week and wanted to get other views on this. Our current configuration is as followed: Global zone installed on Local Disk (ZFS) 5 - Non-global whole root zones installed on SAN disk (ZFS) No Live Upgrad

  • Buggy AutoFilter plug-in?

    Hey guys- I'm trying to apply an AutoFilter plug-in to one of my software instruments in Logic (Filter -->AutoFilter) -- I'm using the "Constant Rise Four Bars" preset option, which I really love. So here's where my issue is: I'm trying to have the r

  • WP are going to priv mode

    Hi Gurus, WP's are going to priv mode. user is not accepting to kill the process or reduce the number of records. what is the best way to do as a basis consultant? Thanks in advance.