;
; Information Facility errors
;
.facility DM_INFO
;
; These are the error messages returned by the server information facility.
;
;
.severity TRACE
;
;
.severity WARNING
;
OWNED SS "Database password file %s should be owned by the dmdba user not %s."
; CAUSE: The database file should be owned by whomever is doing the
; installation. This user should be 'dmdba.'
; ACTION: Ensure that the database file is owned by dmdba. Log in
; as docuserv to complete the installation.
; PARAMETERS: The name of the database file.
;
READIT S "Database file %s is readable by others."
; CAUSE: The password file is universally readable. It should be protected
; against access by others.
; ACTION: Ensure that the password files are all protected against "others"
; (world) access.
; PARAMETERS: The name of the database file.
;
;
;
.severity ERROR
NOFMT S "Cannot find format %s."
; CAUSE: The specified content format was not found.
; ACTION: Ensure that your dminfo.sys file is configured correctly.
;
;;;;;;;NOT_SET "The operation failed."
;
;;;;;;;;PREV "A previous error has left this object invalid."
;
;
BADPATH SS "The path, %s (for %s), is not a valid pathname."
;
; CAUSE: A pathname specified in your dminfo.sys, or a docbase-specific
; info file is invalid.
; ACTION: See your Documentum System Administrator about correcting the
; pathname in the information file.
; PARAMETERS: The incorrect pathname, and the location (i.e, "common") or
; info attribute (i.e, "DM_FULLTEXT_DIR") that it corresponds to.
;
NOPATH S "There is no pathname defined for location %s."
;
;
INVALID_PATH SSS "The path, %s (for %s), is not a valid pathname: Operating System Error: (%s)."
;
; CAUSE: A pathname specified in your dminfo.sys, or a docbase-specific
; info file is invalid.
; ACTION: See your Documentum System Administrator about correcting the
; pathname in the information file.
; PARAMETERS: The incorrect pathname, and the location (i.e, "common") or
; info attribute (i.e, "DM_FULLTEXT_DIR") that it corresponds to.
.severity FATAL
;
;
;;;;;;;INTERNAL SS "An internal error occurred: %s %s."
;
;
NODB S "Cannot find docbase %s."
; CAUSE: The specified docbase was not found.
; ACTION: Ensure that your dminfo.sys file is configured correctly. If it
; is, and your docbase is correctly defined in it, then report this
; error, along with a copy of the dminfo.sys file, to your Documentum
; site representative.
; PARAMETERS: The docbase name or id.
;
;
NODBUSER "Cannot find database user for your docbase."
; CAUSE: The docbase definition in the system information file
; is incorrect.
; ACTION: Ensure that the docbase definition is complete and correct.
; If it is okay, report this error to your Documentum site
; representative.
; PARAMETERS: None.
;
DBFILE S "Could not find database file for database user %s."
; CAUSE: The database file could not be found.
; ACTION: Ensure that the database file exists, and is in the expected
; location. If it is, report this message to your Documentum site
; representative.
; PARAMETERS: The user name corresponding to the database file.
;
OWNERSHIP SS "Database password file %s should be owned by the dmdba user not %s."
; CAUSE: The database file must be owned by whomever is doing the
; installation. This user should be 'dmdba.'
; ACTION: Ensure that the database file is owned by docuserv. Log in
; as docuserv to complete the installation.
; PARAMETERS: The name of the database file.
;
;
READABLE S "Database file %s is readable by others."
; CAUSE: The password file is universally readable. It must be protected
; against access by others.
; ACTION: Ensure that the password files are all protected against "others"
; (world) access.
; PARAMETERS: The name of the database file.
;
OPENDBFILE S "Cannot open database file %s."
; CAUSE: The database file could not be opened.
; ACTION: Ensure that the database file has its permissions set such that
; this user can access it. If it appears correct, report this
; problem to your Documentum site representative.
; PARAMETERS: None.
;
OPENINFO S "Cannot open system information file %s."
; CAUSE: The system information file was not successfully opened.
; ACTION: Ensure that the system information file exists, and is
; readable. If everything checks out, report this problem
; to your Documentum site representative.
; PARAMETERS: The name of the system information file.
;
OPENERM S "Cannot open error message file %s. Terminating..."
; CAUSE: The error message files are mandatory for initial startup
; of the system. If one is missing or corrupted, the program
; will abort execution.
; ACTION Make sure that the environment variable "DM_DIR"
; is set to the correct directory and that the error
; message file are in a sub directory called error