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

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

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

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

    常用鏈接

    統計

    積分與排名

    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


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


    網站導航:
     
    主站蜘蛛池模板: 亚洲色欲久久久久综合网| 日韩电影免费在线| 亚洲中文字幕无码中文字在线| mm1313亚洲国产精品无码试看 | 久久精品国产精品亚洲艾| eeuss影院www天堂免费| 国产亚洲大尺度无码无码专线 | 亚洲精品夜夜夜妓女网| 久久美女网站免费| 亚洲黄色免费在线观看| 国产成人yy免费视频| 亚洲色大成WWW亚洲女子| 国产aa免费视频| 国产成人1024精品免费| 亚洲av激情无码专区在线播放| 免费无遮挡无码永久视频| 99ri精品国产亚洲| 4虎永免费最新永久免费地址| 国产AV旡码专区亚洲AV苍井空| 免费日韩在线视频| 日本道免费精品一区二区| 亚洲成a人片在线观看播放| 大学生一级特黄的免费大片视频| 国产成人 亚洲欧洲| 亚洲中文字幕视频国产| 免费无码又爽又刺激高潮视频| 亚洲国语在线视频手机在线| 国产在线19禁免费观看国产| 中文字幕免费在线观看动作大片 | 亚洲一级毛片免费看| 日韩免费视频播放| 你懂的网址免费国产| 亚洲国产成人精品激情| 亚洲国产精品成人久久蜜臀 | 国拍在线精品视频免费观看| 色网站在线免费观看| 久久精品国产亚洲AV香蕉| 国产成人免费福利网站| 四虎影视在线影院在线观看免费视频 | 男女超爽刺激视频免费播放| 免费夜色污私人影院网站电影|