
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 04:11 PM
I have this issue of Email notifications not getting created for one Group even after event is fired. My issue is similar to the one mentioned in this thread Email (notification) does not get created / sent even though event is fired .
There is one user profile with same email address which is locked out and inactive, when I removed the Email address from locked user it starts sending notifications. But this is not exact solution in my case as I cannot remove the Email address for user from AD.
We don't have this issue before upgrading to Istanbul( and user is locked out for long time) , am wondering what new changes or conditions were added with new release that checks for user table for same email address.
Any help is appreciated. ctomasi kalai
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 02:43 PM
What you have mentioned is right.
We fixed this issue by modifying on before script to add disabled to email address just like for User id and that worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 12:24 PM
Delete the user account in ServiceNow or rename the email id for the disabled account in ServiceNow. That should work then, when using that email id as group email.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 12:31 PM
My whole point is that I cannot Delete or rename the email id as it gets refresh from AD for every day.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2017 12:36 PM
Hi Bharath,
Most clients dont usually dont sync inactive users from AD. Please check your LDAP integration.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 01:31 PM
We also had this problem, and it was difficult to troubleshoot. I was only able to solve it once I found this post. I was actually looking for some kind of block list in ServiceNow for banned email addresses.
Personally I see this as an issue with the platform. Somewhere there is a lookup being performed back onto the user table by email address that looks to see if the user is disabled. That's fine if it is for a user type notifications, but not for group type.
We solved it by removing the email address or user, as we aren't syncing disabled users, but this really shouldn't have been a problem in the first place.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 02:43 PM
What you have mentioned is right.
We fixed this issue by modifying on before script to add disabled to email address just like for User id and that worked.