Search Images Maps Play YouTube News Gmail Drive More »
Advanced Patent Search | Web History | Sign in

Patents

Publication numberUS5638508 A
Publication typeGrant
Application number08/208,044
Publication date10 Jun 1997
Filing date9 Mar 1994
Priority date
17 Jul 1987
Inventors
Original Assignee
U.S. Classification
International Classification
Cooperative Classification
European Classification
G06F11/14A12
References
External Links
Method and a system for processing a log record
US 5638508 A
Abstract

A data processing system for processing transactions, wherein a log record to be used for recovery of the system is written into a log file for system recovery in synchronism with the end of a transaction, and log records other than resident information are is written for a plurality of transactions into a log file for archives.

Claims
What is claimed is:

1. A data processing method for storing a plurality of log records of transaction processing in a computer system, comprising the steps of:

classifying said log records into at least a first type of log record and a second type of log record based on uses for said log records, said first type of log record being used for recovery of said computer system, and said second type of log record being used for archival purposes;

storing said first type of log record into a first log buffer upon generation of said first type of log record in a transaction;

storing said second type of log record into a second log buffer upon generation of said second type of log record in said transaction;

storing said first type of log record in said first log buffer to a first storage medium, at least when said transaction ends; and

storing said second type of log record in said second log buffer to a second storage medium when said second log buffer is full, wherein size of said second log buffer is a predetermined times as large as an average amount of data for said second type of log record produced in one transaction.

2. A data processing method according to claim 1, wherein said first type of log record includes at least one of log records for updating a data base or a table in a main storage/virtual storage, a log record concerning an input/output message and a log record indicating completion of a transaction.

3. A data processing method according to claim 1, further comprising the steps of:

storing resident data from a main storage/virtual storage at a predetermined check point into a third storage medium of said computer system;

wherein a capacity of said first storage medium of said first type of log record is large enough for storing log records produced within an interval of the checkpoints and said first storage medium for storing said first type of log record is repeatedly used in a wrap-around manner; and

recovering said computer system by using said first type of log record from said first storage medium and said resident data from said third storage medium.

4. A data processing system for storing a plurality of log records of transaction processing in a computer system, comprising:

means for classifying said log records into at least a first type of log record and a second type of log record based on uses for said log records, said first type of log record being used for recovery of said computer system, and said second type of log record being used for archival purposes;

means for storing said first type of log record into a first log buffer upon generation of said first type of log record in a transaction;

means for storing said second type of log record into a second log buffer upon generation of said second type of log record in said transaction;

means for storing said first type of log record in said first log buffer to a first storage medium, at least when said transaction ends; and

means for storing said second type of log record in said second log buffer to a second storage medium when said second log buffer is full, wherein size of said second log buffer is a predetermined times as large as an average amount of data for said second type of log record produced in one transaction.

5. A data processing system according to claim 4, further comprising:

third means for storing resident data from a main storage/virtual storage medium;

wherein a capacity of said first storage medium of said first type of log record is large enough for storing log records produced within an interval of the checkpoints and said first storage medium is repeatedly used in a wrap-around manner; and

fourth means for recovering said computer system by using said first type of log record stored in said first storage medium and said resident data stored in said third storage medium.

6. A data processing method according to claim 1, wherein said first storage medium for storing said first type of log record is a nonvolatile semiconductor storage.

7. A data processing method according to claim 1, wherein said second type of log record further includes at least one of a log record for database recovery, a log record for recording business processing contents and a log record to be used in user programs for business processings.

8. A data processing method according to claim 1, wherein accessing speed of said first storage medium is higher than accessing speed of said second storage medium.

9. A data processing system according to claim 4, wherein accessing speed of said first storage medium is higher than accessing speed of said second storage medium.

Description

This application is a continuation of application Ser. No. 07/684,145, filed on Apr. 11, 1991 which is a continuation of application Ser. No. 07/219,264, filed on Jul. 15, 1988 both now abandoned.

BACKGROUND OF THE INVENTION

1. Field of the Invention

The present invention relates to a method of processing a log record and, more particularly, to a method of logging a record, which is suitable for a high-traffic on-line data processing system for transaction processing.

2. Description of the Prior Art

In a data processing system for transaction processing in an on-line system according to the prior art, it is necessary to hold the logical consistency of the system even in case of failure such as power interruption or system down. During the system run, therefore, there are logged the records concerning the update of various data by the transactions, the input/output of a message, etc. The log records have to be sequentially logged because their time sequential order of logging is important for their object. As a result, the way of logging log records largely affects the performance of a high-traffic on-line system. As a solution for this problem, there is a method for dispersing the load by logging the records in a plurality of external storages in the order of generation by the round robin method, as disclosed in Japanese Patent Laid-Open No. 60-3036.

This example of the prior art can improve the logging ability in proportion to the number of storages but has a problem that the number of storages becomes excessively large when the traffic increase. Since, moreover, all the log records are written altogether like the method of the prior art, each of the log records is stored more than necessary to raise another problem that the amount of storage of the log records becomes massive.

SUMMARY OF THE INVENTION

An object of the present invention is to provide a processing method of logging record, which solves the above-specified problems of the prior art and improves the logging ability without increasing the number of storages while reducing the amount of storage of the log records.

In order to solve those problems, the logging method of the present invention is characterized in that various log records of a data processing system for transaction processing are divided into two, namely records for recovery from failures and other records. The log records for the recovery are logged more frequently than the other records.

For example, the log records for the recovery processing of the system are written in synchronism with the end of the transaction, and the other log records are written altogether for a plurality of transactions.

DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

First of all, the summary of the present invention will be described in the following.

The log records required for the system recovery processing include the update log records of database and the resident tables on-a main storage/virtual storage, the log records concerning input/output messages, and the log records indicating the end of a transaction and so on. These log records are used to recover the transactions and the system into a logically consistent status when the system is stopped by a failure. This makes it necessary to make a logging in a non-volatile storage in synchronism with the end of the transaction. Taking this into consideration, in the present invention, the log records are stored in a high-speed device such as a semiconductor storage, which is made non-volatile by means of a battery, so that frequent input/output operations can be performed at a high traffic rate. The semiconductor storage is usually expensive and does not have a large capacity. However, the log records for the system recovery processing do not require a long period of preservation so that the necessary log records can be written by repeative use of such a device.

On the other hand, the log records to be written for purposes other than the system recovery includes the log records for data base recovery, the log records for recording the business processing, and the log records to be used in a user program for the business processing. These log records need not necessarily be written in synchronism with the end of a transaction, but they need a considerably longer period of preservation than that of the log records for system recovery. In the present invention, therefore, these log records are stored on a disk or magnetic tape which is slower but more inexpensive than the semiconductor storage. In addition, the time period for the mechanical actions, which usually occupies a large portion in the input/output processing of the disk, is minimized by writing the log records altogether for a plurality of transactions, and only the necessary records are written to save storage, whereby improving the logging capability. Incidentally, the disk is advantageous in its large capacity, and the magnetic tape is advantageous in its facility of medium exchange.

The log records to be used in the system recovery processing require a short period of preservation (usually about 1,000 to 10,000 transactions). On the other hand, the log records to be acquired for the purposes other than the system recovery require a long period of preservation but have a less amount of logging than that of the prior art because of the use of necessary records only. As a result, the total amount of the log records is reduced.

The present invention will be described in detail in the following in connection with the embodiment thereof with reference to the accompanying drawings.

FIG. 2 is a diagram showing the overall construction of one embodiment of a data processing system to which is applied the present invention.

In the present data processing system, there are connected with a CPU/memory (i.e., main storage/virtual storage) 10: a data base 20 stored in a magnetic disk or the like; a check point dump file (which will be shortly referred to as "CD file") 30; a log file for system recovery 40; and a log file for archives 50. The CD file 30 is used for periodically writing records from the main storage/virtual storage, which is to be recovered when the system is stopped by failure, against the possible failure while the system is running. The written record will be called the "check point dump record" (which will also be shortly referred to as the "CD information"). The recording medium is exemplified by a non-volatile storage device, usually DASD (i.e., direct access storage device) such as a magnetic disk. The CD information is usually written each time a predetermined number of log records for system recovery are written. The log file for system recovery 40 is a file having the log records necessary for recovering the system which is stopped by a failure. The log records necessary for the system recovery include an update log record of the database, an update log record of the resident table on main storage/virtual storage, a log record concerning input/output messages, and a log record indicating the completion/cancel of a transaction. A medium for the log file for system recovery 40 is a semiconductor disk which is prepared by making a semiconductor storage non-volatile with a battery. The log record necessary for the system recovery is basically a record logged after the writting of final effective CD information is started. If a sufficient file capacity (several times as large as the minimum necessity) for storing the log records within those ranges is retained, the log file for system recovery 40 can be repeatedly used by erasing the old record by the wrap-around method. The log file for archives 50 contains the log record for data base recovery, the log record for recording a business processing contents, and a log record to be used in a user program for a variety of business processings. The medium of archive log file to be used is the DASD such as a magnetic disk and a magnetic tape. The archive log record requires a long period of preservation and has to be finally copied and stored in a magnetic tape even in case it is stored in the DASD.

FIG. 1 is a diagram for explaining the operations of the data processing system according to one embodiment of the present invention. The operations of the present embodiment will be described in brief with reference to FIG. 1. In the present embodiment, a variety of log records accompanying the transaction processing during the system run are classified and .written in accordance with the objects of the log records. Specifically, the classifications are the log records for system recovery used in the system recovery, and the log records for archives used for data base recovery, for recording of business processing contents and for use in various batch application programs. The former records are stored in the log file for system recovery 40 upon completion of each transaction, and the latter records are stored altogehter for several transactions in the log file for archives 50. Incidentally, the log records for system recovery and the log records for archives need not be exclusive but may be partially common. The system operations to be described in the following are divided into the operation at the normal processing, the operation at the check point and the operation at the system failure.

(1) Operations at the Normal Processing

FIG. 3 is a flow chart showing a partial routine of a normal transaction processing but according to the present invention. This routine shows the processing by the CPU/memory 10. If there arise during the transaction processing events such as an update of the data base, an update of the resident table on a main storage/virtual storage, input and output of a message, or completion of the transaction, the log records are written according to the processing flow shown in FIG. 3. The description will be proceeded in the following with reference to FIG. 3.

(a) Write Log Records for System Recovery (Steps 101 to 106)

In case the log record to be written for the system recovery (as judged at the step 101), the processing is as follows:

1 Judge Whether Buffer is Full (Step 102)

Normally, a log record is not instantly stored in the file but temporarily in a buffer area on a memory for blocking to improve the performance. For the log record for system recovery, the buffer size is assumed to be about two or three times (e.g., 32 KB) as large as the average amount of the log record for system recovery of one transaction. At this step, it is judged whether or not a enough space to write the log record to be processed is in the log buffer for system recovery.

2 Write Log Record into Medium (Step 103)

If it has been judged at the step 102 that the log buffer is full, the contents of the buffer are written in the log file for system recovery 40.

3 Put Log Record into Buffer (Step 104)

The log record to be written is put into the log buffers for system recovery.

4 Judge Necessity for Synchronization (Step 105)

In the case of completion of the transaction (including the end of transaction backout) and a request for buffer purge due to the update of the data base, the log record stored in the buffer has to be written in the log file for system recovery 40. At this step, it is judged whether or not the writing is necessary.

5 Write Log Record into Medium (Step 106)

In the case of requirement for synchronous writing into medium at step 102, the log record stored in the buffer is written in the log file for system recovery 40.

(b) Write Recording Log Records (Steps 107 to 112)

In case it is judged (at the step 107) that the log record to be written is that for archives, the routine is as follows:

1 Judge Whether Buffer is Full (Step 108)

Like the log record for system recovery, it is judged whether or not the log buffer for archives is full. Incidentally, in the case of the log record for archives, the buffer size is at least several to several tens of times (e.g., 128 KB) as large as the written average amount of the log record for archives of one transaction.

2 Write Log Record into Medium (Step 109)

In case the buffer is full in the step 108, the log record stored in the buffer is written in the log file for archives 50.

3 Put Log Record in Buffer (Step 110)

The log record for archives is put into the log buffer for archives.

4 Judge Necessity for Buffer Purge (Step 111)

There may be some cause for which the content of the log buffer for archives is to be written in the medium. At this step, this necessity is judged.

5 Write Log Record into Medium (Step 112)

In case the purge to the medium is necessary at the foregoing step 111, the log records in the buffer are written into the log file for archives 50.

In the routines (a) and (b), it is determined at the initial setting of the system whether or not the various log records are written into either of the log files for system recovery and/or for archives.

(2) Operation at Check Points

In an on-line system or the like, with a view to shortening the time period for system recovery when the system is stopped by a failure, check points are provided at predetermined intervals during the system run so that the contents of the various data including the resident table on the main storage/virtual storage are written at the check points into a non-volatile storage. In the on-line system, moreover, the various summation data and the counters to be referred to or updated for the on-line processing or the data for administering the various kinds of status of terminals or lines are resident on the main storage/virtual storage so that their copies may be written at the check points in the non-volatile storage such as a disk. In the present embodiment, the data thus written are called the "check point dump information (or shortly the "CD information") and are stored in the CD file 30 on the DASD. When the system failure occurs, the data residing in the main storage/virtual storage is lost, they are recovered by the use of the update log records in the log file for system recovery 40. At this time, the log records before the start of CD information writing are basically unnecessary in the system recovery processing by using the CD information stored in the CD file 30 at the latest check point. The flow chart for processing at the check point is shown in FIG. 4. Incidentally, writing of the CD information is timed at the instant when the system is started, when the restarting processing is completed, when a predetermined number (normally, 1,000 to 10,000, as designated by the defining parameters at the initial system setting) of log records for system recovery are written into the log file for system recovery 40, or when the log file for system recovery 40 is reused from the head because the log records are written to the tail of the log file. Moreover, in order to provide against failures during the process of writing CD information, the CD file 30 is formed with a plurality of areas to store CD information, which are sequentially used. The description will be continued with reference to FIG. 4.

(a) Write a Record About Start of CD Information Writing Processing (Step 201)

The following records (1) are written in the CD information area of the CD file 30.

(1) The record about the position of the first log record for system recovery, which is related to the transaction being executed at the beginning of CD information writing processing.

(b) Write CD Information (Step 202)

The resident information on the main storage/virtual storage are written out as the CD information in the CD information area of the CD file 30.

(c) Validation of CD Information (Step 203)

After the end of the CD information writing processing, the followign two processings are executed to validate the CD information written:

1 The content of the log buffer for system recovery is written to the log file for system recovery 40; and

2 Both the positional information of the final log record written by the above processing 1 in the log file for system recovery 40, and the serial number of the CD information writing processing are written to the area for CD information in the CD file 30. By the present processing, the CD information written is made the latest valid CD information.

Incidentally, the area for CD information may be formed in a plurality of mediums so as to provide against the medium failure of the CD file 30.

(3) Operations at System Failure

When the system is stopped by a failure, it is recovered by using both the log records in the log file for system recovery 40 and the CD information in the CD file 30. Of this system recovery processings, the processing relating to the present invention is schematically shown in FIG. 5. The operations will be described with reference to FIG. 5.

(a) Determine Latest Valid CD Information (Step 301)

The serial number of the CD information writing processing in each CD information area in the CD file 30 is read to determine the latest valid CD information.

(b) Fetch CD Information (Step 302)

The CD information determined at the step 301 is fetched and expanded on the memory.

(c) Recover Log Records for Archives (Step 303)

The log record for archives may partially fail to be written when the system is stopped by failure, because the information of the plurality of transactions is stored in the buffer on the memory. In case the recovery of some kinds of the log records for archives upon failure of logging is designated at the initial setting of the system, this system acquires the designated kinds of log records in the normal operations together with the log record for system recovery in the log record file for system recovery 40. At the present step, moreover, the log record for archives having failed to be written is recovered from the log file for system recovery 40 and written in the log file for archives 50.

(d) Analyze Transaction Status and Undo of Uncommitted Transactions (Step 304)

The log record in the log file for system recovery 40 is read in the reverse direction from the latest written record up to the record at the beginning of the CD information writing processing (accurately the log record indicated by the positional information recorded at the step 301). The processed (complete/incomplete) status of each transaction is analyzed. As to the incomplete transaction and the transaction cancelled midway of the processing, the update data are undone by the use of the log record for system recovery. More specifically, as to the incomplete transaction and the cancelled transaction running in the CD information writing processing the update data may possibly be reflected upon the CD information, and the resident data on the memory are undone. In case, on the other hand, the data base is updated by the incomplete transactions, the update data are undone to the contents before update.

(e) Reflect Update Result of the Complete Transactions (Step 305)

The log record in the log file for system recovery 40 is read in the forward direction from that at the beginning of the CD information writting processing to the latest written information and the results of update of the committed transactions are reflected upon the data base and resident information on the memory.

