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

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

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

    love fish大鵬一曰同風(fēng)起,扶搖直上九萬里

    常用鏈接

    統(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 閱讀(584) 評論(0)  編輯  收藏 所屬分類: Documentum


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


    網(wǎng)站導(dǎo)航:
     
    主站蜘蛛池模板: 亚洲国产一区二区三区青草影视 | 亚洲精品福利视频| 2020因为爱你带字幕免费观看全集 | 亚洲综合色婷婷七月丁香| 中国xxxxx高清免费看视频| 久久亚洲精品国产亚洲老地址| 亚洲国产一区明星换脸| 免费A级毛片无码A∨ | 91福利免费网站在线观看| 亚洲日韩乱码中文无码蜜桃| 国产成人免费a在线资源| 久久这里只精品99re免费| 亚洲日韩乱码中文字幕| 亚洲人成色77777| 日韩在线免费电影| 99久久免费看国产精品| 成年大片免费视频播放一级| 亚洲国产成人精品电影| 亚洲熟妇av一区二区三区漫画| 99re热免费精品视频观看| 国产免费伦精品一区二区三区| 亚洲国产区男人本色在线观看| 亚洲级αV无码毛片久久精品| 免费黄色大片网站| 18禁无遮挡无码国产免费网站| 一级毛片在线播放免费| 国产成人精品亚洲日本在线| 久久青草亚洲AV无码麻豆| 日韩亚洲精品福利| 在线免费观看一级片| 99久9在线|免费| 久久国产精品免费一区二区三区| 亚洲乱码中文字幕在线| 18亚洲男同志videos网站| 亚洲自偷自偷在线制服 | 在线免费观看一级毛片| 亚洲精品视频免费看| 国产成人AV免费观看| 免费精品视频在线| 性色av极品无码专区亚洲 | 99久久免费中文字幕精品|