how to stop Scheduled jobs getting run using inactive user profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 01:17 AM
Hi Team,
Scheduled Jobs getting run by inactive user as created by user is inactive when scheduled job is getting run.
Please suggest inputs how to avoid this.
As client project security issues , they don't want to run scheduled jobs if created user is inactive.
Regards,
Vineela
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 01:21 AM
Hi,
Sorry I don't understand this bit -> 'un by inactive user as created by user is inactive when scheduled job is getting run'
Could you please explain what is happening?
Feel free to add screenshots of the job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 01:31 AM
Hi Anurag,
Initially Scheduled job is created by User who is active.
Now the scenario is scheduled jobs are still running when created by user is inactive.
Client wants to stop these scheduled jobs getting run when created user is inactive. please suggest how we can achieve this.
Regards,
Vineela
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 06:38 AM
If it is a one time activity the you can just run a script to find such jobs, and then take action on it. The jobs are built for a some specific work, if the develop leaves the company, doesn't mean the work they did is no longer useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 02:00 AM
Hi Anurag,
Due to Client security policies, scheduled job should not run as system administrator as default one. due to access restrictions , we cannot provide admin privileges to that job running.
and also inactive users running scheduled job also security point of view not good.
Thats the reason clients wants to avoid that situation.