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

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

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

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

    常用鏈接

    統(tǒng)計(jì)

    積分與排名

    friends

    link

    最新評(píng)論

    DM_EVENT

    ;       $Id: dmevent.e,v 5.8 2003/01/20 19:45:19 ghwang Exp $
    ;
    ;       dmInbox class errors
    ;
    .facility       DM_EVENT
    .severity       WARNING
    INIT10 S        "Error dropping the table %s"
    ;CAUSE: DB Error.
    ;ACTION: manually remove table.
    ;
    ;
    SEND_LAUNCH S "Please contact your system administrator.  Unable to send mail during processing of your event.  The dm_method named '%s' could not be launched."
    ;CAUSE: The dm_method object encountered errors trying to launch the verb.
    ;ACTION: Check the server log and server configuration.
    ;
    SEND_RUN SSS "Please contact your system administrator.  Unable to send mail during processing of your event.  The dm_method named '%s' reported a non-zero status from the program: (%s) with arguments: (%s)."
    ;CAUSE: The dm_method object encountered errors trying to launch the verb.
    ;ACTION: Check the server log and server configuration.
    ;
    MAIL_METHOD S "The method '%s' specified in the mail_method attribute of the server config object is not a valid method. The server will use the dm_event_sender method to send mail."
    ;CAUSE: The mail_method attribute of the server config object is set to an invalid method.
    ;ACTION: Set the mail_method attribute as appropriate.
    ;
    .severity       ERROR
    NOT_REGISTERED SSS "User %s has not registered event %s for sysobject named '%s'."
    ;
    ;CAUSE: Specified event is not registered for this user.
    ;ACTION: Check to see if either the event or the sysobj ID is invalid.
    ;
    INVALID_EVENT S "Invalid system event %s."
    ;
    ;CAUSE: An invalid event name is specified.
    ;ACTION: Retry the operation with valid event name.
    ;
    DBERROR         SSSS "Event manager was unable to perform '%s' on %s for event %s.\nDatabase error:\n%s"
    ;
    ;CAUSE: Event manager was attempting a database operation which failed.
    ;ACTION: Ensure that all is well with the underlying database tables.
    ;        Check the dmi_registry_s table.
    ;
    CANT_NOTIFY SS "Could not send notification for event %s for %s document/object."
    ;
    ;CAUSE: The specified event could not be notified. Most likely
    ;       bad event name specified or failed database operation.
    ;ACTION: Check the event name and try again.
    ;
    CANT_REGISTER SS "Could not register the specified %s event for %s document/object."
    ;
    ;CAUSE: The specified event could not be registered. Most likely
    ;       bad event name specified.
    ;ACTION: Check the event name and try again.
    ;
    CANT_UNREGISTER SSS "User %s could not unregister the specified %s event for %s document/object."
    ;
    ;CAUSE: The specified event could not be unregistered. Most likely
    ;       bad event name specified.
    ;ACTION: Check the event name and try again.
    ;   Could be that the specific user has not registered for this event.
    ;
    CANT_FIND_OBJ SS "Could not find the object, name or event '%s' for id %s"
    ;
    ;CAUSE: The object identified by the id could not be found for that event.
    ;ACTION: Check the id to make sure that it is a valid sysobject.
    ;
    DIRECTORY_ACCESS_S SSS "Error accessing your event directory.  The dm_location object named %s that defines your event directory (%s) is in error.  Operating System error was: %s"
    ;CAUSE: Operating system returned a failed status when verifying the event directory
    ;ACTION: Check for proper file system definition of your dm_location object

    DIRECTORY_ACCESS_M SSSS "Error accessing your event directory.  The dm_location object named %s and/or the dm_mount_point object named %s that defines your event directory (%s) is in error.  Operating System error was: %s"
    ;CAUSE: Operating system returned a failed status when verifying the event directory.
    ;ACTION:  Ensure that your NFS enabled capability is defined correctly.  If your client
    ;         does not have NFS access to the server disk defined by the mount point, you
    ;         must have NFS enabled set to FALSE.  Check for NFS enabled in your session
    ;         config object, server config, and dmcl.ini file.
    ;         If you do have NFS access, Check for proper file system definition in your dm_location object.
    ;         If the location is defined correctly, check that the mount point is mounted
    ;         on your client machine. 

    MAIL_LAUNCH S "Please contact your system administrator.  Unable to send mail during processing of your event.  The dm_method named '%s' could not be launched."
    ;CAUSE: The dm_method object encountered errors trying to launch the verb.
    ;ACTION: Check the server log and server configuration.

    MAIL_RUN SSS "Please contact your system administrator.  Unable to send mail during processing of your event.  The dm_method named '%s' reported a non-zero status from the program: (%s) with arguments: (%s)."
    ;CAUSE: The dm_method object encountered errors trying to launch the verb.
    ;ACTION: Check the server log and server configuration.

    SEND_LAUNCH S "Please contact your system administrator.  Unable to send mail during processing of your event.  The dm_method named '%s' could not be launched."
    ;CAUSE: The dm_method object encountered errors trying to launch the verb.
    ;ACTION: Check the server log and server configuration.

    SEND_RUN SSS "Please contact your system administrator.  Unable to send mail during processing of your event.  The dm_method named '%s' reported a non-zero status from the program: (%s) with arguments: (%s)."
    ;CAUSE: The dm_method object encountered errors trying to launch the verb.
    ;ACTION: Check the server log and server configuration.

    NEED_SU_OR_SYS_TO_UNREG SS "The current user (%s) needs to have superuser or sysadmin privilege to unregister  %s user event."
    ;CAUSE: Must have Superuser or SysAdmin privilege to perform this operation.
    ;ACTION: Consult your system administrator.
    ;
    INVALID_ID DS "Invalid handle (%s) for system event %s."
    ;
    ;CAUSE: An invalid event name is specified.
    ;ACTION: Retry the operation with valid event name.
    ;
    ;
    EVENT_ALREADY_REGISTERED SSS   "Event %s on object %s is already registered for user %s."
    ;
    ; CAUSE: The object already has the requested event registered
    ; ACTION: No need to register for the same event twice
    ;
    NEED_SYS_TO_REG_TYPE SSS "The current user (%s) needs to have superuser or sysadmin privilege to register event %s on type %s."
    ;CAUSE: Must have Superuser or SysAdmin privilege to perform this operation.
    ;ACTION: Consult your system administrator.
    ;
    CANT_REGISTER_TYPE_EVENT SS "It is not permitted to register for event %s on type %s."
    ;CAUSE: Only certain types and events can be registered.  See the documentation
    ;ACTION: Consult your system administrator.
    ;
    FLUSH_REGISTRY_CACHE_BAD_KEY S "A cache key (%s) was supplied to the flush registrycache API call that is not a legal type name."
    ; CAUSE:      The cache key you specified is not a legal type name.
    ; ACTION:     Supply a key that is the name of an object type.
    ;
    CURSOR_FAIL SS "The following query %s generated the following database %s error"
    ;
    ; CAUSE: Used for internal purpose.
    ; ACTION: Report to your sys admin.
    ;
    CANT_REGISTER_UNLESS_MATERIALIZED SS "Could not register the specified %s event for %s because it is an un-materialized lightweight object."
    ;
    ;CAUSE: It is not allowed to register a lightweight object for event notification
    ;       before it is materialized
    ;ACTION: Materialize the lightweight object and try again.
    ;
    ;
    .severity       FATAL
    INIT1            "The dmEvent type was found in the database without a version stamp."
    ;CAUSE: Unknown.
    ;ACTION: Report this message and any parameters to your Documentum site
    ;       representative.
    ;
    INIT2           II      "Version stamp %d was expected to be %d."
    ;CAUSE: The version stamp that the dmEvent 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.
    INIT3           "The type manager returned an error storing the dmEvent type."
    ;CAUSE: Unknown.
    ;ACTION: Look at the error logged by the type manager.
    ;       Report this message and any parameters to your Documentum site
    ;       representative.
    ;
    INIT4           "Could not remove the registry type"
    ;CAUSE: Unknown.
    ;ACTION: Look at the error logged by the type manager.
    ;       Report this message and any parameters to your Documentum site
    ;       representative.
    ;
    INIT5           "Could not create the new registry type"
    ;CAUSE: Unknown.
    ;ACTION: Look at the error logged by the type manager.
    ;       Report this message and any parameters to your Documentum site
    ;       representative.
    ;
    INIT6           "Could not access the registry data"
    ;CAUSE: DB Error
    ;ACTION: Check the RDBMS
    ;
    INIT7           "Could not save the new registry entry"
    ;CAUSE: Unknown.
    ;ACTION: check the RDBMS.
    ;
    INIT8           "Error creating the temporary registry table"
    ;CAUSE: DB Error.
    ;ACTION: check the RDBMS.
    ;
    INIT9 SS        "Error renaming the table %s to %s"
    ;CAUSE: DB Error.
    ;ACTION: check the RDBMS.

    posted on 2009-11-16 12:19 liaojiyong 閱讀(564) 評(píng)論(0)  編輯  收藏 所屬分類: Documentum


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


    網(wǎng)站導(dǎo)航:
     
    主站蜘蛛池模板: 亚洲色无码专区在线观看| 亚洲制服丝袜中文字幕| 国产精品白浆在线观看免费| 久久亚洲精品成人av无码网站| 日韩欧毛片免费视频| 青青草97国产精品免费观看 | 黄在线观看www免费看| 无码天堂亚洲国产AV| 日本红怡院亚洲红怡院最新| 日韩精品成人无码专区免费| ssswww日本免费网站片| 亚洲欧洲国产视频| 亚洲日韩涩涩成人午夜私人影院| 久久综合国产乱子伦精品免费| 色噜噜的亚洲男人的天堂| 久久精品国产亚洲精品2020| 四虎永久在线精品免费影视| 无人在线观看免费高清| 国产精品久久亚洲一区二区| 亚洲一级二级三级不卡| 男人的天堂亚洲一区二区三区 | 亚洲综合国产精品第一页| 久久久久久精品成人免费图片| 免费国产黄网站在线看| 亚洲制服丝袜精品久久| 国产AⅤ无码专区亚洲AV| 女人被男人躁的女爽免费视频| 国产一级淫片a免费播放口| 国产精品亚洲а∨无码播放麻豆| 337p欧洲亚洲大胆艺术| 亚洲日韩精品无码一区二区三区| 日韩精品视频免费在线观看| **毛片免费观看久久精品| 国产精品免费久久久久久久久| 亚洲欧美成人av在线观看| 亚洲视频中文字幕在线| 亚洲精品无码不卡在线播HE | 日本特黄特色免费大片| 国产成人免费高清激情明星| 国产在线观看免费视频软件 | 久久成人无码国产免费播放|