DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: REPORTS SERVER NOT SHUTTING DOWN CORRECTLY

Hybrid View

  1. #1
    Join Date
    Oct 2000
    Posts
    4
    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?

  2. #2
    Join Date
    Jul 2000
    Posts
    296
    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);

  3. #3
    Join Date
    May 2007
    Posts
    3

    close report background engine after complete report

    is there any way to close report background engine after complete report in report 6i

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width