"Terminated with error: br REP-56048: Engine rwEng-0 crashed, job Id: 53 "

Hi experts,
When I run a report in Oracle 10gR2 forms, I got a error "Terminated with error". So I checked my report queue I found this error "Terminated with error: <br>REP-56048: Engine rwEng-0 crashed, job Id: 53 ".
For this error I tried to solve by doing the following steps,
1. increased the cache
2. jvmOptions="-Xms512m -Xmx512m"
My system configurations are,
Windows 7
4gb ram
disk space 100gb
I have my database & application server in same machine.
For the above error I checked the report server trace log file and pasted it below for your ref.,
[2012/10/25 6:10:1:201] Info 50132 (JobObject:reset): jobid = 53 Get command line: authid=ANONYMOUS background=yes p_qc_rev=1 paramform=NO jobname="D:\xxxx\ABC3020.jsp" p_lang=1 desformat=SPREADSHEET expiredays=0 report="D:\xxxx\ABC3020.jsp" userid=<USER_ID>@<DATABASENAME> p_user=ADMIN prefix=QAE p_qc_no=1112000008 bu=MEL destype=cache plnt=MATPLNT
[2012/10/25 6:10:1:202] Debug 50103 (ConnectionImpl:runJob): Job queue for jobid = 53 is 0
[2012/10/25 6:10:1:202] Debug 50103 (ConnectionImpl:runJob): jobid = 53 is in current queue
[2012/10/25 6:10:1:203] Info 56013 (ConnectionManager:release): Connection 12 is released
[2012/10/25 6:10:1:214] Info 56013 (ConnectionManager:release): Connection 13 is released
[2012/10/25 6:10:2:62] Debug 50103 (JobManager:runCurrentJobs): Job 53 is a sync job :false
[2012/10/25 6:10:2:62] Debug 50103 (JobManager:findDuplicatedJob): Found no duplicated job for job 53
[2012/10/25 6:10:2:62] Debug 50103 (JobManager:firstToRun): job 53 is first to run
[2012/10/25 6:10:2:62] Debug 50103 (JobManager:runCurrentJob): runJobLocal for job 53
[2012/10/25 6:10:2:62] Debug 50103 (JobManager.runJobLocal): Trying to get engine for Job 53
[2012/10/25 6:10:2:62] Debug 50103 (EngineManager:getIdleEngine): Target max engines = 1
[2012/10/25 6:10:2:62] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 is used = true
[2012/10/25 6:10:2:62] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 state is 1
[2012/10/25 6:10:2:62] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Reserved
[2012/10/25 6:10:2:62] Debug 50103 (JobManager.runJobLocal): Job 53 got Engine rwEng-0
[2012/10/25 6:10:2:63] Debug 50103 (JobManager.runJobLocal): No Engine available for Job 53
[2012/10/25 6:10:2:63] Debug 50103 (JobManager:runJobInEngine): Job 53 calling setCommand on engine rwEng-0
[2012/10/25 6:10:2:66] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
[2012/10/25 6:10:2:66] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
[2012/10/25 6:10:2:68] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 5
[2012/10/25 6:10:2:68] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Idle
[2012/10/25 6:10:2:69] Debug 50103 (JobManager:runJobInEngine): Send job 53 to engine rwEng-0
[2012/10/25 6:10:2:71] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
[2012/10/25 6:10:2:71] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
[2012/10/25 6:10:4:201] Exception 50125 (org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
     at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438)
     at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:70)
): Internal error org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
[2012/10/25 6:10:4:201] Info 56029 (EngineManager:shutdownEngine): Shutting down engine rwEng-0
[2012/10/25 6:10:5:201] Exception 50125 (org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
     at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:148)
     at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
     at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
     at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
     at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
     at com.sun.corba.se.internal.corba.ClientDelegate.request(ClientDelegate.java:886)
     at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
     at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:173)
     at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1354)
     at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:974)
     at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
): Internal error org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
[2012/10/25 6:10:5:201] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Shutdown
[2012/10/25 6:10:5:201] Info 56047 (EngineManager:remove): Reports Server shut down engine rwEng-0
[2012/10/25 6:10:5:202] State 56016 (JobManager:updateJobStatus): Job 53 status is: Terminated with error:
REP-56048: Engine rwEng-0 crashed, job Id: 53
[2012/10/25 6:10:5:202] Debug 50103 (JobManager:notifyWaitingJobs): Master job 53 notify its duplicated jobs.
[2012/10/25 6:10:5:202] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 53
[2012/10/25 6:10:5:202] Exception 56048 (): Engine rwEng-0 crashed, job Id: 53
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
     at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1009)
     at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
