Home Discussions Questions & Answers API for Mass Import of Excel4apps Reports Wand

API for Mass Import of Excel4apps Reports Wand

Avatar photoCustomer January 1, 2025 at 11:30 am

We need to programmatically migrate reports originally defined for Excel4apps Reports Wand, which are registered as concurrent programs. Which API is used?

Viewing 4 reply threads
  • Author
    Replies
    • Support January 2, 2025 at 7:53 am  

      The migration of Excel4apps Reports Wand concurrent programs uses the same API as BI Publisher imports: the PLSQL procedure **`xxen_api.import_concurrent_program`**.

    • Avatar photoCustomer January 3, 2025 at 5:47 pm  

      So, I pass the application short name and the concurrent program name?

    • Support January 4, 2025 at 10:19 pm  

      Correct. You specify the `p_application_short_name` and `p_concurrent_program_name`. There are example scripts like `mass_import_excel4apps_reports.sql` available for scripted mass migration.

    • Avatar photoCustomer January 5, 2025 at 5:09 pm  

      Is there an output parameter for the resulting Blitz Report ID?

    • Support January 7, 2025 at 6:28 am  

      Yes, the API includes `x_report_id` and `x_message` output parameters to confirm the result of the import.

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

Login with: