Control-M exportdefjob - export all jobs

Everything about Control-M Server installation or setup.
Post Reply
clntn2910
Nouveau
Nouveau
Posts: 1
Joined: 29 Jan 2018 7:58

Control-M exportdefjob - export all jobs

Post by clntn2910 » 29 Jan 2018 9:00

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

Post Reply