| Return Code | Short Error Description
| Possible Reason for Error |
| 1 |
OPENERR |
An error was encountered opening the Integration Engine license file. |
| 2 |
CREATERR |
An error was encountered creating the Integration Engine license file. |
| 3 |
READERR |
An error was encountered trying to read the Integration Engine license
file. . |
| 4 |
WRITERR |
An error was encountered trying to write to the Integration Engine license
file. |
| 5 |
INVALID_LICENSE |
The license file is invalid. |
| 6 |
NO_MEMORY |
A memory error was encountered during Integration Engine licensing. |
| 7 |
INVALID_KEY |
An invalid feature was encountered |
| 8 |
INVALID_VALUE |
An invalid feature value was encountered. |
| 9 |
INVALID_KEYSTR |
An invalid feature code/value combination was encountered. |
| 10 |
INVALID_SETOP |
Encountered an invalid license feature setting option. |
| 11 |
REUSE_KEYCODE |
Encountered an invalid attempt to set a previously set feature. |
| 12 |
TOOMANY_KEYCODES |
The maximum number of features has been exceeded. |
| 13 |
INVALID_SERIAL |
An invalid serial number has been encountered in Integration Engine
licensing. |
| 14 |
INVALID_LICENSE_PATH |
An invalid path to the Integration Engine license file has been encountered. |
| 15 |
INVALID_LICENSE_INIT |
Invalid license file. |
| 16 |
INVALID_VALIDATION_INPUT |
Unauthorized user |
| 17 |
INVALID_KEYCODE |
Invalid key code. |
| 18 |
INVALID_PRODUCT |
Product not licensed. |
| 19 |
INVALID_INDEX |
Product or feature not found. |
| 37 |
NO_UNIX |
A UNIX specific license feature was encountered on a non-UNIX platform. |
| |
| 100 |
ERROR_TYPEMISMATCH |
Type mismatch. A generic error that indicates a Transformation failed,
or a data type was found when another data type was expected. |
| 101 |
ERR_NULL |
Invalid use of null. Occurs in places where a null value was found,
but a real value is needed. |
| 102 |
ERR_NUMUNDER |
Numeric underflow. |
| 103 |
ERR_NUMOVER |
Numeric overflow. |
| 104 |
ERR_FIELDACCESS |
Unable to access field. The runtime attempted to access the contents
of a field, but could not locate the field. |
| 105 |
ERR_EVAL |
Problem with EVAL expression. Indicates either an error compiling an
expression to be evaluated, or a runtime error occurred while executing
it. |
| 106 |
ERR_FILEREAD |
Error reading file. Currently will only occur during the Lookup or Xlate
function, if the specified file is unreadable. |
| 107 |
ERR_REGEXP |
Invalid regular expression. |
| 108 |
ERR_LOOKUPARG |
Too many arguments supplied to lookup. |
| 109 |
ERR_ADDRPARSE |
Invalid address parsing.An invalid address part was supplied to one
of the address parsing functions. |
| 110 |
ERR_EXTFUNC |
External function call.Error occurred when calling an external function. |
| 111 |
ERR_ARG |
Invalid procedure call or argument.Error occurred when calling an invalid
procedure call or argument. |
| 112 |
ERR_SPOKEACCESS |
Spoke container access.Problem accessing spoke container. |
| 113 |
ERR_RECACCESS |
Record access.Problem accessing a record. |
| 114 |
ERR_DIV0 |
Division (mod) by 0. |
| 115 |
ERR_INVARRAY |
Access array with no or wrong Dims. |
| 116 |
ERR_ARRAYBOUNDS |
Array index out of bounds. |
| 117 |
ERR_OBJNOTSET |
Object or variable is not set. |
| 118 |
ERR_ROOBJECT |
Object is read-only. |
| 119 |
ERR_EOF |
Hit End of File (EOF) on a record read. |
| 120 |
ERR_PROPASSGN |
Error assigning to object property. |
| 121 |
ERR_OBJREQ |
121 Object is required. |
| 122 |
ERR_AUTOMATION |
Automation error occurred. |
| 123 |
ERR_NOSUCHPROP |
Invalid property or method supplied for object. |
| 124 |
ERR_PROPFAIL |
Error invoking property or method. |
| 125 |
ERR_INDEX |
General indexing error. |
| 126 |
ERR_FILENOTFOUND |
File name does not exist. |
| 127 |
ERR_FILEACCESS |
File access mode problem. |
| 128 |
ERR_FILEWRITE |
Error writing to file. |
| 129 |
ERR_FILEOPEN |
Error opening file. |
| 130 |
ERR_JAVAEXCEPTION |
Java exception occurred calling a Java method or property. |
| 131 |
ERR_DOMERROR |
Error with DOM object. |