Error E3384

Scheduled command failed. Error code = (error code).

Module

Task Engine

Reason:

Job Scheduler jobs run any command that you enter and assumes that the job failed if the return value of the command is greater than 0xFF. This error can occur if you try to cancel the job but the job cannot be cancelled.

Action:

Check the error code and see the meaning of the error code for the command. If the command is a batch file, the batch file needs to save the return value of each command it runs and return the proper error code when it finishes all the commands.