User Guide : Error Codes and Message : Engine Command Line Interface Error Codes : Runtime Engine Command Line Interface Error Messages
 
Share this page                  
Runtime Engine Command Line Interface Error Messages
This section provides the return codes for the Runtime Engine Command Line Interface (CLI). These errors may occur when you are using the CLI to run batch files or shell scripts.
Number
Error Name
Description
30002
INVALID_COMMANDLINE
Invalid command line (invalid option, option missing value, etc.).
30003
NO_TRANSFORMATIONS
Transformation name not encountered on the command line.
30004
NO_VALUE_WITH_OPTION
Option required a value, but value was missing.
30010
INVALID_LICENSE_FILE
Could not open license file, or Engine is not licensed.
30012
CREATE_ERROR_LOCK_FILE
Error encountered trying to create a lock file during Engine license checking.
30013
CREATE_ERROR_LOCK_DIR
Error encountered trying to create a lock directory during Engine license checking.
30014
LICENSED_USERS_EXCEEDED
Licensed number of users for Engine has been exceeded.
30017
INVALID_SAMPLE_TYPE
Encountered invalid sample type.
30018
INVALID_SAMPLE_RANGE
Error trying to set the start of count value when the sample type is not set to range.
30019
INVALID_SAMPLE_FREQUENCY
Error trying to set the frequency value when the sample type is not set to every nth.
30020
OLE_COM_INITIALIE
Error encountered while initialiing the OLE COM Library.
30021
NO_PROCESS_FILE
Specified a process, but no process file name was given.
30022
STEP_CREATE_ERROR
Unspecified error creating engine step (transformation or process).
30023
DAEMON_MODE_FAILURE
Error switching to daemon mode.
30024
ENGINE_ABORTED
Engine aborted (signal, C).
30025
ENGINE_STOPPED
Engine stopped.
30026
THREAD_FAIL
Unable to start HTTP (SNMP) monitor thread.
30027
NO_SERVICE
Tried to run engine as a service, but the engine is not licensed as a service.
30028
MACRO_FILE
A macro file specified on the command line cannot be parsed.
30029
NO_OR_INVALID_KEY_SPECIFIED
Used when running a password protected djar file, and either no key is specified on the command line, or the key is invalid.