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

常用链接

统计

积分与排名

friends

link

最新评论

DM_POLICY

;
; dmPolicy class errors
;
.facility DM_POLICY
.severity       INFO
ALREADY_VALIDATED D "The policy identified by %s is already in VALIDATED state."
;
;CAUSE:         This policy has not been modified since last validation.
;ACTION:        No need to validate this policy again until being modified.
;
VALIDATE_INSTALLED  D "The policy identified by %s is in INSTALLED state. No need to validate it."
;
;CAUSE:         The policy has been validated and installed.
;ACTION:        There is no need to validate an INSTALLED policy.
;
;
ALREADY_INSTALLED D "The policy identified by %s has already been installed. No need to install again."
;
;CAUSE:
;ACTION:        NONE.
;
ALREADY_UNINSTALLED D "The policy identified by %s is not installed. No need to uninstall again."
;
;CAUSE:
;ACTION:        NONE.
;
ALREADY_IN_EXCEP S "No need to suspend the object since its current state %s is an exception state."
;
;CAUSE:
;ACTION:        NONE.
;
ALREADY_IN_NORMAL S "No need to resume the object since its current state %s is a normal state."
;
;CAUSE:
;ACTION:        NONE.
;
;
.severity WARNING
WARN1         II  "This is a warning %d, %d."
;
;CAUSE          unknown.
;ACTION         null.
;
EMPTY_RESULT_CONTENT   DS "The dm_bp_transition returns an empty document (%s) with status %s."
;
;CAUSE:         Internal error. However, the method seems to be launched O.K.
;ACTION:
;
REMOVE_REF  SD "State-related changes have applied to %s (ID = %s) when there exist referencing sysobjects."
;
;CAUSE:        Some state-related changes have applied to a policy object when it
;              has some referencing sysobjects.
;ACTION:       Check all the referencing sysobjects to see if they need to be re-attached.
;
ERROR_1700  S   "The User Post Processing Proc failed. Details:%s"
;
;CAUSE:         The User Post Processing Proc failed due to the error described in Details.
;ACTION:        Check the details.
;
;
.severity ERROR
NEED_PRIMARY_TYPE "You must set the primary type (i.e. included_type[0]) for this policy object."
;
;CAUSE:         Every business policy object must associate with at least a
;               type.  The included_type[0] stores the primary type.
;               Other values represents the subtypes of the primary type.
;ACTION:        set included_type[0] to a valid type name.
;
;
INVALID_ATCH_TYPE S "The attached type %s is not a valid docbase type."
;
;CAUSE:         The specified type does not exist in docbase.
;ACTION:        Make sure the specified type exists in docbase.
;
INVALID_ATCH_SUBTYPE SS "The attached type %s is not a subtype of %s."
;
;CAUSE:         The specified subtype is not a subtype of the primary type.
;ACTION:        Only specify subtypes of the primary type in positions greater than zero.
;
NOT_A_POLICY     D "The policy identified by %s is not a dm_policy object."
;
;CAUSE:
;ACTION:        NONE.
;
BAD_STATE_ATTRC SSII "In policy named %s, count of %s: %d does not match the count of state number: %d."
;
;CAUSE:         Tried to save a policy with invalid state attribute count.
;ACTION:        Most likely the user tried to manipulate state attributes with append or
;               insert or remove methods instead of appendstate, insertstate or removestate
;
;
BAD_TYPE_ATTRC SSII "In policy named %s, count of %s: %d does not match the count of included_type: %d."
;
;CAUSE:         Tried to save a policy with inconsistent number of included_type and
;               include_subtypes.
;ACTION:        NONE.
;
INVALID_STATE_NAME SD "Invalid state name %s of policy %s specified."
;
;CAUSE: You tried to use an invalid state name.
;ACTION: Retry with a valid state name.
;
;
NO_ATTACH_STATE  D "The policy identified by %s does not have any attachable state."
;
;CAUSE:         A valid policy must have at least one attachable state, normal or exception.
;ACTION:        Add an attachable state to this policy.
;
;
NO_NORMAL_STATE   D "The policy identified by %s has no normal state."
;
;CASUE:          A valid policy must have at least one normal state.
;ACTION:         Add a normal state to this policy.
;
BAD_ENTRY      DDS "The policy identified by %s has an invalid entry criteria id %s specified for state %s."
;
;CAUSE:        The object does not exist.
;ACTION:
;
BAD_ENTRY_TYPE      DSDS "The policy identified by %s has an invalid entry criteria %s:%s specified for state %s."
;
;CAUSE:        The object type is not DM_EXPRESSION.
;ACTION:
;
;
BAD_ACTION     DDS "The policy identified by %s has an invalid action object id %s specified for state %s."
;
;CAUSE:        The object does not exist.
;ACTION:
;
BAD_ACTION_TYPE     DSDS "The policy identified by %s has an invalid action object %s:%s specified for state %s."
;
;CAUSE:        The object type is not DM_PROCEDURE.
;ACTION:
;
BAD_OVERRIDE     DDS "The policy identified by %s has an invalid type_overwide %s specified for state %s."
;
;CAUSE:         
;NONE
;
BAD_OVERRIDE_TYPE  DSDS "The policy identified by %s has an invalid type_overwide object %s:%s specified for state %s."
;
;CAUSE:         
;NONE
;
INVALID_EXCP_NAME SDS "The state %s defined for dm_policy %s has an invalid exception state %s."
;
;CAUSE:        The exception state defined for the normal state does not exist.
;ACTION:       Add the execption state to the policy object.
;
INVALID_EXCP_TYPE SSD "The exception state %s of %s for dm_policy %s is a normal state."
;
;CAUSE:        The exception state defined is identified as a normal state in its state_class.
;ACTION:       Change the state_class value of the exception state to 1.
;
UNIQUE_STATE_NAME SD "The state name %s within dm_policy %s must be unique."
;
;CAUSE:          the state name is not unique within a dm_policy.           
;ACTION:         rename the duplicate one.
;
NO_INSTALLED_SAVE  "You cannot save an INSTALLED policy object with changes related to policy definition."
;
;CAUSE:        User tried to save one of the following changes to an installed
;              policy object:
;              (1) policy-specific attributes excluding state_description,
;                  allow_attach, allow_schedule, and return_to_base,
;              (2) position of a state within the policy,
;              (3) adding new states, and
;              (4) deleting existing states.
;ACTION:       Uninstall the policy object first.
;
BAD_STATE_CHAIN D "The policy object identified by %s has loops."
;
;CAUSE:
;ACTION:
;
CANT_DESTROY D "Cannot destroy policy identified by %s since its state is installed or currently referenced by some sysobject."
;
;CASUE:  You cannot destroy a policy if the definition state is INSTALLED. 
;        You must unistall the policy first.
;        If the definition state is not INSTALLED, but the policy is referenced
;        by some sysobject, you must be superuser and use force_flag = T to detroy
;        this policy.
;ACTION: You may need to unistall the policy and set force_flag to True.
;
INVALID_STATE_INDEX SD "Invalid state index %s of policy %s specified."
;CAUSE: You tried to use an invalid state index.
;ACTION: Retry with a valid state index.
;
BAD_LABEL  DS "There is no policy object with chronincle ID %s and version label %s."
;
;CAUSE:   
;ACTION:
;
;
NOT_INCLUDED_TYPE DS "dm_policy object identified by %s does not have %s as one of its valid attachable type."
;
;CAUSE:  included_type[] does not contain the object type which has tried to
;        attach to this policy.
;ACTION: the policy designer must add the type to included_type[], and try again
;
;
LAUNCH_BAD_STATE DS "Cannot evaluate the entry_criteria/action of dm_policy %s because the state %s does not exist."
;
;CAUSE:  The state name does not exist in the policy.
;ACTION: Internal error.
;
NO_POLICY_METHOD S "Cannot find the method %s, which is needed to evaluate an entry criteria and/or to execute an action of a business policy."
;
;CAUSE:
;ACTION:
;
BAD_STATE  DS "The dm_policy object identified by %s does not have a state named %s."
;
;CAUSE:
;ACTION:
;
NO_EXCP_STATE DS "The dm_policy object identified by %s does not have an exception state defined for state %s."
;
;CAUSE:
;ACTION:
;
GET_OVERR_BAD_STATE DS "You cannot get the type_override value due to that dm_policy %s does not have a state named %s."
;
;CAUSE:
;ACTION:
;
SET_OVERR_BAD_STATE DS "You cannot set the type_override attribute because dm_polict %s does not have a state named %s."
;
;CAUSE:
;ACTION:;
;
BAD_USERENTRY      DDS "The policy identified by %s has an invalid user-defined entry criteria id %s specified for state %s."
;
;CAUSE:            The object does not exist.
;ACTION:
;
BAD_USERENTRY_TYPE      DSDS "The policy identified by %s has an invalid user-defined entry criteria %s:%s specified for state %s."
;
;CAUSE:            The object is of wrong type.
;ACTION:
;
BAD_USERACTION     DDS "The policy identified by %s has an invalid user-defined action object id %s specified for state %s."
;
;CAUSE:            The object does not exist.
;ACTION:
;
BAD_USERACTION_TYPE     DSDS "The policy identified by %s has an invalid user-defined action object %s:%s specified for state %s."
;
;CAUSE:            The object is of wrong type.
;ACTION:
;
;
NON_ATTACH_STATE SD " The state %s you tried to attach is not an attachable state of policy %s."
;
;CASUE:  The is_attachable attribute is not set to 'T' for this policy state.
;ACTION: Try to attach to other states.
;
NOT_VALIDATED D "Cannot install a business %s which is not validated."
;CAUSE:         User tried to install a dm_policy object which has not been validated.
;ACTION:        Run validate API to validate the object, then re-run install.
;
NO_ROUTER_BP  S "The attached type %s can not be dm_router, dm_policy, or their subtypes."
;
;CAUSE:         Types dm_router and dm_policy, and their subtypes are not allowed
;               to be in the included_type.
;ACTION:        Make sure the specified type is not dm_router, dm_policy, or their
;               subtype.
;
REMOVE_NO_STATE D "Policy object %s has no state to be removed."
;CAUSE:        You tried to remove a state from an empty policy object.
;ACTION:       N/A
;
BAD_STATE_NAME  S "The specified state name '%s' either is empty, or does not start with letter, or contains ':', '.', or ','."
;
;CAUSE:         User does not follow the naming convention for a state name.
;ACTION:        Change the state name so that the following rules are satisfied:
;               (1) It starts with a letter.
;               (2) It does not contain ':', '.', or ','.
;
INVALID_MOVE_POS III "In movestate API, the old/new position (%d/%d) needs to be positive and less than (or equal to) the number of states (%d)."
;
;CAUSE:         User has specified either an invalid old position or an
;               invalid new position.
;ACTION:        Make sure both the old and new positions are in the right range.
;
BAD_RESULT_ID   D "The dm_bp_transition returns an invalid ID %s."
;
;CAUSE:         Internal error.
;ACTION:
;
BAD_RESULT_CONTENT   DS "The dm_bp_transition returns a document (ID=%s) either without content or bad content (%s)."
;
;CAUSE:         Internal error.
;ACTION:
;
BAD_RESULT_STATUS DS "Document %s has no content, but the status is bad (%s)."
;
;CAUSE:         The dm_bp_transition encounters errors while processing the criteria
;               and actions. However, the error message does not get stored in the
;               content of the result document.
;ACTION:        Check the $DM_HOME/bin/dm_bp_transition.out for detailed error
;               message.
;
BAD_RESULT_ERROR  DSSSSS "Document %s has illegal error format ([ErrorCode]=%s,[Parameter]=%s,[Parameter]=%s,[Parameter]=%s,[ServerError]=%s."
;
;CAUSE:         Error reported by dm_bp_transition needs to follow the following
;               format:
;                  [ErrorCode] <Error Code>
;                  [Parameter] <Value 1>
;                  [Parameter] <Value 2>
;                  [Parameter] <Value 3>
;                  [ServerError] <Server Error Message>
;               The number of parameters may vary depending on the error code.
;               The keywords within the square bracket are case-sensitive.
;               The legal range of <Error Code> is between 1000 and 1015.
;ACTION:        Make sure the error follow the format.
;
ERROR_1000  SS     "Unable to load the procedure:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to load the specified procedure.
;ACTION:        Check the details.
;
ERROR_1001  SSS    "Unable to set attribute:%s to value:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to set value to attribute.
;ACTION:        Check the details.
;
ERROR_1002  SSSS   "Unable to set attribute:%s to value:%s at position %s. Deatils:%s"
;
;CAUSE:         The Internal Action Proc failed to set value to attribute.
;ACTION:        Check the details.
;
ERROR_1003  SSS    "Unable to remove value:%s from attribute:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to remove value from attribute.
;ACTION:        Check the details.
;
ERROR_1004  SS     "Unable to remove all values from attribute:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to remove all values from attribute.
;ACTION:        Check the details.
;
ERROR_1005  SSSS   "Unable to add value:%s to attribute:%s at position %s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to add value to attribute.
;ACTION:        Check the details.
;
ERROR_1006  SSS    "Unable to append value:%s to attribute:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to append value to attribute.
;ACTION:        Check the details.
;
ERROR_1007  SS     "Unable to add symbolic label:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to add symbolic label.
;ACTION:        Check the details.
;
ERROR_1008  SS     "Unable to remove symbolic label:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to remove symbolic label.
;ACTION:        Check the details.
;
ERROR_1010  SS     "Unable to link object to location:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to link object to location.
;ACTION:        Check the details.
;
ERROR_1011  SS     "Unable to unlink object from location:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to unlink object from location.
;ACTION:        Check the details.
;
ERROR_1012  SS     "Unable to move object to location:%s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to move object to location.
;ACTION:        Check the details.
;
ERROR_1013  SS     "Unable to set the objects ACL to %s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to set the object's ACL.
;ACTION:        Check the details.
;
ERROR_1014  SS     "Unable to set %s as the owner of the object. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to set owner of an object.
;ACTION:        Check the details.
;
ERROR_1500  S   "The User Entry Criteria Proc failed. Details:%s"
;
;CAUSE:         The User Entry Criteria Proc failed due to the error described in Details.
;ACTION:        Check the details.
;
ERROR_1600  S   "The User Actions Proc failed. Details:%s"
;
;CAUSE:         The User Actions Proc failed due to the error described in Details.
;ACTION:        Check the details.
;
INVALID_ALIAS_SET_INDEX SD "Invalid alias set index %s of policy %s specified."
;CAUSE:         You tried to use an invalid alias set index.
;ACTION:        Retry with a valid alias set index.
;
INVALID_ALIAS_SET_NAME SD "Invalid alias set name %s of policy %s specified."
;CAUSE:         You tried to use an invalid alias set name.
;ACTION:        Retry with a valid alias set name.
;
;
AS_INVALID_ID DS "Invalid alias set object ID %s found for %s."
;
;CAUSE:     Cannot fetch the alias set with the given object id.
;ACTION:    Try again with the correct id.
;
AS_INVALID_NAME  SS "Cannot find %s alias set for %s."
;
;CAUSE:     Cannot find the alias set with the given name. This may happen
;     when fetching an alias set group by name during save, or destroy.
;ACTION:    Try again with the correct name.
;
AS_PRIVILEGES SS "The current user (%s) has insufficient privileges to save or destroy the %s alias set object."
;
;CAUSE:     A user with insufficient privileges tried to
;     save or destroy an alias set object.
;ACTION:    You must have create group, sysadmin, or superuser privilege to
;           create an alias set.  You must be the creator of the alias set,
;           or have superuser privilege to modify or destroy the alias set.  See your
;           system administrator if you think you should have create group privilege.
;
AS_PRIVILEGES_OWNER S "Cannot change the owner name of the %s alias set."
;
;CAUSE:    You must have superuser privilege to change the owner of an alias set.
;ACTION:   Set your site's superuser about changing the owner of the alias set.
;
AS_EMPTY_NAME "The alias set has no name."
;
;CAUSE:     You have provided an alias set without a name.
;ACTION:    Supply a name for the alias set.
;
AS_NAME_NOT_UNIQUE S   "Cannot create the %s alias set since it already exists."
;
;CAUSE:     Tried to create an alias set that already exists. All alias set names
;     are unique.
;ACTION:    Try again with a different alias set name.
;
AS_EMPTY_ALIAS_NAME SI  "Cannot assign an empty alias name to alias set %s at position %d."
;
;CAUSE:     You have provided an empty alias name.
;ACTION:    Supply a name at the specified position.
;
AS_ALIAS_NAME_NOT_UNIQUE SSII   "The alias name %s in alias set %s is defined at positions %d and %d."
;
;CAUSE:     Tried to create an alias that already exists in the same alias set.
;ACTION:    Try again with a different alias name.
;
AS_NO_ALIAS_SET SS   "No value is found in alias set (%s) for resolving alias %s."
;
;CAUSE:     Tried to resolve an alias which does not exist in the specified
;           alias set.
;ACTION:    Try to define at least one alias set which consists of
;           the aliase in question in dm_alias_set
;           and set up the session alias
;           set, user alias set, system alias set appropriately.
;
AS_NO_DEFAULT_ALIAS_SET S   "No default alias set is allowed for resolving alias %s since the sysobject is attached to a policy without alias set."
;
;CAUSE:     Tried to resolve an alias on a sysobject attached to a policy without alias set.
;ACTION:    Try to provide an alias set in the alias or re-attach the sysobject to a policy
;           with alias set.
;
AS_NAME_VALUE_NOT_MATCHED  IIS  "The alias_name count (%d) and alias_value count (%d) of alias set %s are not matched."
;
;CAUSE:     The alias set object has a mis-matched alias name and alias value.
;ACTION:    Make sure the numbers of alias_name and alias_value are equivalent.
;
AS_REF_INSTALLED_BP  SI  "The alias set %s is referenced by %d installed Business Policy objects."
;
;CAUSE:     An alias set object is not changeable if it is referenced by installed Business Policy objects.
;ACTION:    Uninstall those Business Policy objects.
;
ERROR_1015  SSS     "Unable to post a request to render the document in %s format using Autorender for %s. Details:%s"
;
;CAUSE:         The Internal Action Proc failed to invoke Autorender for
;               creating a new rendition for a document.
;ACTION:        Check the details.
;
AS_NO_ALIAS_SET_POLICY SSD  "No default alias set found for user %s under policy %s (ID = %s)."
;
;CAUSE:     Tried to find a default alias set for a user under a specified policy.
;ACTION:    Make sure a default alias set is specified in one of the following:
;           (1) sessionconfig,
;           (2) the session user's dm_user object,
;           (3) dm_server_config, and
;           (4) the specified policy object.
;
AS_NO_ALIAS_SET_USER S "No default alias set found for user %s. The following alias sets were searched: sessionconfig, user, user's default group, server config, and policy (if applicable)"
;
;
;CAUSE:     Tried to find a default alias set for a user.
;ACTION:    Make sure a default alias set is specified in one of the following:
;           (1) sessionconfig,
;           (2) the session user's dm_user object,
;           (3) the session user's default group,
;           (4) dm_server_config.
;           (5) the first alias set defined in the policy, if exists.
;           Note that if policy is involved, then the alias set found between 1 and 4
;           must be in the policy's alias_set_ids attribute as well.
;
ERROR_0001  S     "Dmbasic error. Details:%s"
;
;CAUSE:         There exists some dmbasic error in user's script.
;ACTION:        Check the details.
;
ERROR_0010  S     "BP transition script error. Details:%s"
;
;CAUSE:         There exists some error in the BP transition script.
;ACTION:        Check the details.
;
BAD_USERPOSTPROC     DDS "The policy identified by %s has an invalid user-defined post-processing object id %s specified for state %s."
;
;CAUSE:            The object does not exist.
;ACTION:
;
BAD_USERPOSTPROC_TYPE     DSDS "The policy identified by %s has an invalid user-defined post-processing object %s:%s specified for state %s."
;
;CAUSE:            The object is of wrong type.
;ACTION:
;
FAILED_TICKET   SSD  "Failed to generate a ticket for %s to execute %s operation on object %s"
;
;CAUSE:         A ticket has failed to be generated for executing the
;               user-specified operation on the object.
;ACTION:       
;
AS_ILLEGAL_NAME S "The alias set contains illegal symbols in the name (%s)."
;
;CAUSE:     You have provided an alias set with illegal symbols like '.'
;           in the name.
;ACTION:    Remove the illegal symbols.
;
AS_ILLEGAL_CATEGORY I "The alias set contains an illegal alias_category (%d)."
;
;CAUSE:     You have provided an illegal alias_category.
;           The following are legal categories:
;             0 (Unknown)
;             1 (User)
;             2 (Group)
;             3 (User or Group)
;             4 (Cabinet Path)
;             5 (Folder Path)
;             6 (ACL)
;ACTION:    Provide a legal category.
;
PRIVILEGES SS "The current user (%s) has insufficient privileges to save or destroy the %s policy object."
;
;CAUSE:     A user with insufficient privileges tried to
;     save or destroy an policy object.
;ACTION:    You must have create type, sysadmin, or superuser privilege to
;           create a policy object.  You must be the creator of the
;           policy object, or have superuser privilege to modify or
;           destroy the policy object.  See your
;           system administrator if you think you should have create
;           type privilege.
;
ERROR_1800  S   "The Action failed. Details:%s"
;
;CAUSE:         The System Actions Proc failed due to the error described in Details.
;ACTION:        Check the details.
;
MUST_SAVE D  "Changes to the sysobject (%s) must be saved or reverted first."  
;
;CAUSE:      This error occured when user is doing promote, demote, attach,
;            suspend, or resume on a new or modified object.
;
;ACTION:     User has to save or revert the change before doing any of the
;            action described above.
;
ERROR_1400  S   "The BP transition script failed due to deadlock. Details:%s"
;
;CAUSE:         The BP transition script failed due to deadlock described in Details.
;ACTION:        Retry the action.
;
METHOD_TIMEOUT SI "The method (%s) timeout before the action procedure could finish. The method timeout is currently set to %d."
;
;CAUSE:      This error occured when the action procedure takes longer time
;            to finish. If the time exceeds the method timeout length, this
;            error will occur.
;
;ACTION:     Set the timeout_default attribute of the method to
;            a greater value. If timeout_default is set to more than 5 minutes,
;            you may need to set client_session_timeout in server.ini
;            accordingly.
;
CONNECTION_ERROR S "Error connecting to docbase as user %s."
;
;CAUSE:      Invalid user name is used to connect to the docbase.
;
;ACTION:     Make sure that the user is a valid documentum user.
;
EXIST_NO_BP_LOG S "BP Log (%s) was not created."
;
;CAUSE:      It's either script error or system error that causes this problem.
;
;ACTION:     Make sure that the hard disk is not full. Also look into
;            server log for error messages that result from scripting error.
;
OPEN_LOG_FAILURE SS "Error opening file (%s). Operating System error: (%s)."
;CAUSE:      Attempt to open the named file failed.  The operating system
;            error should give a better indication of the actual problem.
;ACTION:     Check if the indicated file exists; check permissions to
;            open or create the file.
;
READ_LOG_FAILURE SS "Error reading file (%s). Operating System error: (%s)."
;CAUSE:      A failure occurred while reading content from an open content
;            file.  The operating system error should give a better
;            indication of the actual problem.
;ACTION:     Check if the indicated file exists; check permissions to
;            open or create the file.
;
BAD_RESULT_ERROR_2 SSSSSS "The BP Logfile (%s) has illegal error format ([ErrorCode]=%s,[Parameter]=%s,[Parameter]=%s,[Parameter]=%s,[ServerError]=%s."
;
;CAUSE:         Error reported by dm_bp_transition needs to follow the following
;               format:
;                  [ErrorCode] <Error Code>
;                  [Parameter] <Value 1>
;                  [Parameter] <Value 2>
;                  [Parameter] <Value 3>
;                  [ServerError] <Server Error Message>
;               The number of parameters may vary depending on the error code.
;               The keywords within the square bracket are case-sensitive.
;               The legal range of <Error Code> is between 1000 and 1015.
;ACTION:        Make sure the error follow the format.
;
OPER_FROM_EXCEPTION SSD "It is not allowed to %s on the document %s(%s) from the exception state."
;
;CAUSE:      The object is in an exception state. It is not allowed to promote
;            or demote from this state.
;ACTION:     Perform resume operation on the object to bring it back to
;            a normal state.
;
ERROR_1900  S   "Batch Promote failed. Details:%s"
;
;CAUSE:         The Batch Promote method failed when it tries to gather bp
;               information, i.e getting procedure ids.
;ACTION:        Check the details.
;
BP_OWNER_BATCH_PROMTE "It is not allowed to specify lifecycle_owner (in a_bpaction_run_as of docbase_config) to run the lifecycle actions."
;
;CAUSE:         a_bpaction_run_as of docbase_config is set to lifecycle_owner.
;ACTION:        Set a_bpaction_run_as to a differnt value.
;
ERROR_2000 S "Unable to set application_code to 'dm_all_applications'. Details: %s"
;
;CAUSE: The business policy method was unable to set the application_code to 'dm_all_applications'
;ACTION: Check the details in the error message.
;
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.
;
DEFAULT_POLICY_ID DS "The policy object with id '%s' is the default_policy_id for type '%s'. In order to destroy the policy, you must first modify the data dictionary for type and set the default_policy_id to another valid policy object or NULL."
;
; CAUSE: An attempt has been to expunge a policy object even though it is
;        still linked to the specified type as the 'default_policy_id'
; ACTION: You must first modify the data dictionary for the specified type and
;         set the default_policy_id to a valid policy object or NULL.
;
;
INVALID_ARG SSS "The method '%s' has invalid value (%s) for argument '%s'."
; CAUSE: Argument has invalid value.
; ACTION: Make sure that all required arguments are correctly specified.
; PARAMETERS: S - name of the method.
;             S - value of the arguemnt.
;             S - name of the argument.
;
ERROR_2100 S "Validation procedure detected error in the lifecycle. Details: %s"
;
; CAUSE: The dm_bp_validation method detected error.
; ACTION: Check the details in the error message.
;
CANT_FIND_PROC_OBJ SDS "Can't find the %s procedure with id ('%s') and version (%s).
; CAUSE: No object can be found with the matching version label.
; ACTION: Make sure that version has the correct value and
;         id points to the chronicle id.
;
FAILED_CREATE_STATE_EXT_OBJ D "Failed to create new dm_state_extension object for the document lifecycle ('%s').
; CAUSE: Problem with dm_relation or dm_state_extension type.
; ACTION: Contact Documentum Tech Support.
;
CURSOR_FAIL SS "The following query %s generated the following database %s error"
; CAUSE: Used for internal purpose.
; ACTION: Report to your sys admin.
;
;
BAD_USERENTRYSERVICE   DSS "The policy identified by %s has an invalid user-defined entry criteria service %s specified for state %s."
;
;CAUSE:            The object does not exist.
;ACTION:
;
;
BAD_USERACTIONSERVICE   DSS "The policy identified by %s has an invalid user-defined action service %s specified for state %s."
;
;CAUSE:            The object does not exist.
;ACTION:
;
;
BAD_USERPOSTPROCSERVICE   DSS "The policy identified by %s has an invalid user-defined post-processing service %s specified for state %s."
;
;CAUSE:            The object does not exist.
;ACTION:
;
;
INCONSISTENT_JAVA_DOCBASIC   DSSS "The policy identified by %s cannot define a value for attribute %s for state %s when java_methods is set to %s.
;
;CAUSE:            The attribute java_methods is set to F and one of the atttributes user_entry_service,
;                  user_action_service, or user_postprocessing_service has a defined value.  Or, the
;                  attribute java_methods is set T and one of the atttributes user_criteria_id, user_action_id,
;                  or user_postproc_id has a defined value.
;
;ACTION:           If the policy is using java services, java_methods must be set to T.  A policy must use only docbasic
;                  procedures or java services but not both.
;
BAD_USERVALIDATIONSERVICE   DS "The policy identified by %s has an invalid user-defined validation service %s."
;
;CAUSE:            The object does not exist.
;ACTION:
;
;
.severity FATAL
;
INIT1           "The dm_policy type was found in the database without a version stamp."
;CAUSE: Unknown.
;ACTION: Report this message and any parameters to your Documentum Site
; Representative.
;
INIT2  II "Version stamp %d was expected to be %d."
;CAUSE: The version stamp that the dm_policy object software expected was
; different from the actual version stamp in the database.
;ACTION: You must upgrade your DocuServer database to conform to the
; software that you are running.  If your software and data are
; consistent, then report this message and any parameters to your Documentum Site
; Representative.
INIT3           "The type manager returned an error storing the dm_policy type."
;CAUSE: Unknown.
;ACTION: Look at the error message logged by the type manager.
; Report this message and any parameters to your Documentum site
; representative.
;
AS_INIT1    "The dm_alias_set type was found in the database without a version stamp."
;CAUSE:     Unknown.
;ACTION:    Report this message and any parameters to your Documentum Site
;     Representive.
;
AS_INIT2 II "Version stamp %d was expected to be %d."
;CAUSE:     The version stamp that the dm_alias_set object software expected was
;     different from the actual version stamp in the database.
;ACTION:    You must upgrade your DocuServer database to conform to the
;     software that you are running.  If your software and data are
;     consistent, then report this message and any parameters to your
;           Documentum Site Representive.
;
AS_INIT3 "The type manager returned an error storing the dm_alias_set type."
;CAUSE:     Unknown.
;ACTION:    Look at the error logged by the type manager.
;     Report this message and any parameters to your Documentum Site Representative.
;
TYPE_INIT S "Failed to initialize type %s."
;
;CAUSE:     Unknown.
;ACTION:    Report this message and any parameters to your Documentum site
;           representative.
;
INT1   S "The following database query %s could not be executed."
;
;CAUSE:     Inconsistency between the server and the type.
;ACTION:    Look at the error logged by the database.
;         Report this message and any parameters to your Documentum Site
;           Representative.

TYPE_CONVERSION I "Failed to convert type dm_policy to version %d."
; CAUSE: Type conversion failed.
; ACTION: Report this message and any parameters to your Documentum Site Representative.
; PARAMETERS: The first parameter is the version stamp we are trying to upgrade to.
;       
TYPE_CONVERSION_QUERY_FAILURE   SI "The following database error occurred:'%s.' Attempt to upgrade dm_policy type to version %d failed."
;
; CAUSE: A query failed during an attempt to upgrade dm_policy.
; ACTION: Report this message along with the error from the database to your Documentum
;        Site Representative.
; PARAMETERS: The first parameter is the database error.
;             The second parameter is the dm_policy version stamp we were trying to upgrade to.

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


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


网站导航: