Click to See Complete Forum and Search --> : REPORTS SERVER NOT SHUTTING DOWN CORRECTLY


bruce duff
11-08-2000, 06:21 AM
Is there a way to ensure the reprts server 2.5 closes after each report is run rather than remain open for the session. This can be in any environment. There is possibly some parameter settings, does anyone know how to set these?

akkerend
11-08-2000, 06:04 PM
Add parameter ORACLE_SHUTDOWN = 'Yes' as first parameter to parameter list with the RUN_PRODUCT procedure:

ADD_PARAMETER(pl_id, 'ORACLE_SHUTDOWN', TEXT_PARAMETER, 'Yes' );
RUN_PRODUCT(REPORTS, 'your_report', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id);

rakesh
06-27-2007, 08:36 AM
is there any way to close report background engine after complete report in report 6i