using cmdfile and rwclient
I am currently using the following line to run a report against an application server (10gAS):
http://gbrserver55.gbr.ad.fremantlemedia.net/reports/rwservlet?&destype=cache&desformat=HTML&report=<reportname>.rdf&userid=<username>/<apassword>@<databasename>
I already have several reports setup (>100) which use a cmdfile to run reports in a reports 6 environment using the following client server command line:
rwrun60 userid=<username>/<apassword>@<databasename>
cmdfile=c:\temp\rep38.cmd
What is the correct way of running a report using a cmdfile against an Oracle 10 application server ? I have looked at rwclient but am unsure how to use this. Do I need to install a client where I am running the report from to utilise rwclient ? I have some batch software (installed on it's own server separate from the Oracle application server) which currently uses rwrun60 (using the command line above) to run reports to print and file.