Hi everybody,
I'm trying to write value (for example "_add_value_1" to an alert) to alarm table using ALERTSET function.
Well, function works but only for last alarms occurences and not for the previous occurences for the same alarm.
Have any idea about this issue?
Thanks a lot.
Add value to RAIMA archive through ALERTSET function
- orla090978
- Posts:55
- Joined: Thu Jan 03, 2019 2:05 pm
Add value to RAIMA archive through ALERTSET function
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: Add value to RAIMA archive through ALERTSET function
Hi,
Maybe this from help will help:

I guess that your previous occurrences are already WENT or ACK.
BR
Alexandre
Maybe this from help will help:

I guess that your previous occurrences are already WENT or ACK.
BR
Alexandre
- orla090978
- Posts:55
- Joined: Thu Jan 03, 2019 2:05 pm
Re: Add value to RAIMA archive through ALERTSET function
It works.
Thank you Adaneau.
Thank you Adaneau.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Add value to RAIMA archive through ALERTSET function
I made a test and you have to use the attribute _add_values if you want to set add values for alerts which do not belong to the current alert.
E.g the following order of alerts is given for a specific DPE
AL1 - Alert came
AL1 - Alert gone
AL2 - Alert came
For the alert pair AL1 you have to use _add_values, for AL2 you can use _add_value_X.
_add_values works all the time, also for the current alerts.
Best Regards
Leopold Knipp
Senior Support Specialist
E.g the following order of alerts is given for a specific DPE
AL1 - Alert came
AL1 - Alert gone
AL2 - Alert came
For the alert pair AL1 you have to use _add_values, for AL2 you can use _add_value_X.
_add_values works all the time, also for the current alerts.
Best Regards
Leopold Knipp
Senior Support Specialist