Doubts about how updating the alarm

All questions about Control-M jobs definitions
Post Reply
User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Doubts about how updating the alarm

Post by futre25 » 22 Oct 2013 4:38

Hi to all.

I have doubts about how updating the alarm. I'm working in Control-M 7

This morning we had 350 alarms on the same process that failed. In my work, always put a description of the incident.
As in all cases was for the same error, I thought to make a update in the database for fill out the field notes.

update alarm
set NOTES = 'Error en BBDD EX00', handled = 2
where notes is null and handled = '0';
352 rows updates.

commit;
commit completed.

In the database has been updated correctly the fields, but my surprise was when the alerts aplication has the field notes as null and not handled.

Why?. As updates the alarm in the application without having to type it in the field NOTES.

Sorry for my bad English.

vassi168

Post by vassi168 » 23 Oct 2013 8:00

Hi I think,
you must, after you delete the alerts, to refresh the alert Server in ccm.


In the doku you can find page 340:

To enable the deletions to take effect, refresh the Global Alerts Server server from the
Control Shell, as follows:
1. In the Control-M Configuration Manager, right-click the Global Alerts Server, and
choose Control Shell.
2. Enter the REFRESH command into the Specify... field.
3. Click Apply.


vassilis

User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Post by futre25 » 23 Oct 2013 12:18

Hi, thanks for your reply,

But, enter the REFRESH command into the Specify and the filed 'NOTES' of the aplication Alerts this unchanged.

The REFRESH command is used to when the alarm is deleted, but not for updates in the fields of the database !!!!.

thank you very much.

User avatar
Manii
Nouveau
Nouveau
Posts: 46
Joined: 28 Jul 2011 12:00

Post by Manii » 23 Oct 2013 7:42

Hi,

Start and stop the GAS service from CCM, This would refresh the GAS

Make sure to check emgasrv process is not running in EM before starting up the GAS again

Regards,
Mani

User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Post by futre25 » 24 Oct 2013 12:23

Thanks very much.

With Start and stop the GAS service from CCM, the alerts has been updates.

Thanks for your reply.

Post Reply