Thus, in the present embodiment, it is possible to improve the logging ability and to reduce the amount of storage of the log record while suppressing the increase in the number of storages. Incidentally, in the present embodiment, the logging ability can be better improved if the loads are dispersed like the prior art system among a plurality of systems for the log records for system recovery and for archives, respectively. In the present embodiment, moreover, it is possible to expect a drastic speed-up of the system recovery processing if a semiconductor disk or a high-speed device is used as the medium of the log file for system recovery 40. Incidentally, the embodiment thus far described is directed to an example of the recovery from the system failure. Despite of this fact, however, the present invention should not be limited thereto but may be applied to the recovery from the data base medium trouble, for example, in which the log record for recovery from the data base medium failure is written into one file whereas another log record is written into another file.

The effects of specific examples will be estimated in the following:

(a) Prerequisites (1) Amount of Log Record per Transaction

In the present embodiment, it is assumed that the log record necessary for data base recovery be written into both the log files for system recovery and for archives. As a result, the total amount of these two kinds of log records is more than that of the log records by the system of the prior art. The specific values will be enumerated in the following:

Total amount of the log record of the prior art system: 12 KB; Log record for system recovery: 8 KB; and Log record for archives: 6 KB.

(2) Performance of Semiconductor Disk

Average access time: 0.7 ms; and Data transfer rate: 6 MB/sec.

(3) Performances of Magnetic Disk

Time for rotation: 16.5 ms; Data transfer rate: 3 MB/sec; and Track capacity: capable of storing ten physical records of 4 KB.

(4) Method of logging

Prior art: logging into the magnetic disk by dividing it into a physical record of 4 KB for each transaction; and Invention: The log record for system recovery is divided like the prior art method and written into the semiconductor disk, but the log record for archives is written as a whole for ten transactions into the magnetic disk.

(b) Estimation of Effects

The throughputs of the logging methods according to the prior art and the present invention are determined. Incidentally, the amount of storage of the log record for each transaction is made, as follows, such that the amount of the present invention is reduced to one half of the prior art.

Method of the prior art: The whole log record of 12 KB is stored; and

Method of the invention: Only the log record for archives of 6 KB is stored.

(1) The Throughput of the Prior Art Method per System

The log records of one transaction is outputted for three physical blocks of 4 KB. Since each magnetic disk makes a turn of (1+1/10 of one record), the time period required is: 16.5.times.(1+1/10) 18 transactions/sec.

(2) The Throughput of the Method of the Present Invention # Log Record for System Recovery

The log records of one transaction is outputted for two physical blocks of 4 KB. Since each transaction requires an access time and a data transfer time of 4 KB, the time period required is: (0.7+4/6) 370 transactions/sec.

# Log Record for Archives

For the total output of 60 KB of ten transactions, the magnetic disk requires 1 turn and 60/(4 and the time period required for each transaction is: 16.5.times.(1+1.5)/10=4.13 ms, i.e., 242 transactions/sec.

From the items (1) and (2), the throughput obtainable according to the method of present invention is similar to that of the prior art method, in which the load is dispersed among systems.

As has been described hereinbefore, according to the present invention, the data processing system is enabled to improve the ability of writing the log records and to reduce the amount of storage of the log records without increasing the number of storages.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a block diagram showing the summary of one embodiment of the present invention;

FIG. 2 is a block diagram showing the overall construction of a data processing system to which is applied the present invention;

FIG. 3 is a processing flow chart for logging in the embodiment of the present invention;

FIG. 4 is a processing flow chart at a check point; and

FIG. 5 is a processing flow chart of recovery processing of the system.

Patent Citations
Cited PatentFiling datePublication dateApplicantTitle
US450775121 Jun 198226 Mar 1985International Business Machines CorporationMethod and apparatus for logging journal data using a log write ahead data set
US452184721 Sep 19824 Jun 1985Xerox CorporationControl system job recovery after a malfunction
US464803121 Jun 19823 Mar 1987International Business Machines CorporationMethod and apparatus for restarting a computing system
US48687443 Mar 198619 Sep 1989International Business Machines CorporationMethod for restarting a long-running, fault-tolerant operation in a transaction-oriented data base system without burdening the system log
US487515528 Jun 198517 Oct 1989International Business Machines CorporationPeripheral subsystem having read/write cache with record access
US487816730 Jun 198631 Oct 1989International Business Machines CorporationMethod for managing reuse of hard log space by mapping log data during state changes and discarding the log data
US504387126 Mar 198727 Aug 1991Hitachi, Ltd.Method and apparatus for database update/recovery
JP61062144A Title not available
JP61070645A Title not available
JP62014242A Title not available
Non-Patent Citations
Reference
1Date, C.J, An Introduction to Database Systems, 1983, Addison Wesley Publishing Co, pp. 1 24.
2Date, C.J, An Introduction to Database Systems, 1983, Addison-Wesley Publishing Co, pp. 1-24.
3Fernandez, E, et al., Database Security and Integrity, 1981, Addison Wesley Publishing Co, pp. 134 133.
4Fernandez, E, et al., Database Security and Integrity, 1981, Addison-Wesley Publishing Co, pp. 134-133.
Referenced by
Citing PatentFiling datePublication dateApplicantTitle
US543253518 Dec 199211 Jul 1995Xerox CorporationMethod and apparatus for fabrication of multibeam lasers
US585050820 Nov 199715 Dec 1998Electronics And Telecommunications Research InstituteMethod of prevention of dangling transaction occurrence using a transaction table initialization technique at an analysis step
US58871544 Jan 199623 Mar 1999Hitachi, Ltd.Business process simulation system
US59352629 Jun 199510 Aug 1999Canon Information Systems, Inc.Outputting a network device log file
US59537421 Jul 199614 Sep 1999Sun Microsystems, Inc.Memory management in fault tolerant computer systems utilizing a first and second recording mechanism and a reintegration mechanism
US599972425 Feb 19997 Dec 1999Hitachi, Ltd.Business process simulation system
US605269527 Feb 199618 Apr 2000Ntt Data Communications Systems CorporationAccurate completion of transaction in cooperative type distributed system and recovery procedure for same
US626333815 Jul 199817 Jul 2001Telefonaktiebolaget Lm Ericsson (Publ)Method relating to databases
US66188223 Jan 20009 Sep 2003Oracle International CorporationMethod and mechanism for relational access of recovery logs in a database system
US687127120 Dec 200122 Mar 2005Emc CorporationIncrementally restoring a mass storage device to a prior state
US692546827 Oct 20002 Aug 2005Computer Sciences CorporationConfiguring systems for generating business transaction reports using processing relationships among entities of an organization
US692547617 Aug 20002 Aug 2005Fusionone, Inc.Updating application data including adding first change log to aggreagate change log comprising summary of changes
US695274130 Jun 19994 Oct 2005Computer Sciences CorporationSystem and method for synchronizing copies of data in a computer system
US696170825 Aug 20001 Nov 2005Computer Sciences CorporationExternal interface for requesting data from remote systems in a generic fashion
US697084425 Aug 200029 Nov 2005Computer Sciences CorporationFlow designer for establishing and maintaining assignment and strategy process maps
US698328618 Dec 20023 Jan 2006Oracle International CorporationMethod and apparatus for accessing data as it existed at a previous point in time
US703587817 Aug 200025 Apr 2006Fusionone, Inc.Base rolling engine for data transfer and synchronization system
US709542623 Jun 200022 Aug 2006Computer Sciences CorporationGraphical user interface with a hide/show feature for a reference system in an insurance claims processing system
US709989729 Apr 200329 Aug 2006International Business Machines CorporationSystem and method for discriminatory replaying of log files during tablespace recovery in a database management system
US724006527 May 20043 Jul 2007Oracle International CorporationProviding mappings between logical time values and real time values
US725166010 Jun 200431 Jul 2007Oracle International CorporationProviding mappings between logical time values and real time values in a multinode system
US727790010 Feb 20032 Oct 2007Oracle International CorporationMethod and mechanism for rolling back a transaction on a row of data
US730245526 Feb 200227 Nov 2007At&T Bls Intellectual Property, Inc.System and method for reliably purging statistical records
US734042630 Jul 19994 Mar 2008Computer Sciences CorporationEvent-triggered transaction processing for electronic data interchange
US734330723 Jun 200011 Mar 2008Computer Sciences CorporationDynamic help method and system for an insurance claims processing system
US735319627 Oct 20001 Apr 2008Computer Sciences CorporationConfiguring dynamic database packageset switching for use in processing business transactions
US735654127 Oct 20008 Apr 2008Computer Sciences CorporationProcessing business data using user-configured keys
US735986329 Sep 200015 Apr 2008Computer Sciences CorporationCondition component framework for reinsurance
US736326427 Oct 200022 Apr 2008Computer Sciences CorporationProcessing business transactions using dynamic database packageset switching
US739821923 Jun 20008 Jul 2008Computer Sciences CorporationSystem and method for displaying messages using a messages table
US741840023 Jun 200026 Aug 2008Computer Sciences CorporationInternet-enabled system and method for assessing damages
US743051423 Jun 200030 Sep 2008Computer Sciences CorporationSystem and method for processing insurance claims using a table of contents
US743051523 Jun 200030 Sep 2008Computer Sciences CorporationSystem and method for externalization of formulas for assessing damages
US745114831 Oct 200211 Nov 2008Computer Sciences CorporationMethod of modifying a business rule while tracking the modifications
US749995323 Apr 20043 Mar 2009Oracle International CorporationOnline recovery of user tables using flashback table
US752648727 Oct 200028 Apr 2009Computer Sciences CorporationBusiness transaction processing systems and methods
US754630427 Oct 20009 Jun 2009Computer Sciences CorporationConfiguring keys for use in processing business data
US754636524 Apr 20039 Jun 2009Canon Kabushiki KaishaNetwork device management system and method of controlling same
US755214910 Jun 200423 Jun 2009Oracle International CorporationQuerying past versions of data in a distributed database
US757110723 Jun 20004 Aug 2009Computer Sciences CorporationSystem and method for externalization of rules for assessing damages
US757117127 Oct 20004 Aug 2009Computer Sciences CorporationSmart trigger for use in processing business transactions
US758102531 Oct 200625 Aug 2009Computer Sciences CorporationSystem and method for synchronizing copies of data in a computer system
US76172545 Aug 200310 Nov 2009Oracle International CorporationMethod and mechanism for relational access of recovery logs in a database system
US76309092 Oct 20018 Dec 2009Computer Sciences CorporationComputerized method and system for adjusting liability estimates in an accident liability assessment program
US76345097 Nov 200315 Dec 2009Fusionone, Inc.Personal information space management system and method
US76535592 Oct 200126 Jan 2010Computer Sciences CorporationComputerized method and system of estimating liability and range of liability for an accident
US766072527 Nov 20029 Feb 2010Computer Sciences CorporationComputerized method and system for estimating an effect on liability based on the stopping distance of vehicles
US76728609 Sep 20022 Mar 2010Computer Sciences CorporationComputerized method and system for determining the contribution of defenses to premises liability for an accident
US767638731 Oct 20029 Mar 2010Computer Sciences CorporationGraphical display of business rules
US76806802 Oct 200116 Mar 2010Computer Sciences CorporationComputerized method and system of displaying an impact point relating to an accident
US768944231 Oct 200230 Mar 2010Computer Science CorporationMethod of generating a graphical display of a business rule with a translation
US769373129 Sep 20006 Apr 2010Computer Sciences CorporationBusiness process framework for reinsurance
US769384427 Oct 20006 Apr 2010Computer Sciences CorporationConfiguring processing relationships among entities of an organization
US77025289 Sep 200220 Apr 2010Computer Sciences CorporationComputerized method and system for determining breach of duty in premises liability for an accident
US770252927 Nov 200220 Apr 2010Computer Sciences CorporationComputerized method and system for estimating an effect on liability using claim data accessed from claim reporting software
US772533427 Nov 200225 May 2010Computer Sciences CorporationComputerized method and system for estimating liability for an accident using dynamic generation of questions
US77429352 Oct 200122 Jun 2010Computer Sciences CorporationComputerized method and system of determining right of way in an accident
US77429362 Oct 200122 Jun 2010Computer Sciences CorporationComputerized method and system of assessing liability for an accident using impact groups
US77520612 Oct 20016 Jul 2010Computer Sciences CorporationComputerized method and system of displaying an accident type
US77567292 Oct 200113 Jul 2010Computer Sciences CorporationComputerized method and system for providing claims data to an accident liability assessment program
US779269027 Nov 20027 Sep 2010Computer Sciences CorporationComputerized method and system for estimating an effect on liability of the speed of vehicles in an accident and time and distance traveled by the vehicles
US780532127 Nov 200228 Sep 2010Computer Sciences CorporationComputerized method and system for estimating liability for an accident from an investigation of the accident
US780958627 Nov 20025 Oct 2010Computer Sciences CorporationComputerized method and system for estimating an effect on liability using a comparison of the actual speed of a vehicle in an accident and time and distance traveled by the vehicles in a merging vehicle accident
US78141175 Apr 200712 Oct 2010Oracle International CorporationAccessing data from asynchronously maintained index
US781818727 Nov 200219 Oct 2010Computer Sciences CorporationComputerized method and system for estimating liability
US781843514 Dec 200019 Oct 2010Fusionone, Inc.Reverse proxy mechanism for retrieving electronic content associated with a local network
US782704528 Feb 20052 Nov 2010Computer Sciences CorporationSystems and methods for assessing the potential for fraud in business transactions
US78489382 Oct 20017 Dec 2010Computer Sciences CorporationComputerized method and system of assigning an absolute liability value for an accident
US78738593 Jan 200818 Jan 2011International Business Machines CorporationRestarting failed IMS auto-restart batch applications
US78903522 Oct 200115 Feb 2011Computer Sciences CorporationComputerized method and system of liability assessment for an accident
US78903532 Oct 200115 Feb 2011Computer Sciences CorporationComputerized method and system of liability assessment for an accident using environmental, vehicle, and driver conditions and driver actions
US789506327 Nov 200222 Feb 2011Computer Sciences CorporationComputerized method and system for creating pre-configured claim reports including liability in an accident estimated using a computer system
US78950642 Sep 200322 Feb 2011Computer Sciences CorporationGraphical input display in an insurance processing system
US789533419 Jul 200022 Feb 2011Fusionone, Inc.Remote access communication architecture apparatus and method
US79043182 Oct 20018 Mar 2011Computer Sciences CorporationComputerized method and system of determining right of way and liability for an accident
US793736817 May 20063 May 2011Oracle International CorporationMethod and mechanism for identifying transaction on a row of data
US79916306 Jun 20082 Aug 2011Computer Sciences CorporationDisplaying likelihood values for use in settlement
US80009852 Oct 200116 Aug 2011Computer Sciences CorporationComputerized method and system of displaying a roadway configuration relating to an accident
US800098629 Jun 200716 Aug 2011Computer Sciences CorporationClaims processing hierarchy for designee
US80010751 Jun 200716 Aug 2011Microsoft CorporationLog file amnesia detection
US801038929 Jun 200730 Aug 2011Computer Sciences CorporationMultiple policy claims processing
US801039029 Jun 200730 Aug 2011Computer Sciences CorporationClaims processing of information requirements
US801039129 Jun 200730 Aug 2011Computer Sciences CorporationClaims processing hierarchy for insured
US80690622 Oct 200129 Nov 2011Computer Sciences CorporationComputerized method and system of determining inconsistencies in witness statements relating to an accident
US807395419 Jul 20006 Dec 2011Synchronoss Technologies, Inc.Method and apparatus for a secure remote access system
US815607426 Jan 200010 Apr 2012Synchronoss Technologies, Inc.Data transfer and synchronization system
US818111131 Dec 200815 May 2012Synchronoss Technologies, Inc.System and method for providing social context to digital activity
US82194246 Jun 200810 Jul 2012Computer Sciences CorporationDetermining amounts for claims settlement using likelihood values
US82445586 Jun 200814 Aug 2012Computer Sciences CorporationDetermining recommended settlement amounts by adjusting values derived from matching similar claims
US825500610 Nov 200928 Aug 2012Fusionone, Inc.Event dependent notification system and method
US827144828 Jan 200518 Sep 2012Oracle International CorporationMethod for strategizing protocol presumptions in two phase commit coordinator
US831597626 Feb 200820 Nov 2012Synchronoss Technologies, Inc.Data transfer and synchronization system
US200901577758 Dec 200818 Jun 2009Teradata CorporationArchiving method and system
US2012017349113 Mar 20125 Jul 2012International Business Machines CorporationInformation processor, information processing system, data archiving method, and data deletion method
USRE4390529 Nov 20071 Jan 2013Comp Sci Holdings, Limited Liability CompanyFlow designer for establishing and maintaining assignment and strategy process maps
EP1349067A217 Mar 20031 Oct 2003Ricoh Company Ltd.Document management system and method with fault recovery
WO2001001250A129 Jun 20004 Jan 2001Computer Sciences CorporationSystem and method for logging transaction records in a computer system
WO2002059749A121 Dec 20011 Aug 2002Legato Systems, Inc.Restoring a mass storage device to a prior state in response to processing information