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

    ; $Id: dmdump.e,v 5.10 2003/04/18 18:46:34 strellis Exp $
    ;
    ; dmDump class errors
    ;
    ;
    .facility DM_DUMP This facility is for dump tracing.  The trace infomation will go to session log.
    ;
    .severity TRACE
    ;
    REPL_1 LFF "Number of objects looked up=%ld, total lookup time=%lf ms, avg time=%lf ms"
    ;
    REPL_2 LFF "Number of objects inserted=%ld, total insert time=%lf ms, avg time=%lf ms"
    ;
    REPL_3 S "Executing SQL stmt: %s"
    ;
    REPL_4 SL "Skipping object ID=%s, i_vstamp=%ld"
    ;
    REPL_5 SI "Starting dump: mode=%s, object count=%d"
    ;
    QUERY S "Executing query statement: %s"
    ;Will show up at level 5
    OBJ_ID S "Dumping object, id = %s"
    ;Will show up at level 8
    TYPE_NAME S "Dumping type, name = %s"
    ;Will show up at level 8
    RELATE S "Dumping the objects referenced by the following object: %s"
    ;Will show up at level 1
    LOG_TYPE "Writing type information into the dump file."
    ;Will show up at level 1
    ;
    DUMPMAP DS "Starting GetDumpMap operation on object %s. Option parameters (%s)."
    ;PARAMETERS:
    ;   %1 - handle for object for which map was requested
    ;   %2 - parameters to operation
    ;CAUSE:  Informational message. Written at start of GetDumpMap if trace level
    ;  for DM_DUMP_FACILITY is >= 1.
    ;
    DUMPMAP_ADD D "Add object %s."
    ;PARAMETERS:
    ;   %1 - handle for object being added to map
    ;CAUSE:  Informational message. Written in GetDumpMap operation as objects are
    ;        added to the map if trace level for DM_DUMP_FACILITY is >= 1.
    ;
    DUMPMAP_ADDPEER DD "Add %s, peer of object %s."
    ;PARAMETERS:
    ;   %1 - handle for object being added to map
    ;   %2 - handle for object which triggered the addition of this new object
    ;CAUSE:  Informational message. Written in GetDumpMap operation as objects are
    ;        added to the map if trace level for DM_DUMP_FACILITY is >= 1.
    ;
    DUMPMAP_ADDBEFORE DD "Add %s, before object %s."
    ;PARAMETERS:
    ;   %1 - handle for object being added to map
    ;   %2 - handle for object which triggered the addition of this new object
    ;CAUSE:  Informational message. Written in GetDumpMap operation as objects are
    ;        added to the map if trace level for DM_DUMP_FACILITY is >= 1.
    ;
    DUMPMAP_ADDAFTER DD "Add %s, after object %s."
    ;PARAMETERS:
    ;   %1 - handle for object being added to map
    ;   %2 - handle for object which triggered the addition of this new object
    ;CAUSE:  Informational message. Written in GetDumpMap operation as objects are
    ;        added to the map if trace level for DM_DUMP_FACILITY is >= 1.
    ;
    DUMPMAP_ADDPRIMARY DD "Add %s as a primary object for object %s."
    ;PARAMETERS:
    ;   %1 - handle for object being added to map
    ;   %2 - handle for object which triggered the addition of this new object
    ;CAUSE:  Informational message. Written in GetDumpMap operation as objects are
    ;        added to the map if trace level for DM_DUMP_FACILITY is >= 1.
    ;
    DUMPMAP_ADDEXCEPTION DD "Add %s as an exception object for object %s."
    ;PARAMETERS:
    ;   %1 - handle for object being added to map
    ;   %2 - handle for object which triggered the addition of this new object
    ;CAUSE:  Informational message. Written in GetDumpMap operation as objects are
    ;        added to the map if trace level for DM_DUMP_FACILITY is >= 1.
    ;
    DUMPMAP_DUPLICATE D "Object %s already exists in map."
    ;PARAMETERS:
    ;   %1 - handle for object being added to map
    ;CAUSE:  Informational message. Written in GetDumpMap operation when an object
    ;        is encountered for a second time if trace level for DM_DUMP_FACILITY
    ;        is >= 1.
    ;
    DUMPMAP_PROCESS D "Processing Object %s."
    ;PARAMETERS:
    ;   %1 - handle for object being processed
    ;CAUSE:  Informational message. Written in GetDumpMap operation as the server
    ;        begins to search for objects related to the the logged one.  Written
    ;        if trace level for DM_DUMP_FACILITY is >= 1.
    ;
    OBJECT_START S "Start object dump, id = %s#[[["
    ;PARAMETERS:
    ;   %1 - handle for object being processed
    ;CAUSE:  Informational message. Written before dumping an object.
    ;
    OBJECT_END S "End object dump, id = %s#]]]"
    ;   %1 - handle for object being processed
    ;CAUSE:  Informational message. Written after dumping an object.
    ;
    TYPE_START S "Start type dump, name = %s#[[["
    ;PARAMETERS:
    ;   %1 - name for a type being dumped
    ;CAUSE:  Informational message. Written before dumping a type.
    ;
    TYPE_END S "End type dump, name = %s#]]]"
    ;PARAMETERS:
    ;   %1 - name for a type being dumped
    ;CAUSE:  Informational message. Written after dumping a type.
    ;

    .severity WARNING
    UNFORCEPLAN_FAILED S "Could not turn off FORCEPLAN. %s"
    FORCEPLAN_FAILED S "Could not turn on FORCEPLAN. %s"
    ;
    OBJ_NOT_EXIST D "Skipping reference to object %s. Object does not exist."
    ;
    ; The dump operation followed an object id pointer to an object that does
    ; not exist.  The dump operation will continue, but that object cannot
    ; be dumped.
    ;
    ;PARAMETERS:
    ;  %1 - handle for object the server was attempting to dump.
    ;CAUSE:  Referenced object does not exist.
    ;ACTION: Look for references to this object in the docbase.
    ;        Ensure that if data is loaded, the objects which refer to this
    ;        nonexistent object can be used properly.
    ;
    UNABLE_TO_FETCH_TYPE S "Could not fetch type %s"
    ; CAUSE: A dm_type object could not be fetched.
    ; ACTION: Verify if the type definition is consistent in the repository
    ; by fetching the type.

    .severity ERROR
    RECORD_SAVE_FAILED S "Save of dump record for object %s failed -- dump terminated"
    OBJECT_UPDATE_FAILED S "Update of dump object %s failed -- dump terminated"
    CANT_COUNT_ROOT_SET S "Query to count objects to be dumped failed. \nQuery was: %s"
    CANT_OPEN_NEW_FILE S "Could not open new output dumpfile %s"
    CANT_OPEN_OLD_FILE S "Could not open old output dumpfile %s"
    OBJECT_SAVE_FAILED S "Save of dump object %s failed -- dump terminated"
    CANT_CONTINUE "Can't continue dump -- count of root sets has changed"

    TYPE_NOT_FOUND S "Dump request error: type %s does not exist in this docbase."
    ;
    ;PARAMETERS:  The requested type name which could not be found.
    ;CAUSE:  One of the types requested in the type list of the dump
    ;  object was not found in the docbase.
    ;ACTION: Remove the non-existent types from the dump list and restart
    ;  the dump operation.

    NOT_SUPERUSER S "The dump operation cannot be executed because the requesting user (%s) does not have superuser privilege.  Superuser privilege is required to dump objects from a docbase."
    ;PARAMETERS:  The name of the user executing the dump operation.
    ;CAUSE:  The user does not have superuser privilege.  Because DUMP
    ;  bypasses permission checks, we require that the user executing
    ;  the dump have superuser privilege.
    ;ACTION: The current user cannot use the dump operation.

    FILE_EXISTS S "Could not open new output dumpfile. File %s already exists. Dump will not overwrite an existing file."
    ;PARAMETERS:  The name of the dumpfile.
    ;CAUSE:  Dump command was called with a file_name that already existed.
    ;  Dump will not overwrite an existing file.
    ;ACTION: Move or remove the existing file and re-execute the dump
    ;  operation.

    NO_FILENAME   "No file_name value given for the Dump Operation."
    ;PARAMETERS:  None.
    ;CAUSE:  The file_name attribute of the dm_dump_record was not set.
    ;ACTION: Set the file_name attribute and re-save the dump record.

    PARAM S       "Bad parameter for internal Dump Operation: %s"
    ;PARAMETERS:  The invalid parameter string.
    ;CAUSE:  A valid parameter is missing.
    ;ACTION: Check for the correct parameter value and re-save the dump record.

    REPLICA_CATALOG S "Database error in accessing replica catalog: %s"
    ;PARAMETERS:  Database error message.
    ;CAUSE:  A database error has occurred when the server checks on the replica catalog if
    ;  an object has been previously dumped.
    ;ACTION: Check with the database dba. If error persists, use other dump mode.

    DESTROY_DUMP_RECORD     "An error occurred during cleanup from a Dump as part of a destroy request on the dm_dump_record object.  The dump operation bookkeeping records (dmi_dump_object_record) have not been fully cleaned up."
    ;
    ; During a dump operation, the server creates bookkeeping records to keep
    ; track of what has been dumped (dmi_dump_object_record types).
    ; When the dump is complete, these records are cleaned up when the dump
    ; record itself is destroyed.
    ;
    ; The error is given when some problem occurs during the destroy of the
    ; dm_dump_record or the dmi_dump_object_records associated with it.
    ;
    ; The original dump operation which was done with the dm_dump_record is
    ; not affected by this error, only the cleanup of the bookkeeping objects
    ; is affected.
    ;
    ; NOTE: once a destroy has been started after a dump operation, the operation
    ; itself is "committed".  The dump can no longer be backed out via a revert.
    ; If a revert is done on a dump record following this error, then only part
    ; of the dumped data will be removed!
    ;
    ;CAUSE:  Possibly the underlying database system ran out of some resource,
    ;        most likely logfile space.
    ;ACTION: Review the error log for other errors indicating the destroy problem,
    ;        then retry the destroy.
     
    OPEN_TRANSACTION   "The destroy Dump operation cannot be executed while inside of a user transaction."
    ;
    ; A dump operation needs to start its own internal transaction so that it
    ; can control when periodic commits are done to free database resources.
    ;
    ; It cannot be executed while a user transaction is in progress.
    ;
    ;CAUSE:  The user session which requested the destroy dump has a currently outstanding
    ;        transaction open.
    ;ACTION: Complete the current transaction before destroying the dump record.
    ;
    CANNOT_CREATE S "Cannot create dump file with the specified file name: %s"
    ;
    BAD_STREAM "A system error has occurred during a data stream formating operation."
    ;
    FILE_IO S "File Input / Output error. Operating System Error :  %s"
    ;
    RECORDED_SIZE SS "The recorded size of %s in file (%s) is corrupted."
    ;
    INIT_DUMP II "Version stamp %d was expected to be %d"
    ;
    MAP_BUILD D "Error building map records in GetDumpMap operation for object %s."
    ;
    ; In replication processing, the server is sometimes called to generate a
    ; dump map which gives all the objects related to the one being replicated.
    ; This map is then used to determine what objects need to be replicated from
    ; the source docbase.
    ;
    ; If this error is given, then the server encountered an error attempting
    ; to build the map of object relationships.
    ;
    ;PARAMETERS:
    ;  %1 - handle for object for which map was requested
    ;CAUSE:  The server could not build the relationship map.  Could be an
    ;  integrity problem or even a resource exhaustion.
    ;ACTION: Check for errors in the sesssion log.  Try Enabling tracing during
    ;        the operation (trace,c,1,<filename>,DM_DUMP) and check the session
    ;        log for further information.
    ;
    MAP_ARGS DL "Error in dmGetDumpMap call, bad parameters to operation.  Handle: %s, argument ptr: %d."
    ;
    ; The server RPC dmGetDumpMap call was made with bad parameters from the DMCL.
    ;
    ;PARAMETERS:
    ;  %1 - handle for object for which map was requested
    ;  %2 - the option argument object
    ;CAUSE:  Likely a bug in the DMCL.
    ;ACTION: Check that the server and dmcl are compatible for the current
    ;        operation.
    ;
    ;
    INVALID_TYPE S "The type %s supplied by user is invalid."
    ;
    NON_RESTART "Dump operation is not restartable because user has set the restart flag to false."
    ;
    CANT_FETCH_OBJ D "Error fetching object to dump.  Object id: %s."
    ;
    ; The server encountered an error while fetching an object from the docbase
    ; in order to write it to the dumpfile.
    ;
    ;PARAMETERS:
    ;  %1 - handle for object the server was attempting to fetch
    ;CAUSE:  Error returned from the object manager.
    ;ACTION: Check the error log for error messages logged by the object manager
    ;        which may give more detail on the problem.  Check the rdbms log for
    ;        errors.
    ;
    CANT_PROBE_OBJ D "Error checking existence of object to dump.  Object id: %s."
    ;
    ; The server encountered an error while fetching an object from the docbase
    ; in order to write it to the dumpfile.
    ;
    ;PARAMETERS:
    ;  %1 - handle for object the server was attempting to fetch
    ;CAUSE:  Error returned from the object manager.
    ;ACTION: Check the error log for error messages logged by the object manager
    ;        which may give more detail on the problem.  Check the rdbms log for
    ;        errors.
    ;
    CANT_READ_DUMP_RECS "Error reading dump records from dmi_dump_object_record."
    ;
    ; The server was attempting to query the dmi_dump_object_record table to
    ; determine which objects have already been dumped by this dump operation.
    ; The attempt to read from the table failed.
    ;
    ;PARAMETERS: None
    ;CAUSE:  A query failed.
    ;ACTION: Check the error log for error messages logged by the object manager
    ;        which may give more detail on the problem.  Check the rdbms log for
    ;        errors.
    ;
    DUMP_OBJECT S "An Error occurred dumping object with id: %s."
    ;
    ;PARAMETERS:
    ;  %1 - id of object being dumped when the error was encountered
    ;CAUSE:  Failure in dump processing
    ;ACTION: Check the error log for other error messages which should give more
    ;        detail on the problem.  If the error appears transient (dbms or
    ;        resource problem) the dump can be continued by resaving the same
    ;        dump record.
    ;
    ROOTSET_COLL "Error dumping result collection."
    ;
    ;PARAMETERS: None
    ;CAUSE:  Failure in dump processing
    ;ACTION: Check the error log for other error messages which should give more
    ;        detail on the problem.  If the error appears transient (dbms or
    ;        resource problem) the dump can be continued by resaving the same
    ;        dump record.
    ;
    NOT_SYS_ADMIN S "You must have sys admin privileges to perform a %s operation."
    ;
    ;PARAMETERS:
    ;  %1 - description of the particular operation needing sysadmin priv
    ;CAUSE:  Not enough privilege
    ;ACTION: Operation must be run as a privileged user.
    ;
    FILL_DUMPLOAD "Error in FILL_DUMPLOAD_TABLES operation."
    ;
    ; This error message is given on any failure in the FILL_DUMPLOAD_TABLES
    ; operation.  It should be accompanied by a preceeding error message which
    ; will give a more detailed reason.
    ;
    ;PARAMETERS: None
    ;CAUSE:  Failure in the FILL_DUMPLOAD_TABLES method.
    ;ACTION: Check the error log for other error messages which should give more
    ;        detail on the problem.
    ;

    DUMP_RELATED_OBJECT S "Error dumping objects related to %s."
    ;
    ; This error message is given on some failures encountered in a dump while
    ; trying to dump objects related to one just written to the dump file.
    ; It should be accompanied by a preceeding error message which
    ; will give a more detailed reason.
    ;
    ;PARAMETERS:
    ;  %1 - The object id of the object which triggered the dump of
    ;                 related objects.
    ;CAUSE:  Some internal error.
    ;ACTION: Check the error log for other error messages which should give more
    ;        detail on the problem.
    ;

    .severity FATAL
    INIT_FAILURE S "Initialization failure for %s."
    ;PARAMETERS: The name of the resource we failed to initialize.
    ;CAUSE:  Failure initializing a resource needed by dump and load.
    ;ACTION: Check the error log for other error messages which should give more
    ;        detail on the problem.
    ;

     

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


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


    網站導航:
     
    主站蜘蛛池模板: 一级一级毛片免费播放| 亚洲乱码中文字幕小综合| 成人精品国产亚洲欧洲| 日韩中文字幕在线免费观看| 亚洲人成色777777精品| 无码国模国产在线观看免费| 相泽南亚洲一区二区在线播放| 日日夜夜精品免费视频| 黄色免费在线网址| 亚洲精品国自产拍在线观看| 中国一级特黄的片子免费| 亚洲人成人一区二区三区| 久久国产乱子免费精品| 亚洲成AV人片久久| 精品国产免费观看久久久| 边摸边脱吃奶边高潮视频免费| 亚洲午夜av影院| 精选影视免费在线 | 亚洲国产精品自在在线观看 | 色吊丝最新永久免费观看网站 | 亚洲AV日韩AV高潮无码专区| 免费h视频在线观看| 亚洲国产模特在线播放| 在线观看亚洲免费视频| xxxx日本在线播放免费不卡| 亚洲国产精久久久久久久| 欧洲精品成人免费视频在线观看| AV激情亚洲男人的天堂国语| 亚洲熟妇无码乱子AV电影| 亚洲三级在线免费观看| 免费观看亚洲人成网站| 亚洲av中文无码乱人伦在线播放| 99热在线精品免费全部my| 一级A毛片免费观看久久精品| 久久91亚洲精品中文字幕| 成人人观看的免费毛片| 免费毛片在线看不用播放器| 久久亚洲国产最新网站| 亚洲伊人久久精品影院| 成人毛片免费观看| 国产午夜免费高清久久影院|