<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    love fish大鵬一曰同風起,扶搖直上九萬里

    常用鏈接

    統(tǒng)計

    積分與排名

    friends

    link

    最新評論

    DM_UPGRADE_MGR

    ;
    ; Upgrade Manager Facility errors
    ;
    ;** Documentum e-Content Server
    ;** Confidential Property of Documentum, Inc.
    ;** (c) Copyright Documentum, Inc., 1991-2000
    ;** All rights reserved.
    ;**
    ;
    .facility DM_UPGRADE_MGR
    ;
    ; 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 WARNING
    UNABLE_TO_VALIDATE_USER_INDEX DS "Unable to validate the dmi_index object with ID %s. The index name is %s. Verify that the index refers to the correct attribute(s)."
    ; CAUSE: The upgrade code tried to validate all indices due to a potential error
    ;        during previous upgrades in which the "attribute" field in dmi_index was not
    ;        updated properly. As a result, some indices may point to the wrong attribute(s).
    ; ACTION: Users should drop this index using the DROP_INDEX apply method and then
    ;         recreate the index using the MAKE_INDEX apply method.
    ; PARAMETERS: The first parameter is the object id of the dmi_index object.
    ;             The second parameter is the index name of the dmi_index object.
    ;
    ;
    .severity ERROR
    UNABLE_TO_VALIDATE_INDEX D "Unable to validate dmi_index object with ID %s. The index either could not be validated or does not exist."
    ; CAUSE: The upgrade code attempts to validate all Documentum indices due to a potential
    ;       error during previous upgrades in which the dmi_index object was inconsistent
    ;       with the actual indexed attribute. If this error occurs, either the index
    ;       could not be properly validated, or it does not exist.
    ; ACTION: Contact a Documentum Administrator with the information given in the error
    ; PARAMETERS: The first parameter is the object id of the dmi_index object that was
    ;            being validated.
    INDEXED_ATTRIBUTE_NOT_FOUND SSD "The attribute %s of type %s, indexed by dmi_index object with ID %s does not exist.
    ; CAUSE: The indexed attribute does not exist in the docbase.
    ; ACTION: Verify that the attribute referenced by the dmi_index object exists. If it
    ;        does not exist, remove the index and restart upgrade.
    ; PARAMETERS: The first parameter is the name of the attribute.
    ;            The second parameter is the name of the type.
    ;            The third parameter is the id of the dmi_index object.
    ;
    UNABLE_TO_CREATE_INDEX SS "The Upgrade Manager failed to create an index on table %s. The error from the database was: %s"
    ; CAUSE: Index creation on a table failed. A database error has occurred.
    ; ACTION: Contact a Documentum Administrator with the supplied database error.
    ; PARAMETERS: The table the index was being created on.
    ;             The error from the database.
    ;
    QUERY_EXECUTION_FAILURE SS "The Upgrade Manager failed to execute the following query: %s. The database error is %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.
    ;
    .severity INFORMATION
    UPGRADE_INFO S "%s."
    ; CAUSE: This is an informational message generated when the document base is upgrading.
    ; ACTION: None.
    ;
    DOCBASE_UPGRADE_STARTED S "The Upgrade Manager has started to upgrade the docbase to version %s."
    ; CAUSE: This is an informational message generated at the start of upgrade.
    ; ACTION: None.
    ; PARAMETERS: The version we are trying to upgrade to.

    ;
    DOCBASE_UPGRADE_COMPLETE S "The Upgrade Manager has successfully upgraded the docbase to version %s."
    ; CAUSE: This is an informational message generated at the beginning of upgrade.
    ; ACTION: None.
    ; PARAMETERS: The version we are trying to upgrade to.
    ;
    DOCBASE_UPGRADE_FAILED S "The Upgrade Manager was unable to upgrade the docbase to version %s. Customers are encouraged to turn on sql tracing as well as upgrade tracing and restart the upgrade. The additional tracing information will be helpful in determining the cause of upgrade failure."
    ; CAUSE: The server upgrade process failed due to one or more errors. More detailed
    ;        information regarding the error should have been reported earlier in the log.
    ; ACTION: Gather up error information from the server log and determine the cause of the
    ;         failure. If the cause can be fixed, the upgrade should be re-runnable.
    ; PARAMETERS: The version we are trying to upgrade to.
    ;
    PREVENTING_PRE_40_SERVER_FROM_STARTING "The Upgrade Manager has now reached a point where it cannot revert the docbase back to a pre-4.0 server."
    ; CAUSE: This is an informational message generated at the point when the server cannot
    ;        be reverted back to a pre-4.0 server.
    ; ACTION: None
    ; PARAMETERS: None.

    ;
    INDEX_VALIDATION_STARTED  "The Upgrade Manager has started to validate Documentum indices. The Upgrade Manager will attempt to correct any incorrect indices"
    ; CAUSE: This is an informational message generated at the beginning of indice validation.
    ; ACTION: None
    ; PARAMETERS: None.
    ;
    INDEX_VALIDATION_COMPLETED  "The Upgrade Manager has successfully completed validating Documentum indices."
    ; CAUSE: This is an informational message generated at the completion of indice validation.
    ; ACTION: None
    ; PARAMETERS: None
    ;
    INDEX_VALIDATION_FAILED  "The Upgrade Manager failed to validate Documentum indices."
    ; CAUSE: This is an informational message generated upon failure of index validation.
    ;        More detailed error messages should have been reported earlier.
    ; ACTION: Look at the server log for additional error messages which may indicate the
    ;         nature of the problem.
    ; PARAMETERS: None.
    ;
    INDEX_CREATION_FOR_UPGRADE_STARTED "The Upgrade Manager has started to create the necessary indices for upgrade. This may take some time."
    ; CAUSE: This is an informational message generated at the beginning of indices creation
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    INDEX_CREATION_FOR_UPGRADE_COMPLETED "The Upgrade Manager has created the necessary indices for upgrade."
    ; CAUSE: This is an informational message generated at the completion of indices creation
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    INDEX_CREATION_FOR_UPGRADE_FAILED "The Upgrade Manager was unable to create the necessary indices for upgrade."
    ; CAUSE: This is an informational message generated upon failure of index creation.
    ;        More detailed error messages should have been reported earlier.
    ; ACTION: Look at the server log for additional error messages which may indicate the
    ;         nature of the problem.
    ; PARAMETERS: None.
    ;
    DROPPING_INDEX_ON_DMI_OBJECT_TYPE "The Upgrade Manager is dropping the index on the dmi_object_type table for enhanced upgrade performance"
    ; CAUSE: This is an informational message generated during docbase upgrade.
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    OBJECT_TABLE_CONVERSION_STARTED "The Upgrade Manager has started the object table conversion."
    ; CAUSE: This is an informational message generated during docbase upgrade.
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    OBJECT_TABLE_CONVERSION_COMPLETED "The Upgrade Manager has completed the object table conversion."
    ; CAUSE: This is an informational message generated during docbase upgrade.
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    OBJECT_TABLE_CONVERSION_FAILED "The Upgrade Manager has encountered a failure during object table conversion."
    ; CAUSE: This is an informational message generated upon failure of object table conversion.
    ;        More detailed error messages should have been reported earlier.
    ; ACTION: Look at the server log for additional error messages which may indicate the
    ;         nature of the problem.
    ; PARAMETERS: None.
    ;
    RECREATING_INDEX_ON_DMI_OBJECT_TYPE "The Upgrade Manager is re-creating the index on dmi_object_type table."
    ; CAUSE: This is an informational message generated during docbase upgrade.
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    VALIDATING_INDEX D "The Upgrade Manager is validating index with ID %s."
    ; CAUSE: This is an informational message generated during docbase upgrade.
    ; ACTION: None.
    ; PARAMETERS: The object id of the index object being validated.
    ;
    SYBASE_ROW_LOCKING_STARTED "The Upgrade Manager has started verifying that row level locking is enabled for all tables."
    ; CAUSE: This is an informational message generated during docbase upgrade.
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    SYBASE_ROW_LOCKING_COMPLETED "The Upgrade Manager has completed verifying that row level locking is enabled for all tables."
    ; CAUSE: This is an informational message generated during docbase upgrade.
    ; ACTION: None.
    ; PARAMETERS: None.
    ;
    SYBASE_ROW_LOCKING_FAILED "The Upgrade Manager has failed to set row locking on existing tables.
    ; CAUSE: This is an informational message generated upon failure to set row level locking.
    ;        More detailed error messages should have been reported earlier.
    ; ACTION: Look at the server log for additional error messages which may indicate the
    ;         nature of the problem.
    ; PARAMETERS: None.
    ;
    .severity FATAL
    INTERNAL_INDEX_VALIDATION_FAILURE D "Unable to validate dmi_index object with ID %s due to an internal error."
    ; CAUSE: This is an internal error. The only reason we should ever get this is that
    ;       our internal hard coded list of indices that we use to validate against is
    ;       out of synch. Check the hard coded list in dmconv.cxx, dmUpgrade40 class.
    ; ACTION: Report this error to a Documentum Adminstrator.
    ; PARAMETERS: The first parameter is the object id of the dmi_index object that was
    ;            being validated.
    ;
    INTERNAL_ERROR S "The Upgrade Manager has encountered an internal error: %s."
    ; CAUSE: An internal error has occurred in the Upgrade Manager
    ; ACTION: Report this error to your Documentum Tech Support Representative.
    ; PARAMETERS: Details of the internal error

    posted on 2009-11-16 12:48 liaojiyong 閱讀(599) 評論(0)  編輯  收藏 所屬分類: Documentum


    只有注冊用戶登錄后才能發(fā)表評論。


    網(wǎng)站導航:
     
    主站蜘蛛池模板: 国产福利视精品永久免费| 亚洲国产天堂久久综合| 亚洲av无码乱码国产精品| 国产亚洲蜜芽精品久久| 性色av无码免费一区二区三区| 午夜亚洲www湿好大| 国产成人精品无码免费看| 亚洲日本va在线视频观看| 四虎影视无码永久免费| 亚洲AV无码久久寂寞少妇| 91在线老王精品免费播放| 亚洲男人天堂影院| 免费观看成人毛片a片2008| 亚洲性色AV日韩在线观看 | 丝袜捆绑调教视频免费区| 国产午夜亚洲精品国产成人小说| 中文无码日韩欧免费视频| 亚洲一区二区三区首页| 中文字幕无码视频手机免费看| 亚洲综合无码无在线观看| 免费精品国产自产拍观看| 国产无遮挡色视频免费观看性色| 亚洲日韩av无码| 黄页网站在线看免费| 高潮毛片无遮挡高清免费| 亚洲国产a∨无码中文777| 国产成人精品免费午夜app| 亚洲国产成人久久精品软件 | 亚洲人成人网站色www| **一级毛片免费完整视| 亚洲精品久久无码| 久久久无码精品亚洲日韩软件| 蜜桃视频在线观看免费视频网站WWW| 亚洲国产福利精品一区二区| 国产无遮挡裸体免费视频| 在线看片免费人成视频播| 四虎亚洲精品高清在线观看| 久久久久亚洲av毛片大| 日本免费网址大全在线观看| 一级毛片免费在线播放| 亚洲一区二区三区无码国产|