- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2019 04:13 AM
Hi, I am experiencing an unusual issue with SLAs. I have a two conditions to STOP SLA calculation and they are
State != New
or
Assignment Group !=ITSD.
For some reason when the first condition meets, the SLA stops but not when the second condition meets. If I repair the SLA, then the SLA stops (as expected) even for the second condition. I have checked the SLA definitions and schedules and find no issues. Has anyone experienced the similar issue before?
Attaching the SLA start and stop conditions for your reference.
Start Condition:
Stop Condition:
Thanks,
Rohit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019 01:55 AM
Found the cause guys. It's one of the BRs on assignment group change disabling the SLA BR. But wondering if is there a way to force run a BR while using the serUseEngines(false)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2019 07:26 AM
Could this is be because of 'Assignment Group' and 'State' are mentioned in both Start and Stop conditions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019 01:55 AM
Found the cause guys. It's one of the BRs on assignment group change disabling the SLA BR. But wondering if is there a way to force run a BR while using the serUseEngines(false)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 09:28 PM
hi @rohitservicenow .. Id like to know what solution did u use as Im also facing this kind of problem . Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 12:52 PM
Hi @Dizy M ,
We had a BR which has 'setUseEngines(false)' which was disabling running other Server side code, so we had to adjust our BR to ensure the 'Run SLAs' BR is when even on Assignment group change.
Please check if any of your BRs have 'setUseEngines(true)' or 'setWorkflow(true)' in it?
Hope it help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 03:25 AM
We don't have any such BR but still the SLA was did not stop based on the Stop condition