; $Id: dmnote.e,v 5.0 1998/01/10 02:07:59 sol_ora Exp $
;
; dmNote class errors
;
.facility DM_NOTE
.severity ERROR
CANT_FETCH_INVALID_ID D "Cannot fetch a note - Invalid object ID %s"
;
;CAUSE: Could not fetch an object with the given id.
;ACTION: This is probably caused by a bad ID. Or, possibly, a connection
; to the Documentum server could not be established.
;
CANT_SAVE S "Cannot save %s sysobject."
;
;CAUSE: One or more operations has failed during this save.
; Consult the following error message(s) for more help.
;ACTION: Try again after fixing previous problems.
;
NO_ANNOTATION SS "No annotation relationship exists between %s note and %s sysobject."
;
;CAUSE: No annotation relation exists between note object an given sysobject.
;ACTION: None.
;
ALREADY_ANNOTATED SS "The %s Sysobject is already annotated by %s note object."
;
;CAUSE: The given sysobject is already related to the current note object.
;ACTION: None.
;
CANT_ADDNOTE1 SS "Can not relate %s sysobject to %s note object."
;
;CAUSE: The sysobject and note object are part of the same version tree.
;ACTION: None.
;
CANT_ADDNOTE2 SS "Can not relate %s sysobject to %s note object."
;
;CAUSE: Could not build a relation object to establish annote relationship.
;ACTION: See the previous error messages.
;
CANT_CLEAN_UNUSED S "Could not complete the cleanup of unused note objects for %s docbase."
;
;CAUSE: Previous operations have forced the server to stop the clean up operations.
;ACTION: See the previous errors messages for the specific reasons.
;
.severity FATAL
INIT1 "The dmNote type was found in the database without a version stamp."
;CAUSE: Unknown.
;ACTION: Report this message and any parameters to your Documentum site
; representative.
;
INIT2 II "Version stamp %d was expected to be %d."
;CAUSE: The version stamp that the dmNote object software expected was
; different from the actual version stamp in the database.
;ACTION: You must upgrade your DocuServer database to conform to the
; software that you are running. If your software and data are
; consistent, then report a bug.
; Also, Report this message and any parameters to your Documentum site
; representative.
INIT3 "The type manager returned an error storing the dmNote type."
;CAUSE: Unknown.
;ACTION: Look at the error logged by the type manager.
; Report this message and any parameters to your Documentum site
; representative.