Question
Virtusa
LK
Last activity: 16 Oct 2018 12:03 EDT
Alerts in pega
When PRPC generates alerts are they going to be stored in a specific table in DB?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
Hi Silva,
By default, i dont think Pega will store the alerts in the database. If you are using AES then you can monitor the alerts for 14 days which will be stored in pegaam_alert table in AES.
Hope this information will help you.
Regards
Mahesh
Virtusa
LK
I have a requirement to query alerts for a day within a node,In order to achieve this should I read the log file using a listener or any other approach?
Pegasystems Inc.
US
If you are not using AES, then the only way to achieve your requirement is via the PegaALERT log file reading as this information is not available in database.
Pegasystems Inc.
IN
HI Sameer,
You can also create a simple Java code and keep it in activity to read your log files for alerts.
If you wish you can commit them to a external table in DB as well.
Thanks,
Ujjwal
Pegasystems Inc.
IN
Hello Sameera,
When an alert generates in pega an entry will be made in pega rules alert log file it won't be stored in any tables .
I will agree with Mahesh you can install AES and monitor the health of other systems to check exception,alerts and lot of other factors .
Regards,
Arun
CollabPartnerz
IN
Hi,
Below link might be helpful.
https://community.pega.com/sites/default/files/help_v62/concepts/concepts2/conceptsalerts.htm
CollabPartnerz
IN
there is no ootb activity to achieve this but we need to write custom java to store all alerts in DB.