Plesk scheduled tasks broken since the migration

All 6 of the automatically created Plesk scheduled tasks cannot start and cannot be edited since the VPS migration. When i try to edit them, i get the following error:

Code:
General page initialization failed.
The specific error is:
0x8007000d: The data is invalid.
An error has occurred attempting to retrieve task account information. You may continue editing the task object, but will be unable to change task account information.


Is there a Plesk tool that can recreate all of its scheduled tasks?
 
Yes there is, you have to delete some entries in windows and then simply do nothing and hit 'update' in plesk and it will rebuild them.

Pratik has exact directions and will reply to you in the last ticket.
 
All 6 of the automatically created Plesk scheduled tasks cannot start and cannot be edited since the VPS migration. When i try to edit them, i get the following error:

Code:
General page initialization failed.
The specific error is:
0x8007000d: The data is invalid.
An error has occurred attempting to retrieve task account information. You may continue editing the task object, but will be unable to change task account information.


Is there a Plesk tool that can recreate all of its scheduled tasks?

There is not a Plesk tool but you can follow the below steps to recreate the Schedule Tasks in Plesk.

1. Delete or Move the offending "SYSTEM" account tasks in Task Scheduler.
2. Stop the Task Scheduler
3. Delete all files in C:\Documents and Settings\All Users\Application
Data\Microsoft\Crypto\RSA\S-1-5-18
4. Restart the service
5 Now run the below set of commands

cd %plesk_bin%
crontabmng.exe update

Problem should be resolved
 
Back
Top