Skip to main content

Fix for Message: Deployment has failed: task already exists.

Thread needs solution
Beginner
Posts: 2
Comments: 1

While the successfully backing up my data with a GFS backup scheme, the following message appears: "....Deployment has failed: task already exists."

QUESTION
How do I keep the message from displaying?

Error Log Code follows
--------------------------
Log Entry Details
----------------------------------------------
Type: Warning
Date and time: 1/18/2011 10:54:19 AM
Backup plan: [None]
Task: [None]
Code: 589,844(0x90014)
Module: 9
Owner: SYSTEM
Message:
Deployment has failed: task already exists.
Additional info:
--------------------
Error code: 20
Module: 9
LineInfo: 454c4817967cb869
Fields: $module : C:\Program Files (x86)\Acronis\BackupAndRecovery\mms.exe
Message: Deployment has failed: task already exists.
--------------------

0 Users found this helpful
Beginner
Posts: 0
Comments: 3

I am having the same issue. This appears in my log almost every other day. What is the solution to make it go away?

---------------------------------------------------------------------------------------------------
Log Entry Details
--------------------------------------------------------------------------------------------------
Type: Warning
Date and time: 1/31/2011 11:07:03 AM
Backup plan: [None]
Task: [None]
Code: 589,844(0x90014)
Module: 9
Owner: Administrator
Message:
Deployment has failed: task already exists.
Additional info:
--------------------
Error code: 20
Module: 9
LineInfo: 454c4817967cb869
Fields: $module : C:\Program Files (x86)\Acronis\BackupAndRecovery\mms.exe
Message: Deployment has failed: task already exists.
--------------------

Forum Star
Posts: 24
Comments: 3268

Hello Clinton and James!

Welcome to our Forum, it's nice to have you with us. Thank you for finding time to report about the issue, I will be glad to help you with it.

It looks like the Scheduler glitch, and we can try the following steps to resolve the issue: 

  1. Update Scheduler as mentioned in this article
    If it doesn't help, please:
  2. Download Acronis Scheduler Manager. Open command prompt (Start -> Run -> cmd); run schedmgr.exe and issue the following command:
    task zap
    This will erase all traces of the tasks.
  3. Reboot the machine
  4. Recreate the tasks

Please note that task zap command will delete all the tasks. In case you need to remove just one task, please follow the below instructions: 

  1. Run schedmgr.exe and issue this command
    get list
    It will provide you with the list of tasks you have
  2. Find the one you need to delete and enter the following command:
    task [task_number]
    This will get you to this task menu
  3. As soon as you are in the task menu, enter
    Delete
    and the task will be removed

This should resolve the issue faced. Should it persist, please provide us with Acronis Info.

Should you need anything else or have any further questions - feel free to contact us at your earliest convenience, we will be happy to help you!

Thank you!

Beginner
Posts: 0
Comments: 3

This seems to have solved this issue. Thanks.