Hi,
I am trying to automate FR report through command line.
I have a working batch which is giving desired output.
When I go through PDF, I see below steps.
- Click Navigate, then Schedule, then Batch Scheduler.
- In Batch Scheduler, select a completed scheduled batch that was successful and produced exported output.
- Select Action, then Export for Command Line Scheduling.
- In File Download, save the XML file in the <FR>\bin directory as mybatch.xml where mybatch is the name of your batch input file.
But when I download the file, it gets saved in my local machine instead of '<FR>\bin'. Please help me how can we generate .xml file and place in \bin folder.
and the command line statement to execute the report is
C:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\bin\ScheduleBatch.cmd
I do not have access to the server, and when I check with my local team, they say we do not have any such file as 'ScheduleBatch.cmd' in server.
Can you let me know if the path I am referring to is correct or not.
Thanks in advance