"Operation against file 'problem' was aborted by Business Rule 'Transform synchronously^<sys_id>'. Business Rule Stack:Transform synchronously"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 02:23 AM
Im trying to update the state of the problem record through an import set API transform script. I get an error
"Operation against file 'problem' was aborted by Business Rule 'Transform synchronously^<sys_id>'. Business Rule Stack:Transform synchronously"
How to resolve this?
- Labels:
-
Problem Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 02:38 AM
Hi,
Check this:
There will be a BR on Problem table which is restricting the creation of problem ticket. If on transform map you say run business rule to false then this will work.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 02:56 AM
Run business rule is already disabled. Still I get the error, its quite weird

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 03:15 AM
Hi,
check this articles:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0758158
https://hi.service-now.com/kb_view.do?sysparm_article=KB0657251
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 04:16 AM
Ive tried the solutions mentioned in the KB articles. I get the error only if I am trying to update the state of the problem record , in spite of the 'Run Business Rule' being disabled.
Can we not change the state of the problem record through script, in Orlando version.
Say from 'New' to 'Closed'