<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_MIGRATE_LIGHT

    ;
    ;       Migrate to Lightweight Facility errors
    ;
    ;**     Documentum Content Server
    ;**     Confidential Property of EMC Corporation
    ;**     (c) Copyright Documentum, Inc., 2007 - 2010
    ;**     All rights reserved.
    ;**
    ;
    .facility  DM_MIGRATE_LIGHT

    ; This facility is for the data partition tracing. The trace information goes to the session log.

    .severity TRACE

    .severity WARNING

    .severity ERROR
    SHARED_PARENT_REQUIRED  "SHARED_PARENT_TYPE is a required parameter."
    ;
    ; CAUSE: SHARED_PARENT_TYPE argument not supplied in MIGRATE_TO_LITE rpc call.
    ; ACTION: Specify a value for the SHARED_PARENT_TYPE when making this call.
    ; PARAMETER: none.
    NO_INSTRINSIC S "SHARED_PARENT_TYPE %s cannot be an intrinsic type."
    ;
    ; CAUSE: Type specified by SHARED_PARENT_TYPE is in intrinsic type.
    ; ACTION: Specify a subtype of dm_sysobject as the value for SHARED_PARENT_TYPE.
    ; PARAMETER: name of type.
    NOT_SYSOBJ S "SHARED_PARENT_TYPE %s is not a subtype of dm_sysobject."
    ;
    ; CAUSE: Type specified by SHARED_PARENT_TYPE is not a subtype of dm_sysobject.
    ; ACTION: Specify a subtype of dm_sysobject as the value for SHARED_PARENT_TYPE.
    ; PARAMETER: name of type.
    LIGHTWEIGHT_REQUIRED  "LIGHTWEIGHT_TYPE is required when SHARED_PARENT_TYPE is a sharable type."
    ;
    ; CAUSE: LIGHTWEIGHT_TYPE argument not supplied when SHARED_PARENT_TYPE argument specifies a shareable type.
    ; ACTION: Specify a value for the LIGHTWEIGHT_TYPE when making this call.
    ; PARAMETER: none.
    ALREADY_LIGHTWEIGHT S "Migration type (%s) is already a lightweight type."
    ;
    ; CAUSE: The type specified in the LIGHTWEIGHT_TYPE is already a lightweight type.
    ; ACTION: Specify a non-lightweight type for value of LIGHTWEIGHT_TYPE.
    ; PARAMETER: name of type.
    SHAREABLE S "LIGHTWEIGHT_TYPE (%s) cannot be a shareable type."
    ;
    ; CAUSE: The type specified in the LIGHTWEIGHT_TYPE is a shareable type.
    ; ACTION: Specify a non-shareable type for value of LIGHTWEIGHT_TYPE.
    ; PARAMETER: name of type.
    DIRECT_SUBTYPE SS "Type %s is not a direct subtype of %s."
    ;
    ; CAUSE: LIGHTWEIGHT_TYPE must be a direct subtype of SHARED_PARENT_TYPE.
    ; ACTION: Specify direct subtype of SHARED_PARENT_TYPE for LIGHTWEIGHT_TYPE.
    ; PARAMETERS: names of types.
    SQL_HEADER  "Failed to generate SQL header for migration."
    ;
    ; CAUSE:
    ; ACTION:
    ; PARAMETER:
    SQL_TRAILER  "Failed to generate SQL trailer for migration."
    ;
    ; CAUSE:
    ; ACTION:
    ; PARAMETER:
    SQL_CANCEL  "Failed to generate SQL to cancel migration."
    ;
    ; CAUSE:
    ; ACTION:
    ; PARAMETER:
    CANCEL S "Execution of SQL to cancel migration failed with error: %s."
    ;
    ; CAUSE: Database error
    ; ACTION:
    ; PARAMETER: Database error message
    SQL_SHARED S "Failed to generate SQL to create interim shared parent type %s".
    ;
    ; CAUSE:
    ; ACTION:
    ; PARAMETER:
    SQL_LIGHT S "Failed to generate SQL to create interim lightweight child type %s".
    ;
    ; CAUSE:
    ; ACTION:
    ; PARAMETER:
    DQL_EXEC S "Execution of DQL to create %s failed."
    ;
    ; CAUSE:
    ; ACTION:
    ; PARAMETER:
    SQL_EXEC S "Execution of the SQL failed with error: %s."
    ;
    ; CAUSE: Database error
    ; ACTION:
    ; PARAMETER: Database error message
    SQL_FINALIZE S "Failed to generate the SQL to finalize the type %s."
    ;
    ; CAUSE:
    ; ACTION:
    ; PARAMETER:
    NOT_LIGHT S "Interim type %s is not lightweight."
    ;
    ; CAUSE: Interim type for LIGHTWEIGHT_TYPE is not lightweight.
    ; ACTION: Execute MIGRATE_TO_LITE with RECOVERY_MODE asserted
    ; PARAMETER: name of interim type
    BAD_DEFAULT_ID D "DEFAULT_PARENT_ID %s is invalid."
    ;
    ; CAUSE: The DEFAULT_PARENT_ID is either not present in SHARED_PARENT_TYPE or is present in LIGHTWEIGHT_TYPE.
    ; ACTION: DEFAULT_PARENT_ID must only be present in SHARED_PARENT_TYPE
    ; PARAMETER: The DEFAULT_PARENT_ID specified in rpc call
    BAD_PARENT_ID DS "object %s is already sharing type %s."
    ;
    ; CAUSE: The PARENT_ID is already sharing another lightweight type.
    ; ACTION: PARENT_ID must either be shared by this child lightweight type or not sharinny lightweight type.
    ; PARAMETER: The PARENT_ID specified in rpc call and the lightweight type name sharing it.
    BAD_PARENT_CHILD DS "object %s is materialized object of type %s."
    ;
    ; CAUSE: The PARENT_ID refers to an object of LIGHTWEIGHT_TYPE.
    ; ACTION: PARENT_ID must only be present in SHARED_PARENT_TYPE
    ; PARAMETER: The PARENT_ID specified in rpc call and lightweight type.
    NO_PARENT_ID DS "%s is not an object of type %s."
    ;
    ; CAUSE: The object is not of the given type.
    ; ACTION: PARENT_ID must only be present in SHARED_PARENT_TYPE
    ; PARAMETER: The PARENT_ID specified in rpc call and parent type name.
    TYPES_REQUIRED  "the specified rpc requires SHARED_PARENT_TYPE and LIGHTWEIGHT_TYPE to be specified"
    ;
    ; CAUSE: One or both of SHARED_PARENT_TYPE and LIGHTWEIGHT_TYPE arugments are missing from the rpc call when both a required.
    ; ACTION: specify both arguments in rpc call.
    ;
    PARAMETER_REQUIRED_WHEN_SPLIT S "The parameter (%s) is a required parameter when the execution_mode is either 'Split and Finalize' or 'Split without Finalize'."
    ;
    ; CAUSE: SOURCE_TYPE argument not supplied in MIGRATE_TO_LITE rpc call when splitting a type into a shareable type and its lightweight type.
    ; ACTION: Specify a value for the SOURCE_TYPE when making this call.
    ; PARAMETER: none.
    ;
    NO_SYSOBJECT S "SOURCE_TYPE %s cannot be 'dm_sysobject'."
    ;
    ; CAUSE: Type specified by SOURCE_TYPE is dm_sysobject.
    ; ACTION: Specify a subtype of dm_sysobject as the value for SOURCE_TYPE.
    ; PARAMETER: name of type.
    ;
    SHARED_PARENT_CANNOT_EXIST S "The type (%s) specified in SHARED_PARENT_TYPE can not be an existent type when splitting a type."
    ;
    ; CAUSE: SHARED_PARENT_TYPE argument supplied in MIGRATE_TO_LITE rpc call is an existent type when splitting the type.
    ; ACTION: Specify a non-existent type for the SHARED_PARENT_TYPE when making this call.
    ; PARAMETER: the name supplied in SHARED_PARENT_TYPE.
    ;
    WRONG_SHARED_PARENT_IN_RECOVERY_MODE SS "The type (%s) specified in SHARED_PARENT_TYPE is not the right shareable parent type of type (%s)."
    ;
    ; CAUSE: SHARED_PARENT_TYPE argument supplied in MIGRATE_TO_LITE rpc call is not a right shareable type for the type specified in
    ;        SOURCE_TYPE. One of the following can be the cause of this error:
    ;        1. It is not a shareable type.
    ;        2. It is not a direct supertype of SOURCE_TYPE.
    ;        3. The user is neither the owner of the type nor has superuser privilege.
    ;
    ; ACTION: Either supply a proper SHARED_PARENT_TYPE or make sure the session user has the proper privilege.
    ; PARAMETER: the name supplied in SHARED_PARENT_TYPE and the name supplied in SOURCE_TYPE.
    ;
    INTERIM_TYPE_CANNOT_EXIST S "The interim type (%s) can not be an existent type before migration unless under recovery mode."
    ;
    ; CAUSE: The interim type can not exist before the migration unless under recovery mode.
    ; ACTION: Set the RECOVERY_MODE flag to true and try again.
    ; PARAMETER: The name of an interim type during the type conversion.
    ;
    ILLEGAL_ATTRIBUTE SS "You have specified an invalid attribute name (%s) for type (%s)."
    ;
    ; CAUSE:  The attribute name specified in the list is not an attribute of
    ;         the specified type.
    ; ACTION: Correct the name and retry the RPC.  Use DESCRIBE to find out
    ;         the valid attributes for the type[s] you are migrating.
    ; PARAMETERS:  The invalid attribute name and the migrated type name.
    ;
    NOT_PARENT_TYPE DS "object %s is not of type %s"
    ;
    ; CAUSE: The given object id is not an instance of the given type.
    ; ACTION: Supply PARENT_ID or DEFAULT_PARENT_ID object id values that are of the parent type.
    ; PARAMETERS: The invalid parent id and the parent type.
    CANNOT_FINALIZE S "Cannot Finalize type %s. Try EXECUTION_MODE of 'Run without Finalize' or 'Split without Finalize' first"
    ;
    ; CAUSE: Attempt to finalize a migration that has not been started.
    ; ACTION: Run the RPC with EXECUTION_MODE set to 'Run without Finalize' or 'Split without Finalize'
    ; PARAMETERS: the parent and child type names

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


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


    網站導航:
     
    主站蜘蛛池模板: 亚洲日韩av无码中文| 曰批全过程免费视频在线观看无码 | 免费看国产精品3a黄的视频| 亚洲AV无码国产在丝袜线观看| 国产免费一区二区三区免费视频 | 免费人妻av无码专区| 亚洲av无码av在线播放| 大陆一级毛片免费视频观看| 国外亚洲成AV人片在线观看| 免费大片av手机看片| 1a级毛片免费观看| 国产av无码专区亚洲国产精品| 理论片在线观看免费| 亚洲中文无韩国r级电影| 2022国内精品免费福利视频| 亚洲香蕉网久久综合影视| 亚洲免费人成在线视频观看| 成人爱做日本视频免费| 亚洲日产2021三区在线 | 久久久高清日本道免费观看| 777亚洲精品乱码久久久久久 | 久久亚洲AV成人无码电影| 牛牛在线精品观看免费正| 亚洲av高清在线观看一区二区| 亚洲综合久久综合激情久久| 亚欧色视频在线观看免费| 亚洲熟女综合色一区二区三区| 最近免费中文字幕MV在线视频3| 亚洲成色在线影院| 99在线视频免费观看视频| 亚洲天堂中文资源| 国产在线观看免费av站| 亚洲一二成人精品区| 成人a视频片在线观看免费| 九九免费观看全部免费视频| 成人免费淫片在线费观看| 免费一级全黄少妇性色生活片 | 亚洲热妇无码AV在线播放| 巨波霸乳在线永久免费视频 | 国产精品酒店视频免费看| 丝袜足液精子免费视频|