Error String: Illegal semicolon, not in group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2014 08:39 AM
Hi team,
Configured a scheduled email report 'Closed Incidents on yesterday' to run daily at a specific time.When we test it by using 'Execute Now',it end up in 'Failed' list of records with 'Ignore' state.And the Error String contains 'Illegal semicolon, not in group'.
Not sure what it represents and where needs to be checked.Any pointers would be much appreciated.
Regards,
Mahesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2014 08:42 AM
I haven't seen this error personally- any chance you could get a screen shot of the error you're seeing? I know it's already in text but a screen shot of what your setup looks like could be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2014 08:49 AM
After doing a little more digging this looks like it's not a ServiceNow issue (at least not directly). This error could mean there is bad data in the TO line (where the report is being sent). See who the report is sending to and see if any of those email addresses appear to be set up incorrectly (ie: check for non-email characters like colons, semi colons, etc).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2014 09:32 AM
Hi Aaron,
thanks for the reply.
I have seen multiples types in the email addresses field of the schedule report.
Like, abc@domain.com,xyz@domain.com (comma separated)
abc@domain.com;xyz@domain.com (semicolon separated)
abc@domain.com; xyz@domain.com (semicolon+space)
I too noticed that all of them sent successfully.
What would be the best type to use?
Regards,
mahesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2014 03:11 AM
Even with comma separated list it's not working.