scheduler

  • Thread starter Thread starter Bobbi
  • Start date Start date
B

Bobbi

I have several scheduled tasks set up (used for running jet reports) and
would like to share them with another user. It is possible?
 
I have several scheduled tasks set up (used for running jet reports) and
would like to share them with another user. It is possible?

I believe scheduled tasked are saved some place in the Windows folder
as a .job file. You should be able to copy and export them to another
PC.

- Thee Chicago Wolf [MVP]
 
have you tried opening Scheduled Tasks, r-click, drag and drop to a
transfer folder, and then have the "another user" drop them into their
Scheduled Tasks?
 
Bobbi said:
I have several scheduled tasks set up (used for running jet reports) and
would like to share them with another user. It is possible?

What triggers the scheduled tasks? Under which account do they run?
 
Bobbi said:
I have several scheduled tasks set up (used for running jet reports) and
would like to share them with another user. It is possible?

Copy the .job files under C:\Windows\Tasks. The other user will need
permissions on the file (either because as an admin they take ownership
or you as an admin grant them permissions on the .job files). If the
..job files are getting copied to another host, and admin over there will
need to assign permissions on the files to whatever user wants to edit
and run them.
 
Back
Top