NET/MASTER RMS Management and Operations Guide

RMS0101
RMS Messages
A–12 115415 NonStop NET/MASTER RMS Management and Operations Guide
RMS0101
error-text
Cause. An error occurred in the internal processing of RMS.
error-text
describes
the error. There are four variations of this message as follows:
error-description
procedure-name(ncl-id) SYS.ERROR.LIB: library-name
procedure-name(ncl-id) SYS.ERROR.FILE: file-name
procedure-name(ncl-id) SYS.ERROR.LINE: line-number
error-description is a general description of the error.
procedure-name is the name of the NCL procedure that raised the error and is the
value of &SYS.ERROR.PROCNAME.
ncl-id is the ID of the NCL process and is the value of &SYS.NCLID.
library-name is the name of the library that contains the source file file-name and
is the value of &SYS.ERROR.LIB.
file-name is the name of the source file that contains the NCL procedure
procedure-name and is the value of &SYS.ERROR.FILE.
line-number is a number that identifies the line that raised the error and is the
value of &SYS.ERROR.LINE.
Effect. Either the last RMS panel function requested was not completed successfully, or
the message handler failed to process a message successfully. The problem may occur
only for the particular condition; other RMS functions may still be available.
One or more of these messages are written to the NonStop NET/MASTER MS activity
log.
Recovery. Contact your Tandem support representative and provide the following:
Version of RMS that was being used
Details of the events leading up to the display of the error
Copy of RMS database
Copy of activity log
RMS0200 RMS DATABASE IS UNAVAILABLE
Cause. RMS tried to access its database file but found that the file was not opened as a
user database. The RMS initialization NCL procedure, ZRMSININ, may not have been
run at system startup, or may have failed to open the RMS database file as a user
database, or someone may have closed the file.