HP 3000 Manuals

Determining the Cause of STORE and RESTORE Errors [ STORE and TurboSTORE/iX Manual ] MPE/iX 5.0 Documentation


STORE and TurboSTORE/iX Manual

Determining the Cause of STORE and RESTORE Errors 

Some STORE and RESTORE errors cause the program not to store or restore a
particular file.  Others cause the program to stop running.  When STORE
or RESTORE cannot transfer files that you named in your command, it lists
the names of those files on your terminal as part of its standard
progress listing.

When STORE or RESTORE aborts because of an error, you see one of the
following messages:

     STORE ABORTED BECAUSE OF ERROR

or

     RESTORE ABORTED BECAUSE OF ERROR (CIERR 1091)

You can use the STOREJCW job control word (JCW) to determine the cause of
an error and a proper recovery procedure.  Each time you issue a STORE or
RESTORE command, the system updates the value assigned to STOREJCW.

When STOREJCW is equal to 0, the command executed successfully.  STOREJCW
values greater than 0 alert you to the cause of an error.


NOTE Issuing the VSTORE command also results in the system updating the value assigned to STOREJCW.
Viewing the Value of STOREJCW To view the value assigned to STOREJCW, use the following SHOWVAR command: :SHOWVAR STOREJCW The system reports the current value. For example: STOREJCW=4 Determining the Cause of an Error The value of STOREJCW after you issue a STORE, RESTORE, or VSTORE command tells you the cause of any errors in storing, restoring, or verifying the files you named. To determine the cause of an error: 1. Use the SHOWVAR command to view the value of STOREJCW. 2. Look up that value in Table A-1 . In addition to the cause of an error, Table A-1 displays recommended recovery procedures. Table A-1. STOREJCW Values ----------------------------------------------------------------------------------------------- | | | | | Value | Cause | Recovery Procedure | | | | | ----------------------------------------------------------------------------------------------- | | | | | 0 | No errors. | None. | | | | | ----------------------------------------------------------------------------------------------- | | | | | 1 | Syntax error. | Correct and reenter command. | | | | | ----------------------------------------------------------------------------------------------- | | | | | 2 | Error in opening system resource | Purge some files or perform disk space | | | allocation. | recovery. | | | | | ----------------------------------------------------------------------------------------------- | | | | | 3 | Error in opening an indirect file. | Does the indirect file you named exist? | | | | Do you have adequate access to it? Is | | | | it in use? Is the redirect file an | | | | EDIT file? | | | | | ----------------------------------------------------------------------------------------------- | | | | | 4 | Error in opening the file. | Is the FILE command describing the | | | | correct device? Is the media on the | | | | device you named? Unload and reload | | | | the media. If you are restoring or | | | | verifying files, check whether or not | | | | you have adequate access to them. | | | | | ----------------------------------------------------------------------------------------------- | | | | | 5 | Error scanning the files. | Make sure the file names are | | | | syntactically correct and correctly | | | | spelled. | | | | | ----------------------------------------------------------------------------------------------- | | | | | 6 | Error in actually storing, restoring, | Enter the command again. After a | | | or verifying files. | second failure, contact your system | | | | manager. | | | | | ----------------------------------------------------------------------------------------------- | | | | | 7 | A file you attempted to store does | Did you name the files correctly in the | | | not exist on disk, or a file you | STORE, RESTORE, or VSTORE command? Do | | | attempted to restore or verify does | the files you want to store, restore, | | | not exist in the STORE files, or the | or verify exist? | | | system could not find files that | | | | matched the pattern you specified | | | | (for example, FEB@). | | | | | | ----------------------------------------------------------------------------------------------- | | | | | 8 | A file that you tried to store, | Wait until the file is no longer in | | | restore, or verify was in use. | use. Enter the command again. | | | | | ----------------------------------------------------------------------------------------------- | | | | | 9 | Media Manager Service error | Check the STORE listing for the media | | | encountered. | manager error message. Look up the | | | | message in Appendix A of the | | | | Magneto-Optical Media Management User's | | | | Guide (36398-90001) and follow the | | | | suggested action. | | | | | ----------------------------------------------------------------------------------------------- A complete listing of all possible STORE and RESTORE errors, along with the probable cause and recommended action can be found in the MPE/iX Error Message Manual Volumes 1, 2 and 3 (32650-90066, 32650-90152, and 32650-90368).


MPE/iX 5.0 Documentation