Page 1 of 1

Control-M exportdefjob - export all jobs

Posted: 29 Jan 2018 9:00
by clntn2910
Hi,

Im trying to export all the jobs in the database using exportdefjob utility. Im using the below command

* emdef exportdefjob -u user -p pwd -s server -arg argument path -out exportfile.xls *

and below is the argument:

<TERMS>
<TERM>
<PARAM NAME="JOBNAME" OP="EQ" VALUE="JobXYZ"/>
</TERM>
</TERMS>

If I try to run the above command, Im getting the export file in the desired location, but Im having multiple entries of the same job and also Is there anyway to export all the job using this exportdefjob. I tried "*" in Value, but it throws error.


Thank you,
Clinton