Skip to main content

Tasks under System@NT Authority

Thread needs solution

Hi,

I'm creating a new plan by using command line tools and everything seems ok.
The problem is that the command line is running under an local system account (and I cannot change this) and the plan is created with the owner = SYSTEM@NT AUTHORITY

So when the plan is schedule to start or if I try to run in manually I always get the error on the log described below.

Is there a way we can have plans under this owner to run ?

Thanks in Advance
Eduardo Barbosa

ERROR LOG:

Failed to run the task: Unexpected conditions.
Additional info:
--------------------
Error code: 110
Module: 9
LineInfo: 652a61e599f14d6a
Fields: $module : mms_vs
Message: Failed to run the task: Unexpected conditions.
--------------------
Error code: 65520
Module: 0
LineInfo: bd28fdbd64edb8e0
Fields: code : 2147943726, $module : mms_vs
Message: Logon failure: unknown user name or bad password
--------------------

0 Users found this helpful

Hi,

Thanks for the feedback.
The command line tools are present locally on the machine so when using the credentials settings, I'm getting the Exit Code=22085712 from the acrocmd.
Do you know where I can get more details on this exit code ?

Thanks in Avance
Eduardo Barbosa

If complete output of commandline utility is available, please post it too, but this error is 'option not recognized'. Most likely you misplaced the 'host' and 'credentials' options you added. Can you post exact command line you used (without passwords removed of course) ?

Hi

I've used:

cmd.exe /C "C:\Program Files\Acronis\CommandLineTool\acrocmd.exe" import plan --loc=C:\windows\temp\XXXXX.xml --host=lo
calhost --credentials=user,password

It works fine on another user console context, but not if run under a system account i get:

The process cannot access the file because it is being used by another process.

Anyway, I've manage to make this work using the psexec utility with the -h parameter.

Thanks for your support
Eduardo Barbosa