We are migrating Oracle Forms and Reports from 6i to 12c.
The error I get for all the reports is - FRM - 41219 - Cannot find report : invalid ID
When migrated the code the reports is changed from RUN_PRODUCT(REPORTS,'reportname',synchronous,runtime,filesystem,'',null); to rp2rro.rp2rro_run_product(REPORTS,'reportname',synchronous,runtime,filesystem,'',null);
Still no luck in displaying the Report in Forms Menu.
Please help. Thanks in advance.
The code you used to get the jobID in version 6 is slightly different in modern versions. You may need to change your code a bit. Check out the latest version of the Forms and Reports Integration Guide https://www.oracle.com/technetwork/developer-tools/forms/documentation/formsreportsintegration-12c-3014203.pdf