love fish大鹏一曰同风起,扶摇直上九万里

常用链接

统计

积分与排名

friends

link

最新评论

DM_DATA_DICT

;
; Data Dictionary Facility errors
;
;** Documentum DocuServer
;** Confidential Property of Documentum, Inc.
;** (c) Copyright Documentum, Inc., 1991-1999
;** All rights reserved.
;**
;
.facility DM_DATA_DICT
;
; These are the error messages returned by the data dictionary facility.
; The convention followed for determining the severity of an error message
; is as follows:
;
; An error which occurs because of something the user did is of severity,
; ERROR.
;
; An error which the user really has no control over (a schema table couldn't be
; opened, a rollback operation failed leaving the database inconsistent, ...) is
; classified as severity, FATAL.
;
;
;
.severity TRACE
;
;
;
;
;
;
.severity INFORMATION
PUBLISH SS "The Data Dictionary is publishing information for '%s', in locale '%s.'
;
; CAUSE: This is an informational message used when tracing is turned on for
;        specific Data Dictionary operations.
; ACTION: None
; PARAMTERS: The first parameter is the virtual identifier for the object
;            being published
;            The second parameter is the language for which the information
;            is being published.
;
AGGR_DOMAIN_FIXUP D "The Data Dictionary is fixing up the aggrdomain object with id '%s'"
;
; CAUSE: The Data Dictionary is fixing up the aggrdomain object automatically due to some
;        inconsistency. No user intervention is required
;
;
.severity WARNING
;
EXPUNGE_KEY_CANT_FETCH D "Could not fetch the dm_key object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
EXPUNGE_UNIQUE_KEY_CANT_FETCH D "Could not fetch the dm_key object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
;
EXPUNGE_FOREIGN_KEY_CANT_FETCH D "Could not fetch the dm_foreign_key object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
;
EXPUNGE_AGGR_DOMAIN_CANT_FETCH D "Could not fetch the dm_aggr_domain object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
;
EXPUNGE_DD_INFO_CANT_FETCH D "Could not fetch the dm_dd_info object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
;
EXPUNGE_DOMAIN_CANT_FETCH D "Could not fetch the dm_domain object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
;
EXPUNGE_NLS_DD_INFO_CANT_FETCH D "Could not fetch the dm_nls_dd_info object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
;
EXPUNGE_VALUE_ASSIST_CANT_FETCH D "Could not fetch the dm_value_assist object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
EXPUNGE_VALUE_LIST_CANT_FETCH D "Could not fetch the dm_value_list object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
EXPUNGE_VALUE_QUERY_CANT_FETCH D "Could not fetch the dm_value_query object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
EXPUNGE_VALUE_FUNC_CANT_FETCH D "Could not fetch the dm_value_func object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
EXPUNGE_EXPR_CODE_CANT_FETCH D "Could not fetch the dmi_expr_code object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
REPLICA_REFERENCES_NONEXISTENT_ATTRIBUTE SS "The Replicated Data Dictionary information for '%s' references a non-existent attribute '%s." This typically indicates that the type definitions in the source and target docbase do not match."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        references to one or more non-existent attributes were found. This
;        typically occurs when type definitons in the source and target docbase
;        do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
;
; PARAMETERS: The first parameter is the data dictionary handle
;             The second parameter is the non-existent attribute that is referenced
;
REPLICA_DEFAULT_VALUE_INCONSISTENCY SSD "The Replicated Data Dictionary information for '%s' has a default value with id '%s' that references one or more invalid attributes."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        a default value that references one or more non-existent attributes.
;        This typically occurs when type definitions in the source and target
;        docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the data dictionary handle.
;             The second parameter is the id of the default value expression.
;
REPLICA_VALUE_ASSISTANCE_INCONSISTENCY "The Replicated Data Dictionary information for '%s' has a conditional value assistance with id '%s' that references one or more invalid attributes."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        a conditional value assistance that references one or more
;        non-existent attributes.
;        This typically occurs when type definitions in the source and target
;        docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the data dictionary handle.
;             The second parameter is the id of the conditional value assistance.
;
REPLICA_COND_COMPUTED_EXPR_INCONSISTENCY "The Replicated Data Dictionary information for '%s' has a conditional computed expression with id '%s' that references one or more invalid attributes."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        a conditional computed expression that references one or more
;        non-existent attributes.
;        This typically occurs when type definitions in the source and target
;        docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the data dictionary handle.
;             The second parameter is the id of the conditional computed expression.
;
REPLICA_VAL_CONSTRAINT_INCONSISTENCY "The Replicated Data Dictionary information for '%s' has a value constraint with id '%s' that references one or more invalid attributes."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        a value constraint that references one or more non-existent
;        attributes.
;        This typically occurs when type definitions in the source and target
;        docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the data dictionary handle.
;             The second parameter is the id of the value constraint object.
;
REPLICA_UNIQUE_KEY_INCONSISTENCY "The Replicated Data Dictionary information for '%s' has a unique key constraint with id '%s' that references one or more invalid attributes."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        a unique key constraint that references one or more non-existent
;        attributes.
;        This typically occurs when type definitions in the source and target
;        docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the data dictionary handle.
;             The second parameter is the id of the unique key constraint object.
;
REPLICA_FOREIGN_KEY_INCONSISTENCY "The Replicated Data Dictionary information for '%s' has a foreign key constraint with id '%s' that references one or more invalid attributes."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        a foreign key constraint that references one or more non-existent
;        attributes.
;        This typically occurs when type definitions in the source and target
;        docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the data dictionary handle.
;             The second parameter is the id of the foreign key constraint object.
;
REPLICA_PRIMARY_KEY_INCONSISTENCY "The Replicated Data Dictionary information for '%s' has a primary key constraint with id '%s' that references one or more invalid attributes."
;
; CAUSE: During the validation of replicated Data Dictionary information,
;        a primary key constraint that references one or more non-existent
;        attributes.
;        This typically occurs when type definitions in the source and target
;        docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the data dictionary handle.
;             The second parameter is the id of the primary key constraint object.
;
REPLICA_DISPLAY_CONFIG_NONEXISTENT_ATTRIBUTE DSS "The Replica dm_display_config object with ID '%s', attribute_source '%s', reference a non-existent attribute '%s'."
;
; CAUSE: During the validation of a replicated dm_display_config object,
;        the Data Dictionary encountered a non-existent attribute in a
;        dm_display_config object. This typically occurs when type
;        definitions in the source and target docbase do not match.
; ACTION: It is recommended that type definitions in distributed docbases
;         match. It is possible that some Data Dictionary information
;         will not make sense when the type definitions do not match.
; PARAMETERS: The first parameter is the object ID of the dm_display_config object
;             The second parameter is the attribute_source for the object
;             The third parameter is the non-existent attribute
;
EXPUNGE_CANT_FETCH SD "Could not fetch the '%s' object with ID %s during an expunge operation."
;
; CAUSE: Could not fetch an object with the given id.
; ACTION: None necessary.  The expunge operation continued.
; PARAMETERS: The parameter is the object id.
;
;
;
;
.severity ERROR
;
;
;
;EXAMPLE S "ALTER TYPE:  You have insufficient privilege to ADD or DROP attributes from a Documentum base type (%s)."
;
; CAUSE:  Your alter type statement specified a Documentum base type. 
;         Only a superuser may alter the base types, and then only
;         if requested to do so as part of a Documentum release script.
;         Any type which has a name beginning with the letters 'dm' is
;         a Documentum base type.
; ACTION: None.
; PARAMETERS:  The typename as specified in the alter type statement.
;
;
KEY_CANT_FETCH D "Cannot fetch - 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.
;
;
FOREIGN_KEY_CANT_FETCH D "Cannot fetch - 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.
;
;
UNIQUE_KEY_CANT_FETCH D "Cannot fetch - 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.
;
;
AGGR_DOMAIN_CANT_FETCH D "Cannot fetch - 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.
;
;
DD_INFO_CANT_FETCH D "Cannot fetch - 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.
;
;
DOMAIN_CANT_FETCH D "Cannot fetch - 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.
;
;
NLS_DD_INFO_CANT_FETCH D "Cannot fetch - 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.
;
;
VALUE_ASSIST_CANT_FETCH D "Cannot fetch - 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.
;
VALUE_LIST_CANT_FETCH D "Cannot fetch - 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.
;
VALUE_QUERY_CANT_FETCH D "Cannot fetch - 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.
;
VALUE_FUNC_CANT_FETCH D "Cannot fetch - 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.
;
OVERRIDE_UNKNOWN_ATTR S "The attribute %s does not exist in the Data Dictionary."
;
; CAUSE:  An attempt was made to override an attribute that does not exist in the Data Dictionary.
; ACTION: Use the name of the correct Data Dictionary attribute.
; PARAMETERS:  The parameter is the name of the attribute.
;
NAMED_DOMAIN_NOT_SUPPORTED S "Named domain objects are not supported.  The name of the domain is %s."
;
; CAUSE:  A domain was encountered that had its domain_name attribute set.
; ACTION: Only anonymous (un-named) domains are currently supported.
; PARAMETERS:  The parameter is the name of the domain.
;
NAMED_SUPER_DOMAIN_NOT_SUPPORTED S "Named super domain objects are not supported.  The name of the super domain is %s."
;
; CAUSE:  A domain was encountered that had a named super domain.
; ACTION: Only anonymous (un-named) domains are currently supported.
; PARAMETERS:  The parameter is the name of the super domain.
;
AGGR_DOMAIN_BAD_ATTR_NAME SS "Attribute '%s' does not exist for type '%s'."
;
; CAUSE:  The attribute does not exist for the type.
; ACTION: Correct the attribute name.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the type.
;
DD_HANDLE_WRONG_FIRST_CHAR S "The Data Dictionary handle '%s' is invalid because it does not begin with 't'."
;
; CAUSE:  The Data Dictionary handle is mal-formed.
; ACTION: Use a valid Data Dictionary handle.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_TYPE_NAME_MISSING S "The type name portion of the Data Dictionary handle '%s' is missing."
;
; CAUSE:  The type named in the data dictionary handle is missing.
; ACTION: Use a valid type name.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_TYPE_NAME_TOO_LONG S "The type name portion of the Data Dictionary handle '%s' is too long."
;
; CAUSE:  The type named in the data dictionary handle is too long.
; ACTION: Use a valid type name.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_POLICY_ID_MISSING S "The policy id portion of the Data Dictionary handle '%s' is missing."
;
; CAUSE:  The policy id in the data dictionary handle is missing.
; ACTION: Use a valid business policy id.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_POLICY_ID_TOO_LONG S "The policy id portion of the Data Dictionary handle '%s' is too long."
;
; CAUSE:  The policy id in the data dictionary handle is too long.
; ACTION: Use a valid business policy id.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_BAD_POLICY_ID S "The policy id portion of the Data Dictionary handle '%s' is not a valid object id."
;
; CAUSE:  The policy id in the data dictionary handle is not a well-formed object id.
; ACTION: Use a valid business policy id.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_TYPE_NOT_FOUND SS "The type '%s' named in the Data Dictionary handle '%s' does not exist."
;
; CAUSE:  The type portion of the Data Dictionary handle names a non-existent type.
; ACTION: Use a valid type name.
; PARAMETERS:  The first parameter is the name of the type.
;              The second parameter is the Data Dictionary handle.
;
DD_HANDLE_POLICY_NOT_FOUND DS "The policy with object id '%s' named in the Data Dictionary handle '%s' does not exist."
;
; CAUSE:  The business policy object id given in the Data Dictionary handle does not exist.
; ACTION: Use a valid business policy id.
; PARAMETERS:  The first parameter is the object id of the business policy.
;              The second parameter is the Data Dictionary handle.
;
DD_HANDLE_STATE_NAME_MISSING S "The business policy state name portion of the Data Dictionary handle '%s' is missing."
;
; CAUSE:  The state name in the data dictionary handle is missing.  This is required if a
;         business policy id is provided.
; ACTION: Use a valid state name for the given business policy.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_STATE_NAME_TOO_LONG S "The business policy state name portion of the Data Dictionary handle '%s' is too long."
;
; CAUSE:  The business policy state named in the data dictionary handle is too long.
; ACTION: Use a valid state name for the given business policy.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_ATTR_NAME_MISSING S "The attribute name portion of the Data Dictionary handle '%s' is missing."
;
; CAUSE:  The attribute name in the data dictionary handle is missing.
; ACTION: Use a valid attribute name for the given type.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_ATTR_NAME_TOO_LONG S "The attribute name portion of the Data Dictionary handle '%s' is too long."
;
; CAUSE:  The attribute named in the data dictionary handle is too long.
; ACTION: Use a valid attribute name for the given type.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
DD_HANDLE_ATTR_NOT_FOUND SSS "The attribute '%s' named in the Data Dictionary handle '%s' does not exist in type '%s'."
;
; CAUSE:  The attribute named in the Data Dictionary handle does not exist in the given type.
; ACTION: Use a valid attribute name for the given type.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the Data Dictionary handle.
;              The third parameter is type name.
;
DD_HANDLE_EXTRA_CHARACTERS S "The Data Dictionary handle '%s' contains extra characters at the end."
;
; CAUSE:  The Data Dictionary handle has extra characters at the end.
; ACTION: Remove the extra characters.
; PARAMETERS:  The parameter is the Data Dictionary handle.
;
BAD_REPEATING_PSEUDO_BOOLEAN_VALUE SIIII "The value of attribute %s[%d] should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the repeating attribute index.
;              The third parameter is the lower range bound.
;              The fourth parameter is the upper range bound.
;              The fifit parameter is the actual value.
;
BAD_PSEUDO_BOOLEAN_VALUE SIII "The value of attribute %s should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the lower range bound.
;              The third parameter is the upper range bound.
;              The fourth parameter is the actual value.
;
BAD_REPEATING_LIFECYCLE_VALUE SIIII "The value of attribute %s[%d] should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the repeating attribute index.
;              The third parameter is the lower range bound.
;              The fourth parameter is the upper range bound.
;              The fifit parameter is the actual value.
;
BAD_LIFECYCLE_VALUE SIII "The value of attribute %s should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the lower range bound.
;              The third parameter is the upper range bound.
;              The fourth parameter is the actual value.
;
BAD_REPEATING_ENFORCEMENT_VALUE SIIII "The value of attribute %s[%d] should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the repeating attribute index.
;              The third parameter is the lower range bound.
;              The fourth parameter is the upper range bound.
;              The fifit parameter is the actual value.
;
BAD_ENFORCEMENT_VALUE SIII "The value of attribute %s should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the lower range bound.
;              The third parameter is the upper range bound.
;              The fourth parameter is the actual value.
;
BAD_REPEATING_CONSTRAINT_CHECKER_VALUE SIIII "The value of attribute %s[%d] should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the repeating attribute index.
;              The third parameter is the lower range bound.
;              The fourth parameter is the upper range bound.
;              The fifit parameter is the actual value.
;
BAD_CONSTRAINT_CHECKER_VALUE SIII "The value of attribute %s should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the lower range bound.
;              The third parameter is the upper range bound.
;              The fourth parameter is the actual value.
;
BAD_SEARCH_OP_VALUE SIII "The value of attribute %s should be in the range %d to %d, but was %d."
;
; CAUSE:  The value is out of range.
; ACTION: Supply a value in the indicated range.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the lower range bound.
;              The third parameter is the upper range bound.
;              The fourth parameter is the actual value.
;
DUPLICATE_SEARCH_OP_VALUE SIII "The search operator attribute %s contains the value %d at position %d and at position %d."
;
; CAUSE:  The search operator contains duplicate values.
; ACTION: Remove one of the duplicates.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the duplicated value.
;              The third parameter is the repeating attribute index of the first occurrence.
;              The fourth parameter is the repeating attribute index of the second occurrence.
;
BAD_DEFAULT_SEARCH_OP SIS "The default search operator attribute %s contains the value %d which is not in the list of allowed search operators (%s)."
;
; CAUSE:  The default search operator is not a legal operator for the attribute.
; ACTION: Change the default search operator to a legal operator for the attribute.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the default search operator value.
;              The third parameter is the name of the allowed search operators attribute.
;
NULL_REPEATING_EXPRESSION_VALUE SI "The value of expression attribute %s[%d] is the NULL object id."
;
; CAUSE:  A NULL object id is not allowed here.
; ACTION: Supply a valid object id.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the repeating attribute index.
;
CANNOT_FETCH_EXPRESSION_OBJECT_FOR_ATTRIBUTE DS "Cannot fetch the expression with object id %s for attribute %s."
;
; CAUSE:  The expression with the given id does not exist.
; ACTION: Supply a valid object id.
; PARAMETERS:  The first parameter is object id of the expression object.
;              The second parameter is the attribute name.
;
ERROR_GENERATING_EXPRESSION_SOURCE DS "An error was encountered generating the source code for expression object %s for Data Dictionary attribute %s."
;
; CAUSE:  A problem (reported in a separate message) prevented expression source generation.
; ACTION: Correct the problem that was reported separately.
; PARAMETERS:  The first parameter is the object id of the expression object.
;              The second parameter is the attribute name.
;
MISSING_FORMAT_TAG S "A format pattern (%s) was supplied without a format tag."
;
; CAUSE:  If a format pattern is specified, a format tag must also be specified.
; ACTION: Supply a format tag.
; PARAMETERS:  The parameter is the format pattern.
;
MISSING_FORMAT_PATTERN I "A format tag (%d) was supplied without a format pattern."
;
; CAUSE:  If a format tag is specified, a format pattern must also be specified.
; ACTION: Supply a format pattern.
; PARAMETERS:  The parameter is the format tag.
;
BAD_DEF_VALUE_LENGTH I "The value of the def_value_length attribute (%d) must be >= 0."
;
; CAUSE:  A negative value was supplied for def_value_length.
; ACTION: Supply a legal value.
; PARAMETERS:  The parameter is the def_value_length value.
;
DUPLICATE_VALUE_LIST_ENTRY SII "The list value assistance contains the value '%s' at position %d and at position %d."
;
; CAUSE:  A duplicate value was supplied in list value assistance.
; ACTION: Remove one of the duplicates.
; PARAMETERS:  The first parameter is the duplicated value.
;              The second parameter is the position of the first occurrence.
;              The second parameter is the position of the second occurrence.
;
NAMED_VALUE_ASSISTANCE_NOT_SUPPORTED S "A value assistance object with an object name of %s was found.  Named value assistance objects are not supported."
;
; CAUSE:  The value assistance object has an object_name supplied.
; ACTION: Remove the object_name.
; PARAMETERS:  The parameter is the object_name of the value assistance object.
;
CANNOT_FETCH_OBJECT_FOR_DEFAULT_ID D "Cannot fetch the object with object id %s for the default_id attribute."
;
; CAUSE:  The object could not be fetched.
; ACTION: Make sure the object exists.
; PARAMETERS:  The parameter is the object id of the default object.
;
BAD_ATTR_FOR_TYPE S "The attribute '%s' can only be supplied for an attribute, not for a type."
;
; CAUSE:  The indicated attribute cannot be supplied for a type.
; ACTION: Remove the indicated information.
; PARAMETERS:  The parameter is the offending Data Dictionary attribute.
;
BAD_ATTR_FOR_ATTRIBUTE S "The attribute '%s' can only be supplied for a type, not for an attribute of a type."
;
; CAUSE:  The indicated attribute cannot be supplied for an attribute of a type.
; ACTION: Remove the indicated information.
; PARAMETERS:  The parameter is the offending Data Dictionary attribute.
;
EXPR_CODE_CANT_FETCH D "Cannot fetch - 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.
;
EXPR_CODE_TEMP_FILE_WRITE_ERROR S "The following error occurred while writing to a temporary file for expression code:  %s."
;
; CAUSE: A file I/O error occurred trying to write the temporary file
;        used to hold generated expression code.
; ACTION: This depends on the file error code provided.
; PARAMETERS:  The parameter is the file I/O error message.
;
CANT_CREATE_EXPR_CODE_TEMP_FILE S "The following error occurred trying to create a temporary file for expression code:  %s."
;
; CAUSE: A file error occurred trying to create the temporary file
;        used to hold generated expression code.
; ACTION: This depends on the file error code provided.
; PARAMETERS:  The parameter is the file error message.
;
CANT_DESTROY_EXPR_CODE_TEMP_FILE S "The following error occurred trying to destroy a temporary file for expression code:  %s."
;
; CAUSE: A file error occurred trying to destroy the temporary file
;        used to hold generated expression code.
; ACTION: This depends on the file error code provided.
; PARAMETERS:  The parameter is the file error message.
;
SET_UPDATE_FAILED SI       "Could not SET attribute %s at position %d."
;
; CAUSE:   An attempt to SET the given attribute at the given position failed.
; ACTION:  Specify a legal attribute, value and position.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the position index.
;
APPEND_UPDATE_FAILED S       "Could not APPEND to attribute %s."
;
; CAUSE:   An attempt to APPEND to the given attribute failed.
; ACTION:  Specify a legal attribute and value.
; PARAMETERS:  The first parameter is the attribute name.
;
INSERT_UPDATE_FAILED SI       "Could not INSERT into attribute %s at position %d."
;
; CAUSE:   An attempt to INSERT into the given attribute at the given position failed.
; ACTION:  Specify a legal attribute, value and position.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the position index.
;
REMOVE_UPDATE_FAILED SI       "Could not REMOVE from attribute %s at position %d."
;
; CAUSE:   An attempt to REMOVE from the given attribute at the given position failed.
; ACTION:  Specify a legal attribute, value and position.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the position index.
;
TRUNCATE_UPDATE_FAILED SI       "Could not TRUNCATE attribute %s at position %d."
;
; CAUSE:   An attempt to TRUNCATE the given attribute at the given position failed.
; ACTION:  Specify a legal attribute, value and position.
; PARAMETERS:  The first parameter is the attribute name.
;              The second parameter is the position index.
;
BAD_INTEGER_VALUE S       "The value '%s' is not a valid INTEGER value."
;
; CAUSE:   A non-integer value was specified in a context where an integer is required.
; ACTION:  Specify a legal integer value.
; PARAMETERS:  The parameter is the value.
;

