Original URL: http://www.dmdeveloper.com
Messages: DM_DCNFG
By Glen Tarrant, Blue Fish Development Group
December 3, 2002



Table of Contents

Listed in alphabetical order by message name:

DM_DCNFG_E_BAD_FEDERATION_MEMBER_ATTRC

Severity: ERROR

Message Text: In dm_federation named '%s', count of %s: %d does not match the count of r_member_docbases: %d.

Cause: Tried to save a dm_federation with invalid member attribute count.

Action: Most likely the user tried to manipulate a member attribute without updating information in the other member attributes.

DM_DCNFG_E_CANT_CHANGE_ACL

Severity: ERROR

Message Text: Can not change security mode from ACL to %s.

Cause: The user tried to change security mode from ACL mode to other mode.

Action: System only allows security mode to be changed from non-ACL to ACL mode, not the other way around. A docbase is in ACL mode only when the following two conditions are satisfied: (1) the security_mode of its docbase config object is "acl", and (2) the i_stamp of the dmi_vstamp object is greater than 0. Once, the i_stamp value is set to be greater than 0, the security mode can only set to acl or none.

DM_DCNFG_E_CANT_CHANGE_AUTH_PROTOCOL

Severity: ERROR

Message Text: Can not change auth_protocol mode from 'domain_required' to %s.

Cause: The user tried to change authentication mode from 'domain_required' mode to other mode.

Action: System only allows authentication mode to be changed from non 'domain_required' mode to 'domain_required' mode, not the other way around. A docbase is in 'domain_required' mode only when the following two conditions are satisfied: (1) the auth_protocol of its docbase config object is "domain_required'", and (2) the i_stamp of the dmi_vstamp object is greater than 0. Once, the i_stamp value is set to be greater than 0, the auth_protocol mode can only set to 'domain_required'.

DM_DCNFG_E_CANT_CHANGE_MACP

Severity: ERROR

Message Text: Can not change mac access protocol from %s to %s.

Cause: User try to change mac access protocol.

Action: Mac access protocl can not be modified once set.

DM_DCNFG_E_CANT_CHANGE_NAME

Severity: ERROR

Message Text: Cannot change %s name of docbase_config object

Cause: The name of docbase_config object must always be the same as the docbase name.

Action: None.

DM_DCNFG_E_CANT_CHANGE_TO_ACL

Severity: ERROR

Message Text: Can not change security mode from %s to ACL since ACL conversion has not been performed. Execute dm_convertto_acl to do the conversion.

Cause: The user tried to change security mode from non-ACL mode to ACL mode when the i_stamp is 0.

Action: System only allows security mode to be changed from non-ACL to ACL mode, not the other way around. A docbase is in ACL mode only when the following two conditions are satisfied: (1) the security_mode of its docbase config object is "acl", and (2) the i_stamp of the dmi_vstamp object is greater than 0. Once, the security mode can only set to acl when the i_stamp is greater than 0.

DM_DCNFG_F_CANT_DESTROY_FEDERATION

Severity: FATAL

Message Text: Cannot destroy dm_federation identified by '%s' because the federation is active.

Cause: You cannot destroy a dm_federation if the governing docbase is ACTIVE. You must deactivate the federation first.

Action: Deactivate the federation.

DM_DCNFG_E_CANT_FETCH_INVALID_ID

Severity: ERROR

Message Text: Cannot fetch a docbase_config - 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.

DM_DCNFG_E_CANT_FIND

Severity: ERROR

Message Text: Cannot find %s docbase_config.

Cause: Could not find the docbase object by name.

Action: This is probably caused by invalid name or user destroying the docbase object through SQL.

DM_DCNFG_E_CANT_SAVE

Severity: ERROR

Message Text: Cannot save %s docbase_config.

Cause: One or more operations has failed during this save. Consult the following error message(s) for more help.

Action: Try again after fixing previous problems.

DM_DCNFG_F_FEDERATION_STORE_TYPE

Severity: FATAL

Message Text: The type manager returned an error storing the dm_federation type.

Cause: Unknown.

Action: Look at the error logged by the type manager. Report this message and any parameters to your Documentum site representative.

DM_DCNFG_F_INIT1

Severity: FATAL

Message Text: The docbase_config type was found in the database without a version stamp.

Cause: Unknown.

Action: Report this message and any parameters to your Documentum site representative.

DM_DCNFG_F_INIT2

Severity: FATAL

Message Text: Version stamp %d was expected to be %d.

Cause: The version stamp that the docbase_config object software expected was different from the actual version stamp in the database.

Action: You must upgrade your DocuServer database to conform to the software that you are running. If your software and data are consistent, then report a bug. Also, Report this message and any parameters to your Documentum site representative.

DM_DCNFG_F_INIT3

Severity: FATAL

Message Text: The type manager returned an error storing the docbase_config type.

Cause: Unknown.

Action: Look at the error logged by the type manager. Report this message and any parameters to your Documentum site representative.

DM_DCNFG_F_INIT4

Severity: FATAL

Message Text: The type manager returned an error converting the dm_docbase_config 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.

DM_DCNFG_F_INT1

Severity: FATAL

Message Text: The following database query %s could not be executed.

Cause: Inconsistency between the server and the docbase_config type.

Action: Look at the error logged by the database. Report this message and any parameters to your Documentum Site Representative.

DM_DCNFG_E_INVALID_MACP

Severity: ERROR

Message Text: Invalid mac access protocol %s.

Cause: The user tried to specify an invalid mac access protocol.

Action: Specify a valid mac access protocol: none, ushare, double.

DM_DCNFG_E_INVALID_SECURITY

Severity: ERROR

Message Text: Invalid security mode '%s' found in dm_docbase_config.

Cause: The user tried to specify an invalid security mode.

Action: Specify a valid security mode: none, document, cabinet, combined

DM_DCNFG_E_NEED_PRIV_FOR_CHANGE

Severity: ERROR

Message Text: The current user (%s) needs to have superuser or sysadmin privilege to save or destroy %s docbase_config object.

Cause: Must have Superuser or SysAdmin privilege to save/destroy docbase_config objects.

Action: Consult your system administrator.

DM_DCNFG_E_NEED_SU_FOR_FED_CHANGE

Severity: ERROR

Message Text: The current user (%s) needs to have superuser privilege to save or destroy %s dm_federation object.

Cause: Must have Superuser privilege to save or destroy dm_federation objects.

Action: Consult your system administrator.

Copyright © 2003-2005 Blue Fish Development Group