how to stop Scheduled jobs getting run using inactive user profile

Vineela1
Tera Contributor

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

 

 

 

14 REPLIES 14

Anurag Tripathi
Mega Patron
Mega Patron

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 

-Anurag

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

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.

-Anurag

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.