Ap A. DBChange Plus Messages [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation
DBChange Plus User's Guide
Appendix A DBChange Plus Messages
This appendix lists the DBChange Plus error and information messages. In
the case of error messages, the cause of the error and user action to
resolve the error are supplied for each message.
NOTE All messages are arranged in numerical order. Duplicate message
numbers exist. In those cases, refer to the code in parentheses
following the message to determine the correct message. For
example, (DBC 500) is a DBCPLUS message, and (DBA 500) is a DBAPLUS
message.
0 MESSAGE Cannot open message catalog, DBCMSGS.PUB.SYS
(FSERR n) (DBC 0).
MEANING The DBChange Plus message catalog, DBCC000.PUB.SYS,
is corrupt or does not exist.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
5 MESSAGE Unable to issue file equate for DBCHGF (CIERR n)
(DBC 5).
MEANING The MPE intrinsic COMMAND failed.
ACTION Refer to the MPE Intrinsics Reference Manual, where
CIERR n is the error number returned from the
COMMAND intrinsic.
-------------------------------------------------------------------------------
6 MESSAGE Cannot read the change file (FSERR n) (DBC 6).
MEANING The MPE intrinsic FREADDIR failed while reading the
change file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
7 MESSAGE Cannot write to the change file (FSERR n) (DBC
7).
MEANING The MPE intrinsic FWRITEDIR failed while writing to
the change file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
8 MESSAGE Cannot open the change file (FSERR n) (DBC 8).
MEANING The MPE intrinsic FOPEN failed while opening the
change file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
9 MESSAGE Cannot open the root file (FSERR n) (DBC 9).
MEANING The MPE intrinsic FOPEN failed while opening the
database root file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
10 MESSAGE Cannot close the change file (FSERR n) (DBC 10).
MEANING The MPE intrinsic FCLOSE failed while closing the
change file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
11 MESSAGE Cannot close the root file (FSERR n) (DBC 11).
MEANING The MPE intrinsic FCLOSE failed while closing the
database root file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
12 MESSAGE Cannot read the root file (FSERR n) (DBC 12).
MEANING The MPE intrinsic FREAD or FREADDIR failed while
reading the database root file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
13 MESSAGE Cannot open the database (IMAGERR n) (FSERR n)
(DBC 13).
MEANING The TurboIMAGE/XL intrinsic DBOPEN failed while
opening the database.
ACTION Refer to the TurboIMAGE/XL DBMS Reference Manual,
where IMAGERR n is the error number returned in the
status array. Refer to the MPE Intrinsics
Reference Manual, where FSERR n is the file system
error number returned from the FCHECK intrinsic.
An asterisk (*) means no file system error
occurred.
-------------------------------------------------------------------------------
14 MESSAGE Cannot close the database (IMAGERR n) (FSERR n)
(DBC 14).
MEANING The TurboIMAGE/XL intrinsic DBCLOSE failed while
closing the database.
ACTION Refer to the TurboIMAGE/XL DBMS Reference Manual,
where IMAGERR n is the error number returned in the
status array. Refer to the MPE Intrinsics
Reference Manual, where FSERR n is the file system
error number returned from the FCHECK intrinsic.
An asterisk (*) means no file system error
occurred.
-------------------------------------------------------------------------------
15 MESSAGE Internal error, change file not open (DBC 15).
MEANING The change file was closed unexpectedly.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
16 MESSAGE DBINFO intrinsic failed (IMAGERR n) (FSERRn) (DBC
16).
MEANING The TurboIMAGE/XL intrinsic DBINFO failed.
ACTION Refer to the TurboIMAGE/XL DBMS Reference Manual,
where IMAGERR n is the error number returned in the
status array. Refer to the MPE Intrinsics
Reference Manual, where FSERR n is the file system
error number returned from the FCHECK intrinsic.
An asterisk (*) means no file system error
occurred.
-------------------------------------------------------------------------------
17 MESSAGE The change file is full (DBC 17).
MEANING The DBCPLUS program failed to find any empty
records in the change file for the new change.
ACTION Run the DBAPLUS program to restructure the database
with the current changes. Then run the DBCPLUS
program to create a new change file for the
remaining changes.
__________________________________________________
CAUTION Review the changes in the change file
before running the DBAPLUS program. Make
sure that the changes will leave the
database in a consistent state.
__________________________________________________
-------------------------------------------------------------------------------
18 MESSAGE FFILEINFO intrinsic failed (FSERR n) (DBC 18).
MEANING The MPE intrinsic FFILEINFO failed.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
19 MESSAGE Cannot create temporary DBCHGF file (FSERR n)
(DBC 19).
MEANING The change file could not be built.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
20 MESSAGE Cannot purge temporary DBCHGF file (FSERR n) (DBC
20).
MEANING The change file could not be purged.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
21 MESSAGE Invalid control record in change file (DBC 21).
MEANING The database name, or the group and account stored
in an existing change file does not match the logon
group and account or the database name.
ACTION Verify that you have logged on correctly and
entered the correct database name.
-------------------------------------------------------------------------------
22 MESSAGE Internal item information is inconsistent (DBC
22).
MEANING The change file contains an inconsistent or invalid
item name or number.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
23 MESSAGE Internal set information is inconsistent (DBC
23).
MEANING The change file contains an inconsistent or invalid
data set name or number.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
24 MESSAGE Internal error, cannot find set information
record (DBC 24).
MEANING The set information record for the master data set
associated with the sort item could not be found in
the change file.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
25 MESSAGE Internal error, no search key defined for master
(DBC 25).
MEANING No key item is defined for the master data set in
the set information record in the change file.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
26 MESSAGE Insufficient stack space available to initialize
change file (DBC 26).
MEANING The stack could not be expanded enough to hold the
root file information. Set and item information
must be read from the root file to initialize
tables stored in the change file.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
27 MESSAGE Cannot initiate DBAPLUS (create failed) (DBC 27).
MEANING The MPE intrinsic CREATE failed.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
28 MESSAGE Cannot initiate DBAPLUS (activate failed) (DBC
28).
MEANING The MPE intrinsic ACTIVATE failed.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
51 MESSAGE Enter the item/set name or @ to review all
items/sets (DBC 51).
MEANING The item or set name cannot be blank.
ACTION To change a set or item, enter the name. To review
sets or items, use the REVIEW SETS or REVIEW ITEMS
command.
-------------------------------------------------------------------------------
52 MESSAGE This is not a TurboIMAGE database (DBC 52).
MEANING The database is an IMAGE/3000 database. DBChange
Plus can only be used on TurboIMAGE/XL databases.
ACTION Use DBCONV.PUB.SYS to convert the IMAGE/3000
database to a TurboIMAGE/XL database. Run DBChange
Plus again.
-------------------------------------------------------------------------------
56 MESSAGE The master data set is not in the database (DBC
56).
MEANING The master data set has not been defined for this
database.
ACTION Enter the name of an existing master data set.
-------------------------------------------------------------------------------
57 MESSAGE Enter either user class or password to delete a
password (DBC 57).
MEANING Neither the user class nor the password were
specified. You must enter either the user class or
password or both when deleting a password.
ACTION Enter the user class, password, or both.
-------------------------------------------------------------------------------
58 MESSAGE The detail data set is not in the database (DBC
58).
MEANING The detail data set has not been defined for this
database.
ACTION Enter the name of an existing detail data set.
-------------------------------------------------------------------------------
59 MESSAGE Enter new database name if copying to logon group
and account (DBC 59).
MEANING When making a copy of the database that will reside
in the logon group and account, you must specify a
different name for the database copy.
ACTION Specify a new name for the database copy.
-------------------------------------------------------------------------------
61 MESSAGE Job stream file FileName cannot be opened (FSERR
n) (DBC 61).
MEANING Could not open the job stream file FileName that
would run the DBAPLUS program in batch mode.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
62 MESSAGE The user class does not match the password
entered (DBC 62).
MEANING The specified user class is not associated with the
specified password.
ACTION Enter a user class that corresponds to the password
you want to delete.
-------------------------------------------------------------------------------
63 MESSAGE This user class already exists (DBC 63).
MEANING The specified user class number already exists.
ACTION Specify a new and unique user class number that
does not already exist.
-------------------------------------------------------------------------------
64 MESSAGE The user class does not exist (DBC 64).
MEANING The specified user class does not exist.
ACTION Specify an existing user class.
-------------------------------------------------------------------------------
65 MESSAGE Database copy must be done independently of any
other changes (DBC 65).
MEANING When copying a database, you cannot specify any
other DBChange Plus function, except HELP or EXIT.
If you wish to copy the database to another name,
you must enter the new name at the same time you
enter the user, group, and account for the copy.
ACTION Run the DBAPLUS program to copy the database; then,
after the copy is finished, enter any other changes
you wants.
-------------------------------------------------------------------------------
66 MESSAGE Duplicate data item name (DBC 66).
MEANING A data item cannot be renamed with the name of an
existing data item in the database.
ACTION Specify a new data item name. To review existing
data items, use the REVIEW ITEMS command.
-------------------------------------------------------------------------------
67 MESSAGE No more data items can be added; max. of 1023 has
been reached (DBC 67).
MEANING The TurboIMAGE/XL limit of 1023 data items per
database has been reached.
ACTION To add this data item, you must first delete a data
item from the database.
-------------------------------------------------------------------------------
68 MESSAGE No more data sets can be added; max. of 199 has
been reached (DBC 68).
MEANING The TurboIMAGE/XL limit of 199 data sets per
database has been reached.
ACTION To add this data set, you must first delete a data
set from the database.
-------------------------------------------------------------------------------
69 MESSAGE Search item must be a non-compound item (DBC 69).
MEANING The subitem count of a search item cannot be
changed because a search item cannot be a compound
data item. A search item must have a subitem count
of 1.
ACTION Make sure the item whose subitem count you are
changing is not a search item.
-------------------------------------------------------------------------------
70 MESSAGE New item type cannot be converted from current
item type (DBC 70).
MEANING When changing data item attributes, the new data
item type must be able to convert from the existing
data item type.
ACTION Refer to Table 4-2 for information on available
type conversions between different item types.
-------------------------------------------------------------------------------
71 MESSAGE This is not a field in this data set (DBC 71).
MEANING The specified field is not an item in this data
set.
ACTION Specify a valid field. To review the fields in the
data set, use the REVIEW FIELDS command.
-------------------------------------------------------------------------------
72 MESSAGE No more fields can be added; max. of 255 has been
reached (DBC 72).
MEANING The TurboIMAGE/XL limit of 255 items (fields) per
data set has been reached.
ACTION To add this field, you must first delete a field
from the data set.
-------------------------------------------------------------------------------
73 MESSAGE Only one primary path can be defined (DBC 73).
MEANING More than one primary path for this data set was
specified.
ACTION Specify only one primary path.
-------------------------------------------------------------------------------
74 MESSAGE Duplicate search item in detail set (DBC 74).
MEANING The search item in a detail data set was defined as
the key item for two or more master data sets.
ACTION Define one unique key item for each master data
set.
-------------------------------------------------------------------------------
75 MESSAGE A sort item must be type U, X or K (DBC 75).
MEANING An item type other than U, X, or K was specified
for a sort item. Only U, X, or K type is valid for
sort items.
ACTION Specify a sort item of type U, X, or K.
-------------------------------------------------------------------------------
76 MESSAGE Run DBAPLUS from group.account where database
will reside (DBC 76).
MEANING When copying a database, you must logon to the
group and account where the copy will reside and
run the DBAPLUS program from that group and
account.
ACTION Logon to the group and account where the copy will
reside and run the DBAPLUS program.
-------------------------------------------------------------------------------
77 MESSAGE This field already exists in this data set (DBC
77).
MEANING The item to be added already exists in this data
set.
ACTION Specify a new data item name.
-------------------------------------------------------------------------------
78 MESSAGE This is not a master set (DBC 78).
MEANING A detail data set name was specified, but a master
data set name is required.
ACTION Specify a master data set name.
-------------------------------------------------------------------------------
79 MESSAGE This is not a detail data set (DBC 79).
MEANING A master data set name was specified, but a detail
data set name is required.
ACTION Specify a detail data set name.
-------------------------------------------------------------------------------
80 MESSAGE Enter a Y to redefine primary path (DBC 80).
MEANING A character other than Y was entered.
ACTION Enter Y if you want to redefine the primary path.
-------------------------------------------------------------------------------
81 MESSAGE Job stream file FileName cannot be created (FSERR
n) (DBC 81).
MEANING Could not create the job stream file FileName that
runs the DBAPLUS program in batch mode.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from FCHECK intrinsic.
-------------------------------------------------------------------------------
82 MESSAGE This is not a data item in the database (DBC 82).
MEANING The specified data item does not exist in the
database or change file.
ACTION Specify the name of an existing data item.
-------------------------------------------------------------------------------
83 MESSAGE This is not a data set in the database (DBC 83).
MEANING The specified data set does not exist in the
database or change file.
ACTION Specify the name of an existing data set.
-------------------------------------------------------------------------------
84 MESSAGE This item already exists (DBC 84).
MEANING The data item to be added already exists in the
database or change file.
ACTION Specify a new data item name.
-------------------------------------------------------------------------------
85 MESSAGE This set already exists (DBC 85).
MEANING The data set to be added already exists in the
database or change file.
ACTION Specify a new data set name.
-------------------------------------------------------------------------------
86 MESSAGE The device class is not configured on the system
(DBC 86).
MEANING The device class entered for the data set is not
configured on the system.
ACTION Enter the name of a configured device class that is
valid for a disk file.
-------------------------------------------------------------------------------
87 MESSAGE Duplicate data set name (DBC 87).
MEANING A data set cannot be renamed with the name of an
existing data set.
ACTION Specify a new data set name. To review existing
data sets, use the REVIEW SETS command.
-------------------------------------------------------------------------------
88 MESSAGE This name cannot be blank (DBC 88).
MEANING A required name was not specified.
ACTION Specify a name.
-------------------------------------------------------------------------------
89 MESSAGE You must logon as the database creator (DBC 89).
MEANING To perform any DBChange Plus functions, you must
logon as the database creator.
ACTION Logon as the database creator.
-------------------------------------------------------------------------------
90 MESSAGE The search item of a manual master cannot be
changed (DBC 90).
MEANING Changing the key item of a manual master data set
is not supported.
ACTION To add or delete paths to a manual master data set,
change the associated detail data set path.
-------------------------------------------------------------------------------
91 MESSAGE This is a deleted data item (DBC 91).
MEANING The specified data item has been previously
deleted.
ACTION Specify the name of an existing data item.
-------------------------------------------------------------------------------
92 MESSAGE This is a deleted data set (DBC 92).
MEANING The specified data set has been previously deleted.
ACTION Specify the name of an existing data set.
-------------------------------------------------------------------------------
93 MESSAGE Write to job stream file FileName failed (FSERR
n) (DBC 93).
MEANING Could not write to the job stream file FileName
that runs the DBAPLUS program in batch mode.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
94 MESSAGE An automatic master search item cannot be changed
(DBC 94).
MEANING The key item in an automatic master data set cannot
be explicitly changed.
ACTION To change an automatic master data set key item,
first delete the automatic master data set then
re-add it with a different search item.
-------------------------------------------------------------------------------
95 MESSAGE Master data set cannot be moved after its related
details (DBC 95).
MEANING When reordering data sets, a master data set must
be moved before any of its associated detail data
sets.
ACTION Reorder the master data set so that it is defined
before all of its associated detail data sets.
-------------------------------------------------------------------------------
96 MESSAGE New capacity cannot be less than number of
existing entries (DBC 96).
MEANING The specified new capacity is less than the number
of existing entries in the data set.
ACTION Specify a capacity that is equal to or greater than
the number of existing entries.
-------------------------------------------------------------------------------
97 MESSAGE New name does not follow TurboIMAGE naming
conventions (DBC 97).
MEANING A data item or data set cannot be added or renamed
with an invalid name. A data item or data set name
must be from 1 to 16 characters, and the first
character must be alphabetic.
ACTION Specify a valid data item or data set name.
-------------------------------------------------------------------------------
98 MESSAGE A search item name is required for a master set
(DBC 98).
MEANING A new master data set cannot be added without
specifying the required key item.
ACTION Specify a key item when adding the master data set.
-------------------------------------------------------------------------------
99 MESSAGE Detail data set cannot be moved before its
related masters (DBC 99).
MEANING When reordering data sets, a detail data set must
be moved after any of its associated master data
sets.
ACTION Reorder the detail data set so that it is defined
after all of its associated master data sets.
-------------------------------------------------------------------------------
100 MESSAGE The search item must be a field in this data set
(DBC 100).
MEANING The specified search item is not a field in this
detail data set.
ACTION Add the search item to the field list in the detail
data set.
-------------------------------------------------------------------------------
101 MESSAGE No more paths can be added, max. of 16 has been
reached (DBC 101).
MEANING The TurboIMAGE/XL limit of 16 paths per data set
has been reached.
ACTION To add this path, you must first delete a path from
the data set.
-------------------------------------------------------------------------------
MPE/iX 5.0 Documentation