on 2016 Apr 15 3:12 AM
Hi,
We have implemented the CBMA alerts(DEFAULT_ALERTRULE) in our landscape and it has been working fine for the last few years.
But, of late, we see our inboxes being spammed with alerts for failed sender channel polling(either because the source server is unavailable or the source file format is incorrect for FCC)
As a result, some alerts which require immediate action goes unnoticed by our support team.
Is there a way, we could stop the CBMA framework to stop sending alerts for the polling sender channels after few attempts ?
Regards,
Senthil
Hello Natraj,
Have you checked this note : 1927658 - Duplicate alerts even "Suppress Multiple Alerts of This Rule" function is active
Havent personally tried this but might be worth looking into.
Regards,
Bhavesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry from SAP Note: http://service.sap.com/sap/support/notes/1830360
2. Changes on the Java side (relevant from PI 7.11 onwards):
The alerting mechanism on the Java side has a technology for suppressing multiple alerts from PI 7.11 onwards, if many alerts are triggered by the same error source in a short period (for example, a fast-polling sender channel that keeps triggering the same error). This should help to reduce the system load and the number of similar alerts. This mechanism is always active and is not dependent on the above ABAP parameter or the "Suppress Multiple Alerts for This Rule" flag for the alert rule. Instead, the time interval is specified with AF Core Services parameter alerting.suppressInterval
Setting this parameter will make sure to say 5 minutes, will make sure that even if the poll interval is 60 seconds, instead of 5 alerts only 1 alert is triggered and so on. I havent tried this personally but that is my understanding. Let us know how this goes!
Hi Bhavesh,
I had a look into this note. But it looks like this note is applicable to RWB based alerting.
We have a CBMA based alerting framework, where a Job is scheduled using a Java scheduler (at a 5 mins interval) to pick the alerts generated until then. We have checked the "Suppress Alerts" and "AggregateAlerts" to true, so duplicate alerts are suppressed until they are consumed by the job run.
But still, receveing an alert on a failed sender file channel once in 5 mins is quite annoying.
I know that one way to get around my problem is to decrease the frequency of this Java job.
But, we would need a near real time alerting for other failures(like the failures on the receiver end).
Regards,
Senthil
Ok Senthil,
Then the solution could be integrating with Solution manager as Praveen suggested.
Check the link below you will get some idea.
User | Count |
---|---|
68 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.