Home Discussions Questions & Answers PLSQL API for Mass Importing BI Publisher Reports

PLSQL API for Mass Importing BI Publisher Reports

Avatar photoCustomer January 2, 2021 at 3:48 am

We have hundreds of BI Publisher reports we need to migrate. Is there a PLSQL procedure for mass importing them, and what type of BI Publisher reports are supported?

Viewing 4 reply threads
  • Author
    Replies
    • Support January 3, 2021 at 12:45 am  

      You can use the PLSQL procedure `xxen_api.import_concurrent_program`. This procedure is specifically used for migrating BI Publisher reports that are registered as the Java executable type `XDODTEXE` (XML Publisher Data Template Executable).

    • Avatar photoCustomer January 5, 2021 at 12:32 am  

      What information does the API require to identify the BI Publisher report?

    • Support January 6, 2021 at 11:45 pm  

      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 January 7, 2021 at 5:58 am  

      If a BI Publisher data source has multiple SQL queries, what happens during the import?

    • Support January 9, 2021 at 12:05 am  

      If the data source contains more than one SQL query, only the largest one is imported, potentially requiring additional manual work to combine the data afterward.

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

Login with: