.facility DM_MTPT
; These are errors encountered during parsing format strings
.severity TRACE
.severity WARNING
.severity ERROR
CANT_FETCH D "Can't fetch, object identified by id (%s). Invalid id."
CANT_DESTROY "Cannot destroy"
SAVE_REQUIRES_ATTRIBUTE S "Cannot save object due to empty attribute (%s)"
NOT_A_MOUNTPOINT S "The object identified by (%s) is not a dm_mount_point."
INVALID_DESTROY_OPTION S "The destroy option (%s) is not a valid option."
VALIDATE SSS "Validation of DM_MOUNT_POINT (%s) failed. Operating System failed to validate directory (%s). Operating System error was (%s)"
FILE_EXISTENCE SSS "File System file specified in DM_MOUNT_POINT (%s) is does not exist. Operating System failed to validate existence of the file (%s). Operating System error was (%s)"
DIRECTORY_EXISTENCE SSS "File System directory specified in DM_MOUNT_POINT (%s) is does not exist. Operating System failed to validate existence of the directory (%s). Operating System error was (%s)"
CREATE_DIRECTORY SSS "Creation of file system directory for DM_MOUNT_POINT (%s) failed. Operating System failed to create directory (%s). Operating System error was (%s)"
DESTROY SSS "Destroy with delete option of DM_MOUNT_POINT (%s) failed. Operating System failed to delete directory (%s). Operating System error was (%s)"
SAVE S "Save of DM_MOUNT_POINT (%s) failed."
ATTRIBUTE_UNKNOWN SSS "Save of DM_MOUNT_POINT (%s) failed due to unrecognized value in attribute (%s). Value is (%s)"
NAMED_LOOKUP S "Unable to fetch the dm_mount_point named (%s) by name."
NEED_PRIV_FOR_CHANGE SS "The current user (%s) needs to have superuser or sysadmin privilege to save or destroy %s dm_mount_point object."
NO_ALIAS_FOR_WINDOWS S "The dm_mount_point object named (%s) does not have a alias for the Windows platform"
NO_ALIAS_FOR_UNIX S "The dm_mount_point object named (%s) does not have a alias for the UNIX platform"
NO_ALIAS_FOR_MAC S "The dm_mount_point object named (%s) does not have a alias for the Macintosh platform"
REFERENCES_EXIST SI "The dm_mount_point object named (%s) can not be destroyed because there are (%d) dm_location objects referencing it"
;
;CAUSE: Must have Superuser or SysAdmin privilege to save/destroy mount_point objects.
;ACTION: Consult your system administrator.
;
.severity FATAL
; the following errors are considered internal or not expected
INIT1 "The dm_mount_point object subsystem failed initialization. The version stamp for the dm_mount_point object exists, but the corresponding type could not be fetched."
;CAUSE: Possible database corruption
;ACTION: Consult documentation.
INIT2 LL "The dm_mount_point object subsystem could not be initialized. The version stamp for the dm_mount_point type (%i) does not match the expected stamp (%i)."
;CAUSE: Possible database corruption. Perhaps an older server is being run against a newer docbase"
;ACTION: Consult documentation.
INIT3 "The dm_mount_point object subsystem could not be initialized. A failure was detected attempting to store the dm_mount_point type."
;CAUSE: Possible database failure.
;ACTION: Examine error log for other errors.