Home Discussions Questions & Answers Mass Import API for BI Publisher Reports

Mass Import API for BI Publisher Reports

Avatar photoCustomer December 19, 2021 at 8:54 am

We are migrating a large number of BI Publisher reports. Is there a PLSQL procedure for mass importing them into Blitz Report?

Viewing 4 reply threads
  • Author
    Replies
    • Support December 20, 2021 at 2:03 am  

      Yes, you can use the PLSQL procedure **`xxen_api.import_concurrent_program`**. This procedure is used for migrating BI Publisher reports of the Java executable `XDODTEXE` type.

    • Avatar photoCustomer December 21, 2021 at 6:46 pm  

      What identifying information does the procedure require for a BI Publisher report?

    • Support December 23, 2021 at 11:43 am  

      The procedure requires the application short name (`p_application_short_name`) and the concurrent program name (`p_concurrent_program_name`) associated with the BI Publisher report.

    • Avatar photoCustomer December 24, 2021 at 12:29 pm  

      Does the procedure return the new Blitz Report ID upon success?

    • Support December 25, 2021 at 12:52 am  

      Yes, the procedure includes an output parameter `x_report_id` which returns the ID of the newly created Blitz Report.

Viewing 4 reply threads
  • You must be logged in to reply to this post.

Login with: