ActiveBatch Messages
The following tables list all the pertinent ActiveBatch messages. The message codes follow Windows conventions and contain the severity as part of the message code. In addition, the messages themselves contain a facility code “ABAT”, a severity code (“I” information, “W” warning,”E” error) and the message name followed by the text of the message. All ActiveBatch messages are contained in the ABATMSG.DLL file and can be found in the ActiveBatch installation directory.
Please note that the tables do not contain every ActiveBatch message but rather the messages that a user can typically expect to see. The two tables below are the same, the first lists the messages in alphabetical order, and the second lists the messages in numeric (hex) order.

Message | Value (HEX) | Description/Action |
---|---|---|
ABAT-E-ABORTENTRY, Entry has been aborted |
CFFD00C5 |
A Job has been marked as ‘aborted’. |
ABAT-E-ALLOCFAIL, Failure to allocate memory |
CFFD0008 |
This is an internal error usually indicating that insufficient hardware or software resources are available to satisfy a memory request. |
ABAT-E-ASSOCNOTFND, Failure to determine file association |
CFFD015E |
The Execution Agent was unable to find the Job file’s extension to program association. The Job was not run. |
ABAT-E-AUDPURGEFAIL, Failed to purge Audit ID %1!d! |
CFFD01EB |
This DBPurge message can appear in the Application Event Log and indicates that DBPurge was unable to remove old audit messages from a specific Job. |
ABAT-E-BADPARAM, Bad parameter received |
CFFD000B |
This is a general error indicating that a bad parameter was specified. Depending on the context you should specify a legal value or property and try again. |
ABAT-E-BATCHSTARTERR, unable to launch Batch Start Job |
CFFD01CA |
A Job completed and had a Batch Start (Success or Failure) action associated with it. That action could not be performed. Additional information accompanies this message indicating more specifically what the problem was. |
ABAT-E-CONNECTFAIL, Failure to connect to Server, %1!s! |
CFFD0005 |
This is a general non-specific error indicating that the client was unable to connect to a server machine. Please check the machine name or IP address and try again. |
ABAT-E-COPYFILEERROR, An error occurred while copying the file '%1!s!' to the Job Scheduler because the file cannot be found or there was an error opening/reading the file |
CFFD01A7 |
This message can occur if the “Copy File” feature is enabled for a Main, Pre or Post file. As the message indicates an error occurred while attempting to copy the file to the Job Scheduler. |
ABAT-E-CRELOGFILE, Failure to create log file |
CFFD015F |
The Execution Agent was unable to create the batch Job’s log file. Typically, the log file specification is not valid or proper OR the main Job script file specification is also not valid. Please check the log/script file specification and ensure it can be created from the Execution machine. |
ABAT-E-DBPURGEFAIL, An error occurred while running the DBPurge process. Please examine the Event Log/DBPurge Log for further details |
CFFD01EA |
Self-explanatory. This error message concerns the running of the DBPurge facility to prune unneeded Jobs from the ActiveBatch system. |
ABAT-E-DEPENDFAIL, dependency failure |
CFFD01AE |
The Batch Job failed because a Job dependency could not be satisfied. |
ABAT-E-DISCONFAIL, Failure to disconnect from server |
CFFD000E |
An error occurred disconnecting from a Job Scheduler machine. This is typically not something to be overly concerned about since the error occurs on the disconnect itself. |
ABAT-E-DUPLICATE_KEY_VALUE, Duplicate key value |
CFFD0070 |
This error is returned when an attempt has been made to create an object with a duplicate key (2 objects with the same name). |
ABAT-E-DUPLICFND, A duplicate license was found. Please ensure that all licenses are valid and unique. |
CFFD01D7 |
This serious error usually indicates some level of license tampering. Please run the ABATLIC program to obtain more information. |
ABAT-E-EAGENTADNAMERR, unable to translate Exec Agent Active Directory Name |
CFFD0239 |
An Active Directory published name was provided by a user and could not be translated. Please check the AD name given and try again. |
ABAT-E-EMGRCONNECTFAIL, Failure to connect to Execution Queue Manager |
CFFD0007 |
The Job Scheduler was unable to connect to the Execution Agent machine. Please check the machine name or IP address and try again; the machine may not be on the network; the machine may not be running RPC or DCE services. |
ABAT-E-EMGRFAIL, Network connection to the execution machine has been lost |
CFFD0033 |
Self-explanatory. Depending on network conditions this problem may resolve itself as the machine is rediscovered. |
ABAT-E-EXCCPUTIME, Job aborted exceeding expected cpu time |
CFFD01C5 |
The Execution Agent has set this Job’s exit status code because of an overrun for CPU time and has aborted the Job. |
ABAT-E-EXCMAXDISPATCH, Job exceeded maximum dispatch time |
CFFD0233 |
This Job was terminated because it tried to execute after its established dispatch time. |
ABAT-E-EXCRUNTIME, Job aborted exceeding expected run time |
CFFD01C4 |
The Execution Agent has set this Job’s exit status code because of an overrun for elapsed run time and has aborted the Job. |
ABAT-E-EXECABORT, Job aborted due to Execution Agent failure |
CFFD01D1 |
A Job was aborted when an Execution Agent/machine failed. The Job was not marked as being restartable. |
ABAT-E-FAILURE, Failure in Batch Queue Management System operation |
CFFD0002 |
A non-specific error occurred. The error is typically either internal or transient. Please try the operation again. |
ABAT-E-FILESIZEERROR, The file being copied is larger than the system policy allows for |
CFFD01A8 |
The ActiveBatch Administrator has prevented your file from being copied to the Execution Machine through the System policy CopyScriptMax |
ABAT-E-FORCERUNERR, unable to Force Run Job -- see JSS log for details |
CFFD023B |
A Force Run command was issued and was unable to execute. The JSS log (found in the LOG sub-directory provides additional information). |
ABAT-E-GETOWNER, unable to obtain object owner |
CFFD01E5 |
ActiveBatch is unable to retrieve the owner of the object. This error may appear if the domain of the owner’s account is not available. |
ABAT-E-HASASSOCIATIONS, object is associated with other items |
CFFD0230 |
The object you want to delete is referred to by other objects. You must either disassociate these object references or enable the forceddelete flag to forcibly dereference these associations. |
ABAT-E-IMPERSONERR, Failure to impersonate client |
CFFD00CF |
This error can be returned if you attempt to connect to a Job Scheduler while the Scheduler is still in the process of starting. Please wait a moment and try again. |
ABAT-W-INCONSOS, ActiveBatch Product Edition is inconsistent with Operating System level |
8FFD022E |
The ActiveBatch base product license you’ve previously entered does not allow operation on this Operating system type (for example, Enterprise or Datacenter Server). |
ABAT-E-INITQFAIL, Failure to initialize a queue |
CFFD000D |
The operation to initialize a Queue failed. The Queue was not created. A more specific error usually accompanies this error. |
ABAT-E-INITSD, Failure to initialize ABAT Security Descriptor |
CFFD0100 |
This is an internal error indicating a failure to create a security descriptor the object. This error may be logged to the product’s trace file. |
ABAT-E-INSTSKIPPED, instance skipped due to active instance |
CFFD01EC |
This audit message indicates that a Job instance could not be executed because the template’s property did not allow multiple concurrent copies of the Job to run simultaneously. |
ABAT-E-INSTWAITFAIL, active instance wait failed |
CFFD01ED |
This audit message indicates that a Job instance could not be executed because the “If Job Active… Wait” property was enabled and the timeout period expired. |
ABAT-E-INSUFFPRV, Insufficient privilege to perform Batch Queue Management operation |
CFFD00FA |
You attempted to perform a Queue or Job operation for which you lack sufficient access permissions. |
ABAT-E-INVCALCONFIG, An invalid Calendar configuration was made. Please make sure that all the calendar will allow a Job to run at least once |
CFFD01FF |
You have attempted to create a Job and Schedule combination in which the Job will never run. For example, scheduling a Job on December 25th and then assigning a Calendar with Christmas as a holiday. |
ABAT-E-INVHISTPROP, Job save history duration must be greater or equal to the log file retension period |
CFFD01C6 |
Self-explanatory. |
ABAT-W-INVJOBTYPE, Job type is not valid for specified operation |
8FFD0231 |
The operation attempted is illegal when used against a Job’s template. Please verify operation and then issue against Job instance. |
ABAT-E-INVOPER, An invalid operation was specified |
CFFD00DD |
Either: an invalid context was specified on an enumeration, or an invalid operation was specified based on a Job current state. For example, attempting to release a Job which isn’t held. |
ABAT-E-INVOPNCLSTIME, Invalid queue OPEN time range or CLOSE time range |
CFFD0024 |
The time you entered was not in 24-hour time format. 00:00 through 23:59 is the legal range. |
ABAT-E-INVOSPRIORITY, Invalid operating system priority |
CFFD0040 |
An illegal O/S priority value has been specified as part of a Job. |
ABAT-E-INVOSQPRIORITY, Invalid operating system scheduling priority |
CFFD0020 |
You specified an illegal O/S priority value as the Job default with a Queue. |
ABAT-E-INVREGVAL, Invalid registry key value, %1!s! |
CFFD0009 |
Data associated with a Registry Key is of an incompatible type. For example, the datatype should be REG_DWORD and the value was found to be REG_SZ; the value itself is not legal. |
ABAT-E-INVSTRTSTPTIME, Invalid queue START time range or STOP time range |
CFFD0023 |
The time you entered was not in 24-hour time format. 00:00 through 23:59 is the legal range. |
ABAT-E-ITEMALREADYEXISTS, The item being added to the collection already exists |
CFFD019D |
This general error indicates that you are attempting to add an object to a collection and the object already exists. For example, trying to add the same account and access to a security collection. |
ABAT-E-JOBABORT, Job aborted during execution |
CFFD00C9 |
This is the exit status code of a Job that has been aborted. |
ABAT-W-JOBHELD, Job is held |
8FFD0236 |
You attempted to trigger a Job that is held for execution. Release the Job first and then retry. |
ABAT-E-JOBHISTORYERR, History information for the requested Job could not be found |
CFFD01A9 |
This is an internal error indicating that the Job’s History information could not be retrieved. |
ABAT-W-JOBNOTWAITING, Job is not in a wait state |
8FFD0232 |
You tried to Force Run a Job that is not in a wait state |
ABAT-E-JOBSCHEDFAIL, Job Scheduler failed to start |
CFFD019A |
This is the exit status code of a Job Scheduler Service which could not be started. Check the trace file or NT Application Event Log for more information. |
ABAT-E-JOBSONQUEUE, Jobs exist on queue |
CFFD00C4 |
An attempt to delete a Queue failed due to Jobs currently on Queue. You can indicate that a ‘flush’ operation first be performed prior to the actual Queue delete. |
ABAT-E-JOBUNDERRUN, Job has underrun specified time |
CFFD0235 |
A Job with monitoring enabled completed execution in much less time than was unexpected. The Job is marked as having failed. |
ABAT-E-JSSCONNECTFAIL, Failure to connect to Job Scheduler |
CFFD0006 |
The client was unable to connect to the Job Scheduler machine. Please check the machine name or IP address and try again; the machine may not be on the network. |
ABAT-E-JSSSTARTUPERR, unable to start Job Scheduler - refer to AbatJss.log for details |
CFFD022F |
The Job Scheduler service cannot be started. Please check the AbatJSS.log file (in the LOG sub-directory) for more information. |
ABAT-E-KEY_VALUE_NOT_FOUND, Key not found |
CFFD006F |
This error/warning code indicates that a search for a specific object failed to be found in the database. |
ABAT-E-LICENSEXP, license has expired |
CFFD0161 |
The evaluation serial number has expired. Please contact ASCI or your distributor for an extension. |
ABAT-E-LOCALONLYLIC, This Personal Edition license is only permitted to communicate with a single Execution Agent on the Local Machine |
CFFD01DA |
When using the Personal Edition license you are restricted to a Workstation/Professional NT system and all connections are local to that system. |
ABAT-E-LOGONERR, error logging user onto Execution Machine |
CFFD00B5 |
This error indicates that the user’s username and/or password was not proper for logging the user onto the Execution Machine. Check the username and password (may be case sensitive) for the target system. More specific details may be found in the Execution Agent log file. |
ABAT-E-MAXEAGENTLIC, The maximum number of execution agent licenses has been met |
CFFD01D3 |
This licensing error indicates that the maximum number of Execution Agent licenses has been reached. Count each Execution Machine you are attempting to connect to (regardless of whether the machine is active or the Queue is started) and then compare against the value reported by the ABATLIC program. |
ABAT-E-MSONLYLIC, This Job Scheduler license only permits connections to Microsoft Execution Agents |
CFFD01D4 |
You are attempting to connect to a non-Microsoft Execution Agent and your license only permits you to connect to Microsoft Execution Agents. |
ABAT-E-NOBINDINGFND, Binding handle not available or invalid registry %n protocol specified |
CFFD000A |
This is an error indicating that a protocol sequence established in the Registry is not available on this machine. The RPC protocol sequence Registry key should be examined since it contains erroneous transports. |
ABAT-E-NOMACHINENAME, No machine name has been specified |
CFFD0003 |
A machine name needs to be specified. This error most typically occurs as a requirement for an Execution Queue or when connecting to a Job Scheduler machine. |
ABAT-E-NOMORE, No more items |
8FFD0178 |
This message code, typically returned as part of a context search, indicates that no more objects are available. |
ABAT-E-NOPASSWORD, No password specified |
CFFD0013 |
Attempting an advanced connection requires a password; attempting to execute a batch Job requires a password (unless Blank Password is enabled). Specify the password and try again. Note: You can let Activebatch remember the password for you. |
ABAT-E-NOQUEUENAME, No queue name specified |
CFFD0010 |
No Queue Name was specified and one was required. Specify a valid Queue Name and try again. |
ABAT-E-NOSUCHQUEUE, specified queue does not exist |
CFFD00B0 |
Self-explanatory. |
ABAT-E-NOTCONNECTED, A connection has not been successfully made to a Job Scheduler |
CFFD019C |
You have attempted to perform an operation that requires a current connection to a Job Scheduler machine. Please make the connection and try again. |
ABAT-E-NOTGENERIC, This is not a Generic Queue, unable to associate Execution Queues |
CFFD00F9 |
Self-explanatory. Check Queue properties. |
ABAT-W-OBJEXISTS, an object of that name already exists |
8FFD0234 |
You attempted to insert an object with a name that conflicts with an already existing object. The object you insert requires a unique name. |
ABAT-E-OPENCMDFILE, Failure to open command procedure |
CFFD0160 |
The Execution Agent was unable to open the batch Job’s script file. Please check the main Job’s file specification and ensure it can be opened from the Execution machine. |
ABAT-E-PROPERTYREADONLY, You cannot modify this Job because it is set as Read Only |
CFFD01B5 |
Self-explanatory. |
ABAT-E-QUEUEALRDYEXISTS, The queue already exists |
CFFD0038 |
An attempt to create a Queue of the same name failed since Queue names must be unique. |
ABAT-E-QUEUENOTFND, Queue not found |
CFFD002C |
The Queue name you specified does not exist. Please check the spelling and try again. |
ABAT-E-REGOPENERR, Failure to open registry HKEY_LOCAL_MACHINE subkey %1!s! |
CFFD001C |
ActiveBatch was unable to open a Registry Key value in HKEY_LOCAL_MACHINE. While you should check Registry security permissions this error typically means that the ActiveBatch Registry keys have been corrupted or otherwise tampered with. You should try executing a product REPAIR through the ADD/REMOVE Control Panel applet. |
ABAT-E-REGVALERR, Failure to obtain registry value %1!s! |
CFFD001D |
ActiveBatch was unable to obtain the specified Registry value-name. Typically this means the ActiveBatch Registry keys and/or value names have been corrupted or otherwise tampered with. You should try executing a product REPAIR through the ADD/REMOVE Control Panel applet. |
ABAT-E-REQPROPERTYINV, The required property %1!s! is either absent or invalid |
CFFD01A5 |
Self-explanatory. |
ABAT-E-RUNJOBINTERACTIVE, Unable to run the Job interactively |
CFFD01FC |
An error occurred while attempting to run this Job interactively. The error is most likely due to a lack of desktop permissions. |
ABAT-E-SERVERCOMMUNICATIONERROR, There was an error that occurred while communicating with the server |
CFFD01A2 |
The client interface encountered an error while communicating with the Job Scheduler. |
ABAT-E-TAKEOWNERFAIL, attempt to take ownership of specified object failed |
CFFD01E4 |
Your attempt to take ownership of this object failed. Verify that you have “Executive” level permission. |
ABAT-E-UNEXPEXCEPTCOM, An unexpected exception has occurred in the COM client |
CFFD01DF |
Self-explanatory. |
ABAT-E-WRKSTNONLYLIC, The Personal Edition license is only permitted to run on a Workstation Platform |
CFFD01F9 |
Self-explanatory. |
ABAT-I-ADDBATCHPRIV, The account under which this Job is executing has been adjusted to have the "Logon as Batch" right |
4FFD01DD |
The batch user has been automatically granted the “Logon as a Batch User” right. |
ABAT-I-DEPENDSAT, dependency is satisfied |
4FFD01AD |
This audit message indicates that all Job dependencies were met. |
ABAT-I-EVTTRIGGERED, Job triggered by event |
4FFD0181 |
An event occurred which triggered execution of a Job. |
ABAT-I-JOBSTART, Job %1!s!(%2!s!) started successfully on queue %3!s! |
4FFD00B1 |
Self-explanatory. This message is displayed by the command-line client. |
ABAT-I-JSSUP, The ActiveBatch Job Scheduler Service has started |
4FFD0036 |
Self-explanatory. Typically found in the JSS Trace file or NT Application Event Log indicating the Job Scheduler Service has been started. |
ABAT-I-MARKDELETE, Job marked for deletion |
4FFD01B4 |
Typically a template Job is marked for deletion when one or more active instances are still executing. |
ABAT-I-NOWBEM, WBEM services will not be available on this system |
4FFD0191 |
Microsoft’s WMI Services are either not available or have not been started. |
ABAT-I-SUCCESS, normal successful completion |
0FFD0001 |
Operation completed normally. No action to be taken. |
ABAT-W-ACCTLOOKUP, unable to lookup account |
8FFD019E |
ActiveBatch was unable to lookup the specified accounts SID and validate the account. Check any domain and account name spelling. |
ABAT-W-ASSIGNJOBFAIL, unable to assign process to Job object |
8FFD01B1 |
The Execution Agent could not create a Windows 2000 Job Object within which to encapsulate the batch Job. |
ABAT-W-CPYFILERR, error copying file to execution machine |
8FFD0184 |
The Job Scheduler was unable to open the Job step(s) script/program file. An additional error code provides more information. |
ABAT-W-CREPRCERR, error creating batch process for Job %1!s! |
8FFD00B6 |
An error occurred creating the batch Job process. More specific details may be found in the Job’s log file. |
ABAT-W-EXCRESTART, maximum restart value exceeded |
8FFD01D2 |
The Job could not be restarted as it has reached its maximum restart count. |
ABAT-W-GETSDERR, unable to obtain Security Descriptor |
8FFD01B8 |
ActiveBatch was unable to find the object’s Security Descriptor. |
ABAT-W-JOBCANTEXEC, Job cannot execute based on Exclusion List/Calendar |
8FFD01E9 |
This audit message appears if a Job was scheduled for execution but could not be executed due to an Exclusion List or Calendar conflict. |
ABAT-W-JOBNOTEXEC, Job not currently executing |
8FFD0168 |
You cannot restart a Job that is not currently executing. |
ABAT-W-JSSCONNFAIL, failed to connect to Job Scheduler on %1!s! |
8FFD00B8 |
Self-explanatory. Check that the machine’s name or IP address is correct; verify that the machine is up and connected to the proper network; verify the RPCSS or DCE services have been started. |
ABAT-W-LOADJOBSFAIL, unable to load Job objects dll |
8FFD01B3 |
For Windows 2000 machines, the Execution Agent attempts to load a special DLL which associates Windows Job Objects with ActiveBatch Jobs. This warning indicates that Windows 2000 Job Objects will not be used. |
ABAT-W-NOCOPY, unable to copy files to execution machine |
8FFD0183 |
Self-explanatory. Please check the Job step(s) file specifications. They must be accessible from the client machine. |
ABAT-W-NOQUEUESFOUND, no active Execution Queues found |
8FFD0182 |
This error can occur when a Generic Queue with Round Robin scheduling determines that no active Execution Queues are available to dispatch a Job. |
ABAT-W-NOSUCHALERT, no such alert |
8FFD017D |
The specified alert could not be found for update or deletion purposes. |
ABAT-W-NOSUCHCALENDAR, specified calendar does not exist |
8FFD01E0 |
Self-explanatory. |
ABAT-W-NOSUCHCHAR, no such characteristic |
8FFD0177 |
The machine or user characteristic you specified could not be found. |
ABAT-W-NOSUCHCONTACT, contact information not found |
8FFD017A |
The specified user/machine contact information could not be found for update or deletion purposes. |
ABAT-W-NOSUCHJOB, specified Job does not exist |
8FFD00BB |
Self-explanatory. The Job’s ID did not match any present Jobs in the system. |
ABAT-W-NOSUCHPOLICY, specified policy does not exist |
8FFD0198 |
The specified policy does not exist. Check the policy name spelling. |
ABAT-W-NOTNT, operation requires Windows NT |
8FFD00AF |
The Job Scheduler and Execution Agent services cannot be run on non-Windows 2000/NT systems. |
ABAT-W-NOTTEMPLATE, not a template Job |
8FFD0199 |
The specified Job is not a template. Certain operations can only be performed on a template Job, for example, you cannot submit or move a non-template Job to the OnDemand Queue. |
ABAT-W-PROCAFFINITY, unable to set processor affinity |
8FFD01BF |
A processor mask was specified for this Job. However, the mask affinity operation could not be performed. The Job will still execute. This can be caused if the number of actual processors is less than that specified or an O/S specific restriction on assigning processors to Jobs is violated. |
ABAT-W-PROPTYLOCKED, property is locked |
8FFD018D |
An attempt to modify a property failed because the property was locked and cannot be changed by an ActiveBatch non-Administrator. |
ABAT-W-REQPARMABS, required parameter absent |
8FFD017E |
You didn’t specify a Schedule ID or the query event string for a Job. |
ABAT-W-RPCEXCEPT, RPC Exception thrown |
8FFD01B6 |
This message, if displayed, would be found in a product trace file. |
ABAT-W-SCHEDATTACHED, Jobs attached to this schedule |
8FFD0167 |
You cannot delete this Schedule since Jobs are currently associated. You can disassociate the Jobs from this Schedule and then delete the Schedule. |
ABAT-W-TERMJOBFAIL, unable to terminate Job object |
8FFD01B2 |
The Execution Agent could not terminate the Windows 2000 Job Object. More information typically follows this error. |
ABAT-W-TRIGGERFAIL, failed to trigger/clone Job |
8FFD0192 |
A Job was triggered was unable to be cloned. An additional message provides more information concerning this condition. |
ABAT-W-TRIGGERSDISABLED, ActiveBatch Event Triggers are disabled |
8FFD01C3 |
Unable to issue TRIGGER command as ActiveBatch Triggers are not enabled. |
ABAT-W-UNEXPEXCEPT, unexpected exception occurred |
8FFD0068 |
An unexpected exception occurred. Typically this message code is not delivered to user code and is found in the product’s trace file depending on the trace level specified. |
ABAT-W-UNKJSS, unknown Job Scheduler |
8FFD01A6 |
The Execution Agent was unable to reconnect back to the Job Scheduler machine. |
ABAT-W-WBEMCONN, unable to connect to WBEM |
8FFD01C1 |
The WMI software has either not been installed or started. |
ABAT-W-WMIQUERYFAIL, WMI Query request failed |
8FFD01C2 |
ActiveBatch encountered an error issuing the Event Query string to WMI |
Database Error: Communications Error |
CFFD00EC |
This error usually indicates that insufficient resources have been allocated for the Database server. |

Note: The hexadecimal values below are subject to change and are documented for reference information only.
Value(HEX) | Message | Description/Action |
---|---|---|
0FFD0001 |
ABAT-I-SUCCESS, normal successful completion |
Operation completed normally. No action to be taken. |
4FFD0036 |
ABAT-I-JSSUP, The ActiveBatch Job Scheduler Service has started |
Self-explanatory. Typically found in the JSS Trace file or NT Application Event Log indicating the Job Scheduler Service has been started. |
4FFD00B1 |
ABAT-I-JOBSTART, Job %1!s!(%2!s!) started successfully on queue %3!s! |
Self-explanatory. This message is displayed by the command-line client. |
4FFD0181 |
ABAT-I-EVTTRIGGERED, Job triggered by event |
An event occurred which triggered execution of a Job. |
4FFD0191 |
ABAT-I-NOWBEM, WBEM services will not be available on this system |
Microsoft’s WMI Services are either not available or have not been started. |
4FFD01AD |
ABAT-I-DEPENDSAT, dependency is satisfied |
This audit message indicates that all Job dependencies were met. |
4FFD01B4 |
ABAT-I-MARKDELETE, Job marked for deletion |
Typically a template Job is marked for deletion when one or more active instances are still executing. |
4FFD01DD |
ABAT-I-ADDBATCHPRIV, The account under which this Job is executing has been adjusted to have the "Logon as Batch" right |
The batch user has been automatically granted the “Logon as a Batch User” right. |
8FFD0068 |
ABAT-W-UNEXPEXCEPT, unexpected exception occurred |
An unexpected exception occurred. Typically this message code is not delivered to user code and is found in the product’s trace file depending on the trace level specified. |
8FFD00AF |
ABAT-W-NOTNT, operation requires Windows NT |
The Job Scheduler and Execution Agent services cannot be run on non-Windows 2000/NT systems. |
8FFD00B6 |
ABAT-W-CREPRCERR, error creating batch process for Job %1!s! |
An error occurred creating the batch Job process. More specific details may be found in the Job’s log file. |
8FFD00B8 |
ABAT-W-JSSCONNFAIL, failed to connect to Job Scheduler on %1!s! |
Self-explanatory. Check that the machine’s name or IP address is correct; verify that the machine is up and connected to the proper network; verify the RPCSS or DCE services have been started. |
8FFD00BB |
ABAT-W-NOSUCHJOB, specified Job does not exist |
Self-explanatory. The Job’s ID did not match any present Jobs in the system. |
8FFD0167 |
ABAT-W-SCHEDATTACHED, Jobs attached to this schedule |
You cannot delete this Schedule since Jobs are currently associated. You can disassociate the Jobs from this Schedule and then delete the Schedule. |
8FFD0168 |
ABAT-W-JOBNOTEXEC, Job not currently executing |
You cannot restart a Job that is not currently executing. |
8FFD0177 |
ABAT-W-NOSUCHCHAR, no such characteristic |
The machine or user characteristic you specified could not be found. |
8FFD0178 |
ABAT-E-NOMORE, No more items |
This message code, typically returned as part of a context search, indicates that no more objects are available. |
8FFD017A |
ABAT-W-NOSUCHCONTACT, contact information not found |
The specified user/machine contact information could not be found for update or deletion purposes. |
8FFD017D |
ABAT-W-NOSUCHALERT, no such alert |
The specified alert could not be found for update or deletion purposes. |
8FFD017E |
ABAT-W-REQPARMABS, required parameter absent |
You didn’t specify a Schedule ID or the query event string for a Job. |
8FFD0182 |
ABAT-W-NOQUEUESFOUND, no active Execution Queues found |
This error can occur when a Generic Queue with Round Robin scheduling determines that no active Execution Queues are available to dispatch a Job. |
8FFD0183 |
ABAT-W-NOCOPY, unable to copy files to execution machine |
Self-explanatory. Please check the Job step(s) file specifications. They must be accessible from the client machine. |
8FFD0184 |
ABAT-W-CPYFILERR, error copying file to execution machine |
The Job Scheduler was unable to open the Job step(s) script/program file. An additional error code provides more information. |
8FFD018D |
ABAT-W-PROPTYLOCKED, property is locked |
An attempt to modify a property failed because the property was locked and cannot be changed by an ActiveBatch non-Administrator. |
8FFD0192 |
ABAT-W-TRIGGERFAIL, failed to trigger/clone Job |
A Job was triggered was unable to be cloned. An additional message provides more information concerning this condition. |
8FFD0198 |
ABAT-W-NOSUCHPOLICY, specified policy does not exist |
The specified policy does not exist. Check the policy name spelling. |
8FFD0199 |
ABAT-W-NOTTEMPLATE, not a template Job |
The specified Job is not a template. Certain operations can only be performed on a template Job, for example, you cannot submit or move a non-template Job to the OnDemand Queue. |
8FFD019E |
ABAT-W-ACCTLOOKUP, unable to lookup account |
ActiveBatch was unable to lookup the specified accounts SID and validate the account. Check any domain and account name spelling. |
8FFD01A6 |
ABAT-W-UNKJSS, unknown Job Scheduler |
The Execution Agent was unable to reconnect back to the Job Scheduler machine. |
8FFD01B1 |
ABAT-W-ASSIGNJOBFAIL, unable to assign process to Job object |
The Execution Agent could not create a Windows 2000 Job Object within which to encapsulate the batch Job. |
8FFD01B2 |
ABAT-W-TERMJOBFAIL, unable to terminate Job object |
The Execution Agent could not terminate the Windows 2000 Job Object. More information typically follows this error. |
8FFD01B3 |
ABAT-W-LOADJOBSFAIL, unable to load Job objects dll |
For Windows 2000 machines, the Execution Agent attempts to load a special DLL which associates Windows Job Objects with ActiveBatch Jobs. This warning indicates that Windows 2000 Job Objects will not be used. |
8FFD01B6 |
ABAT-W-RPCEXCEPT, RPC Exception thrown |
This message, if displayed, would be found in a product trace file. |
8FFD01B8 |
ABAT-W-GETSDERR, unable to obtain Security Descriptor |
ActiveBatch was unable to find the object’s Security Descriptor. |
8FFD01BF |
ABAT-W-PROCAFFINITY, unable to set processor affinity |
A processor mask was specified for this Job. However, the mask affinity operation could not be performed. The Job will still execute. This can be caused if the number of actual processors is less than that specified or an O/S specific restriction on assigning processors to Jobs is violated. |
8FFD01C1 |
ABAT-W-WBEMCONN, unable to connect to WBEM |
The WMI software has either not been installed or started. |
8FFD01C2 |
ABAT-W-WMIQUERYFAIL, WMI Query request failed |
ActiveBatch encountered an error issuing the Event Query string to WMI |
8FFD01C3 |
ABAT-W-TRIGGERSDISABLED, ActiveBatch Event Triggers are disabled |
Unable to issue TRIGGER command as ActiveBatch Triggers are not enabled. |
8FFD01D2 |
ABAT-W-EXCRESTART, maximum restart value exceeded |
The Job could not be restarted as it has reached its maximum restart count. |
8FFD01E0 |
ABAT-W-NOSUCHCALENDAR, specified calendar does not exist |
Self-explanatory. |
8FFD01E9 |
ABAT-W-JOBCANTEXEC, Job cannot execute based on Exclusion List/Calendar |
This audit message appears if a Job was scheduled for execution but could not be executed due to an Exclusion List or Calendar conflict. |
CFFD0002 |
ABAT-E-FAILURE, Failure in Batch Queue Management System operation |
A non-specific error occurred. The error is typically either internal or transient. Please try the operation again. |
CFFD0003 |
ABAT-E-NOMACHINENAME, No machine name has been specified |
A machine name needs to be specified. This error most typically occurs as a requirement for an Execution Queue or when connecting to a Job Scheduler machine. |
CFFD0005 |
ABAT-E-CONNECTFAIL, Failure to connect to Server, %1!s! |
This is a general non-specific error indicating that the client was unable to connect to a server machine. Please check the machine name or IP address and try again. |
CFFD0006 |
ABAT-E-JSSCONNECTFAIL, Failure to connect to Job Scheduler |
The client was unable to connect to the Job Scheduler machine. Please check the machine name or IP address and try again; the machine may not be on the network. |
CFFD0007 |
ABAT-E-EMGRCONNECTFAIL, Failure to connect to Execution Queue Manager |
The Job Scheduler was unable to connect to the Execution Agent machine. Please check the machine name or IP address and try again; the machine may not be on the network; the machine may not be running RPC or DCE services. |
CFFD0008 |
ABAT-E-ALLOCFAIL, Failure to allocate memory |
This is an internal error usually indicating that insufficient hardware or software resources are available to satisfy a memory request. |
CFFD0009 |
ABAT-E-INVREGVAL, Invalid registry key value, %1!s! |
Data associated with a Registry Key is of an incompatible type. For example, the datatype should be REG_DWORD and the value was found to be REG_SZ; the value itself is not legal. |
CFFD000A |
ABAT-E-NOBINDINGFND, Binding handle not available or invalid registry %n protocol specified |
This is an error indicating that a protocol sequence established in the Registry is not available on this machine. The RPC protocol sequence Registry key should be examined since it contains erroneous transports. |
CFFD000B |
ABAT-E-BADPARAM, Bad parameter received |
This is a general error indicating that a bad parameter was specified. Depending on the context you should specify a legal value or property and try again. |
CFFD000D |
ABAT-E-INITQFAIL, Failure to initialize a queue |
The operation to initialize a Queue failed. The Queue was not created. A more specific error usually accompanies this error. |
CFFD000E |
ABAT-E-DISCONFAIL, Failure to disconnect from server |
An error occurred disconnecting from a Job Scheduler machine. This is typically not something to be overly concerned about since the error occurs on the disconnect itself. |
CFFD0010 |
ABAT-E-NOQUEUENAME, No queue name specified |
No Queue name was specified and one was required. Specify a valid Queue name and try again. |
CFFD0013 |
ABAT-E-NOPASSWORD, No password specified |
Attempting an advanced connection requires a password; attempting to execute a batch Job requires a password (unless Blank Password is enabled). Specify the password and try again. Note: You can let Activebatch remember the password for you. |
CFFD001C |
ABAT-E-REGOPENERR, Failure to open registry HKEY_LOCAL_MACHINE subkey %1!s! |
ActiveBatch was unable to open a Registry Key value in HKEY_LOCAL_MACHINE. While you should check Registry security permissions this error typically means that the ActiveBatch Registry keys have been corrupted or otherwise tampered with. You should try executing a product REPAIR through the ADD/REMOVE Control Panel applet. |
CFFD001D |
ABAT-E-REGVALERR, Failure to obtain registry value %1!s! |
ActiveBatch was unable to obtain the specified Registry value-name. Typically this means the ActiveBatch Registry keys and/or value names have been corrupted or otherwise tampered with. You should try executing a product REPAIR through the ADD/REMOVE Control Panel applet. |
CFFD0020 |
ABAT-E-INVOSQPRIORITY, Invalid operating system scheduling priority |
You specified an illegal O/S priority value as the Job default with a Queue. |
CFFD0023 |
ABAT-E-INVSTRTSTPTIME, Invalid queue START time range or STOP time range |
The time you entered was not in 24-hour time format. 00:00 through 23:59 is the legal range. |
CFFD0024 |
ABAT-E-INVOPNCLSTIME, Invalid queue OPEN time range or CLOSE time range |
The time you entered was not in 24-hour time format. 00:00 through 23:59 is the legal range. |
CFFD002C |
ABAT-E-QUEUENOTFND, Queue not found |
The Queue Name you specified does not exist. Please check the spelling and try again. |
CFFD0033 |
ABAT-E-EMGRFAIL, Network connection to the execution machine has been lost |
Self-explanatory. Depending on network conditions this problem may resolve itself as the machine is rediscovered. |
CFFD0038 |
ABAT-E-QUEUEALRDYEXISTS, The queue already exists |
An attempt to create a Queue of the same name failed since Queue names must be unique. |
CFFD0040 |
ABAT-E-INVOSPRIORITY, Invalid operating system priority |
An illegal O/S priority value has been specified as part of a Job. |
CFFD006F |
ABAT-E-KEY_VALUE_NOT_FOUND, Key not found |
This error/warning code indicates that a search for a specific object failed to be found in the database. |
CFFD0070 |
ABAT-E-DUPLICATE_KEY_VALUE, Duplicate key value |
This error is returned when an attempt has been made to create an object with a duplicate key (2 objects with the same name). |
CFFD0079 |
Database Error: Record manager inactive |
This is an initialization error and indicates that the Database server has not been started. Verify that W32MKDE.EXE exists within the ActiveBatch installation directory. |
CFFD00B0 |
ABAT-E-NOSUCHQUEUE, specified queue does not exist |
Self-explanatory. |
CFFD00B5 |
ABAT-E-LOGONERR, error logging user onto Execution Machine |
This error indicates that the user’s username and/or password was not proper for logging the user onto the Execution Machine. Check the username and password (may be case sensitive) for the target system. More specific details may be found in the Job’s log file. |
CFFD00C4 |
ABAT-E-JOBSONQUEUE, Jobs exist on queue |
An attempt to delete a Queue failed due to Jobs currently on Queue. You can indicate that a ‘flush’ operation first be performed prior to the actual Queue delete. |
CFFD00C5 |
ABAT-E-ABORTENTRY, Entry has been aborted |
A Job has been marked as ‘aborted’. |
CFFD00C9 |
ABAT-E-JOBABORT, Job aborted during execution |
This is the exit status code of a Job that has been aborted. |
CFFD00CF |
ABAT-E-IMPERSONERR, Failure to impersonate client |
This error can be returned if you attempt to connect to a Job Scheduler while the Scheduler is still in the process of starting. Please wait a moment and try again. |
CFFD00DD |
ABAT-E-INVOPER, An invalid operation was specified |
Either: an invalid context was specified on an enumeration, or an invalid operation was specified based on a Job current state. For example, attempting to release a Job which isn’t held. |
CFFD00EC |
Database Error: Communications Error |
This error usually indicates that insufficient resources have been allocated for the Database server. |
CFFD00F9 |
ABAT-E-NOTGENERIC, This is not a Generic Queue, unable to associate Execution Queues |
Self-explanatory. Check Queue properties. |
CFFD00FA |
ABAT-E-INSUFFPRV, Insufficient privilege to perform Batch Queue Management operation |
You attempted to perform a queue or Job operation for which you lack sufficient access permissions. |
CFFD0100 |
ABAT-E-INITSD, Failure to initialize ABAT Security Descriptor |
This is an internal error indicating a failure to create a security descriptor the object. This error may be logged to the product’s trace file. |
CFFD015E |
ABAT-E-ASSOCNOTFND, Failure to determine file association |
The Execution Agent was unable to find the Job file’s extension to program association. The Job was not run. |
CFFD015F |
ABAT-E-CRELOGFILE, Failure to create log file |
The Execution Agent was unable to create the batch Job’s log file. Typically, the log file specification is not valid or proper OR the main Job script file specification is also not valid. Please check the log/script file specification and ensure it can be created from the Execution machine. |
CFFD0160 |
ABAT-E-OPENCMDFILE, Failure to open command procedure |
The Execution Agent was unable to open the batch Job’s script file. Please check the main Job’s file specification and ensure it can be opened from the Execution machine. |
CFFD0161 |
ABAT-E-LICENSEXP, license has expired |
The evaluation serial number has expired. Please contact ASCI or your distributor for an extension. |
CFFD019A |
ABAT-E-JOBSCHEDFAIL, Job Scheduler failed to start |
This is the exit status code of a Job Scheduler Service which could not be started. Check the trace file or NT Application Event Log for more information. |
CFFD019C |
ABAT-E-NOTCONNECTED, A connection has not been successfully made to a Job Scheduler |
You have attempted to perform an operation that requires a current connection to a Job Scheduler machine. Please make the connection and try again. |
CFFD019D |
ABAT-E-ITEMALREADYEXISTS, The item being added to the collection already exists |
This general error indicates that you are attempting to add an object to a collection and the object already exists. For example, trying to add the same account and access to a security collection. |
CFFD01A2 |
ABAT-E-SERVERCOMMUNICATIONERROR, There was an error that occurred while communicating with the server |
The client interface encountered an error while communicating with the Job Scheduler. |
CFFD01A5 |
ABAT-E-REQPROPERTYINV, The required property %1!s! is either absent or invalid |
Self-explanatory. |
CFFD01A7 |
ABAT-E-COPYFILEERROR, An error occurred while copying the file '%1!s!' to the Job Scheduler because the file cannot be found or there was an error opening/reading the file |
This message can occur if the “Copy File” feature is enabled for a Main, Pre or Post file. As the message indicates an error occurred while attempting to copy the file to the Job Scheduler. |
CFFD01A8 |
ABAT-E-FILESIZEERROR, The file being copied is larger than the system policy allows for |
The ActiveBatch Administrator has prevented your file from being copied to the Execution Machine through the System policy CopyScriptMax. |
CFFD01A9 |
ABAT-E-JOBHISTORYERR, History information for the requested Job could not be found |
This is an internal error indicating that the Job’s History information could not be retrieved. |
CFFD01AE |
ABAT-E-DEPENDFAIL, dependency failure |
The Batch Job failed because a Job dependency could not be satisfied. |
CFFD01B5 |
ABAT-E-PROPERTYREADONLY, You cannot modify this Job because it is set as Read Only |
Self-explanatory. |
CFFD01C4 |
ABAT-E-EXCRUNTIME, Job aborted exceeding expected run time |
The Execution Agent has set this Job’s exit status code because of an overrun for elapsed run time and has aborted the Job. |
CFFD01C5 |
ABAT-E-EXCCPUTIME, Job aborted exceeding expected cpu time |
The Execution Agent has set this Job’s exit status code because of an overrun for CPU time and has aborted the Job. |
CFFD01C6 |
ABAT-E-INVHISTPROP, Job save history duration must be greater or equal to the log file retension period |
Self-explanatory. |
CFFD01CA |
ABAT-E-BATCHSTARTERR, unable to launch Batch Start Job |
A Job completed and had a Batch Start (Success or Failure) action associated with it. That action could not be performed. Additional information accompanies this message indicating more specifically what the problem was. |
CFFD01D1 |
ABAT-E-EXECABORT, Job aborted due to Execution Agent failure |
A Job was aborted when an Execution Agent/machine failed. The Job was not marked as being restartable. |
CFFD01D3 |
ABAT-E-MAXEAGENTLIC, The maximum number of execution agent licenses has been met |
This licensing error indicates that the maximum number of Execution Agent licenses has been reached. Count each Execution Machine you are attempting to connect to (regardless of whether the machine is active or the Queue is started) and then compare against the value reported by the ABATLIC program. |
CFFD01D4 |
ABAT-E-MSONLYLIC, This Job Scheduler license only permits connections to Microsoft Execution Agents |
You are attempting to connect to a non-Microsoft Execution Agent and your license only permits you to connect to Microsoft Execution Agents. |
CFFD01D7 |
ABAT-E-DUPLICFND, A duplicate license was found. Please ensure that all licenses are valid and unique. |
This serious error usually indicates some level of license tampering. Please run the ABATLIC program to obtain more information. |
CFFD01DA |
ABAT-E-LOCALONLYLIC, This Personal Edition license is only permitted to communicate with a single Execution Agent on the Local Machine. |
When using the Personal Edition license you are restricted to a Workstation/Professional NT system and all connections are local to that system. |
CFFD01DF |
ABAT-E-UNEXPEXCEPTCOM, An unexpected exception has occurred in the COM client |
Self-explanatory. |
CFFD01E4 |
ABAT-E-TAKEOWNERFAIL, attempt to take ownership of specified object failed |
Your attempt to take ownership of this object failed. Verify that you have “Executive” level permission. |
CFFD01E5 |
ABAT-E-GETOWNER, unable to obtain object owner |
ActiveBatch is unable to retrieve the owner of the object. This error may appear if the domain of the owner’s account is not available. |
CFFD01EA |
ABAT-E-DBPURGEFAIL, An error occurred while running the DBPurge process. Please examine the NT Event Log/DBPurge Log for further details |
Self-explanatory. This error message concerns the running of the DBPurge facility to prune unneeded Jobs from the ActiveBatch system. |
CFFD01EB |
ABAT-E-AUDPURGEFAIL, Failed to purge Audit ID %1!d! |
This DBPurge message can appear in the NT Application Event Log and indicates that DBPurge was unable to remove old audit messages from a specific Job. |
CFFD01EC |
ABAT-E-INSTSKIPPED, instance skipped due to active instance |
This audit message indicates that a Job instance could not be executed because the template’s property did not allow multiple concurrent copies of the Job to run simultaneously. |
CFFD01ED |
ABAT-E-INSTWAITFAIL, active instance wait failed |
This audit message indicates that a Job instance could not be executed because the “If Job Active… Wait” property was enabled and the timeout period expired. |
CFFD01F9 |
ABAT-E-WRKSTNONLYLIC, The Personal Edition license is only permitted to run on a Workstation Platform |
Self-explanatory. |
CFFD01FC |
ABAT-E-RUNJOBINTERACTIVE, Unable to run the Job interactively |
An error occurred while attempting to run this Job interactively. The error is most likely due to a lack of desktop permissions. |
CFFD01FF |
ABAT-E-INVCALCONFIG, An invalid Calendar configuration was made. Please make sure that all the calendar will allow a Job to run at least once |
You have attempted to create a Job and Schedule combination in which the Job will never run. For example, scheduling a Job on December 25th and then assigning a Calendar with Christmas as a holiday. |