[2012/10/25 6:10:5:202] Debug 50103 (JobManager:runJobInEngine): Encounted exception in job 53
[2012/10/25 6:10:5:202] Exception 56048 (): Engine rwEng-0 crashed, job Id: 53
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
     at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1009)
     at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
[2012/10/25 6:10:6:215] Info 56013 (ConnectionManager:release): Connection 14 is released
[2012/10/25 6:12:20:68] (ConnectionImpl:getServerRunningInfo) enter...
[2012/10/25 6:12:20:74] (ConnectionImpl:getServerRunningInfo) ...exit
[2012/10/25 6:12:20:82] Info 56013 (ConnectionManager:release): Connection 15 is released
[2012/10/25 6:13:47:259] Info 56013 (ConnectionManager:release): Connection 16 is released
[2012/10/25 6:17:20:77] (ConnectionImpl:getServerRunningInfo) enter...
[2012/10/25 6:17:20:80] (ConnectionImpl:getServerRunningInfo) ...exit
[2012/10/25 6:17:20:81] Info 56013 (ConnectionManager:release): Connection 17 is released
[2012/10/25 6:18:19:652] Info 56013 (ConnectionManager:release): Connection 18 is released
Regards,
Raj

How many MB of SGA + PGA is assigned its BD?
Do the following:
1. It is necessary to modify the engine definition to include :
jvmOptions="-Xmx512M -Xms128M -Xss512k"
How to do it, depends on the version of Report Server in use :
a. For version 10gR2 (10.1.2.x) :
Backup your Reports server .conf file and Modify the rwEng parameters and add :
jvmOptions="-Xmx512M -Xms128M -Xss512k"
b. For version 11g (11.X), this has to be done through Enterprise Manager. In Enterprise Manager, locate your Report Server and go to "Basic Configuration" page then insert :
-Xmx512M -Xms128M -Xss512k
into the field "JVM Options" and "Apply" your changes.
* The important option is "Xss" that sets the maximum stack size that can be used by C code in a thread.
3. Restart your reports server and try to run again with DESFORMAT=SPREADSHEET

