dataexport
Before running the command, specify the passphrase
used for encrypting your data. You can use one of the following methods:
- set the WA_EXPORT_PWD environment variable
with your password in the shell where you plan to run the
command. When you run the
export WA_EXPORT_PWDcommand, this makes the password accessible to any command run from that shell session, allowing subsequent commands to run without prompting for it again. - specify the password at the command prompt
Syntax
dataexport source_dir export_dir
Arguments
where:
- source_dir
- is the TWS_HOME directory of the source environment
instance of HCL Workload Automation, which
corresponds to installation_dir/TWS.Note: The dataexport utility only accepts source_dir values that end in TWS.
- export_dir
- is the directory where the export files are created. Ensure the user running the command has write rights on this directory.
dataexport.cmd F:\IWS101\twsDB2user F:\IWS101\export For further details about the dataexport command usage, see Cloning scheduling definitions from one environment to another.