run report using Reports Queue Manager
602148Oct 8 2007 — edited Oct 9 2007I am trying to run a report using Oracle reports Queue manager so it could be run automatically. Currently in our department we are using Oracle Forms to pass parameters to Oracle reports and run it this way. I am trying to eliminate Oracle Forms and just pass the parameters to report using .cmd file in reports Queue manager. My goal is to save the report as a PDF file in specific folder. I am doing all the steps required to run a report in Reports Queue Manager ( choosing report name that I want to run, output name report1.pdf, Data Source, parameters options that I pass via param.cmd file). In my param.cmd I just list all the parameters that reports needs and set all of them to %. When I run this report using Forms it is working fine, but when I ran it using Reports Queue Manager I get the following error:
REP-1212: Object 'M_G_STUDY_CRD_GRPFR' is not fully enclosed by its enclosing object 'Body'.
I have tried to run different report using Reports Queue Manager and I get the same error but with different Object names. I believe I need to change some property or setting in the report in order to be able to run it using Reports Queue Manager. I am not sure what do I need to change in the report. Any suggestions would be very helpful.
Thanks.