Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-02-20 12:08 AM
How can one from the Alert Stage export alerts to an external system ? Email ? Log file ? Rest Api ? SNMP ? Is there a doc on this ?
Thank !
------------------------------
C Wells
------------------------------
Thank !
------------------------------
C Wells
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-02-20 04:52 AM
Alert Stage can't directly export the alerts to 3rd party system. However, if you are able to configure the alert, you would probably be able to :
1- Send a notification using any method (write to log file, send window messages via SMNP, or pass it on as an input parameter to any custom API) from within the process itself.
2- Write a SQL query on [BPAAlertEvent] table to export the log to desired system.
Any many more such thoughts can be implemented.
------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------
1- Send a notification using any method (write to log file, send window messages via SMNP, or pass it on as an input parameter to any custom API) from within the process itself.
2- Write a SQL query on [BPAAlertEvent] table to export the log to desired system.
Any many more such thoughts can be implemented.
------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-02-20 04:52 AM
Alert Stage can't directly export the alerts to 3rd party system. However, if you are able to configure the alert, you would probably be able to :
1- Send a notification using any method (write to log file, send window messages via SMNP, or pass it on as an input parameter to any custom API) from within the process itself.
2- Write a SQL query on [BPAAlertEvent] table to export the log to desired system.
Any many more such thoughts can be implemented.
------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------
1- Send a notification using any method (write to log file, send window messages via SMNP, or pass it on as an input parameter to any custom API) from within the process itself.
2- Write a SQL query on [BPAAlertEvent] table to export the log to desired system.
Any many more such thoughts can be implemented.
------------------------------
Vivek Goel
"If you like this post, please press the "Recommend" Button.
------------------------------
