User Guide : Error Codes and Message : Transformation Engine Error Codes : Transformation Engine Error Return Codes (Deprecated)
 
Share this page                  
Transformation Engine Error Return Codes (Deprecated)
The following table shows Base Transformation Processing Return Codes (Deprecated).
Name
Short Description
Explanation
26001
OUT_OF_MEMORY
Out of memory.
26002
ACCESSELEMENTS
Error accessing the elements in portable spec file.
26003
ADDCHILD
Error adding a child object instance.
26004
ADDFIELD
Error adding a field.
26005
ADDMAPEXPR
Error adding a map expression.
26006
ADDOPTION
Error adding an option.
26007
ADDSOURCE
Error adding a source.
26008
ADDTARGET
Error adding a target.
26009
BUFFER_OVERFLOW
Buffer overflow.
26010
COULDNOTOPENCONTAINER
Could not open the portable spec file.
26011
COULDNOTOPENELEMENT
Could not open an element in the portable spec file.
26012
EMPTY_LIST
List is empty.
26013
GETOBJECT
Error getting access to an object instance.
26014
HANDLE_NOT_FOUND
Object handle not found.
26015
HANDLE_NOT_UNIQUE
Object handle not unique.
26016
INSERT_FAILED
An insert into a list failed.
26017
INVALID_OBJECTNAME
Invalid object name.
26018
INVALIDATTRIBUTE
Invalid attribute.
26019
INVALIDBIND
Invalid bind of source to target.
26020
INVALIDFIELD
Invalid field.
26021
INVALIDMAPEXPR
Invalid map expression.
26022
INVALIDOPTION
Invalid option.
26023
INVALIDSIZE
The given size is invalid for the element being read.
26024
INVALIDSOURCE
Source is invalid.
26025
INVALIDTARGET
Target is invalid.
26026
NO_TRANSFORMATION
No transformation found.
26027
NO_SOURCE
No source found.
26028
NO_CONNECTOR
No connector found.
26029
NO_STRUCTURE
No Structure found.
26030
NO_TARGET
No target found.
26031
NOELEMENTSINSTORAGE
No elements in portable spec file.
26032
NOELEMENTSTORELEASE
No elements in portable spec file to release.
26033
NOMEMORYALLOC
No memory has been allocated.
26034
NOVALUEEXISTS
Value not found.
26035
OBJECTEXISTS
Object exists.
26036
OBJECTTYPE
Invalid object type.
26037
OBJTYPENOTSUPPORTED
Object type is not supported.
26038
READELEMENT
Error reading an element in the portable spec file.
26039
READINGELEMENTS
Error reading the next element in the portable spec file.
26040
REMOVECHILD
Error removing a child object instance.
26041
REMOVEFIELD
Error removing a field.
26042
REMOVEMAPEXPR
Error removing a map expression.
26043
REMOVEOPTION
Error removing an option.
26044
REMOVESOURCE
Error removing a source.
26045
REMOVESTRUCTURE
Error removing a structure.
26046
REMOVETARGET
Error removing a target.
26047
SETTINGINTERFACE
Error setting the interface type.
26048
UNKNOWN_SOURCE_ CONNECTOR_TYPE
Source connector type is unknown.
26049
UNKNOWN_TARGET_ CONNECTOR_TYPE
Target connector type is unknown.
26050
WRITEELEMENT
Error writing an element to the portable spec file.
26051
INVALIDFILTER
Invalid filter expression.
26052
ADDFILTER
Error adding a filter expression.
26053
REMOVEFILTER
Error removing a filter expression.
26054
INVALID_SAMPLE_TYPE
Invalid sample type.
26055
INVALID_CONTAINER
Invalid portable spec file
26056
INVALID_SAMPLE_START
Invalid sample start.
26057
INVALID_SAMPLE_COUNT
Invalid sample count.
26058
INVALID_SAMPLE_ FREQUENCY
Invalid sample frequency.
26059
INVALID_TYPE_CHANGE
Invalid type change. Changing the source or target type is only supported when creating a default transformation. It is not supported when loading an existing transformation.
26060
BUFFER_TOO_SMALL
Memory allocated for the input buffer is too small for the value to be returned. The value will be truncated.
26061
FIELD_MISMATCH
A field in the target layout of the stored transformation does not match a field in the current target layout.
26062
DATATYPE_MISMATCH
A data type for a field in the target layout of the stored transformation does not match the data type of the corresponding field in the current target layout.
26063
COUNT_GREATER
The field count of the current target is greater than the field count of the stored target.
26064
COUNT_LESS
The field count of the current target is less than the field count of the stored target.
26065
BLANK_RECORDS
No map expressions exist, which will result in blank records written to the target.
26066
INVALID_SORTFIELD
An invalid sort field was encountered.
26067
ADD_SORTFIELD
An error occurred trying to add a sort field.
26068
REMOVE_SORTFIELD
An error occurred trying to remove a sort field.
26069
INVALID_SOURCE_BROWSER
Invalid source browser information was encountered.
26070
INVALID_TARGET_BROWSER
Invalid target browser information was encountered.
26071
ADD_EVENTACTION
Error adding event action.
26072
INVALIDSTRUCTURE
Invalid structured schema.
26073
ADDSTRUCTURE
Error adding a structured schema.
26074
ADD_ACTION_PARAMETER
Error adding an action parameter.
26075
INVALID_EVENTACTION
Invalid event action.
26076
INVALID_ACTIONPARM
Invalid action parameter.
26077
ADD_RECORDRULE
Error adding a record discrimination rule.
26078
INVALID_RECORDRULE
Invalid record discrimination rule.
26079
REMOVE_RECORDRULE
Error removing a record discrimination rule.
26080
INVALID_WRITE
Returned when trying to write to a container or directory that does not have write access.