- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2023 01:37 PM
Why the count result on Scheduled Job is different from when running via Background Scripts?
I'm doing a count in a table and inserting the result on another table but the result is not right.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2023 08:15 AM
Check who is the "Run as" for you schedule job. Change it to your account you run the fix/background script. Should have the same result after.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2023 05:49 PM
Hi ana,
Post your script, and folks here can assist. And how your Scheduled Job is defined, Is the 'Run as' value for that different from when run in Scripts Background?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2023 12:31 PM
Hi Bert, the issue was related to the Run as, thank you very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2023 08:15 AM
Check who is the "Run as" for you schedule job. Change it to your account you run the fix/background script. Should have the same result after.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2023 12:30 PM
That is exactly what the issue was, thank you!