Search found 7 matches

by Sommi
31 Dec 2012 11:51
Forum: Job Definition
Topic: Need help : ON & CODE issue.
Replies: 4
Views: 4946

Hi Senthil,
You can try the below:
On Stmt=*
Code=180
Do Ok
On Stmt=*
Code =180
Do mail"FAILED with ERROR 180"
On Stmt=*
Code =COMPSTAT>0
Do mail"Job Failed with error"
On Stmt=*
Code =COMPSTAT>180
Do mail"Job Failed with error"

Thanks,
Soumya
by Sommi
31 Dec 2012 8:05
Forum: Control-M Control Module
Topic: CM SAP 6.2.00 sending alerts every seconds
Replies: 3
Views: 6464

I asked you this question as I had faced the same issue when I had installed the SAP CM module in my environment. But I didnot uninstall and reinstall the agent.Please do a debug for your agent server and try to check the error in the proclog. In my case I was getting a error in proclog with extract...
by Sommi
28 Dec 2012 12:15
Forum: Control-M Control Module
Topic: CM SAP 6.2.00 sending alerts every seconds
Replies: 3
Views: 6464

What kind of messages are you receiving?

Thanks,
Soumya
by Sommi
05 Dec 2012 9:55
Forum: Monitoring
Topic: Automatic email if job has not started, is late.
Replies: 4
Views: 8596

Hi Lorne,

Create a shout destination table with the email ids to which the mail has to be sent.Then you can use the Late Sub option to trigger the mail for late submit.Use the logical destination name of the shout table in the TO field to trigger the mail.


Thanks,
Soumya
by Sommi
26 Oct 2012 1:18
Forum: Control-M Enterprise Manager
Topic: Hide/Encrypt DB Passwords in Scripts
Replies: 4
Views: 5629

Can any one tell me what needs to be done to do the same if job is getting submitted on a remote host switch off the echo command for remote unix boxes.
by Sommi
18 Sep 2012 10:04
Forum: Job Definition
Topic: Audit and annotation
Replies: 1
Views: 3544

Enabling annotation will need to put commnets while performing any action with the jobs.Audit will help to know what action was performed from the comments entered.Both can be enabled from CCM.
by Sommi
07 Sep 2012 8:14
Forum: Scripts
Topic: Job statistics extract
Replies: 3
Views: 7449

Hi Rahul,

You can use the reporting facility to generate the reports if you are on above version 6.4. You need to install an agent where the reporting facility is installed and run the same as batch job.

Thanks,
Sommi