- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 05:52 PM
I think there is a function that notifies you of the error content when user authentication on the MID Server fails, but I can't find it no matter how hard I search.
Could you please tell me the name of the event or notification that corresponds to that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 12:53 AM
hi @__ __2
Email Notifications (OOTB)
* Functionality: ServiceNow has built-in email notifications for MID Server issues, including authentication failures. However, these may not be enabled by default.
* Configuration: You can activate and customize these notifications in the system properties related to MID Server. Navigate to System Properties > MID Server. In the Email Notifications section, you can define the recipients and customize the email content.
* Benefits: Easy to set up and provides basic alerts about authentication problems.
Which One to Choose:
* If you need basic email alerts for MID Server authentication failures, start with enabling and configuring the out-of-the-box email notifications in the system properties.
* If you want more control over notifications and actions, create custom event-driven notifications or business rules on the ecc_agent_issue table.
* If you need detailed debugging information and advanced monitoring, leverage the MID Server logs.
If you like this opinion and your problem is resolved after reviewing and applying it. Please kindly mark this your best answer🌠OR mark it Helpful ⛑if you think that you get some insight from this content relevant to your problem and help me to contribute more to this community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 01:14 AM
No, OOB notification wont be sent to anyone. Their is will an issue get created. You need to create a custom notification as when mid server issue get created.