Why do my reports sent through rwclient.exe and the stand-alone reports server default to C:\ no mat
I am setting up several scheduled jobs that run the rwclient.bat file (which calls rwclient.exe), specifying 3 different destination locations. One set of scripts puts .HTM files into the parent folder using the command:
call rwclient.bat module=D:\Oracle\HAR\FOL_QGn.rdf desname=D:\Reports_Pub\Res_Ops_FOL_gen_flow.htm cmdfile=D:\Reports_Pub\Water_Ops\rwclient_common_res_ops_parms.txt
The common parms file contains: userid=<ID>/<pwd>@<SID> server=repsvr_cvhas1p destype=file desformat=spreadsheet p_wateryear=2017 batch=yes <<<repsvr_cvhas1p is my stand-alone reports server>>>
This script puts the HTM files into the correct desname (parent) folder.