Page 1 of 1

CTMERR in In condition tab

Posted: 04 Mar 2013 12:22
by MaheshDude
I have created a Control-M job in DESKTOP 6.3.01 where in the In condition for this job is a file name ( say ABC_WKLY:FILE_SYNC_%%WEEK).

Here %%WEEK is the dynamic global auto edit variable which updates the week value automatically every week.

I did write and upload to open the job in CONTROL-M/Enterprise manager ( AJF). But i see the CTMERR in In condition tab as ABC_WKLY:FILE_SYNC_CTMERRWEEK before running the job itself.

I tried to modify the In condition name as below :

a) ABC_WKLY:FILE_SYNC"_"%%WEEK
b) ABC_WKLY:FILE_SYNC_"%%WEEK"

Still i am getting the same CTMERRWEEK. Please let me know how to resolve this issue.

Thanks,
Mahesh

Posted: 06 Mar 2013 9:57
by fyot
Hi

Try adding a dot before %%
ABC_WKLY:FILE_SYNC"_".%%WEEK