TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
580 AppendixA
Error Messages
Library Procedure Error Messages
41 MESSAGE DBUPDATE: No chain head (master entry) for
path
decimal integer: nn
MEANING User has called DBUPDATE to update a detail data set
entry with a search item value that does not match any
existing key item value in the corresponding manual
master data set. The digits nn identify the offending path
number established by the sequence in which the detail
data set search items appear in the set part of the schema.
This message is associated with the critical item update
(CIUPDATE) option; see chapter 4 for information about
this option.
ACTION Notify user that the new data item value must already
exist in the associated manual master data set. If the new
value is to be allowed, add the manual master data set
entry and try again.
41 MESSAGE DBUPDATE: Full chain for path
decimal
integer: nn
(contains 2,147,483,647 entries
(See above and below for additional status code 41
messages.)
MEANING User has called DBUPDATE to update a detail data set
entry associated with an automatic master data set chain
that already contains 2,147,483,647 values, the maximum
allowableentries. The digits nn identify the offending path
number established by the sequence in which the detail
data set search items appear in the set part of the schema.
This message is associated with the critical item update
(CIUPDATE) option; see chapter 4 for information about
this option.
ACTION Consult with your database administrator to ensure the
database has no structural damage. It is likely that the
database contains an invalid chain count.