OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual
Return Codes
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual—522223-001
B-55
1205 ZGPI-SEC-BAD-MV-TYPE
1205 ZGPI-SEC-BAD-MV-TYPE
Cause. The type of a multivalued attribute passed to the object-management module is
not consistent with other internal information about the attribute.
1206 ZGPI-SEC-ILLEGAL-MV-HDR-OPEN
Cause. An attempt to replace a GPI internal protocol element for a multivalued attribute
was made during an object management operation but was not allowed.
1207 ZGPI-SEC-OT-ALLOCATION-ERROR
Cause. An attempt to allocate an object-tree table failed due to an internal inconsistency
relating to the object tree.
1208 ZGPI-SEC-NUM-EXCEEDED-MAX-OTS
Cause. During GPI initialization, an attempt was made to allocate more object trees
than the maximum number allowed for the GPI library.
1209 ZGPI-SEC-BAD-SESSION-ID
Cause. The session identifier used by the GPI internally does not match the expected
value.
1210 ZGPI-SEC-VALUE-N-CNT-NOT-MATCH
Cause. The count of the total number of values for a specified attribute maintained by
the object-management module does not equal the actual number of values.
1211 ZGPI-SEC-BAD-OT-TBL-ENTRIES
Cause. The maximum number of attribute entries for each object tree (specified by the
GPI_INITIALIZE_ max-table-entries parameter) is not within the range of
ZGPI-MIN-TBL-ENTRIES and ZGPI-MAX-TBL-ENTRIES. (This is an internal error
probably caused by running with GPI software from more than one release installed at
the same time.)
1212 ZGPI-SEC-BAD-OT-TBL-DATA
Cause. The maximum length in octets for each object tree (specified by the
GPI_INITIALIZE_ max-table-data parameter) is not within the range of
ZGPI-MIN-TBL-DATA and ZGPI-MAX-TBL-DATA. (This is an internal error
probably caused by running with GPI software from more than one release installed at
the same time.)
1213 ZGPI-SEC-BAD-INIT-OT-TBL-NUM
Cause. The number of object-tree tables to be generated during GPI initialization is less
than one or greater than ZGPI-MAX-OT-COUNT. (This is an internal error probably