By default, import task status files (.SUC, .ERR, .MES files) are output in the same directory as where the import file is located. To have these files in a different location, do one of the following:
•Specify the Directory attribute for a Batch Runner item in USoft Binder. •In Batchrunner calls, use the -data_directory predefined parameter. •Add a data_directory parameter to the Batch Runner command line, for example: -exe "job( EXP_PERSON,INS_AFTER=01-APR-2001,data_directory=C:\Data\ )"
You may want to set a hard-coded File Name attribute within the Import Task Set definition.
NOTE: The data_directory parameter takes precedence over hard-coded paths or %% variables in Import or Export Task definitions. If data_directory is set, partial paths (subfolder/filename) are concatenated with data_directory. File location is determined in the following order of precedence:
•data_directory parameter •Hard-coded path with system variables substituted •No path: current (working) directory |