RSLISTDUMPS: List of Runtime Errors (Part O)

Runtime Error Short Description
OBJECTS_ACCESSIBLE_IS_FREE An object that is marked as 'released' was accessed.
OBJECTS_BAD_REF_DATA Access to a reference variable with destroyed content.
OBJECTS_BAD_REF_NODATA Access to a reference variable with destroyed content.
OBJECTS_COMPARE_NOT_SUPPORTED Comparison of two data objects is not supported.
OBJECTS_COMP_NOT_SUPPORTED Wrong basic data type &P1 in structure.
OBJECTS_GLCLASS_NO_LOAD_OK Internal error! Global class loaded in the wrong context.
OBJECTS_GLOBAL_CLASS_NOT_FOUND Internal error: The global class was not found in the CLASS POOL.
OBJECTS_GLOBAL_CLASS_NOT_GLOB A global class (&P1) was not internally marked as 'global'.
OBJECTS_GLOBAL_INTF_NOT_FOUND Global interface (&P1) could not be loaded.
OBJECTS_INTI_ENTRY_NOT_FOUND Interface implementation could not be found.
OBJECTS_LOCAL_CLASS_NOT_FOUND A local class (&P1) could not be loaded.
OBJECTS_LOCAL_CLASS_NOT_LOCAL A local class (&P1) was not marked internally as 'local'.
OBJECTS_LOCAL_INTF_NOT_FOUND Local interface &P1 could not be loaded.
OBJECTS_L_CLASS_NO_LOAD_OK Internal error! A local class has been activated in the wrong context.
OBJECTS_MOVE_NOT_SUPPORTED Conversion of type &P2 to type &P1 not supported.
OBJECTS_NOT_BYTELIKE The current statement requires a byte-type data object.
OBJECTS_NOT_CHAR The current statement is not supported for STRINGs.
OBJECTS_NOT_CHARCONV The data object cannot be converted into a character-type type.
OBJECTS_NOT_CHARLIKE The current statement requires a character-type data object.
OBJECTS_NOT_COMPATIBLE Operation not supported for incompatible data objects.
OBJECTS_NOT_FLAT The current statement is not supported for deep data objects.
OBJECTS_NOT_FLATLIKE Except for strings deep data objects are not supported here.
OBJECTS_NOT_NUMLIKE The current statement only supports numerical type data objects.
OBJECTS_NOT_REFThe current statement is only allowed for object and data references.
OBJECTS_NOT_STRING The data object must be either STRING or XSTRING type.
OBJECTS_OBJMGR_INIT_ERROR Internal error during initialization of the object manager.
OBJECTS_OBJREF_NOT_ASSIGNEDAccess using a 'ZERO' object reference is not possible.
OBJECTS_OBJREF_NOT_ASSIGNED_NO Access using a 'NULL' object reference is not possible.
OBJECTS_OBJREF_NOT_SUPPORTED Object/interface references are not permitted here.
OBJECTS_OO_NOT_SUPPORTED_YET Object references and interface references not yet supported.
OBJECTS_SECTION_NOT_SUPPORTED The OBJECTS addition is not supported when calling a simple transformation.
OBJECTS_TABLES_NOT_COMPATIBLE Two internal tables are not compatible or convertible.
OBJECTS_TABLINE_NOT_CHAR The current statement is only supported for character-like objects.
OBJECTS_TABLINE_NOT_CHARLIKE The current statement is only supported for character-like objects.
OBJECTS_TABLINE_NOT_FLAT The current statement is not supported for deep objects.
OBJECTS_WA_NOT_COMPATIBLE Row types in an internal table and a work area not compatible.
OBJECT_TOO_MANY_HEADERS Maximum number of object instances exceeded
OBJMGR_ACCESS_TO_DELETED Access to an object marked as 'DELETED' (internal error).
OBJMGR_CLASS_CONSTR_RECURSION Internal error when calling method CLASS_CONSTRUCTOR.
OBJMGR_CLASS_CONSTR_TWICE Internal error when calling method CLASS_CONSTRUCTOR.
OBJMGR_INTERNAL_ERRORInternal error in object management.
OPEN_DATASET_NO_AUTHORITY No authorization to open file &P1.
OPEN_PIPE_NO_AUTHORITY No authorization to open file &P1.
OPEN_TASK_LIMIT_EXCEEDED Maximum number of open tasks exceeded.

You May Also Like

Leave a Reply?