Similar Messages

  • Terminated with error: br REP-56048: Engine rwEng-0 crashed, job Id: 5778

    while running report i m getting following error
    Terminated with error: <br>REP-56048: Engine rwEng-0 crashed, job Id: 5778
    I m unable to trace what is wrong currently i m using report application server 10.1.2.3.0 and delimited as desformat.
    I have already used jvmoption and delimiteddata.
    but both failed to solve the problem as jvmoption does not work in my case and delimiteddata has expected format problem.I want to use delimited option so what is the problem with engine that it crashes on the few reports.
    regards,
    kaushal

    How many MB of SGA + PGA is assigned its BD?
    Do the following:
    1. It is necessary to modify the engine definition to include :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    How to do it, depends on the version of Report Server in use :
    a. For version 10gR2 (10.1.2.x) :
    Backup your Reports server .conf file and Modify the rwEng parameters and add :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    b. For version 11g (11.X), this has to be done through Enterprise Manager. In Enterprise Manager, locate your Report Server and go to "Basic Configuration" page then insert :
    -Xmx512M -Xms128M -Xss512k
    into the field "JVM Options" and "Apply" your changes.
    * The important option is "Xss" that sets the maximum stack size that can be used by C code in a thread.
    3. Restart your reports server and try to run again with DESFORMAT=SPREADSHEET

  • Terminated with error: br REP-56048: Engine rwEng-0 crashed

    Dear community,
    I have OAS 10.1.2.3.0 installed on Windows server 2008R2, it's a test environment. Everything is working OK, expect running one specific report. It is failing with REP-56048: Engine rwEng-0 crashed. I am running report with destype=cache desformat=pdf, but it doesn't work with spreadsheet or html either.
    I have enabled tracing and this is what I get in the log:
    Exception 50125 (org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
      at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438)
      at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:70)
    ): Internal error org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
    [2014/6/26 0:15:31:537] Info 56029 (EngineManager:shutdownEngine): Shutting down engine rwEng-0
    [2014/6/26 0:15:32:537] Exception 50125 (org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
      at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:148)
      at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
      at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
      at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
      at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
      at com.sun.corba.se.internal.corba.ClientDelegate.request(ClientDelegate.java:886)
      at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
      at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:173)
      at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1473)
      at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1033)
      at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1912)
      at oracle.reports.server.JobManager.dispatch(JobManager.java:1152)
      at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1285)
      at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
      at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
      at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
      at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
      at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    ): Internal error org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
    [2014/6/26 0:15:32:538] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Shutdown
    [2014/6/26 0:15:32:538] Info 56047 (EngineManager:remove): Reports Server shut down engine rwEng-0
    [2014/6/26 0:15:32:538] State 56016 (JobManager:updateJobStatus): Job 15 status is: Terminated with error:
    REP-56048: Engine rwEng-0 crashed, job Id: 15
    [2014/6/26 0:15:32:538] Debug 50103 (JobObject:writeLongUTF): Number of Break Index values=0
    [2014/6/26 0:15:32:538] Debug 50103 (JobObject:writeLongUTF): String= Engine rwEng-0 crashed, job Id: 15 strlen=34 utflen=34
    [2014/6/26 0:15:32:538] Debug 50103 (JobManager:notifyWaitingJobs): Master job 15 notify its duplicated jobs.
    [2014/6/26 0:15:32:539] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 15
    [2014/6/26 0:15:32:539] Exception 56048 (): Engine rwEng-0 crashed, job Id: 15
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
      at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1116)
      at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1912)
      at oracle.reports.server.JobManager.dispatch(JobManager.java:1152)
      at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1285)
      at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
      at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
      at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
      at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
      at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    [2014/6/26 0:15:32:539] Debug 50103 (JobManager:runJobInEngine): Encounted exception in job 15
    [2014/6/26 0:15:32:539] Debug 50103 (ConnectionImpl:runJob): jobid = 15 Failed with exceptionoracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    [2014/6/26 0:15:32:539] Exception 56048 (): Engine rwEng-0 crashed, job Id: 15
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
      at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1116)
      at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1912)
      at oracle.reports.server.JobManager.dispatch(JobManager.java:1152)
      at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1285)
      at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
      at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
      at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
      at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
      at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    I tried to increase cache in reports_server.conf and setting up JVM "Xmx512M -Xms128M -Xss512k" for reports server engine, none of these configuration settings worked.
    Please advise if there is anything I can configure to bypass this problem.
    Thank you!

    The problem was solved by adding another report server with "SERVER_IN_PROCESS=NO" parameter in rwservlet.properties file.

  • REP-56048: Engine rwEng-0 crashed., job Id: 1077

    I have an Oracle Forms 10.1 app that prints reports. Click the button and the app is supposed to find the appropriate report to print, based on the contents of the print_queue table, and run that report. These reports worked originally, but recently all reports were moved to a different location on the server. So now, after I click the button and IE7 loads, I get the message:
    REP-56048: Engine rwEng-0 crashed., job Id: 1077
    Anybody have any suggestions here? Thanks.

    This error is from a reports package, so you'd be better off asking in the reports forum:
    Reports
    I also recommend working with Oracle support.

  • REP-56048: Engine rwEng-0 crashed job Id: 306292

    I am running the report through URL on Oracle iAS 10g. But I am facing REP-56048: Engine rwEng-0 crashed job Id: 306292 error.
    My URL is like this
    http://AppServer:port/reports/rwservlet?report=glreport.rdf&userid=username/password@connect_string&paramform=No&server=rep_server&distribute=yes&destination=mydistribute.xml
    What are the passible causes for this error.

    Try setting the destype=CACHE and desformat=PDF runtime parameters in your URL:
    http://appserver/reports/rwservlet?report=glreport.rdf&userid=username/password@connect_string&paramform=No&server=rep_server&destype=CACHE&desformat=PDF
    Leave out destination=...

  • REP-56048: Engine rwEng-0 crashed

    Hi Friends,
    I am facing a strange phenomina. When ever i am running my report first time it gives me the following error
    REP-56048: Engine rwEng-0 crashed
    but when i run the same report second time its running perfactly fine. Again if i run it third time it gives me the same error.
    REP-56048: Engine rwEng-0 crashed
    I am running a report kept on application server. I am using reports 9i. I am calling reports using hyperlink:
    http://<servername>/reports/rwservlet?dfdl_key&report=<reportname>&desformat=pdf&destype=cache&p_subpartition=P_200304_S_301W797&p_period=april2003&p_vehicle=301W797&p_reportname=P_200304_S_301W797_summary.pdf
    Cam some bosy help me what may be the possible reson for this.
    Regards
    Kamal

    Hi
    Just a thought
    I can cause my report server to crash quite easily
    ( not with your frm error ) but reason and solution may help
    Default cache size is 50mb on 9i report server
    If i change to 1mb and run a report which generates a cache file > 1mb ( a simple graph in this case ), form calling report will hang along with report server
    Change cache to say 10Mb, restart report server and report runs without any problems
    Can see the report failing in reports/rwservlet web page
    Look in <appserver home>/reports/cache to see files created
    edit <appserver home>/reports/conf/<report server>.conf
    and look at cache size value
    Hope this helps
    Ian

  • REP-56048: Engine rwEng-0 crashed sending reports to printer Linux

    Hi,
    I was wondering if anyone had any ideas of things I could try to get around this error in Oracle 10g (10.1.2.3) on Linux:
    Terminated with error: REP-56048: Engine rwEng-0 crashed
    I'm receiving it when I send a report directly to the printer (DESTYPE=printer DESFORMAT=blank DESNAME=printer name. When I run it locally on my Windows Machine, the command works and my report prints direclty to the printer fine. It's only when I go to Linux that I have issues. I get the above error. I've read posts on here about turning tracing off but that doesn't seem to help (unless I turned an option off that I thought was tracing.
    When I run it with (DESTYPE=cache DESFORMAT=pdf), the reports generates in a new browser window and works fine (on Windows and Linux both).
    Here's the code below I'm sending
    V_OTHER := 'PARAMFORM=NO READONLY=YES authid='||user;
    V_OTHER := V_OTHER||' PAGESIZE='||vPaper;
    V_OTHER := V_OTHER||' ORIENTATION='||vOrientation;
    V_OTHER := V_OTHER||' DELIMITER='||V_DELIM;
    V_OTHER := V_OTHER ||' '||vParameters;
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_FILENAME, LOWER(:MODULE.MODULE_NAME)||'.rep');
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_SERVER, 'rep_inxx37_ybs');
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_OTHER, V_OTHER);
    IF :SUBM_RQST.DESTINATION = 'P' THEN -- This is printer option
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESTYPE, PRINTER);
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESNAME, 'gt-ybs-ps');
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESFORMAT, '');
    ELSIF :SUBM_RQST.DESTINATION = 'S' THEN     -- This is the PDF option               
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESTYPE, CACHE);
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESFORMAT, 'PDF');
    END IF;
    Any help is appreciated.
    Chris

    Has anyone had any issues with upgrading from a different OS (like Windows) to Linux and trying to print reports directly to the printer? I've had nothing but issues with it. I know others are using the feature but, I just haven't figured it out.
    When I send it via the command line, I get this message below. I'm working with Oracle Support on this. I've got default printer setup as my network printer. I can print a document via the command line to my printer but when I submit an Oracle Report command, I get errors like below.
    [as10g@inxx37 bin]$ ./rwrun.sh report=/u11/app/as10g/ybs/bin/test.rdf destype=printer
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x01c4d4d3, pid=21730, tid=103095184
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x704d3] strrchr+0xa3
    # An error report file with more information is saved as hs_err_pid21730.log

  • REP-56048: Engine rwEng-0 crashed in Reports 11g

    I'm trying to run a report in Reports 11g (11.1.1.4) that uses idautomation's barcode java package and I get the REP-56048: Engine rwEng-0 crashed error. Does anyone know how to find the problem or who is using idautomation's barcode java package in Reports 11g?

    Found out that I needed to save the rdf file as an 11g version for reports that had PL/SQL in them. Simple reports ran ok.

  • REP-56048: Engine rwEng-0 crashed in linux

    whenever iam running a report from linux iam getting REP-56048: Engine rwEng-0 crashed
    error.whether anyone have the solution for this.I have commented trace on also in the configarationfile(report.conf)
    Thanks in advance

    Found out that I needed to save the rdf file as an 11g version for reports that had PL/SQL in them. Simple reports ran ok.

  • Terminated with error:REP-56048:Engine rwHighEng-0 crashed

    Hi Friends,
    When i run a report using Oracle 10g IAS,i get an error:
    'Terminated with error:REP-56048:Engine rwHighEng-0 crashed'
    Anybody have the solution to handle it.Pls help!Thank you very much!

    Hi to all,
    Since the last couple of days we are having a problem with Oracle Reports.
    Whenever we run these reports, it behaves erratic.
    The report comes normal for the first few reports, then suddenly the server gets hanged and no reports can be generated.
    OS on Application server is Windows Server 2003.Os on client machine is XP and Vista
    Error is as below in Application Report Server status
    Terminated with error: REP-56048: Engine rwEng-0 crashed, job
    Any immediate help is appreciated
    Thanks
    Nilesh

  • Stock variance report Crashes with error code REP-56048

    SR : 6990718.992
    gtcr : http://qmon.oraclecorp.com/qmon3/quickpicks.pl?t=t&q=6990718.992
    Problem Statement : When the user is trying to generate report for Stock variance report from Oracle Retail Merchandising System the report crashes with error code REP-56048.
    The steps to reproduce are specific to Oracle Retail Merchandising system application and hence I have not mentioned here.
    The REP-56048 error seems to be generic. Could you please advise me on this issue.
    Thanks & Regards,
    Sameer

    You can review the following Oracle Metalink Document;
    Comprehensive REP-56048 Troubleshooting and Overview Guide: Doc ID: Note:285281.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:88153902823984055::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,285281.1,1,1,1,helvetica
    Hope it would be useful.
    Adith

  • Terminated with error: br REP-501: Unable to connect to the specified

    Hi,
    My report server can function nicely, always I can retrieve my report but I am also constantly facing the error when running report after a few minutes having my report servers on function.
         Terminated with error: <br>REP-501: Unable to connect to the specified database.
    I have 2 oracle home in my server, 1 is 9i (used for ODBC to connect to my database) and 1 more is 10g where my application server is.
    My both my TNS files have all the entries of the database server. In fact, we gets reports perfectly OK without problem until a certain time when the error pops up.
    Pls help

    I did not check the timeout because all reports were generated within seconds.

  • Terminated with error: br REP-501: Unable to connect to the specified data

    Dear All,
    Oracle DB 10g installed on Windows 2003 Server machine and client is Windows 7 Pro. Forms are running fine. If I run report by puting everything in URL it is also giving result. But only when i am trying to call report via form I get an error REP-501: Unable to connect to the specified data. The report log file contains below result. Is this something to to AUTHID=ANONYMOUS??? I need your assistance in this regard as I have been facing this problem since quite a long time now.
    [2011/10/22 3:55:55:34] Info 56013 (ConnectionManager:release): Connection 0 is released
    [2011/10/22 3:55:55:34] Info 50132 (JobObject:reset): jobid = 72 Get command line: REPORT=E:\AuditSys\twoconsecutive_estimate.jsp USERID=AUDITSYS@customerdb P_USERID="MAJAN" P_REPORTNAME="Bills which have been estimated for 3 months consecutively" P_REGIONCODE="" P_TARIFF="" P_PRIGOV="" P_AREAFROM="2" P_AREATO="91" P_BILLMONTH="9" P_BILLYEAR="2011" P_MONTHS="3" BATCH=YES DESTYPE=cache DESFORMAT=HTML AUTHID=ANONYMOUS
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): Job queue for jobid = 72 is 0
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): jobid = 72 is in current queue
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): Calling findDuplicatedJob for jobid = 72
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:findDuplicatedJob): Found no duplicated job for job 72
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): No Duplicate jobs for jobid = 72
    [2011/10/22 3:55:55:34] Debug 50103 (ConnectionImpl:runJob): Job 72 is Enqueued
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:firstToRun): job 72 is first to run
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager.runJobLocal): Trying to get engine for Job 72
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:getIdleEngine): Target max engines = 1
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 is used = true
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 state is 1
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Reserved
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager.runJobLocal): Job 72 got Engine rwEng-0
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:runJobInEngine): Job 72 calling setCommand on engine rwEng-0
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 5
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Idle
    [2011/10/22 3:55:55:34] Debug 50103 (JobManager:runJobInEngine): Send job 72 to engine rwEng-0
    [2011/10/22 3:55:55:34] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    [2011/10/22 3:55:55:34] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2011/10/22 3:55:55:96] State 56016 (JobManager:updateJobStatus): Job 72 status is: Terminated with error:
    REP-501: Unable to connect to the specified database.
    [2011/10/22 3:55:55:96] Debug 50103 (JobManager:notifyWaitingJobs): Master job 72 notify its duplicated jobs.
    [2011/10/22 3:55:55:96] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 72
    [2011/10/22 3:55:55:96] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 1
    [2011/10/22 3:55:55:96] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Ready
    [2011/10/22 3:55:55:96] Exception 501 (): Unable to connect to the specified database.
    Thanks,
    Zia

    Dear guys, it is quite an urgency here and I am not getting any clue from anywhere else .... please give me some tips to handle the issue if anybody has some...
    Regards,

  • Urgent: REP-56048 Engine Crashed

    Hi,
    I have a strange one. I've been running 9iAS R2 on Windows 2000 for a few months and suddenly on 1/13 I have reports server engine crashing. The specific error is:
    Terminated with error: <br>REP-56048: Engine rwEng-0 crashed
    I look at the rwservlet status report and I see a total of 347 reports have been run and suddenly, after the above error, the rest of the jobs get: "Canceled as server is shuting down" message until I reboot. I had one .jsp report called with different parameters. On 1/13 it was run at 12:35, 12:39, 12:40 and then at 12:41 it crashed with REP-56048, then the rest get the "canceled as server is shutting down" until I reboot.
    Any ideas? I didn't see anything on metalink...
    Unfortunately, we are about 2 weeks from user training and customer deployment!
    Thanks!
    Jeff

    Danny -- thanks for the quick reply.
    In the reports\logs, I see 3 files. Two empty trace files dated October 4th (near when I installed it the last time, probably). They are:
    0 rep_ora9-1-rwEng-0.trc
    0 rep_ora9-1-rwURLEng-0.trc
    328 rep_ora9-1.log
    The rep_ora9-1.log isn't big and doesn't show anything real, as I just rebooted it...sadly. However, right before rebooting this time I cleared out the cache --- and it's now working! The previous 3 times, I didn't even think about the cache, so the only noticable difference at this point is that the cache was cleared by me deleting the files in the reports\cache directory before rebooting.
    There were over 200 cached PDF files in there (my output format is PDF). It now seems to be working, but I expect this to go into production with 60+ users who could easily generate 200 reports in a day as the system is using the reports engine to generate letters as a by-product of the process.
    I wish I had thought to save the log file, but now I know better.
    At this moment it seems resolved, but I'm worried about it for production. Is there a way to have 9iAS or the report server clear out the cache periodically (assuming that's what Long postings are being truncated to ~1 kB at this time.

  • Report Engine rwEng-0 crashed

    Terminated with error: REP-56048: Engine rwEng-0 crashed, job Id: 57404
    What are the possible causes of above problem?
    Regards,
    Raj

    1. Run away query
    2. Time out occured due to preset setting on reports server

Maybe you are looking for