BAD_BOOLEAN_VALUE S       "The value '%s' is not a valid BOOLEAN value (must be TRUE (1) or FALSE (0))."
;
; CAUSE:   A non-Boolean value was specified in a context where a Boolean is required.
; ACTION:  Specify a legal Boolean value (TRUE (1) or FALSE (0)).
; PARAMETERS:  The parameter is the value.
;

BAD_ID_VALUE S       "The value '%s' is not a valid ID value."
;
; CAUSE:   A non-ID value was specified in a context where an object ID is required.
; ACTION:  Specify a legal object id.
; PARAMETERS:  The parameter is the value.
;

BAD_DOUBLE_VALUE S       "The value '%s' is not a valid DOUBLE value."
;
; CAUSE:   A non-DOUBLE value was specified in a context where a DOUBLE is required.
; ACTION:  Specify a legal DOUBLE value.
; PARAMETERS:  The parameter is the value.
;

BAD_DATE_VALUE SS       "The value '%s' is not a valid DATE/TIME value using the format %s."
;
; CAUSE:   A non-DATE/TIME value was specified in a context where a DATE/TIME is required.
; ACTION:  Specify a legal DATE/TIME value.
; PARAMETERS:  The first parameter is the value.
;              The second parameter is the expected DATE/TIME format.
;

BAD_POLICY_ID_TAG D "The object id specifed for the default business policy '%s' is not the id of a dm_policy object."
;
; CAUSE:   The indicated object id is not the id of a business policy object.
; ACTION:  Specify the id of a business policy object.
; PARAMETERS:  The parameter is the object id.

DEFAULT_SEARCH_OP_NULL SS "The default search op attribute %s cannot be NULL if the allowed_search_ops attribute %s is set."
;
; CAUSE:  The default search op attribute is NULL. It must be set if you specified
;         the allowed search ops.
; ACTION: Set the default search op attribute.
; PARAMETERS:  The first parameter is the attribute name for default search op.
;              The second parameter is the attribute name for allowed search ops.

CANNOT_FETCH_POLICY D "The business policy specified with object id '%s' does not exist."
;
; CAUSE:   No dm_policy object exists with the given id.
; ACTION:  Specify the id of a business policy object.
; PARAMETERS:  The parameter is the object id.

BAD_POLICY_LABEL DS "The business policy specified with object id '%s' does not have a version with the label '%s'."
;
; CAUSE:   A version label was specified that does not exist for the object.
; ACTION:  Specify a valid version label.
; PARAMETERS:  The first parameter is the object id.
;              The second parameter is the version label.

DUPLICATE_COMPONENT_CLASSIFIER SII "The component classifier '%s' is duplicated at position %d and position %d."
;
; CAUSE:   A component classifier is repeated in the COMPONENTS list.
; ACTION:  Remove the duplicate.
; PARAMETERS:  The first parameter is the duplicated classifier.
;              The second parameter is the (0-based) position of the first occurrence.
;              The third parameter is the (0-based) position of the second occurrence.


CANNOT_MODIFY_THIS_ATTR S "The attribute '%s' cannot be modified."
;
; CAUSE:   An attribute was specified in a Data Dictionary update modifier
;          that is not user-modifiable.
; ACTION:  Do not attempt to modify this attribute.
; PARAMETERS:  The parameter is the attribute name.

DUPLICATE_MAP_DATA_STRING SII "The mapping table data string '%s' is duplicated at position %d and position %d."
;
; CAUSE:   A data string is repeated in the MAPPING TABLE.
; ACTION:  Remove the duplicate.
; PARAMETERS:  The first parameter is the duplicated data string.
;              The second parameter is the (0-based) position of the first occurrence.
;              The third parameter is the (0-based) position of the second occurrence.

UPDATE_TYPE_MISMATCH SSS "An attempt was made to update attribute '%s' (of type %s) with a value of type %s."
;
; CAUSE:   An update was attempted with a value of the wrong data type.
; ACTION:  Correct the type of the value.
; PARAMETERS:  The first parameter is the name of the attribute being updated.
;              The second parameter is the actual type of that attribute.
;              The third parameter is the type of the value.

UPDATE_STRING_NULL SS "An attempt was made to update the STRING attribute '%s' with the value '%s' (currently used as a NULL marker) which will cause the parent's value to be inherited.  If this is desired use the keyword NULL."
;
; CAUSE:   An update was attempted directly using the NULL string value.
; ACTION:  Use the keyword NULL.
; PARAMETERS:  The first parameter is the name of the STRING attribute being updated.
;              The second parameter is the value used.

UPDATE_INTEGER_NULL SI "An attempt was made to update the INTEGER attribute '%s' with the value %d (currently used as a NULL marker) which will cause the parent's value to be inherited.  If this is desired use the keyword NULL."
;
; CAUSE:   An update was attempted directly using the NULL integer value.
; ACTION:  Use the keyword NULL.
; PARAMETERS:  The first parameter is the name of the INTEGER attribute being updated.
;              The second parameter is the value used.

UPDATE_BOOLEAN_NULL SI "An attempt was made to update the BOOLEAN attribute '%s' with the value %d (currently used as a NULL marker) which will cause the parent's value to be inherited.  If this is desired use the keyword NULL."
;
; CAUSE:   An update was attempted directly using the NULL Boolean value.
; ACTION:  Use the keyword NULL.
; PARAMETERS:  The first parameter is the name of the BOOLEAN attribute being updated.
;              The second parameter is the value used.

UPDATE_ID_NULL SD "An attempt was made to update the ID attribute '%s' with the value '%s' (currently used as a NULL marker) which will cause the parent's value to be inherited.  If this is desired use the keyword NULL."
;
; CAUSE:   An update was attempted directly using the NULL ID value.
; ACTION:  Use the keyword NULL.
; PARAMETERS:  The first parameter is the name of the ID attribute being updated.
;              The second parameter is the value used.

BAD_VALUE_ESTIMATE I "Value estimate (%d) for value assistance cannot be negative."
;
; CAUSE:   A negative value was specified for the value estimate for value assistance.
; ACTION:  Use a value greater than 0 or NULL.
; PARAMETERS:  The parameter is the negative value.

TYPE_MISSING S "The type %s referred by the aggregate domain was not found."
;
; CAUSE:   During loading, the type referred by the aggregate domain object was missing.
; ACTION:  The aggregate domain object was not loaded.
; PARAMETERS: Name of the type.

BAD_TYPE_FOR_KEY SD "The type_name (%s) specified for key %s is not a valid type name."
;
; CAUSE:   The type_name for a dm_key or dm_foreign_key object is not the name of a valid type.
; ACTION:  Use a valid type name.
; PARAMETERS:  The first parameter is the name of the type.
;              The second parameter is the object id of the key object.

NO_ATTRS_FOR_KEY DS "The key (%s) for type %s has no attributes."
;
; CAUSE:   The dm_key or dm_foreign_key object has an empty key_attributes list.
; ACTION:  Specify at least one attribute on which to base the key.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the type.

DUP_ATTR_FOR_KEY DSS "The key (%s) for type %s duplicates the attribute %s."
;
; CAUSE:   The dm_key or dm_foreign_key object has a duplicate attribute in its attributes list.
; ACTION:  Remove the duplicate.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the type.
;              The third parameter is the name of the duplicated attribute.

BAD_ATTR_FOR_KEY DSS "The key (%s) for type %s references a non-existent attribute %s."
;
; CAUSE:   The dm_key or dm_foreign_key object references an attribute that does not exist for the type.
; ACTION:  Use a valid attribute.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the type.
;              The third parameter is the name of the non-existent attribute.

MIXED_ATTR_LEVELS_FOR_KEY DSSS "The key (%s) for type %s references some attributes defined in type %s and some attributes defined in type %s."
;
; CAUSE:   The dm_key or dm_foreign_key references attributes that are defined in different types.
; ACTION:  All of the attribute names must be defined at the same level in the type hierarchy.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the type.
;              The third parameter is the type defining part of the attribute names.
;              The forth parameter is the type defining the rest of the attribute names.

FKEY_ATTR_LISTS_DIFFERENT_LENGTHS DSISI "In the foreign key (%s) for type %s the child attribute list contains %d attributes, but the parent type %s attribute list contains %d attributes."
;
; CAUSE:   The dm_foreign_key has a child attribute list with a different
;          length than the parent attribute list.
; ACTION:  Make the attribute lists the same length.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the child type.
;              The third parameter is the length of the child attribute list.
;              The forth parameter is the name of the parent type.
;              The fifth parameter is the length of the parent attribute list.

FKEY_ATTR_TYPE_MISMATCH DSSSSSS "In the foreign key (%s) for type %s the child attribute %s is of type %s, but the parent type %s attribute %s is of type %s."
;
; CAUSE:   The attributes at corresponding positions in the child attribute
;          list and the parent attribute list for a foreign key are of different types.
; ACTION:  Make the attributes agree in data type.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the child type.
;              The third parameter is the child attribute name.
;              The forth parameter is the child attribute data type.
;              The fifth parameter is the name of the parent type.
;              The sixth parameter is the parent attribute name.
;              The seventh parameter is the parent attribute data type.

DD_HANDLE_POLICY_STATE_NOT_FOUND DSS "The policy with object id '%s' named in the Data Dictionary handle '%s' does not have a state named '%s'."
;
; CAUSE:  The business policy state given in the Data Dictionary handle does not exist.
; ACTION: Use a valid business policy state name.
; PARAMETERS:  The first parameter is the object id of the business policy.
;              The second parameter is the Data Dictionary handle.
;              The third parameter is the name of the business policy state.
;

COMMIT_EXTERNAL_TRANSACTION S "Committing the Data Dictionary changes for type %s would commit an explicit open transaction."
;
; CAUSE:   A CREATE/ALTER/DROP type operation was attempted that involved Data Dictionary information
;          with an explicit transaction open.
; ACTION:  Move the type operation outside of the explicit transaction.
; PARAMETERS:  The parameter is the name of the type.

CODE_GENERATION_FAILURE D "Could not generate source or code for the dm_aggr_domain with object id '%s'."
;
; CAUSE:   Source or object code could not be generated for the expressions for
;          the given dm_aggr_domain.
; ACTION:  Check the syntax and semantic correctness of the expressions.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.

BAD_ATTR_NAME_IN_MESSAGE SS "A parameterized error message referenced the value of an attribute $value(%s) that does not exist in type %s."
;
; CAUSE:   The attribute name referenced as a substitution parameter in the error message
;          does not exist in the type.
; ACTION:  Correct the attribute name.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the type.

PARAM_NOT_TERMINATED SS "A substitution parameter was not terminated correctly with %s in error message:  %s."
;
; CAUSE:   A substitution parameter marked with '$' was not correctly formed.
; ACTION:  Use $value(attr_name) with no extra white space.
; PARAMETERS: The first parameter is the expected terminator.
;             The second parameter is the error message text.

BAD_ESCAPE_CHARACTER_IN_MESSAGE SS "The substitution parameter escape character (%s) was not used correctly in error message:  %s."
;
; CAUSE:   The substitution parameter marker '$' was not followed by a legal value.
; ACTION:  Use $value(attr_name) with no extra white space.
; PARAMETERS: The first parameter is the parameter escape character.
;             The second parameter is the error message text.

BAD_STRING_VALUE S       "The value '%s' is not a valid STRING value."
;
; CAUSE:   A non-STRING value was specified in a context where a STRING is required.
; ACTION:  Specify a legal STRING value.
; PARAMETERS:  The parameter is the value.
;

DEPENDENCY_ATTR_NOT_FOUND SS       "Attribute %s was specified in a DEPENDENCY LIST clause for type %s but does not exist in the type."
;
; CAUSE:   An invalid attribute name was specified in a DEPENDENCY LIST clause.
; ACTION:  Specify a legal attribute name.
; PARAMETERS:  The first parameter is the name of the attribute specified.
;              The second parameter is the name of the type.
;
DUPLICATE_DEPENDENCY_ATTR SS       "Attribute %s was specified more than once in a DEPENDENCY LIST clause for type %s."
;
; CAUSE:   A duplicate attribute name was specified in a DEPENDENCY LIST clause.
; ACTION:  Remove the duplicates.
; PARAMETERS:  The first parameter is the name of the attribute specified.
;              The second parameter is the name of the type.
;
ATTR_NAME_TOO_LONG SI       "Attribute name %s is too long.  Maximum length is %d."
;
; CAUSE:   An attribute name was specified that is too long.
; ACTION:  Shorten the attribute name.
; PARAMETERS:  The first parameter is the name of the attribute specified.
;              The second parameter is the maximum Data Dictionary attribute name length.
;
INVALID_ATTR_FOR_ATTR_CONSTRAINT_EXPRESSION SS       "A constraint expression for attribute %s references another attribute (%s).  Only type level constraints can reference multiple attributes."
;
; CAUSE:   A constraint expression specified at the attribute level references
;          other attributes than the attribute for which it was specified.
; ACTION:  Move the constraint to the type level, or remove the other attributes.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the other attribute found.
;
TYPE_CANNOT_HAVE_DEFAULT_VALUE  S       "You cannot specify a DEFAULT value for any attribute of the system type %s."
;
; CAUSE:   You have attempted to specify a DEFAULT value for one of the special system types that
;          is not allowed to have DEFAULT values for its attributes.
; ACTION:  Remove the DEFAULT value clause.
; PARAMETERS:  The parameter is the name of the type.

TYPE_CANNOT_HAVE_EXPRESSION  S       "You cannot specify an expression for the system type %s."
;
; CAUSE:   You have attempted to specify an expression for one of the special system types that
;          is not allowed to use expressions.
; ACTION:  Remove the expression.
; PARAMETERS:  The parameter is the name of the type.

DEFAULT_FOR_SYSTEM_INTERNAL_ATTRIBUTE   SS      "You cannot specify a DEFAULT value for attribute %s in type %s because it is a system internal attribute."
;
; CAUSE:   You have attempted to specify a DEFAULT value for an attribute whose name
;          begins with 'i_'.
; ACTION:  Remove the DEFAULT value clause.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the type.

DEFAULT_FOR_SYSTEM_READ_ONLY_ATTRIBUTE  SS      "You cannot specify a DEFAULT value for attribute %s in type %s because it is a system read only attribute."
;
; CAUSE:   You have attempted to specify a DEFAULT value for an attribute whose name
;          begins with 'r_'.
; ACTION:  Remove the DEFAULT value clause.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the type.

DEFAULT_FOR_BUSINESS_POLICY_STATE  SS      "You cannot specify a DEFAULT value for attribute %s in type %s that is specific to a particular Business Policy state."
;
; CAUSE:   You have attempted to specify a DEFAULT value that is specific
;          to a Business Policy state.  Since objects are created before being put
;          in Business Policy states, the DEFAULT value would be meaningless.
; ACTION:  Remove the DEFAULT value clause.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the type.

EXPRESSION_IS_WRONG_TYPE  SS      "Expression or literal is wrong type.  Expected %s, found %s."
;
; CAUSE:   You have specified an expression or literal of the wrong type.
; ACTION:  Supply an expression or literal of the expected type.
; PARAMETERS:  The first parameter is the expected type.
;              The second parameter is the actual type of the literal or expression.

CANNOT_SET_IGNORE_IMMUTABLE_FALSE  SS      "You cannot set ignore_immutable to FALSE for %s attribute %s.  It is required by the system to be TRUE."
;
; CAUSE:   You have attempted to change ignore_immutable to FALSE for an attribute that
;          the system depends on having ignore_immutable TRUE.
; ACTION:  Do not try to change ignore_immutable to FALSE for this attribute.
; PARAMETERS:  The first parameter is the type name.
;              The second parameter is the attribute name.

SINGLE_AND_REPEATING_IN_KEY  DSSS      "The key with object id %s for type %s contains at least one single-valued attribute (%s) and at least one repeating attribute (%s)."
;
; CAUSE:   You have attempted to define a unique, foreign, or primary key containing a
;          mixture of single-valued and repeating attributes.
; ACTION:  You may not mix the two in any key.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the type that defines the attributes.
;              The third parameter is the name of a single-valued attribute in the key.
;              The fourth parameter is the name of a repeating attribute in the key.

ILLEGAL_REPEATING_IN_KEY  DSS      "The key with object id %s for type %s contains at least one repeating attribute (%s).  Neither a primary key, nor the parent key in a foreign key can contain repeating attributes."
;
; CAUSE:   You have attempted to define a primary key or a parent key in a foreign key
;          that contains a repeating attribute.
; ACTION:  These key types cannot contain repeating attributes.
; PARAMETERS:  The first parameter is the object id of the key object.
;              The second parameter is the name of the type that defines the attributes.
;              The third parameter is the name of a repeating attribute in the key.

DUPLICATE_PRIMARY_KEY  S      "Type %s has more than one primary key."
;
; CAUSE:   You have specified multiple primary keys for the indicated type.
; ACTION:  A type cannot specify multiple primary keys.
; PARAMETERS:  The parameter is the name of the type.

DUPLICATE_UNIQUE_KEY SS "Type %s has multiple unique keys consisting of just the attribute %s.  One at the type level, and one at the attribute level."
;
; CAUSE:   You have specified multiple unique keys with the single attribute indicated.
; ACTION:  Remove one of the duplicates.
; PARAMETERS:  The first parameter is the name of the type.
;              The second parameter is the name of the offending attribute.

DUPLICATE_FOREIGN_KEY SS "Type %s has multiple foreign keys based on just the attribute %s.  One at the type level, and one at the attribute level."
;
; CAUSE:   You have specified multiple foreign keys with the single attribute indicated.
; ACTION:  Remove one of the duplicates.
; PARAMETERS:  The first parameter is the name of the type.
;              The second parameter is the name of the offending attribute.

ALLOWED_SEARCH_OPS_NULL SS "The allowed search operators attribute %s cannot be NULL if the default search op attribute %s is set."
;
; CAUSE:  The allowed search ops attribute is NULL. It must be set if you specified
;         a default search op.
; ACTION: Set the allowed search ops attribute.
; PARAMETERS:  The first parameter is the attribute name for allowed search ops.
;              The second parameter is the attribute name for default search op.
;
CURSOR_ERROR S "A database error has occurred during the creation of a cursor ('%s')."
;
;CAUSE:  A SQL statement that queries the Documentum schema has failed. This error message
;        indicates that a failure occurred during the parsing of the generated
;        SQL statement by the underlying RDBMS.
;ACTION: The error message from the RDBMS is shown in the message. Use that
;        error message to figure out what has happened.
;
;PARAMETERS:  The parameter contains the text of the error message generated by
;             the RDBMS.
;
INVALID_TYPE_NAME S "An invalid type_name %s was specified."
;
; CAUSE: An invalid type_name was specified
; ACTION: Correct the type_name and retry the operation.
;
; PARAMETERS: The parameter contains the name of the type_name that is invalid.
;
INVALID_DD_BUILTIN_VALUE_SPECIFICATION IS "An invalid builtin function %d was specified for attribute %s."
;
; CAUSE: This is an internal error. The data dictionary should not have allowed the user to setup a
;           a value specification with an invalid builtin function.
; ACTION:   Report this error to your Documentum System Administrator
;
; PARAMETERS: The first parameter is the builtin tag that was supplied for the value
;               specification.
;               The second parameter is the attribute for which the invalid builtin function was
;               specified.
;
INVALID_ATTRIBUTE_NAME SS "An invalid attribute %s for type_name %s was specified."
;
; CAUSE: An invalid attribute name was specified
; ACTION: Correct the attribute name and retry the operation.
;
; PARAMETERS: The parameter contains the name of the attribute that is invalid as
;               well as the type_name it was supposed to belong to.
;
POLICY_STATE_NOT_FOUND DS "The policy with object id '%s' does not have a state named '%s'."
;
; CAUSE:  The business policy state given does not exist.
; ACTION: Use a valid business policy state name.
; PARAMETERS:  The first parameter is the object id of the business policy.
;              The second parameter is the name of the business policy state.
;
DD_HANDLE_TYPE_NOT_VALID_FOR_POLICY SSD "The type '%s' named in the Data Dictionary handle '%s' is not a valid type for the policy with object id '%s'."
;
; CAUSE:  The type named in the Data Dictionary handle is not a valid type for the policy supplied.
; ACTION: Verify that one of the following is true:
;              1) The type named in the handle is an included_type of the policy
;              2) A supertype of the type named in the handle is an included type of the policy
;                 and the include_subtypes flag of the policy object is TRUE.
; PARAMETERS:  The first parameter is the type name.
;              The second parameter is the Data Dictionary handle.
;              The third parameter is the object id of the policy.
;
TYPE_NOT_VALID_FOR_POLICY SD "The type '%s' is not a valid type for the policy with object id '%s'."
;
; CAUSE:  The type is not a valid type for the policy supplied.
; ACTION: Verify that one of the following is true:
;              1) The type is an included_type of the policy
;              2) A supertype of the type is an included type of the policy
;                 and the include_subtypes flag of the policy object is TRUE.
; PARAMETERS:  The first parameter is the type name.
;              The second parameter is the object id of the policy.
;
DD_COMMON_INFO_CANT_FETCH D "Cannot fetch - 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.
; PARAMETERS: The parameter is the object id.
;
DD_ATTR_INFO_CANT_FETCH D "Cannot fetch - 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.
; PARAMETERS: The parameter is the object id.
;
DD_TYPE_INFO_CANT_FETCH D "Cannot fetch - 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.
; PARAMETERS: The parameter is the object id.
;
QUERY_EXECUTION_FAILURE SS "The Data Dictionary encountered an error while trying to execute the following query: %s. Database error was %s."
;
; CAUSE: Query execution failed.
; ACTION: Check the error message from the database in order to determine the
;         cause of the query failure.
; PARAMETERS: The first parameter is the query that was being executed.
;             The second parameter is the resulting error from the database.
;
FIND_DATA_DICTIONARY_OBJECT_IN_DB SSS "While trying to retrieve data dictionary information about %s with locale %s, the following database cursor error was returned: %s"
;
; CAUSE: Unknown. Perhaps the database tables are locked.
; ACTION: Report this message and any parameters to your Documentum site
; representative. Try to see if you can manually query the dmi_dd_common_info_s,
;   dmi_dd_common_info_r, dmi_dd_type_info_s, dmi_dd_type_info_r, dmi_dd_attr_info_s,
;   or dmi_dd_attr_info_r tables.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name, the
;             attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;             The third parameter is the error from the database cursor.
;
COULD_NOT_DROP_PUBLISHED_DATA_DICTIONARY_INFO SS "Unable to remove Data dictionary information about %s with locale %s."
;
; CAUSE: Unknown. Perhaps the database tables are locked.
; ACTION: Report this message and any parameters to your Documentum site
; representative. Try to see if you can manually query the dmi_dd_common_info_s,
;   dmi_dd_common_info_r, dmi_dd_type_info_s, dmi_dd_type_info_r, dmi_dd_attr_info_s,
;   or dmi_dd_attr_info_r tables.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;
COULD_NOT_PUBLISH_DATA_DICTIONARY_INFORMATION SS "The Data Dictionary was unable to publish information for %s, locale %s, an error occured."
;
; CAUSE: The Data Dictionary encountered an error while trying to publish information.
;        Additional error information should have been reported.
; ACTION: Gather error messages and any parameters and report them to your Documentum site
; representative. Look at the dmi_dd_common_info_s table in your database to see if
;   information exists about the type you are trying to retrieve.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;
DATA_DICTIONARY_OBJECT_ERROR SSS "The data dictionary information for the type %s, locale %s and r_object_id (%s) was not retrieved correctly."
;
; CAUSE: The database tables for the object may be locked or contain inaccurate information.
; ACTION: Report this message and any parameters to your Documentum site
; representative. Look at the dmi_dd_common_info_s table in your database to see
;   if information exists about the type you are trying to retrieve.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;             The third parameter is what is the bad object id
;
NO_DB_CONNECTION S "There was no database connection passed %s"
; CAUSE: The database connection parameter was not passed to the function.
; ACTION: Report this message and any parameters to your Documentum site representative.
; PARAMETERS: The function which the missing database connection was detected.
;
;
COULD_NOT_SAVE_DATA_DICTIONARY_CHANGES SS "The server could not save changes to the database tables in a transaction. The data dictionary information being changed was for %s, locale %s"
;
; CAUSE: The database tables are corrupted, or they are locked in some way to prevent
;        committing the transaction. For some reason, db changes cannot be committed.
; ACTION: Report this message and any parameters to your Documentum site
; representative. Look at the dmi_dd_common_info_s table in your database to see if
;   information exists about the type you are trying
;   to retrieve. See if there are any locks held, or other transactions running.
; PARAMETERS: The first parameter is the function where the save is occurring.
;             The second parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The third parameter is the nls_key (the locale of the data dictionary
;             information)
;
COULD_NOT_LOG_DATA_DICTIONARY_CHANGES SS "An error was encountered while trying to log changes to data dictionary information for %s, locale %s."
;
; CAUSE: The Data Dictionary was unable to update the log for the data dictionary changes.
;        Perhaps the database tables are corrupted.
; ACTION: Report this message and any parameters to your Documentum site
; representative. Look at the dmi_dd_common_info_s table in your database to see if
;   information exists about the type you are trying
;   to retrieve. Look at the dd_publish_log table as well.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name, the
;             attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;
COMPUTING_DEPENDENCIES_IN_DATA_DICTIONARY_LOG SS "An error occured while adding entries to the data dictionary log table named dd_publish_log. Information was being added relating to %s with locale %s"
;
; CAUSE: Unknown. The server was inserting the subtypes of the aforementioned type and
; attribute combination to the log but failed.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;
COULD_NOT_EXPUNGE_PUBLISHED_DATA_DICTIONARY_OBJECT SSD "An error occured while attemping to remove an object of type dmi_dd_type_info or dmi_dd_attr_info from the docbase. The object referred to %s with locale %s. The r_object_id was %s"
;
; CAUSE: Unknown. The server tried to remove the object from the docbase but failed.
;        A database error may have occured.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;             The third paremeter is the object id of the object being expunged.
;
UNABLE_TO_REMOVE_DATA_DICTIONARY_LOG_ENTRY SS "An error occured while removing log entry about %s and locale: %s from the data dictionary log (dd_publish_log)"
;
; CAUSE: The Data Dictionary encountered an error while removing a log entry from the
;        dd_publish_log. The information for the specified dd_handle has already been
;        published.
; ACTION: Look at the appropriate object in dmi_dd_type_info or dmi_dd_attr_info
;         and verify that the resync_needed flag is false. If it is false, you
;         can manually remove the entry in the dd_publish_log where
;         publish_in_progress = 1.
;         Please contact your Documentum site representative if you are unsure
;         how to proceed.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data
;             dictionary information)
;
PUBLISHING_FROM_DD_PUBLISH_LOG "An error occured while trying to update Data Dictionary information from the dd_publish_log"
;
; CAUSE: Unknown. The server is going through each entry of the dd_publish_log,
;        dropping corresponding data dictionary information and recreating it.
;        An error has occured during the process.
; ACTION: Please contact your Documentum site representative.
;
MARK_PUBLISH_IN_PROGRESS SS "The server was trying to update the publish_in_progress flag for an entry of %s with locale %s in the dd_publish_log and failed."
;
; CAUSE: Unknown.
; ACTION: Go to the database and execute the statement:
;         -- SELECT * FROM dd_publish_log where publish_in_progress = 1 --
;         If the row return corresponds to the entry in the error log, the command
;         has succeeded.
;         Please contact your Documentum site representative.
; PARAMETERS: The first parameter is the dmDDHandle. This contains the type name,
;             the attribute name, business policy and state name.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;
UNABLE_TO_PUBLISH_INFO SS "An error occured while trying to publish data dictionary information for handle %s, locale %s"
;
; CAUSE: The Data Dictionary was unable to publish information for the specified handle.
; ACTION: Contact your Documentum site representative.
; PARAMETERS: The first parameter is the dd_handle.
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;
REMOVING_DATA_DICTIONARY_OBJECTS_FOR_TYPE SS "An error occured while trying to remove published data dictionary information for type %s, locale %s"
;
; CAUSE: The server was trying to remove published Data Dictionary information about
;        the type and all of its attributes. The objects it was trying to remove are
;        either of type dmi_dd_type_info or dmi_dd_attr_info
; ACTION: Contact your Documentum site representative.
; PARAMETERS: The first parameter name of the type being removed
;             The second parameter is the nls_key (the locale of the data dictionary
;             information)
;
RESYNC_NEEDED "The server is dealing with an out of sync data dictionary object."
;
; CAUSE: The resync needed flag in the published data dictionary is set to True if
;        that object in the Data Dictionary needs updating.
;        The server was either trying to remove published Data Dictionary information
;        which was out of date, or it was trying to mark
;        Data Dictionary information as out of date.
; ACTION: Contact your Documentum site representative.
;
REMOVING_DATA_DICTIONARY_OBJECTS_FOR_ATTRIBUTE SSS "An error occured while trying to remove published data dictionary information for type %s, attribute %s, and locale %s"
;
; CAUSE: The server was trying to remove published Data Dictionary information about
;        the type and all of its attributes. The objects it was trying to remove are
;        either of type dmi_dd_type_info or dmi_dd_attr_info
; ACTION: Contact your Documentum site representative.
; PARAMETERS: The first parameter name of the type being removed
;             The second parameter is the name of the attribute being removed.
;             The third parameter is the nls_key (the locale of the data
;             dictionary information)
;
UNABLE_TO_ADD_EXTENDED_ATTRIBUTES_TO_DMI_DD_TYPE_INFO S "The Data Dictionary was unable to add extended attributes to the dmi_dd_type_info object with handle %s"
;
; CAUSE: The Data Dictionary was trying to add extended attributes to the dmi_dd_type_info
;        object and encountered a failure. These attributes are most likely from the
;        referenced type's dm_type and dmi_type_info object.
; ACTION: Additional error messages should have been reported. Gather up additional error
;         messages and contact your Documentum Administrator.
; PARAMETERS: The first parameter is the dd_handle for the dmi_dd_type_info object.
;
DOMAIN_UNABLE_TO_NAME_DEFAULT_LOCALE S "The Data Dictionary encountered an error while trying to name the default locale (nls_key) in the dm_domain objects. The error from the database is '%s'"
;
; CAUSE: The Data Dictionary encountered a database error while trying to name the default
;        locale (nls_key).
; ACTION: Refer to the reported database error in order to determine what action should be
;         taken.
; PARAMETERS: The parameter is the error message from the database.
;
STATE_NAME_TOO_LONG SI       "Business Policy state_name %s is too long.  Maximum length is %d."
;
; CAUSE:   A state_name was specified that is too long.
; ACTION:  Shorten the state name.
; PARAMETERS:  The first parameter is the name of the state specified.
;              The second parameter is the maximum Data Dictionary state name length.
;
POLICY_STATE_FOR_OVERRIDE_NOT_FOUND DD "The business policy state was not found for the data dictionary override was not found. The dm_aggr_domain id is %s and the dm_policy id is %s."
;
; CAUSE: The data dictionary dm_aggr_domain object's parent_id indicates that
;        it is associated with a policy override. However, the corresponding policy
;        object does not have a matching type_override_id in it.
; ACTION: Contact your Documentum Administrator with the information contained within the
;         error message.
; PARAMETERS: The first parameter is the object id of the dm_aggr_domain object.
;             The second parameter is the object id of the dm_policy object.
;
INSUFFICIENT_PRIVILEGES S "The docbase user %s has insufficient privileges for the desired operation. The user must be a super user."
;
; CAUSE:  The docbase user does not have sufficient privileges for the operation.
; ACTION: Either use another user, or make the user a superuser.
; PARAMETERS: The first parameter is the docbase user name.
;
NOT_A_VALID_DATA_DICTIONARY_LOCALE S "The locale %s is not a valid Data Dictionary Locale."
;
; CAUSE: A locale has been specified that does not exist within the Data Dictionary.
; ACTION: Check the dd_locales attribute in the dm_docbase_config object to see a list
;         of valid Data Dictionary locales. Specify a valid Data Dictionary locale.
; PARAMETERS: The first parameter is the invalid locale that was specified.
;
MAX_RETRY_COUNT_EXCEEDED I "The Data Dictionary operation has exceeded the max retry count of %d. The operation has aborted due to too many errors."
;
UPDATE_STATEMENT SS "The Data Dictionary encountered an error while trying to execute the following query: %s. Database error was %s."
;
; CAUSE: An update query failed.
; ACTION: Check the error message from the database in order to determine the
;         cause of the query failure. If the error is a rollback segment or transaction log segment error, the database may
;    not have enough space to rollback the update statement in the case of a failure. In this case, please see
;    your DBA about either freeing space in the rollback segement/transaction log. One may also modify the update statement
;         to limit the number of affected rows. Instead of running a single query which may not be feasible, one can split the update
;    statement to process a fraction of the table, commit the transaction and then continue updating the table piece by
;    piece. Please contact Documentum for details.
; PARAMETERS: The first parameter is the query that was being executed.
;             The second parameter is the resulting error from the database.
REPLICA_VALIDATION_FAILURE "The Data Dictionary encountered an error during the validation of Data Dictionary replica objects"
;
; CAUSE: The Data Dictionary encountered an error during the validation of replica objects.
;        Validation typically occurs to ensure that the replica Data Dictionary information
;        for a type or policy does not refer to non-existent attributes in the target
;        docbase.
; ACTION: Refer to the additional error messages for more details on the failure.
; PARAMETERS: None
;
REPLICA_LOAD_FAILURE "The Data Dictionary encountered an error during the load of Data Dictionary replica objects"
;
; CAUSE: The Data Dictionary encountered an error during the load of replica objects
; ACTION: Refer to the additional error messages for more details on the failure.
; PARAMETERS: None
;
REPLICA_VALIDATION_FAILED SD "The replica '%s' object with ID '%s' could not be validated against one or more types in the target docbase."
;
; CAUSE: The Data Dictionary encountered an error during the validation of replica objects.
;        Validation typically occurs to ensure that the replica Data Dictionary information
;        for a type or policy does not refer to non-existent attributes in the target
;        docbase.
; ACTION: Refer to the additional error messages for more details on the failure.
; PARAMETERS: The first parameter is the object type of the replica object.
;             The second parameter is the object ID of the replica object.
;
DUPLICATE_CATEGORY_LIST_ENTRY SII "The category_list entry '%s' is duplicated at position %d and position %d."
;
; CAUSE:   A data string is repeated in the CATEGORY LIST.
; ACTION:  Remove the duplicate.
; PARAMETERS:  The first parameter is the duplicated data string.
;              The second parameter is the (0-based) position of the first occurrence.
;              The third parameter is the (0-based) position of the second occurrence.
;
SCOPE_CONFIG_CANT_FETCH D "Cannot fetch - 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.
;
DISPLAY_CONFIG_CANT_FETCH D "Cannot fetch - 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.
;
SCOPE_CONFIG_NOT_VALID_FOR_TYPE DS "The dm_scope_config object with ID '%s' is not valid for type '%s'. See additional messages for more detail."
;
; CAUSE: The dm_scope_config object is not valid for the given type.
; ACTION: Check the additional error messages for more detail.
; PARAMETERS: The first parameter is the object id of the dm_scope_config object
;             The second parameter is the type that this object was validated against.
;
DISPLAY_CONFIG_NOT_VALID_FOR_TYPE DSS "The dm_display_config object with ID '%s' is not valid for type '%s' The dm_display_config object can only be associated with '%s' type or one of its subtypes."
;
; CAUSE: The dm_display_config object is not valid for the given type.
; ACTION: Check the attribute_source of the dm_display_config object and ensure that it
;         is either the same as attribute_source or a subtype of attribute_source.
; PARAMETERS: The first parameter is the object id of the dm_display_config object
;             The second parameter is the type that this object was validated against.
;
INVALID_SCOPE_CONFIG D "The dm_scope_config object with ID '%s' is invalid. See additional error messages for details."
;
; CAUSE: The dm_scope_config object is invalid
; ACTION: Look at the additional error messages reported for more information
; PARAMETERS: The first parameter is the object id of the dm_scope_config object.
;
DISPLAY_CONFIG_INVALID_ATTRIBUTE_NAME DSS "The dm_display_config object with ID '%s' has an 'attribute_name' entry '%s' that does not exist in the 'attribute_source' type '%s'"
;
; CAUSE: The dm_display_config object references an attribute in the
;        attribute_name repeating attribute that does not exist in
;        the attribute_source type.
; ACTION: Ensure that the dm_display_config object references valid
;         attributes in the attribute_source type or that the
;         attribute_source is correct.
; PARAMETERS: The first parameter is the object ID of the dm_display_config object.
;             The second parameter is the name of the invalid attribute.
;             The third parameter is the name of the attribute source.
;
MISMATCHED_ATTRIBUTE_VALUES SDSS "The '%s' object with ID '%s' has mismatched attribute value counts for related attributes '%s' and '%s'."
;
; CAUSE: The specified attributes are supposed to have a one-to-one mapping,
;        however the attribute value counts are different.
; ACTION: Ensure that both attribute values are properly matched up.
; PARAMETERS: The first parameter is the object type.
;             The second parameter is the object ID.
;             The third parameter is the first attribute in the one-to-one mapping
;             The fourth parameter is the second attribute in the one-to-one mapping
;
DUPLICATE_VALUE SDSSII "The '%s' object with ID '%s' has a duplicate values for attribute '%s' of '%s' at positions %d and %d."
;
; CAUSE: The attribute for the specified object has duplicate values.
;        Duplicate values for this attribute are not allowed.
; ACTION: Ensure that there are no duplicate values in the specified attribute of the object.
; PARAMETERS: The first parameter is the object_type
;             The second parameter is the object ID.
;             The third parameter is the attribute name.
;             The fourth parameter is the duplicate value.
;             The fifth and sixth parameters are the duplicate attribute value indices.
;
TYPE_NOT_FOUND SDS "The type '%s' referenced in object with ID '%s', attribute '%s' was not found."
;
; CAUSE: The specified type does not exist.
; ACTION: Verify that the correct type was set in the attribute of the object
; PARAMETERS: The first parameter is the type name
;             The second parameter is the object that referenced the type.
;             The third parameter is the attribute name that
;             the non-existent type is specified in.
;
REQUIRED_ATTRIBUTE SDS "The '%s' object with ID '%s' must have an value for attribute '%s'."
;
; CAUSE: The attribute value for the specified attribute is NULL.
; ACTION: The specified attribute must be set to a non-NULL value for this type.
; PARAMETERS: The first parameter is the type of the object.
;             The second parameter is the object ID.
;             The third parameter is the name of the required attribute.
;
SYNCHRONIZE_WITH_TYPE_FAILED SDS "The server was unable to synchronize the '%s' object with ID '%s' with the type '%s'."
;
; CAUSE: The server encountered a failure while trying to synchronize the specified
;        object with the type in the docbase. Generally, the server must
;        synchronize an object when it is either loaded or replicated from another
;        docbase.
; ACTION: Additional errors should be displayed with more details regarding
;         the failure.
; PARAMETERS: The first parameter is the object type.
;             The second parameter is the ID of the object.
;             The third parameter is the type the server tried to synchronize with.
;
CANNOT_EXPUNGE_REFERENCED_OBJECT SDD "The '%s' object with ID '%s' cannot be expunged because it is referenced by object with ID '%s'."
;
; CAUSE: The object cannot be expunged because it is referened by another object.
; ACTION: Remove all references to the object that is to be expunged first.
; PARAMETERS: The first parameter is the type of the object being expunged.
;             The second parameter is the object ID of the object being expunged.
;             The third parameter is the object ID of the referencing object.
;
.severity  FATAL
;
KEY_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
;
KEY_BAD_VSTAMP II "Type dm_key has a bad vstamp %d. The current vstamp for dm_key is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
FOREIGN_KEY_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
;
FOREIGN_KEY_BAD_VSTAMP II "Type dm_foreign_key has a bad vstamp %d. The current vstamp for dm_foreign_key is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
UNIQUE_KEY_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
;
UNIQUE_KEY_BAD_VSTAMP II "Type dm_unique_key has a bad vstamp %d. The current vstamp for dm_unique_key is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
AGGR_DOMAIN_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
AGGR_DOMAIN_BAD_VSTAMP II "Type dm_aggr_domain has a bad vstamp %d. The current vstamp for dm_aggr_domain is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
DD_INFO_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
DD_INFO_BAD_VSTAMP II "Type dm_dd_info has a bad vstamp %d. The current vstamp for dm_dd_info is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
DOMAIN_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
DOMAIN_BAD_VSTAMP II "Type dm_domain has a bad vstamp %d. The current vstamp for dm_domain is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
NLS_DD_INFO_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
NLS_DD_INFO_BAD_VSTAMP II "Type dm_nls_dd_info has a bad vstamp %d. The current vstamp for dm_nls_dd_info is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
VALUE_ASSIST_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
VALUE_ASSIST_BAD_VSTAMP II "Type dm_value_assist has a bad vstamp %d. The current vstamp for dm_value_assist is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
VALUE_LIST_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
VALUE_LIST_BAD_VSTAMP II "Type dm_value_list has a bad vstamp %d. The current vstamp for dm_value_list is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
VALUE_QUERY_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
VALUE_QUERY_BAD_VSTAMP II "Type dm_value_query has a bad vstamp %d. The current vstamp for dm_value_query is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
VALUE_FUNC_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
VALUE_FUNC_BAD_VSTAMP II "Type dm_value_func has a bad vstamp %d. The current vstamp for dm_value_func is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
CANNOT_GET_GLOBAL_CONTEXT  "Could not get Global Context Object."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
CANNOT_GET_DOCBASE_DATA  "Could not get Docbase Data Object."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
CANNOT_GET_OBJECT_MANAGER  "Could not get Persistent Object Manager."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
CANNOT_GET_DD_INFO_TYPE  "Could not get the dm_dd_info type."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
CANNOT_GET_NLS_DD_INFO_TYPE  "Could not get the dm_nls_dd_info type."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
CANNOT_FETCH_DD_INFO "Could not fetch a dm_dd_info object."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
CANNOT_FETCH_NLS_DD_INFO "Could not fetch a dm_nls_dd_info object."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
INTERNAL_ERROR S "A Data Dictionary internal error occurred:  (%s)."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is a text description of the internal error.
;
AGGR_DOMAIN_NO_TYPE D "There is no edit_type for the aggregate domain with object id %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the aggregate domain object.
;
AGGR_DOMAIN_NO_TYPE_INFO DD "Could not fetch the type info object with object id %s for the aggregate domain with object id %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dmi_type_info object that could not be fetched.
;              The second parameter is the object id of the aggregate domain object.
;
AGGR_DOMAIN_WRONG_NUMBER_CODE_OBJECTS II "There should be %d code object(s) for this aggregate domain, found %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the number of code objects expected.
;              The second parameter is the number of code objects found.
;
AGGR_DOMAIN_BAD_ATTR_LISTS III "The attribute lists lengths for the aggregate domain are corrupted.  Attr_name has %d values, attr_domain_name has %d values, and attr_domain_id has %d values."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the number of overridden attribute names.
;              The second parameter is the number of corresponding domain names.
;              The third parameter is the number of corresponding domain object ids.
;
CANT_FETCH_DOMAIN DS "Cannot fetch the domain object with object id %s for attribute %s"
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the domain that could not be fetched.
;              The second parameter is the name of the corresponding attribute.
;
AGGR_DOMAIN_BAD_ATTR_TYPE SS "Cannot get attribute type for attribute '%s' of type '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of object type.
;
AGGR_DOMAIN_BAD_ATTR_LENGTH SIS "String attribute '%s' has an invalid length (%d) in type '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the invalid length.
;              The third parameter is the name of object type.
;
AGGR_DOMAIN_CANNOT_FETCH_CODE_OBJECT D "Cannot fetch the expression code SysObject with object id %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the code object that cannot be fetched.
;
CANNOT_GET_TYPE_INFO_FOR_TYPE S "Cannot get the type info object for type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the name of the type.
;
NO_ATTRIBUTE_INFO_FOR_NAME SS "The Data Dictionary has no information for attribute %s of Data Dictionary type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the Data Dictionary attribute.
;              The second parameter is the name of the Data Dictionary type.
;
CANNOT_FETCH_AGGR_DOMAIN_FOR_TYPE DS "Cannot fetch the aggregate domain with object id %s for type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the aggregate domain object.
;              The second parameter is the name of the type.
;
CANNOT_FETCH_DD_INFO_FOR_TYPE DS "Cannot fetch the dm_dd_info object with id %s for type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_dd_info object.
;              The second parameter is the name of the type.
;
CANNOT_FETCH_NLS_DD_INFO_FOR_TYPE DS "Cannot fetch the dm_nls_dd_info object with id %s for type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_nls_dd_info object.
;              The second parameter is the name of the type.
;
UNEXPECTED_ATTRIBUTE_TYPE SI "Attribute %s has an unexpected data type (%d)."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the Data Dictionary attribute.
;              The second parameter is the internal type code.
;
NULL_DOMAIN_ID_FOR_ATTRIBUTE SS "The domain id for attribute %s of type %s is NULL."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the type.
;
CANNOT_FETCH_DOMAIN_FOR_ATTRIBUTE DSS "Cannot fetch the dm_domain object with object id %s for attribute %s of type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the domain object.
;              The second parameter is the name of the attribute.
;              The third parameter is the name of the type.
;
CANNOT_FETCH_DD_INFO_FOR_ATTRIBUTE DSS "Cannot fetch the dm_dd_info object with id %s for attribute %s of type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_dd_info object.
;              The second parameter is the name of the attribute.
;              The third parameter is the name of the type.
;
CANNOT_FETCH_NLS_DD_INFO_FOR_ATTRIBUTE DSS "Cannot fetch the dm_nls_dd_info object with id %s for attribute %s of type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_nls_dd_info object.
;              The second parameter is the name of the attribute.
;              The third parameter is the name of the type.
;
AGGR_DOMAIN_NULL_CODE_OBJECT_ID  "The object id of the code object is NULL."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
ROUTINE_ID_MISMATCH DD "Two different routine_id objects were specified for generated expression source code:  %s and %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the first generated source sysobject.
;              The second parameter is the object id of the second generated source sysobject.
;
NULL_DEFAULT_ID  "The default_id attribute is NULL for this dm_cond_id_expr object."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
BAD_DD_ATTRIBUTE_TREATMENT SI "The Data Dictionary attribute %s has a bad attribute treatment value (%d)."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the Data Dictionary attribute.
;              The second parameter is the internal attribute treatment value.
;
BAD_DD_DEFAULT_VALUE_TYPE SI "The Data Dictionary attribute %s is of the wrong type (%d) to have a default value."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the Data Dictionary attribute.
;              The second parameter is the internal attribute type code.
;
CANNOT_FIND_ATTRIBUTE_FOR_TYPE SS "Attribute %s does not exist in type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the name of the type.
;
EXPR_CODE_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
EXPR_CODE_BAD_VSTAMP II "Type dmi_expr_code has a bad vstamp %d. The current vstamp for dmi_expr_code is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
CANNOT_FIND_DD_FOLDER S "Cannot find the Data Dictionary system folder '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the folder path of the Data Dictionary folder.
;
CANNOT_FETCH_DD_FOLDER SD "Cannot fetch the Data Dictionary system folder '%s' with ID '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the folder path of the Data Dictionary folder.
;              The second parameter is the object id of the Data Dictionary folder.
;
NULL_DOMAIN_POINTER "The domain pointer for a dm_dd_info object is NULL."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
NULL_AGGR_DOMAIN_POINTER "The aggr_domain pointer for a domain object is NULL."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
NULL_GENERATED_SOURCE_FILE "The generated_source_file pointer for an aggr domain object is NULL."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  None.
;
AGGR_DOMAIN_EDIT_TYPE_NOT_SET D "The internal pointer to the type being edited is not set in dm_aggr_domain '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;
BAD_PRIMITIVE_TYPE_CODE I "Unknown primitive type code:  (%d)."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the internal primitive type code.
;
BAD_POLICY_ID_AND_VERSION DS "Bad default policy id (%s) and version label ('%s') combination."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the default business policy.
;              The second parameter is the version label of the policy.
;
CANNOT_EXPUNGE_DOMAIN_FOR_ATTR S "Cannot expunge the domain object for attribute %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the name of the attribute associated with the domain.
;
CANNOT_EXPUNGE_CODE_OBJECT_FOR_ATTR_DOMAIN D "Cannot expunge the dmi_expr_code object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dmi_expr_code object.
;
CANNOT_EXPUNGE_NLS_DD_INFO D "Cannot expunge the dm_nls_dd_info object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_nls_dd_info object.
;
CANNOT_EXPUNGE_DD_INFO D "Cannot expunge the dm_dd_info object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_dd_info object.

CANNOT_EXPUNGE_DEFAULT_VALUE DI "Cannot expunge the default value expression with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_expression object.
;              The second parameter is the (zero-based) position of the expression.

CANNOT_EXPUNGE_COND_VALUE_ASSIST D "Cannot expunge the cond value assist expression with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_cond_id_expr object.

CANNOT_EXPUNGE_COND_COMPUTED_EXPR D "Cannot expunge the cond computed expr expression with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_cond_id_expr object.

CANNOT_EXPUNGE_VAL_CONSTRAINT DI "Cannot expunge the val_constraint expression with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_expression object.
;              The second parameter is the (zero-based) position of the expression.

CANNOT_EXPUNGE_UNIQUE_KEY DI "Cannot expunge the unique key with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_unique_key object.
;              The second parameter is the (zero-based) position of the expression.

CANNOT_EXPUNGE_FOREIGN_KEY DI "Cannot expunge the foreign key with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_foreign_key object.
;              The second parameter is the (zero-based) position of the expression.

CANNOT_EXPUNGE_PRIMARY_KEY D "Cannot expunge the primary key with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_unique_key object.

CANNOT_EXPUNGE_DEFAULT_VALUE_ASSIST D "Cannot expunge the default value assistance with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_value_assist object.

CANNOT_EXPUNGE_VALUE_ASSIST DI "Cannot expunge the value assistance with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_value_assist object.
;              The second parameter is the (zero-based) position of the value assistance.

CANNOT_EXPUNGE_DEFAULT_COMPUTED_EXPRESSION D "Cannot expunge the default computed expression with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_expression object.

CANNOT_EXPUNGE_COMPUTED_EXPRESSION DI "Cannot expunge the computed expression with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_expression object.
;              The second parameter is the (zero-based) position of the expression.

CANNOT_FETCH_DD_OBJECT_FOR_OVERRIDE D "Cannot fetch the object with id '%s' during an override operation."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the id of the object.

CANNOT_EXPUNGE_DD_OBJECT_FOR_OVERRIDE D "Cannot expunge the object with id '%s' during an override operation."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the id of the object.

SET_NULL_UPDATE_BAD_TYPE SI "Update NULL for attribute %s using unknown primitive type code (%d)."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the attribute.
;              The second parameter is the internal primitive type code.
;

MISSING_VALUE_ASSIST_PARENT_ID D "Value assistance object '%s' has no parent_id set."
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the value assistance object.
;

CANNOT_FETCH_KEY D "The key specified with object id '%s' does not exist."
;
; CAUSE:  No dm_key object exists with the given id.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id.

CANNOT_FETCH_FOREIGN_KEY D "The foreign key specified with object id '%s' does not exist."
;
; CAUSE:  No dm_foreign_key object exists with the given id.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id.

CANNOT_EXPUNGE_AGGR_DOMAIN D "Cannot expunge the dm_aggr_domain object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;

STORE_OVERRIDE_FAILED S "Could not set the override_id while updating type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;

STORE_STATE_OVERRIDE_FAILED DS "Could not set the override_id while updating the type for business policy id %s, state %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;

ABORT_FAILURE S "Could not set the transaction state to ABORT while updating type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;

TYPE_UNDO_FAILURE S "Could not undo type updates for type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;

COMMIT_FAILURE S "Could not commit Data Dictionary updates for type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;

CANNOT_SAVE_POLICY DS "Could not save changes to business policy %s for state %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;

INCONSISTENT_CODE_OBJECT D "The code object pointer for dm_aggr_domain %s is inconsistent."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_aggr_domain object.
;
CANNOT_CLONE_DD_INFO    D       "Cannot clone the dm_dd_info object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_dd_info object.

CANNOT_CLONE_DEFAULT_VALUE      D       "Cannot clone the default value dm_expresion object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_expression object.

CANNOT_CLONE_COND_VALUE_ASSIST  D       "Cannot clone the cond value assistance dm_expresion object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_expression object.

CANNOT_CLONE_DEFAULT_VALUE_ASSIST       D       "Cannot clone the default dm_value_assist object with object_id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_value_assist object.

CANNOT_CLONE_VALUE_ASSIST       D       "Cannot clone the dm_value_assist object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_value_assist object.

CANNOT_CLONE_COND_COMPUTED_EXPR D       "Cannot clone the cond computed dm_expression object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_expression object.

CANNOT_CLONE_DEFAULT_COMPUTED_EXPRESSION        D       "Cannot clone the default computed dm_expression object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_expression object.

CANNOT_CLONE_COMPUTED_EXPRESSION        D       "Cannot clone the computed dm_expression object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_expression object.

CANNOT_CLONE_VAL_CONSTRAINT     D       "Cannot clone the validation constraint dm_expression object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_expression object.

CLONE_UNIQUE_KEY        D       "Attempt to clone a unique key for the dm_dd_info object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_dd_info object.

CLONE_FOREIGN_KEY       D       "Attempt to clone a foreign key for the dm_dd_info object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_dd_info object.

CLONE_PRIMARY_KEY       D       "Attempt to clone a primary key for the dm_dd_info object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_dd_info object.

CANNOT_CLONE_DOMAIN     D       "Cannot clone the dm_domain object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_domain object.

CANNOT_CLONE_NLS_DD_INFO        D       "Cannot clone the dm_nls_dd_info object with object id '%s'."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the object id of the dm_nls_dd_info object.

CANNOT_CLONE_DOMAIN_FOR_ATTR    S       "Cannot clone the domain object for attribute %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the name of the attribute associated with the domain.
;
UNEXPECTED_DOMAIN_ID_IN_ATTR_DOMAIN_ID_LIST    DSD   "For aggr domain %s, the attr_domain_id for attribute %s was found to be %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The parameter is the name of the attribute associated with the domain.
;
GET_ATTR_TYPE_FAILURE    SS   "Cannot get attribute type for type %s attribute %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the type.
;              The second parameter is the name of the attribute.
;
SYNCHRONIZE_WITH_TYPE_FAILED    DS   "Failure synchronizing dm_aggr_domain '%s' with type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the type.
;              The second parameter is the name of the attribute.
;
SAVE_FAILED_AFTER_SYNCHRONIZE    DS   "Failure saving after synchronizing dm_aggr_domain '%s' with type %s."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the name of the type.
;              The second parameter is the name of the attribute.
;
DD_COMMON_INFO_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
; PARAMETERS: The parameter is the type name
;
DD_COMMON_INFO_BAD_VSTAMP II "Type dmi_dd_common_info has a bad vstamp %d. The current vstamp for dmi_dd_common_info is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
; PARAMETERS: The first parameter is the current vstamp
;             The second parameter is what the stamp should be.
;
DD_ATTR_INFO_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
; PARAMETERS: The parameter is the type name
;
DD_ATTR_INFO_BAD_VSTAMP II "Type dmi_dd_attr_info has a bad vstamp %d. The current vstamp for dmi_dd_attr_info is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
; PARAMETERS: The first parameter is the current vstamp
;             The second parameter is what the stamp should be.
;
DD_TYPE_INFO_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
; PARAMETERS: The parameter is the type name
;
DD_TYPE_INFO_BAD_VSTAMP II "Type dmi_dd_type_info has a bad vstamp %d. The current vstamp for dmi_dd_type_info is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
; PARAMETERS: The first parameter is the current vstamp
;             The second parameter is what the stamp should be.
;
SCOPE_CONFIG_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
SCOPE_CONFIG_BAD_VSTAMP II "Type dm_scope_config has a bad vstamp %d. The current vstamp for dm_scope_config is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
;
DISPLAY_CONFIG_TYPE_INIT S "Failed to initialize type %s."
;
; CAUSE: Unknown.
; ACTION: Report this message and any parameters to your Documentum site
; representative.
;
DISPLAY_CONFIG_BAD_VSTAMP II "Type dm_display_config has a bad vstamp %d. The current vstamp for dm_display_config is supposed to be %d."
;
; CAUSE: The RDBMS table has a bad vstamp.
; ACTION: Report this error to Documentum sysadmins.
;
CANNOT_EXPUNGE_SCOPE_CONFIG DI "Cannot expunge the dm_scope_config object with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_scope_config object.
;              The second parameter is the (zero-based) position of the scope_config attribute.
;
CANNOT_EXPUNGE_DISPLAY_CONFIG DI "Cannot expunge the dm_display_config object with object id '%s' at position %d."
;
; CAUSE:  This is an internal error.
; ACTION: Collect all the errors that have been set for this session,
;         and contact your Documentum site representative.
; PARAMETERS:  The first parameter is the object id of the dm_display_config object.
;              The second parameter is the (zero-based) position of the display_config attribute.


 

posted on 2009-11-16 12:11 liaojiyong 阅读(240) 评论(0)  编辑  收藏 所属分类: Documentum


只有注册用户登录后才能发表评论。


网站导航: