systems and methods for managing a distributed transaction process include an active transaction manager that manages transactions with an active database, a latent transaction manager that manages transactions with a merge database, a transaction log that reflects the set of transactions in the active database that are not affiliated with the transactions in the merge database, and a merge manager that uses the transaction log to determine whether to transfer control of the merge database to the active transaction manager. systems and methods may further instruct the active transaction manager to halt transactions with the active database while the merge database is updated to reflect a set of transactions affiliated with the set of transactions in the transaction log, and instruct the active transaction manager to subsequently manage transactions to the active database and the merge database.
|
1. A method for managing a distributed transaction system, comprising:
managing transactions with at least an active database by an active transaction manager, where the active database reflects an application of a set of active transactions;
managing transactions with a merge database, where the merge database reflects an application of a first subset of the set of active transactions;
generating discrepancy transaction log information that reflects a set of discrepancy transactions that is distinct from the first subset of active transactions, the discrepancy transactions consisting of active transactions not yet applied to the merge database;
determining whether to transfer control of the merge database to the active transaction manager; and
if a determination is made not to transfer control of the merge database to the active transaction manager,
instructing a latent transaction manager to apply the discrepancy transactions to the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log information, and
instructing the active transaction manager to continue to manage transactions with the active database; and
if a determination is made to transfer control of the merge database to the active transaction manager,
instructing the active transaction manager to halt transactions with the active database,
instructing the latent transaction manager to update the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log information, and
instructing the active transaction manager to manage transactions to the active database and the merge database.
13. A system, including at least one processor and memory, for managing a distributed transaction process comprising:
an active transaction manager that manages transactions with at least an active database, where the active database reflects an application of a set of active transactions;
a latent transaction manager that manages transactions with a merge database, where the merge database reflects an application of a first subset of the set of active transactions;
a discrepancy transaction log that reflects a set of discrepancy transactions that is distinct from the first subset of active transactions;
the discrepancy transactions consisting of active transactions not yet applied to the merge database;
a merge manager that uses the transaction log to determine whether to transfer control of the merge database to the active transaction manager;
where, if the merge manager does not transfer control of the merge database to the active transaction manager,
the latent transaction manager is configured to apply the discrepancy transactions to the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log; and
where, if the merge manager transfers control of the merge database to the active transaction manager,
the latent transaction manager is configured to update the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log, and
the active transaction manager is configured to halt transactions with the active database while the latent transaction manager updates the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log, and
the active transaction manager is further configured to subsequently manage transactions to the active database and the merge database.
25. A tangible computer-readable storage medium embodying computer-readable code for instructing a system that manages a distributed transaction process, the computer-readable code comprising:
an active transaction manager, where the active transaction manager manages transactions with at least an active database and where the active database reflects an application of a set of active transactions;
a latent transaction manager, where the latent transaction manager manages transactions with a merge database, where the merge database reflects an application of a first subset of the set of active transactions;
a discrepancy transaction log that reflects a set of discrepancy transactions that is distinct from the first subset of active transactions, the discrepancy transactions consisting of active transactions not yet applied to the merge database; and
a merge manager that uses the transaction log to determine whether to transfer control of the merge database to the active transaction manager;
where, if the merge manager does not transfer control of the merge database to the active transaction manager,
the latent transaction manager is configured to apply the discrepancy transactions to the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log; and
where, if the merge manager transfers control of the merge database to the active transaction manager,
the latent transaction manager is configured to apply the discrepancy transactions to the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log; and
the active transaction manager is configured to halt transactions with the active database while the latent transaction manager updates the merge database to reflect the set of discrepancy transactions reflected in the discrepancy transaction log, and
the active transaction manager is further configured to subsequently manage transactions to the active database and the merge database.
2. The method of
determining a log number reflecting a total quantity of discrepancy transactions in the discrepancy transaction log information;
comparing the log number to a target value; and
transferring control of the merge database to the active transaction manager if the log number bears a predetermined relationship to the target value.
3. The method of
determining a log number reflecting a total quantity of discrepancy transactions in the discrepancy transaction log information;
comparing the log number to a target value; and
transferring control of the merge database to the active transaction manager if the log number is less than the target value.
4. The method of
calculating a characteristic distribution time associated with the active transaction manager;
calculating a time value for the merge database to reflect a set of discrepancy transactions reflected in the discrepancy transaction log information; and
transferring control of the merge database to the active transaction manager if the time value bears a predetermined relationship with the characteristic distribution time.
5. The method of
determining an amount of time per transaction for the active transaction manager to manage transactions with the active database; and
setting the characteristic distribution time equal or approximately equal to the amount of time per transaction.
6. The method of
calculating a characteristic distribution time associated with the active transaction manager;
calculating a time value for the merge database to reflect a set of discrepancy transactions reflected in the discrepancy transaction log information; and
transferring control of the merge database to the active transaction manager if the time value is less than the characteristic distribution time.
7. The method of
determining an amount of time per transaction for the active transaction manager to manage transactions with the active database; and
setting the characteristic distribution time equal or approximately equal to the amount of time per transaction.
8. The method of
generating unique identifiers for active transactions.
9. The method of
managing transactions in association with a Java Virtual Machine.
10. The method of
managing transactions with said active database stored in RAM.
11. The method of
managing transactions with said merge database stored in RAM.
12. The method of
managing a persistence log.
14. The system of
a counter configured to generate a log number reflecting a total quantity of discrepancy transactions in the discrepancy transaction log; and
a controller configured to transfer control of the merge database to the active transaction manager if the log number is approximately equal to a target value.
15. The system of
a counter configured to generate a log number reflecting a total quantity of discrepancy transactions in the discrepancy transaction log; and
a controller configured to transfer control of the merge database to the active transaction manager if the log number is less than a target value.
16. The system of
a time calculator configured to calculate a characteristic distribution time associated with the active transaction manager;
a merge time calculator configured to calculate a merge time value for the merge database to reflect a set of discrepancy transactions reflected in the discrepancy transaction log; and
a controller configured to transfer control of the merge database to the active transaction manager if the merge time value is approximately equal to the characteristic distribution time.
17. The system of
an active time calculator configured to calculate an amount of time per transaction for the active transaction manager to manage transactions with the active database; and
a results processor configured to set the characteristic distribution time equal or approximately equal to the amount of time per transaction.
18. The system of
a time calculator configured to calculate a characteristic distribution time associated with the active transaction manager;
a merge time calculator configured to calculate a merge time value for the merge database to reflect a set of discrepancy transactions reflected in the discrepancy transaction log; and
a controller configured to transfer control of the merge database to the active transaction manager if the merge time value is less than the characteristic distribution time.
19. The system of
an active time calculator configured to calculate an amount of time per transaction for the active transaction manager to manage transactions with the active database; and
a results processor configured to set the characteristic distribution time equal or approximately equal to the amount of time per transaction.
20. The system of
an identifier generator configured to generate unique identifiers for active transactions.
21. The system of
26. The tangible computer-readable storage medium of
a counter configured to generate a log number reflecting a total quantity of discrepancy transactions in the discrepancy transaction log; and
a controller configured to transfer control of the merge database to the active transaction manager if the log number is approximately equal to a target value.
27. The tangible computer-readable storage medium of
a counter configured to generate a log number reflecting a total quantity of discrepancy transactions in the discrepancy transaction log; and
a controller configured to transfer control of the merge database to the active transaction manager if the log number is less than a target value.
28. The tangible computer-readable storage medium of
a time calculator configured to calculate a characteristic distribution time associated with the active transaction manager;
a merge time calculator configured to calculate a merge time value for the merge database to reflect a set of discrepancy transactions reflected in the discrepancy transaction log information; and
a controller configured to transfer control of the merge database to the active transaction manager if the merge time value is approximately equal to the characteristic distribution time.
29. The tangible computer-readable storage medium of
an active time calculator configured to calculate an amount of time per transaction for the active transaction manager to manage transactions with the active database; and
a result calculator configured to set the characteristic distribution time equal or approximately equal to the amount of time per transaction.
30. The tangible computer-readable storage medium of
a time calculator configured to calculate a characteristic distribution time associated with the active transaction manager;
a merge time calculator configured to calculate a merge time value for the merge database to reflect a set of discrepancy transactions reflected in the discrepancy transaction log; and
a controller configured to transfer control of the merge database to the active transaction manager if the merge time value is less than the characteristic distribution time.
31. The tangible computer-readable storage medium of
an active time calculator configured to calculate an amount of time per transaction for the active transaction manager to manage transactions with the active database; and
a results processor configured to set the characteristic distribution time equal or approximately equal to the amount of time per transaction.
32. The tangible computer-readable storage medium of
an identifier generator configured to generate unique identifiers for active transactions.
33. The tangible computer-readable storage medium of
34. The tangible computer-readable storage medium of
35. The tangible computer-readable storage medium of
36. The tangible computer-readable storage medium of
|
This application claims priority under 35 U.S.C. § 119 based on U.S. Provisional Application No. 60/414,645, filed Oct. 1, 2002 and U.S. Provisional Application No. 60/430,941, filed Dec. 5, 2002 the complete disclosures of which are incorporated herein by reference. In addition, this application is related to U.S. patent application Ser. No. 10/379,733 filed Mar. 6, 2003 and entitled “Systems And Methods For Electronically Processing Government Sponsored Benefits,” the complete disclosure of which is herein incorporated by reference.
This invention is related to data management, and more particularly to a method and system for managing a distributed transaction process, such as merging a database into a distributed transaction system. For example, one embodiment relates to recovering a distributed transaction process following the loss of one database member of the distributed transaction.
The recent growth of networking technologies, as, for example, those associated with the Internet, has helped to cause a shift in the manner in which databases are maintained and used. For example, applications and associated databases that were typically local and in a one-to-one relationship have migrated to wide-area-networks (WANs) with many client applications associated with one centralized server and database. Despite numerous advantages associated with a centralized database configuration, one drawback associated with such a configuration is the vulnerability of the entire system to a single failure in the centralized database.
Such a failure may affect the security of the data stored and the reliability of the system in general. For example, financial institutions such as banks typically maintain proprietary customer data that is accessed for the purpose of both reading from existing customer records as well as writing to such records. Accordingly, the content of such a data collection is time dependent. As this customer data is accessed, it is vulnerable to system failures that may occur in the course of such access.
To avoid a complete catastrophic loss of customer data, a backup copy of the data is conventionally maintained. Where the primary data collection is time dependent and where backup copies are created at certain time intervals, the backup copies will correspond to “snapshots” of the primary data collection at specific intervals of time. During the time intervals between the creation of backup copies, there will occur some “latency” in the data content of the primary data collection and the backup data collection.
More recently, in an effort to address some of the security and reliability concerns mentioned above, there has been an interest in more complex networking configurations that are decentralized. One example of such a configuration makes use of what is referred to as a “distributed transaction.” Where a conventional transaction involves the reading, writing, or updating of a database record in a single database, a distributed transaction involves the reading, writing, or updating of a database record in a plurality of databases, where the plurality of databases may be redundant databases.
There are various technologies such as clustered operating and database systems, storage disk-based data replication, and database replication systems to provide instant redundant data. As used herein, “instant redundant data” implies a latency time between a first database and a second database (which may be a backup of the first database or merely a related database) that is optimally or arbitrarily small. For example, the latency time between a first database physically located in New York and a second database physically located in Los Angeles is at least equal to the amount of time required for communication between such locations.
Returning now to
As depicted in
If the databases are exact duplicates, then the transactions will generally be duplicate transactions. However, if the databases are not intended to be exact duplicates, but, rather, are intended to function with data in some one-to-one manner, then the transactions may not be exact duplicates. This dependency of the transaction upon the database is indicated in
Moreover, one skilled in the art will also appreciate, regardless of whether the databases used in the distributed transaction process are completely identical, the respective time associated with a transaction in each respective database will vary. The dependency of the time associated with a given transaction upon the database is indicated in
In addition, the “atomic” nature of the transaction is illustrated in the following example. Suppose that transaction manager 130 proposes a new transaction (transaction 171, for example, not depicted) and database instance 102 commits while database instance 112 is not able to commit. In that instance, transaction manager 130 will conventionally instruct resource manager 101 to rollback or undo the committed transaction 171(102) (not depicted) in database instance 102. In this manner, the “atomic” nature of the distributed transaction is preserved.
Even though the above example involves only two databases, one skilled in the art will appreciate that a distributed transaction may occur across any number of databases.
Conventionally, systems that support distributed transactions are costly, and platform and vendor dependent. In addition, conventional systems that support distributed transactions will only support automatic or manual fail-over. As used herein, a “fail-over” is a process whereby, for example, a database cannot participate in a distributed transaction due to some critical exception, that is, becomes “sick.” Following the critical exception, the transaction processing service will exclude the sick database and subsequently utilize the remaining active database(s) (the “healthy” databases).
As used herein, a “critical exception” refers to a failure of the ability of one database to continually record proposed transactions such that repeated undoing or roll-back of the transaction in other databases (due to the “atomic” nature of the process) is too costly for the system. One skilled in the art will appreciate that the “critical exception” level of failure of one database is generally determined by the judgment of the operator of the system. Although such automatic fail-over support may be provided by a vendor, there is no commercially available fail-back solution in which the sick database automatically recovers and merges back into the distributed system. As used herein, a “fail-back” refers to the process whereby, for example, the recovered sick database (which has been made “healthy”) is automatically merged back into future distributed transactions.
As stated above, in the case where any one database repeatedly fails to commit to a transaction, (a “sick database”) then transaction manager 130 will conventional switch into a “fail-over” mode where the sick database is automatically excluded from future proposed transactions and a notification may be generated for an administrator. An administrator may then determine the status of the sick database, perform whatever operation may be required in order that it is “healthy” again, and then manually merge the database back into the distributed system.
Such a manual merge operation may involve, for example, shutting the distributed system down in its entirety for a time period while the records in the healthy database are updated to be redundant with the records in the other databases. During this time period, the distributed transaction system is unavailable for use.
Accordingly, there is a need for a method and system to automatically merge a database into a distributed database system without manually shutting down the distributed transaction system.
Methods and systems consistent with the present invention relate to managing a distributed transaction process. One embodiment, for example, relates to recovering a distributed transaction process following the loss of one database member of the distributed transaction.
To support fail-back, one embodiment utilizes a transaction journal that stores all the updates to a first database and a second database. The embodiment also contemplates, without limitation, that the transaction journal entries are in the order in which the transactions occurred. For example, and without limitation, there may be a unique identifier for each transaction. In addition, and consistent with the present invention, the transaction journal may contain information about a database identifier for the last successful transaction.
During the recover process, one embodiment automatically detects any discrepancies between each failed databases and the information in the transaction journal. The embodiment may then automatically send the transactions from the transaction journal to those failed databases in order for the failed databases to catch up to the healthy database serving as the active database. In the meantime the active databases can continue accept the ongoing live transactions (the “active” transactions) and the transaction journal continues the logging process.
Once the discrepancy between the recovered database and the active database is reduced to a configurable threshold, the embodiment temporarily halts all transactions to the active databases. During the period in which all transactions to the active databases are halted, the recovered databases may complete the catch-up process reducing the data latency between the databases to zero, or arbitrarily close to zero. Accordingly, within seconds, for example, the databases should be completely synchronized. At this point, the embodiment contemplates an automatic resumption of distributed transactions using all active and recovered databases.
Additional objects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objects and advantages of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the appended claims.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate several embodiments and together with the description, serve to explain the principles of the invention.
In the drawings:
A method and system for managing a distributed transaction process is described below. In the following description, numerous exemplary details are set forth to provide an understanding of a preferred embodiment of the present invention.
In a preferred embodiment depicted in
The system in
In the embodiment depicted in
Accordingly, in the system depicted in
As mentioned above, latent transaction manager 234 in
Again, for the purpose of illustration only, we assume that the time it takes to apply all N1 transactions to merge database instance 222 extends from time 292 to a time 392. The resulting system at time 392 is depicted in
The system depicted in
In each instance, the respective journals and logs are consistent with the system of
Merge manager 232 in a preferred embodiment may record this information in order to decide whether to transfer control of merge database instance 222 to active transaction manager 236 and active resource manager 225. For the purpose of illustration only, we assume that merge manager 232 at the time depicted in
Accordingly, as was the case in depicting the system at time 292 in
Accordingly, in a second step consistent with the present invention, latent transaction manager 234 applies the N2 transactions in discrepancy transaction log 335 to merge database instance 222. During the time period that this is occurring, active transaction manager 236 again continues to accept additional transactions to apply to database instance 202 and database instance 212.
Again, for the purpose of illustration only, we assume that the time it takes to apply all N2 transactions to merge database instance 222 extends from time 392 to a time 492. The resulting system at time 492 is depicted in
Again, the system depicted in
Again, the respective journals and logs are consistent with the system of
Again for the purpose of illustration only, we assume that merge manager 232 at the time depicted in
One skilled in the art will appreciate that the series of iterations depicted in
Specifically, the coordinates on the abscissa are related to the number of discrepancy transaction iterations that latent transaction manager 234 applies to merge database instance 222. The iteration labeled “1” on the abscissa corresponds to the transformation of the system from
The sequence of iterations depicted in
As stated earlier with regard to
Alternatively, merge manager 232 may decide to transfer control of merge database instance 222 to active transaction manager 236 and active resource manager 225 according to asymptote 570. For example, asymptote 570 is illustrated to correspond to a selected overall discrepancy transaction distribution time on the right ordinate. Accordingly, merge manager 232 may determine that the amount of time required to update merge database instance 222 with the discrepancy transactions in discrepancy transaction log 435 is at or below the threshold depicted in
Merge manager 232 may calculate a discrepancy transaction distribution time associated with an asymptote 570 according to a selected algorithm. For example, merge manager may be able to estimate the amount of time per transaction according to the existing affiliated times 302(222)-392(222), or in any other manner. Merge manager 232 may also examine the current range of distribution times represented by, for example, affiliated times 302(202)-392(202) in transaction journal 350 (
On the other hand, if the number of discrepancy transactions is not zero, then a determination may be made as to whether the cost of pausing the system, updating the database to be merged, and proceeding is at an acceptable level. This may be performed, for example, by determining whether the estimated time to update the database to be merged is at or less than a characteristic distribution time (a step 708). If this is the case, the processing of the active distributed transactions to the active databases is temporarily paused (a step 712), the merge database is updated with the discrepancy transactions (a step 714), then control of the database to be merged is handed over the active transaction manager (for example, active transaction manager 236 and active resource manager 225) (a step 718) and the system may proceed with subsequent distributed transactions including the merged database (step 720).
Alternatively, if the cost of pausing the system, updating the database to be merged, and proceeding is at not at an acceptable level (step 708), then the system may simply update the database to be merged with the current set of discrepancy transactions while the active databases continue to accept the active transactions (a step 710). Following this step, the system may then return to step 704 by identifying the new set of transactions that have been committed to by the active databases (database instance 202 and database instance 212, for example) but that have not yet been committed to be the database to be merged (merge database instance 222, for example). The method may then proceed as described above with respect to step 706.
For example, and without limitation, one application that the present invention may be applied to includes the maintenance of multiple databases associated with Electronic Benefits Transfer and Electronic Payment Processing and Information Control (EPPIC) systems as described related U.S. patent application Ser. No. 10/379,733 filed Mar. 6, 2003 and hereinabove incorporated by reference.
When implemented to run on a JAVA Virtual Machine (JVM) in the EPPIC system, an embodiment of the present invention utilizes a persistence package to handle all high-level database access. The persistence package, for example, allows created objects and variables to continue to exist and retain their values between runs, and is dynamically configurable by the system management and by programmatic APIs (Application Program Interface). In one embodiment in the EPPIC system, persistence logging is used to ensure that database instances can be merged back into a distributed transaction process. For example, a persistence log database may be associated with each database instance. The physical database associated with the persistence log database may be the same physical database as the database instance. In such a case, when the database instance goes inactive, the persistence log database also goes inactive.
Moreover, the embodiment of the present invention in the disclosed EPPIC system is generally used for failover/failback purposes only. That is, the embodiment of the present invention for managing distributed transaction process is not generally used to migrate the entire contents of a database onto a blank new database. For example, in the embodiment of the present invention used in the EPPIC system, the persistence log databases are purged once they are no longer needed, such as when all EPPIC databases have committed to a transaction. To create a new database, however, one could manually take one database offline (including its persistence log database) and make a copy of the entire contents of the database and the corresponding persistence log database onto a new database. Afterwards, the entire system, including the new database with its corresponding persistence log database, may be resynchronized according to the system and method of the present invention.
In addition, in the embodiment of the present invention in the EPPIC system, all of the components of the EPPIC system that utilize the persistence layer and that perform the writes to the EPPIC databases should run within the same JVM. Moreover, those components of the EPPIC system that do not need to write to the EPPIC databases should be initialized to not use the persistence layer in their respective configuration files. One skilled in the art should appreciate, however, that the above recited implementation in the EPPIC system may be generalized according to the system and methods disclosed herein. Moreover, the invention is not limited to implementations in the JAVA programming environment. Other implementations are, of course, contemplated such as in C++, C, and C#, etc.
This invention is related to data management, and more particularly to a method and system for managing a distributed transaction process following a failure of such a process due to the loss of one database member of the distributed transaction.
The foregoing description of an implementation of the invention has been presented for purposes of illustration and description. It is not exhaustive and does not limit the invention to the precise form disclosed. One skilled in the art will appreciate from the foregoing description that modifications and variations are possible in light of the above teachings or may be acquired from practicing of the invention. For example, the steps associated with the present invention may be implemented as a combination of hardware and software or in hardware alone. Furthermore, although certain aspects of the present invention are described as being stored in memory, one skilled in the art will appreciate that these aspects may also be stored on or read from other computer-readable media, such as secondary storage devices, like hard disks, floppy disks, or CD-Rom; a carrier wave from the Internet; or other forms of RAM or ROM. Moreover, although certain aspects of the present invention are described with regard to database instances associated with long-term storage, one skilled in the art will appreciate that the database instances may also be associated with memory records loaded into temporary storage, such as RAM. Accordingly, the invention is not limited to the above-described embodiments, but instead is defined by the appended claims in light of their full scope of equivalents.
Zou, Kevin, Wiles, Josh A., Solitro, Pasquale, Zhu, Zheng
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
4341951, | Jul 02 1980 | MONEYFAX, INC | Electronic funds transfer and voucher issue system |
5461217, | Feb 08 1994 | AT&T Corp | Secure money transfer techniques using smart cards |
5530855, | Oct 13 1992 | International Business Machines Corporation | Replicating a database by the sequential application of hierarchically sorted log records |
5536045, | Dec 28 1994 | Debit/credit card system having primary utility in replacing food stamps | |
5559887, | Sep 30 1994 | TOUCH TECHNOLOGY, INC | Collection of value from stored value systems |
5577121, | Jun 09 1994 | TOUCH TECHNOLOGY, INC | Transaction system for integrated circuit cards |
5640561, | Oct 13 1992 | International Business Machines Corporation | Computerized method and system for replicating a database using log records |
5737539, | Oct 28 1994 | CYBEAR, INC | Prescription creation system |
5864822, | Jun 25 1996 | UMB INTERNATIONAL, LLC | Benefits tracking and correlation system for use with third-party enabling organization |
5924094, | Nov 01 1996 | Progress Software Corporation | Independent distributed database system |
5930759, | Apr 30 1996 | Symbol Technologies, LLC | Method and system for processing health care electronic data transactions |
5953719, | Sep 15 1997 | International Business Machines Corporation | Heterogeneous database system with dynamic commit procedure control |
6014635, | Dec 08 1997 | SHC DIRECT, INC | System and method for providing a discount credit transaction network |
6061660, | Oct 20 1997 | KROY IP HOLDINGS LLC | System and method for incentive programs and award fulfillment |
6067522, | Mar 01 1996 | ADP, INC | Health and welfare benefit enrollment and billing system and method |
6112182, | Jan 16 1996 | MVC CAPITAL, INC | Method and apparatus for integrated management of pharmaceutical and healthcare services |
6115715, | Jun 29 1998 | Oracle America, Inc | Transaction management in a configuration database |
6129275, | Dec 20 1995 | The Eastern Company | Smart card transaction system and encoder-dispenser |
6169974, | Oct 08 1998 | Paymentech, LLC | Method for closed loop processing of transactions utilizing bank card association |
6189011, | Mar 19 1996 | Siebel Systems, Inc. | Method of maintaining a network of partially replicated database system |
6199074, | Oct 09 1997 | International Business Machines Corporation | Database backup system ensuring consistency between primary and mirrored backup database copies despite backup interruption |
6230145, | Nov 03 1998 | First Data Corporation | Method for providing bank card transaction data |
6233617, | Feb 26 1997 | Oracle America, Inc | Determining the visibility to a remote database client |
6266648, | Jun 25 1996 | UMB INTERNATIONAL, LLC | Benefits tracking and correlation system for use with third-party enabling organizations |
6282522, | Apr 30 1997 | Visa International Service Association | Internet payment system using smart card |
6299062, | Aug 18 1998 | Mercury Kingdom Assets Limited | Electronic cash system based on a blind certificate |
6343271, | Jul 17 1998 | PPS Data, LLC | Electronic creation, submission, adjudication, and payment of health insurance claims |
6446089, | Feb 26 1997 | Oracle America, Inc | Method of using a cache to determine the visibility to a remote database client of a plurality of database transactions |
6446092, | Nov 01 1996 | Progress Software Corporation | Independent distributed database system |
6615190, | Feb 09 2000 | JPMORGAN CHASE BANK, N A | Sponsor funded stored value card |
6616189, | Jun 08 2001 | Premier Print & Services Group, Inc. | Sequentially placed shipping and packing label system |
6694447, | Sep 29 2000 | Oracle America, Inc | Apparatus and method for increasing application availability during a disaster fail-back |
6766302, | Nov 09 1998 | Method and apparatus for advertisement | |
6808111, | Aug 06 1998 | GLOBALPLATFORM, INC | Terminal software architecture for use with smart cards |
6873995, | Apr 23 2002 | International Business Machines Corporation | Method, system, and program product for transaction management in a distributed content management application |
6896618, | Sep 20 2001 | IGT | Point of play registration on a gaming machine |
6999936, | May 06 1997 | Electronic ticketing system and methods utilizing multi-service visitor cards | |
7054838, | Jul 29 1999 | PRIVACASH, INC | Method and system for transacting an anonymous purchase over the Internet |
7083084, | Aug 19 1999 | e2interactive, Inc. | System and method for managing stored-value card data |
7136835, | Mar 25 1998 | ORBIS PATENTS LTD | Credit card system and method |
7149724, | Nov 16 1998 | WHITELIGHT TECHNOLOGY, LLC | System and method for an automated system of record |
7165049, | Feb 09 2000 | JP MORGAN CHASE BANK, N A | Sponsor funded stored value card |
7174315, | Jun 22 1998 | JPMORGAN CHASE BANK, N A | Debit purchasing of stored value card for use by and/or deliveries to others |
7206805, | Sep 09 1999 | Oracle International Corporation | Asynchronous transcription object management system |
7222097, | Jan 18 2000 | ACC TECHNOLOGY INC | Anonymous credit card |
7290056, | Sep 09 1999 | Oracle International Corporation | Monitoring latency of a network to manage termination of distributed transactions |
7319986, | Sep 28 1999 | Bank of America Corporation | Dynamic payment cards and related management systems and associated methods |
20010034702, | |||
20020010679, | |||
20020107849, | |||
20020156676, | |||
20030009355, | |||
20030074234, | |||
20030093283, | |||
20030101136, | |||
20030163755, | |||
20030177150, | |||
20030216967, | |||
20030225760, | |||
20040093303, | |||
20040128245, | |||
20060116960, | |||
20060218206, | |||
20070061251, | |||
EP88639, | |||
EP216521, | |||
EP493894, | |||
GB2323060, | |||
JP6032086, | |||
WO129708, | |||
WO9625814, | |||
WO9641287, | |||
WO9710560, | |||
WO9717212, | |||
WO9730409, | |||
WO9739424, | |||
WO9741541, | |||
WO9805011, | |||
WO9906967, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Aug 29 2003 | ACS State & Local Solutions, Inc. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Date | Maintenance Schedule |
Feb 17 2012 | 4 years fee payment window open |
Aug 17 2012 | 6 months grace period start (w surcharge) |
Feb 17 2013 | patent expiry (for year 4) |
Feb 17 2015 | 2 years to revive unintentionally abandoned end. (for year 4) |
Feb 17 2016 | 8 years fee payment window open |
Aug 17 2016 | 6 months grace period start (w surcharge) |
Feb 17 2017 | patent expiry (for year 8) |
Feb 17 2019 | 2 years to revive unintentionally abandoned end. (for year 8) |
Feb 17 2020 | 12 years fee payment window open |
Aug 17 2020 | 6 months grace period start (w surcharge) |
Feb 17 2021 | patent expiry (for year 12) |
Feb 17 2023 | 2 years to revive unintentionally abandoned end. (for year 12) |