Previous Topic

Next Topic

Book Contents

Book Index

CA Workload Automation DE data extraction examples

The following examples describe how to run the imexutil utility, when extracting CA Workload Automation DE data.

EXAMPLE: Exports artifacts from a server named prodserv in batch mode. The command exports all Applications to c:\applications and all calendars to c:\calendars.

imexutil.bat -h prodserv -p 7500 -u schedmaster -w schedmaster -c "exportapplication -outdir c:\applications;exportcalendar -outdir c:\calendars"

EXAMPLE: Exports artifacts from a server named prodserv in batch mode using a command file. The command uses a file named commandfile.txt, which contains the client user ID, password, and the commands to export all Applications to c:\applications and all calendars to c:\calendars.

imexutil.bat -h prodserv -p 7500 -c @c:\commandfile.txt

The commandfile.txt file contains the following commands:

user schedmaster schedmaster

exportapplication -outdir c:\applications

exportcalendar -outdir c:\calendars

Parent Topic

CA Workload Automation DE data extraction