SNAX/XF and SNAX/APN Event Management Programming Manual

SNAX/XF Event Messages
SNAX/XF and SNAX/APN Event Management Programming Manual426859-001
3-89
81: ZSX1-EVT-LUNS-ERR-CON
If the table named in ZSX1-TKN-LUNS-OBJ1 is an ESS table, change the SETESS
command in the SET table’s SNAXUTL input file and rebuild the table.
2313
Cause. A command from, or on behalf of, the terminal LU named ZSX1-TKN-LUNS-
OBJ2 referenced an ESS table named ZSX1-TKN-LUNS-OBJ1 that is not defined in the
currently active SET table.
Effect. The named table is not placed in use.
Recovery. If the table named in ZSX1-TKN-LUNS-OBJ1 is the correct name of a valid
ESS table, use SNAXUTL to add that table’s definition to the currently active SET table.
If the table name is incorrect, you must locate its incorrect specification and correct it.
The problem might be in the SCF definition of the LU. Issue the INFO LU command for
the LU object ZSX1-TKN-LUNS-OBJ2 to determine if the table name from ZSX1-
TKN-LUNS-OBJ1 is displayed for the ESSTABLE attribute.
If so, a temporary correction can be made using the STOP LU, ALTER LU, and START
LU commands. A permanent correction might be necessary to the ADD LU command
that created the LU. If line or PU default values are employed for the ESSTABLE
attribute of the LU, check the ADD PU and ADD LINE commands that create the LUs
PU and line and correct them if necessary.
2314
Cause. The end of an ESS table was reached before the desired record was found. This
error indicates that the table’s object file has been corrupted.
LUNS was searching for the record named ZSX1-TKN-LUNS-OBJ2 in the table named
ZSX1-TKN-LUNS-OBJ1 and could not find it.
The value of ZSX1-TKN-LUNS-INFO1 is the number of records found in the table.
Effect. The request that was being processed is rejected.
Recovery. Save the corrupted ESS table object file by renaming it and noting its new
name. The object-file name is the name in ZSX1-TKN-LUNS-OBJ1 with the letter O
appended (for example, ESSTAB1’s object-file name is ESSTAB1O).
Rebuild the ESS table using SNAXUTL and retry the command. If the problem persists
with a new table object file, the table’s corruption is a persistent problem and requires
Note. Error 2312 might be the result of using a RENAME command to change the object-file
name of a LUNS table. When you use this method to rename a table’s object file, the first
record in the file (the descriptor record) remains unchanged. For example, if you rename table
SET1O (table SET1’s object file) with the new name SET2O, the first record in file SET2O still
contains the table’s old file name SET1O. You must use the SNAXUTL SELECTFILE command
to change a table’s object-file name.
Note also that the volume and subvolume elements of the table’s fully qualified file name are
stored in the descriptor record but are not used in the validity check that produces LUNS error
2312.