
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:38 PM
I created an outage which works fine if I start the outage right away but if I schedule a planned outage it will not fire. My thought is that because the notification for the immediate outage start begins when an event outage.begin.notif triggers there is some logic in there that needs to be modified for the planned outage.
Where can I find outage.begin.notif?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:46 PM
Yes, the custom events are created in the Event Registry. Check the event registry for this event
and there should be some server side scripts that actually fires this event. Check the business rule, script includes to find gs.eventQueue or outage.begin.notif.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:40 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:42 PM
But where is the actual event before it fires?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:48 PM
Perfect! Thank you very much