DBChange Plus Messages (continued) [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation
DBChange Plus User's Guide
DBChange Plus Messages (continued)
-------------------------------------------------------------------------------
102 MESSAGE Detail search item (type) does not match master
key (DBC 102).
MEANING A search item specified in the detail data set has
a different data type than the key item in the
related master data set.
ACTION Specify the same data type for the search and key
items that define the path from the detail data set
to the master data set.
-------------------------------------------------------------------------------
103 MESSAGE Detail search item (length) does not match master
key (DBC 103).
MEANING A search item specified in the detail data set has
a different length than the key item in the related
master data set.
ACTION Specify the same length for the search and key
items that define the path from the detail data set
to the master data set.
-------------------------------------------------------------------------------
104 MESSAGE This is not a search item in the data set (DBC
104).
MEANING The specified search item is not a search item in
the detail data set.
ACTION Specify the name of an existing search item.
-------------------------------------------------------------------------------
105 MESSAGE This is a search item, delete the path first (DBC
105).
MEANING A search item cannot be deleted from a data set.
ACTION Delete the path to the data set first, then delete
the item.
-------------------------------------------------------------------------------
107 MESSAGE Sub-item length for item type I or J must be 1,
2, or 4 (DBC 107).
MEANING The specified length is invalid for item type I or
J.
ACTION Specify a subitem length of 1, 2, or 4.
-------------------------------------------------------------------------------
108 MESSAGE Sub-item length for item type R must be 2 or 4
(DBC 108).
MEANING The specified length is invalid for item type R.
ACTION Specify a subitem length of either 2 or 4.
-------------------------------------------------------------------------------
109 MESSAGE Sub-item length for item type K must be 1 or 2
(DBC 109).
MEANING The specified length is invalid for item type K.
ACTION Specify a subitem length of 1 or 2.
-------------------------------------------------------------------------------
110 MESSAGE Product of sub-item count and length must be even
(DBC 110).
MEANING When adding or changing a data item of type U or X,
the product of the subitem count and length must be
an even number.
ACTION Specify a subitem count and length for which the
product is even.
-------------------------------------------------------------------------------
111 MESSAGE Data item length cannot exceed 2047 words (DBC
111).
MEANING The product of the subitem count and subitem length
is greater than 2047 words.
ACTION Correct the length and count.
-------------------------------------------------------------------------------
112 MESSAGE Product of sub-item count and length must be
divisible by 4 (DBC 112).
MEANING When adding or changing a data item type of P, the
product of the subitem count and length must be
divisible by 4.
ACTION Correct the length and count.
-------------------------------------------------------------------------------
113 MESSAGE No more items to display (DBC 113).
MEANING You have reached the beginning or end of the data
item list.
ACTION No action necessary.
-------------------------------------------------------------------------------
114 MESSAGE The master set has to be defined before the
detail (DBC 114).
MEANING A detail data set was added with paths to a master
data set that is defined later in the schema.
ACTION Place the new detail data set after all associated
master data sets in the schema.
-------------------------------------------------------------------------------
115 MESSAGE No more sets to display (DBC 115).
MEANING You have reached the beginning or end of the data
set list.
ACTION No action necessary.
-------------------------------------------------------------------------------
117 MESSAGE No more fields to display (DBC 117).
MEANING You have reached the beginning or end of the field
list.
ACTION No action necessary.
-------------------------------------------------------------------------------
119 MESSAGE A value must be entered in this field (DBC 119).
MEANING A required value is missing.
ACTION Specify the required value.
-------------------------------------------------------------------------------
120 MESSAGE No changes have been entered in the change file
(DBC 120).
MEANING The change file contains no changes for DBAPLUS to
process.
ACTION Enter changes before invoking the DBAPLUS program.
-------------------------------------------------------------------------------
122 MESSAGE Only `R', `W', `N', or blank is valid (DBC 122).
MEANING A character other than R, W, N, or blank was
specified.
ACTION Enter R for read access, W for read and write
access, N for no access, or leave blank.
-------------------------------------------------------------------------------
123 MESSAGE Cannot open the schema file (FSERR n) (DBC 123).
MEANING The MPE intrinsic FOPEN failed while opening the
schema file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
124 MESSAGE Cannot write to the schema file (FSERR n) (DBC
124).
MEANING The MPE intrinsic FWRITE failed while writing to
the schema file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
FSERR n is the file system error number returned
from the FCHECK intrinsic.
-------------------------------------------------------------------------------
125 MESSAGE Check file FileName exists; it will be
overwritten (DBA 125).
MEANING The file FileName used to hold the events from a
prior CHECK will be purged.
ACTION If the file FileName is still needed, rename it.
-------------------------------------------------------------------------------
125 MESSAGE Duplicate password (DBC 125).
MEANING The specified password already exists for this
database.
ACTION Specify a new and unique password.
-------------------------------------------------------------------------------
126 MESSAGE Change file version n not match DBChange version
n (DBC 126).
MEANING The change file was either created with an old
version of DBChange or with a newer version than is
currently executing. The change file may have been
created by either DBChange/V or DBChange/CM, not by
DBChange Plus.
ACTION Verify that the version of DBChange running on your
system is the correct one. Then purge the change
file and create a new one.
-------------------------------------------------------------------------------
127 MESSAGE Database is opened exclusively by another user
(DBC 127).
MEANING The database has been opened exclusively by another
user, during which time no other user can access
the database.
ACTION Use DBChange Plus at a later time.
-------------------------------------------------------------------------------
128 MESSAGE Security violation (DBC 128).
MEANING The database cannot be opened due to MPE file
system security.
ACTION Verify that you have access to the database.
-------------------------------------------------------------------------------
129 MESSAGE The new name is the same as the old name (DBC
129).
MEANING The name of the database has not been changed.
ACTION Enter a different name when renaming the database.
-------------------------------------------------------------------------------
130 MESSAGE This file already exists, please specify a new
name (DBC 130).
MEANING A file already exists with the same database name
specified for the database copy or rename.
ACTION Enter a different name.
-------------------------------------------------------------------------------
131 MESSAGE Password contains invalid characters (DBC 131).
MEANING Invalid characters appear in the password.
ACTION Re-enter the password using only valid characters.
Passwords must be from 1 to 8 characters. Either
uppercase or lowercase characters are allowed.
Passwords cannot contain blanks, carriage returns,
slashes (/ or \), or semicolons (;).
-------------------------------------------------------------------------------
132 MESSAGE The password does not exist (DBC 132).
MEANING The specified password does not exist in the
database.
ACTION Enter an existing password.
-------------------------------------------------------------------------------
133 MESSAGE Sort item is the same as the search item (DBC
133).
MEANING The sort item specified is the same data item as
the search item that defines the path.
ACTION Enter a sort item that is different from the search
item.
-------------------------------------------------------------------------------
134 MESSAGE Capacity/block factor should not exceed 8388607
(DBC 134).
MEANING The maximum size of the data set was exceeded.
This is a TurboIMAGE/XL limitation.
ACTION Reduce the capacity or increase the blocking
factor.
-------------------------------------------------------------------------------
140 MESSAGE PASCAL `Range' error detected (DBA 140).
MEANING While converting a data item to a new type, a value
in the original data set was either too large or
too small for the new type specified for the data
item. The data was truncated.
ACTION The values in the original data set should be
examined before converting a data item type to a
smaller subitem length.
-------------------------------------------------------------------------------
200 MESSAGE Set capacity must be between 1 and 2147483647
(DBC 200).
MEANING The capacity of the data set was not between 1 and
231 -1 (2,147,483,647).
ACTION Enter a capacity within these limits. If the set
is a master data set, the capacity should be a
prime number.
-------------------------------------------------------------------------------
201 MESSAGE Block factor must be between 0 and 255 (DBC 201).
MEANING The blocking factor of the data set was not between
0 and 255 inclusive. If the blocking factor is
zero, DBSCHEMA calculates the most optimal blocking
factor for the set and then reblocks it.
ACTION Enter a blocking factor within these limits.
-------------------------------------------------------------------------------
202 MESSAGE Invalid device class name (DBC 202).
MEANING The device class name entered does not follow
standard naming conventions for a device class. A
logical device number is not a valid device class
name.
ACTION Enter a valid device class name.
-------------------------------------------------------------------------------
203 MESSAGE Sub-item count must be between 1 and 255 (DBC
203).
MEANING The subitem count of the data item was not between
1 and 255, inclusive.
ACTION Enter a subitem count within these limits.
-------------------------------------------------------------------------------
204 MESSAGE Type must be I, J, K, P, R, U, X, or Z (DBC 204).
MEANING A data item type was entered that was not I, J, K,
P, R, U, X,
or Z.
ACTION Enter a valid data item type. Refer to the
TurboIMAGE/XL DBMS Reference Manual for a list of
types accepted by TurboIMAGE/XL.
-------------------------------------------------------------------------------
205 MESSAGE Sub-item length must be between 1 and 255 (DBC
205).
MEANING The subitem length was not between 1 and 255,
inclusive.
ACTION Enter a subitem length within these limits.
-------------------------------------------------------------------------------
206 MESSAGE Set type must be A, M, or D (DBC 206).
MEANING A data set type was entered that was not A for
automatic master data set, M for manual master data
set, or D for detail data set.
ACTION Enter a valid data set type.
-------------------------------------------------------------------------------
207 MESSAGE User class must be between 1 and 63 (DBC 207).
MEANING A user class was entered that was not between 1 and
63, inclusive.
ACTION Enter a user class within these limits.
-------------------------------------------------------------------------------
220 MESSAGE Database has been modified since last DBSTORE
(DBA 220).
MEANING The DBAPLUS program was run on a database that has
had modifications (i.e. adds, updates, deletes)
since the last time it was stored with DBSTORE.
ACTION Make a new backup copy of the database using
DBSTORE.
-------------------------------------------------------------------------------
226 MESSAGE Fatal error checking root file (Internal Error n)
(DBA 226).
MEANING Damage has occurred to the root file which
prohibits file checks from completing.
ACTION Restore a backup copy of the root file making sure
it matches the structure of the current database
and recheck the root file.
-------------------------------------------------------------------------------
230 MESSAGE Invalid change file structure (DBA 230).
MEANING The change file contains inconsistent data item and
data set information. Given the item or set
number, the corresponding item or set name could
not be found in the change file.
ACTION Run the DBCPLUS program again, and create a new
change file. If the database is corrupt, purge the
database and restore it from a backup copy.
-------------------------------------------------------------------------------
240 MESSAGE Change file version n not match DBAlter version n
(DBA 240).
MEANING The change file was created on a different version
of DBChange Plus than is currently being run.
ACTION Verify that the version of the DBAPLUS program
(DBAlter) is the correct one for your system. Run
the DBCPLUS program again, and create a new change
file.
-------------------------------------------------------------------------------
250 MESSAGE Cannot close database DatabaseName (IMAGERR n)
(DBA 250).
MEANING The TurboIMAGE/XL intrinsic DBCLOSE failed while
trying to close the database DatabaseName.
ACTION Refer to the TurboIMAGE/XL DBMS Reference Manual,
where IMAGERR n is the error number returned in the
status array. If the error was caused by a file
system error, message 410 is printed instead.
-------------------------------------------------------------------------------
252 MESSAGE Cannot close the check file FileName (FSERR n)
(DBA 252).
MEANING The file FileName cannot be closed and saved as a
permanent file.
ACTION Refer to the MPE Intrinsics Reference Manual, where
n is the file system error number returned from the
FCHECK intrinsic.
-------------------------------------------------------------------------------
255 MESSAGE Cannot close or purge the change file (DBA 255).
MEANING You do not have the file system write capability to
close or purge the change file.
ACTION Modify the file system access capability where the
change file resides. Then purge the change file by
running the DBCPLUS program with the PURGECF option
in the BASE command.
-------------------------------------------------------------------------------
260 MESSAGE Cannot close the root file (DBA 260).
MEANING The MPE intrinsic FCLOSE failed while closing the
root file.
ACTION Refer to the MPE Intrinsics Reference Manual where
n is the file system error number returned from the
FCHECK intrinsic.
-------------------------------------------------------------------------------
270 MESSAGE Cannot close the data set DataSetName (DBA 270).
MEANING An error occurred while closing the data set
DataSetName. The MPE intrinsic FCLOSE failed. In
addition to 270, message 410 is also displayed.
ACTION Refer to the MPE Intrinsics Reference Manual where
n is the file system error number returned from the
FCHECK intrinsic.
-------------------------------------------------------------------------------
280 MESSAGE Restructuring has not been completed due to fatal
error (DBA 280).
MEANING A fatal error occurred during a critical stage of
restructuring the database.
ACTION If the database was modified, restore a backup copy
of the database from the DBSTORE tape and try to
restructure it again. If the error occurs again,
notify the system manager.
-------------------------------------------------------------------------------
290 MESSAGE Copying has not been completed due to a fatal
error (DBA 290).
MEANING A fatal error occurred while copying the database.
ACTION Try to copy the database again. If the error
occurs again, notify the system manager.
-------------------------------------------------------------------------------
310 MESSAGE Cannot create the new root file (DBA 310).
MEANING The new database schema contains errors that caused
DBSCHEMA to fail.
ACTION Check the new schema for errors. Run the DBCPLUS
program again with the same change file and correct
the errors.
-------------------------------------------------------------------------------
320 MESSAGE Cannot create the data set DataSetName (DBA 320).
MEANING One of the following MPE intrinsics failed while
creating the data set DataSetName: FOPEN, FCLOSE,
FWRITE, FWRITEDIR, FWRITELABEL. In addition to 320,
message 410 is also displayed.
ACTION Refer to the MPE Intrinsics Reference Manual where
n is the file system error number returned from the
FCHECK intrinsic.
-------------------------------------------------------------------------------
330 MESSAGE Cannot create the hashing database TEMPDB (DBA
330).
MEANING The MPE intrinsic FOPEN failed while creating the
temporary database TEMPDB used in the conversion
process. In addition to 330, message 410 is also
displayed.
ACTION Refer to the MPE Intrinsics Reference Manual where
n is the file system error number returned from the
FCHECK intrinsic.
-------------------------------------------------------------------------------
340 MESSAGE Database has been corrupted (DBA 340).
MEANING The database is in an inconsistent state due to a
fatal error encountered during the restructuring
process.
ACTION Restore a backup copy of the database from the
DBSTORE tape, and try the changes again. If the
error occurs again, notify the system manager.
-------------------------------------------------------------------------------
345 MESSAGE Set DataSetName using block factor n exceeds
blockmax m (DBA 345).
MEANING The blocking factor n for data set DataSetName is
more than the specified maximum block size
(blockmax) of m.
ACTION Change either the block factor or the maximum block
size.
-------------------------------------------------------------------------------
350 MESSAGE Set DataSetName block size n exceeds 2560 words
(DBA 350).
MEANING The block size n of the data set DataSetName
exceeds 2560 words.
ACTION Run the DBCPLUS program again and change the
blocking factor.
-------------------------------------------------------------------------------
355 MESSAGE Set DataSetName entry length n exceeds 2047 words
(DBA 355).
MEANING The entry length of the data set DataSetName
exceeds 2047 words.
ACTION Delete some fields from the data set.
-------------------------------------------------------------------------------
360 MESSAGE Cannot enable library traps (DBA 360).
MEANING The MPE intrinsic XLIBTRAP failed.
ACTION Notify the system manager.
-------------------------------------------------------------------------------
365 MESSAGE CHECK/FIX event file damaged at record n (DBA
365).
MEANING The file DatabaseNameRX does not meet DBChange Plus
internal verification requirements.
ACTION Store the database and contact your HP
representative.
-------------------------------------------------------------------------------
366 MESSAGE CHECK/FIX event file misordered at record n (DBA
366).
MEANING The file DatabaseNameRX does not meet DBChange Plus
internal verification requirements.
ACTION Store the database and contact your HP
representative.
-------------------------------------------------------------------------------
370 MESSAGE Root condition is value (DBA 370).
MEANING Each value of the condition word is listed below
with a meaning and action for each.
_____________________________________________________________
JB
MEANING The database has not been created; only the root
file exists.
ACTION Run DBUTIL to finish creating the database.
_____________________________________________________________
RM
MEANING A system failure occurred while output deferred was
enabled.
ACTION Follow the recovery procedures outlined in the
TurboIMAGE/XL DBMS Reference Manual.
_____________________________________________________________
-------------------------------------------------------------------------------
MPE/iX 5.0 Documentation