Unable to run reports [message #301243] |
Tue, 19 February 2008 16:04 |
Leonard Martin
Messages: 45 Registered: May 2002 Location: Canada
|
Member |
|
|
Hello All
I have a simple form (10g) and i am trying to call a report.
I get an error "Cannot Find Report: Invalid ID"
I have started OC4J instance and ensured that the path is in the registry REPORTS_PATH AND FORMS_PATH.
Can anyone help me with this:
The code to call the report is very simple (see below):
declare
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
begin
message('hello');
repid := FIND_REPORT_OBJECT('lpss_wsp_sites');
v_rep := RUN_REPORT_OBJECT(repid);
end;
|
|
|
|
Re: Unable to run reports [message #301771 is a reply to message #301286] |
Thu, 21 February 2008 11:13 |
Leonard Martin
Messages: 45 Registered: May 2002 Location: Canada
|
Member |
|
|
Hi David:
Now i get the following error:
Error
REP-52005: The specified key connectionName does not exist in key map file.
I am using 10g and I ensured that the registry is updated to the folder where the report and forms reside.
|
|
|
|