- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:10 AM
The job is running daily. Is here a way to request a new execution to get fresh data from Microsoft? Which user profile is also needed for executing the job, is sam_admin enough?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 01:31 PM
Hi @Lionel Falk,
the jobs are located in table [sys_trigger] (All > System Scheduler > Scheduled Jobs) and this table is by default restricted to users with the role admin to read/execute any of the jobs.
Recommendation - create a catalog item & flow to execute the job on demand or change the execution to two times a day.
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 05:55 AM - edited 08-14-2024 06:36 AM
Hi @dreinhardt , finally the proposed solution 1 above will be replaced by a second execution of the job (twice a day) to minimize the complexity, as you proposed as solution 2). Decision taken by the tech team.