Salta al contenuto principale

20000 Fehler in Windows Ereignisanzeige mit Acronis Scheduler

Thread needs solution

Die Ereignisanzeige in Windows 10 zeigt mir seit  dem 06.01.2016 über 20000 Fehler mit dem Acronis Scheduler an.

Fehlertext:

Scheduler failed to run task with GUID 'E8EB23E7-2D44-49CD-BDBA-301B0BD1C9E3' because of error 2 (failed to find the file (folder) or the key (value) in the registry.).

Kennt jemand diese Fehlermeldungen und eventuell eine Lösung für das Problem?

Gruß

Georg

0 Users found this helpful

Georg, it looks like you have a problem with one of your scheduled tasks that is giving these errors.  The task can be identified by looking in the C:\ProgramData\Acronis\TrueImageHome\Scripts folder which holds your tasks with names very similar to the GUID given in the error message (E8EB23E7-2D44-49CD-BDBA-301B0BD1C9E3).

If you open the task with this name in a text editor (Notepad or similar), then you will see text that identifies the task name that is shown with the list of tasks in ATIH 2016 - see my example below:

<?xml version="1.0" encoding="UTF-8" ?>
<batch>
    <version>1.0</version>
    <uuid>1A97D454-9F95-46A7-B89B-F0CF11FA3AF8</uuid>
    <display>Docs</display>

The UUID is the name of the task script and Display the name you gave to the task.

Once you know what the task is, then you need to check the logs for that task to see what the real issue is.

The logs are held in C:\ProgramData\Acronis\TrueImageHome\Logs - I would recommend to either clear the logs folder or copy the contents to another place, then run the task to create new logs for that task, to make it easier to see what is happening.

The alternative action would be to delete the task giving this problem with errors and create a new task to replace it, then check that the issue is resolved.