WO1994014127A1 - Asynchronous system and method for electronic data management, storage and communication - Google Patents

Asynchronous system and method for electronic data management, storage and communication Download PDF

Info

Publication number
WO1994014127A1
WO1994014127A1 PCT/US1993/011865 US9311865W WO9414127A1 WO 1994014127 A1 WO1994014127 A1 WO 1994014127A1 US 9311865 W US9311865 W US 9311865W WO 9414127 A1 WO9414127 A1 WO 9414127A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
computers
objectsafe
user
storage means
Prior art date
Application number
PCT/US1993/011865
Other languages
French (fr)
Other versions
WO1994014127B1 (en
Inventor
Kenneth R. Henderson
Robert E. Koski
Christopher R. Barlow
Original Assignee
Sun Hydraulics Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sun Hydraulics Corporation filed Critical Sun Hydraulics Corporation
Priority to AU57422/94A priority Critical patent/AU5742294A/en
Publication of WO1994014127A1 publication Critical patent/WO1994014127A1/en
Publication of WO1994014127B1 publication Critical patent/WO1994014127B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/289Object oriented databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Definitions

  • FIELD The invention relates to a computerized system and method for asynchronous storage, retrieval, and communication of electronic data on a peer to peer basis.
  • the synchronous nature of these systems poses numerous problems.
  • One such problem is that to prevent simultaneous access to the same record, i.e., the same physical space on the data storage and retrieval device, software programmers must incorporate file, record, or field locking means into the software which prevent the writing and reading to the same record at the same time. This vastly complicates the writing of the software and functionally slows access time.
  • Another problem is user tracking. User entry and exit trails are extremely hard to reconstruct after there has been any access, authorized or unauthorized, to the common data storage and retrieval device.
  • Another severe problem of a common data storage and retrieval device is that it is susceptible to user tampering or virus infection, both of which can result in altered, scrambled or deleted data. The susceptibility of user tampering and viral infection often requires elaborate and expensive countermeasures such as password systems and anti-viral software.
  • Another problem is that data cannot be transmitted between networked computers in encrypted form.
  • Another problem is that most network systems require a computer having large computing power and a large capacity data storage device to act as dedicated host or server to run the network operating programs.
  • Object means any binary data file, including but not limited to, documents, programs, graphics, voice mail, faxes, Computer Aided Design (CAD) files, and Binary Large Objects (BLOB'S), and the like, as they are traditionally and broadly understood, as well as any other object that is desired to be written to a data storage device, area, or location.
  • CAD Computer Aided Design
  • BLOB'S Binary Large Objects
  • Temporary Object means an object having an expiration date; i.e., in-process objects which are stored temporarily in the electronic data storage means of an ObjectBank System.
  • Permanent Object means an object having no expiration date; i.e., an object that will be stored forever on an electronic data storage device compatible with an ObjectBank System.
  • ObjectSafe means a specified physical data storage area of a data storage device including, but not limited to, hard disks, floppy disks, magnetic tape, magnetic drum, bubble memory, stringy tape, digital audio tape (“DAT”) , VCR tape, laser disks, magneto-optical disks, CD-ROMs, and laser cards.
  • ObjectVault means a dedicated computer having an ObjectSafe which has sufficient data storage capacity to store all objects of all ObjectSafes on the ObjectWire Network.
  • ObjectTeller means an OLE-aware and OLE-accessible computer program having user customizable function means to deposit and withdraw ("retrieve") objects to and from ObjectSafes and to conduct status checks of deposits and withdrawals.
  • ObjectWire means a computer program having user customizable function means for communications, i.e., polling and retrieving objects, from other individual or networked computers each having an ObjectWire program.
  • ObjectWire Network means the architecture of all computers compatible with an ObjectBank System, i.e., any one or more computers linked together by having an ObjectTeller and ObjectWire program installed.
  • ObjectBank System means any one or more computers having installed an ObjectTeller and ObjectWire program and a system architecture configuration comprising an ObjectSafe and/or ObjectVault, MED and Out Box.
  • a computer having an ObjectBank System may be referred to as an ObjectBank System computer.
  • MED Message Exchange Database
  • ObjectBank Manager means a specified user responsible for the operation, care and maintenance of a computer or computer network having an ObjectBank System.
  • Out Box means a temporary electronic data storage area of an ObjectSafe for the posting of objects via the ObjectTeller program to be retrieved and stored to one or more other computer's ObjectSafes or ObjectVault on the ObjectBank Network.
  • IC means a permanently stored customizable and modifiable electronic index data file of every object of the ObjectBank System having the following data fields: object type, date/time, IC identification code, parent IC identification code, created by, key words (four) , abstract, object source path; and, each index data file having user selected features for data encryption, data compression, password access, public or private list access, and IC visibility.
  • Index Card Template means an electronic template or "mask” having a default configuration of an uncompleted or “blank” Index Card and which template is user customizable and which default or customized template is used for the creation of an object Index Card.
  • OLE means "object linking and embedding" as is commonly known in the field of the art.
  • Fig. 1 is a schematic diagram of the architecture of a plurality of computers having an ObjectBank System of the invention comprising an ObjectWire Network configuration
  • Fig. 2 is a flowchart diagram of the Configuration process routine of the ObjectTeller program of the System invention
  • Fig. 3 is a flowchart diagram of the Deposit process routine of the ObjectTeller program of the System invention
  • Fig. 4 is a flowchart diagram of the Withdrawal process routine of the ObjectTeller program of the System invention
  • Fig. 5 is a flowchart diagram of the Status process routine of the ObjectTeller program of the System invention
  • Fig. 6 is a flowchart diagram of the Configuration process routine of the ObjectWire program of the System invention
  • Fig. 7 is a flowchart diagram of the Polling process routine of the ObjectWire program of the System invention
  • Fig. 8 is a flowchart diagram of the Withdrawal process routine of the ObjectWire program of the System invention.
  • the invention is directed to an asynchronous electronic data management, storage, retrieval and communication system and method compatible with any multi- tasking operating system.
  • the overall system is called an "ObjectBank System.”
  • the ObjectBank System comprises a user interface program called the “ObjectTeller” program, a communications program called the “ObjectWire” program, (both programs written in "C” language and capable of being written by one skilled in the art of computer programming) , and computer system architecture including a standard industry computer processor, input/output devices and at least one primary defined physical data storage area for "objects” called the "ObjectSafe” or “ObjectVault.”
  • Objects can be any type of binary data file.
  • Each object is index referenced by use of electronic "index cards" and stored in an ObjectSafe for retrieval upon request using the ObjectTeller Program and communication among computers by the ObjectWire Program.
  • All Permanent Objects of all ObjectBank System computers on the ObjectWire Network may be stored in an archival ObjectSafe which is then called an ObjectVault.
  • the objective of the ObjectBank System is to provide a method means for electronic data management, storage, retrieval and communication of data stored in a universally compatible ASCII format in at least one central storage device (ObjectSafe or ObjectVault) and shared in an asynchronous manner on a peer to peer basis with other ObjectBank System computers.
  • Each object in the ObjectBank System is indexed and stored to a user selected target ObjectSafe and/or ObjectVault. Once stored, objects are never modified, overwritten or deleted, but are only copied and the copies shared with other users. Objects are shared between users by message request using a Message Exchange Database ("MED") .
  • MED Message Exchange Database
  • the ObjectBank Manager of the target ObjectSafe copies the requested object(s) and places the object(s) in an "Out Box" for "pick-up" (transmission) via the ObjectWire program by the requesting users. Since objects are only copied from the ObjectSafe or ObjectVault, the stored objects are guarded against any modification or tampering and the ObjectSafe and/or ObjectVault is protected against virus infection because no object stored is ever "run” which execution would typically provide the mechanism for infection by or replication of a virus.
  • the ObjectBank System may also provide data protection by periodically reminding the ObjectBank Managers to permanently store their important Temporary Objects and delete multiple copies of Temporary Objects.
  • the ObjectBank System is specially designed to pass information between computers on the ObjectWire Network with near 100% accuracy.
  • An Index Card for each object maintains at least one sequential, historical trail of its origin.
  • each object's Index Card will have a reference record of its origin and of the "family tree" of related objects, i.e., the physical addresses of each parent and child of an object.
  • Index Cards help speed access to objects, record a trail of copies of objects that are deposited or retrieved, record who made the deposits or requests, and record what other ObjectBank System computers have copies of objects and Index Cards.
  • completed Index Cards are stored in the ObjectSafe or ObjectVault and copies may be made and transferred to other users on the ObjectWire Network.
  • the ObjectBank System of this invention is particularly adapted for use with computers which may be linked via modem or network using currently available network programs, such as Lantastic and Novell.
  • network programs such as Lantastic and Novell.
  • each stand alone computer or each networked computer system requires its own ObjectTeller and ObjectWire programs.
  • the ObjectBank System computers comprise an ObjectWire Network. Communications between computers on the ObjectWire Network is on a "receive alone" basis, i.e., there is no "sending" of any data or object to a target address.
  • the ObjectWire program is configured by a user to look for and request certain types of objects by designated search criteria.
  • the ObjectWire program time sequentially "polls" via modem or network a Message Exchange Database ("MED") of other ObjectNetwork computers for the designated type of object fitting the search criteria. If the designated type of object is made available for copying by a ObjectBank Manager, i.e., placed in an Out Box, it is transmitted to the requesting user by the requesting user's ObjectWire program. Because each computer of the ObjectBank System only receives only copies of objects made available by other users on the ObjectWire Network, there is no "sending" of data and therefore no mechanism to cause the ObjectBank System to lock-up. Thus, computers which remain on the ObjectWire Network can continuously receive available (stored) objects and in any order from any computer system which remains on the ObjectWire Network.
  • MED Message Exchange Database
  • ObjectBank System of operation is not affected.
  • Each ObjectBank System compatible computer will continue to poll for requested objects and hold any object retrieval or storage requests until the target computers are reconnected.
  • Computers in the ObjectWire Network can be interconnected via modem, Local Area Network (LAN) which involves linkage of in-house computers, or Wide Area Network (WAN) which involves networks linked to other networks.
  • LAN Local Area Network
  • WAN Wide Area Network
  • the ObjectWire program has the capability to log on sequentially to successive networks using different network software and protocols, and to process the respective storage and retrieval message requests.
  • the system of this invention is particularly conducive to an architecture wherein the ObjectBank System connects to multiple networks sequentially and picks up from each Message Exchange Database (MED) any storage or retrieval message requests to perform on that network or pass along to an ObjectSafe on another network before disconnecting and connecting to the next network.
  • MED Message Exchange Database
  • Rules of the System and Method Invention Two basic rules of the ObjectBank System and method apply: First, no computer may write to any storage device of any other computer on the ObjectWire Network. Second, permanently stored objects are never modified, over- written or deleted. Therefore, only copies of stored objects are ever transmitted to other computers on the ObjectWire Network.
  • Encryption and Compression of Objects For data security and efficiency of operation, object encryption and compression may be employed. In the best mode of operation, the default configuration of the ObjectTeller program is to encrypt and compress all objects for permanent storage as well as transmission to other users via the ObjectWire program. However, the ObjectBank Manager has the option of specifying that a particular object or all objects not be encrypted or compressed.
  • the ObjectBank System maintains a multi-leveled access authorization structure for users, messages, index cards, and objects.
  • the user's identification code and password is verified by the ObjectTeller Program to determine whether that user is authorized to access the object stored in that ObjectSafe.
  • the ObjectTeller configuration files include the list of authorized users to store and/or retrieve all or particular objects. Modifications to the list are appropriately protected so that only authorized persons (e.g., the ObjectBank Manager) can add or delete user names.
  • Index Cards All ObjectBank System transactions are recorded on an object reference Index Card which is created automatically when an object is stored to an ObjectSafe or ObjectVault. Index Cards provide a rapid reference classification means for retrieval of objects from an ObjectSafe or ObjectVault. Index Cards also provide a means for determining the genealogy of object requests, storage, and retrievals.
  • Index Cards provide the means by which the user determines: (1) whether or not the object is to be encrypted and/or compressed; (2) the password; (3) the access level (i.e., public, restricted, or private) ; (4) the access list of authorized users; (5) whether or not the Index Card will be "visible” (i.e., displayed) to other users; (6) up to four "key words" of the object to be used as index search terms; and (7) an abstract (summary) of the subject content of the object.
  • Each ObjectBank System keeps its own set of Index Cards and records, in date/time sequence, of all requests for objects, all retrievals obtained or denied, all deposits offered and/or accepted by the ObjectSafe.
  • the ObjectBank System maintains indexes to help speed access to its objects, to record a trail of copies of objects that are deposited or retrieved, to record who made the deposits or requests, and to record what other computers have copies of objects and indexes.
  • users may create via an Index Card Template additional reference Index Cards of the object, such as: WordPerfect documents by "Author” and "Subject”; Lotus files by the contents of cell “Al”; Dbase files by "Field” within “Record”; CAD files by "Changed-By, " etc.
  • a user may build Temporary Index Cards of his and other user's objects for a specific search.
  • a "fuzzy" search may be conducted by searching for certain key words on Index Cards.
  • searches may be made directly of the objects in the ObjectSafes, if the Index Card information is not complete or sufficient.
  • Index Cards of the users objects are stored in the users ObjectSafe.
  • Index Cards of objects stored on other ObjectSafes may be also be stored if selected by the user.
  • the user's computer ObjectSafe has more limited storage space and the user will not want to store all Index Cards from all the ObjectSafes.
  • the user can configure his ObjectBank System to keep only selected Index Cards related to specific topics.
  • An ObjectBank System is configured via both the ObjectTeller program and the ObjectWire program.
  • the ObjectTeller program contains configuration routines used to install and configure the ObjectBank System on each computer and to create an ObjectSafe or ObjectVault.
  • the configuration process includes the steps of: 1. Assigning a unique ObjectSafe Identification Code to the compurer for use on the ObjectWire Network; 2. Designating storage rights, i.e. identifying whether this ObjectSafe will permit storage of either Permanent or Temporary Objects, both, or neither (in which case users could only access information stored in other ObjectSafes over the ObjectWire Network) ; 3. Setting which physical storage device(s) can be used as the ObjectSafe; 4.
  • the ObjectWire program also contains configuration routines which include the process of: 1. Determining which Index Cards from other ObjectSafes will be stored in its ObjectSafe; and 2. Specifying which other ObjectSafes shall and shall not be polled on the ObjectWire Network and the access method (e.g. , network card, modem phone number, password, etc.). Housekeeping Functions: There are a number of Housekeeping functions of the ObjectTeller program of the Objectbank System.
  • Backup/Restore Objects This function is used to backup the objects stored on the ObjectSafe to another storage device or to restore the objects stored on the ObjectSafe from another storage device.
  • Rebuilding Index Cards This function is used to rebuild Index Cards from the original object stored in the ObjectSafe if the Index Cards have been corrupted.
  • Certain Index Card information is written directly on the object as a header label when the object is compressed for storage in the ObjectSafe. This header information is sufficient to rebuild most of the Index Card if it is destroyed.
  • This function is also used to build temporary indexes for a fuzzy search by a user; for example, searching all Index Cards or all objects for the phrase "cartridge valve" occurring within a search boundary of 10 words from the phrase "competitor”.
  • This function is also used to set up the default Index Cards that will be used by this ObjectSafe for various types of objects.
  • Move Objects to Other Physical Storage Devices This function is used to move objects from one ObjectSafe to another or ObjectVault, to move objects from one physical storage location to another within an ObjectSafe, to move objects from Temporary to Permanent storage, or to move objects to a "NULL" device. Upon the execution of a move operation, the object will no longer reside in the original source ObjectSafe location, although the Index Card will remain indicating that the object was in that ObjectSafe location and moved to another ObjectSafe location. Permanent Index Cards are never deleted and therefore there will always remain a record of the prior and subsequent locations of moved objects. 4. Deleting Objects. a.
  • a user may delete Temporary Objects from the ObjectSafe and suggest that Temporary Objects be deleted from other users ObjectSafes. Permanent Objects are never completely “deleted,” but are moved to another storage device to free up storage space. The only method to actually, physically "delete” a Permanent Object from the ObjectSafe or ObjectVault is to purposefully move the object to a "NULL" device.
  • the ObjectBank Manager may delete any user's Temporary Objects from the ObjectSafe and move any Permanent Objects to a NULL Device. There may be a different ObjectBank Manager for each ObjectSafe.
  • each ObjectVault must have at least one ObjectBank Manager who has physical access to the ObjectVault computer.
  • An ObjectBank Manager or user may only perform these "delete" functions from the local keyboard attached to the ObjectSafe or ObjectVault computer when logged off the ObjectWire Network.
  • the Index Cards are updated with the information about the deletion. Even if Permanent Objects are "deleted" by moving the object to a NULL Device, Index Cards remain in the ObjectSafe as a permanent record of the object's prior existence. 5. Packing Objects After Deletions.
  • ObjectBank. System Start-up/Shut-down The ObjectBank System programs contain a Start-up/Shut-down routine for entering and exiting the ObjectBank System (i.e., ObjectTeller and ObjectWire programs). The user may use this function to start-up or shut down the ObjectBank System completely, or just turn on or off selected functions of the ObjectBank System. Upon the execution of the routine, the ObjectWire Program will poll the Message Exchange Databases of other ObjectSafes on the ObjectWire Network to determine if there are any message requests or works-in-process. Operation of the ObjectBank System Method: In typical operation, the ObjectBank System method of this invention functions as follows:
  • Depositing of Objects When a user determines that an object is to be deposited ("stored") in a selected target ObjectSafe or ObjectVault, a user completes an Index Card identifying the object to be deposited.
  • the Index Card is generated and completed by either executing the ObjectTeller program functions directly or indirectly through an OLE aware application program (which automatically executes the ObjectTeller program functions upon the execution of a certain application command such as "Save,” for example).
  • OLE aware application program which automatically executes the ObjectTeller program functions upon the execution of a certain application command such as "Save," for example.
  • the encrypted and compressed object is copied to the user's Out Box and a message request that the object be deposited in the target ObjectSafe or ObjectVault is placed in the user's Message Exchange Database.
  • the object is left in the user's Out Box for pick-up ("copying") at some near future time by the target ObjectWire Program of the target ObjectBank System.
  • Each ObjectWire program of each ObjectBank System polls each Message Exchange Databases of the various computers on the ObjectWire Network. This polling may be on a regular, timed interval basis, or it may be done on a learned, frequency-of-use-basis.
  • an ObjectWire program When an ObjectWire program detects a message request to deposit an object to its System's ObjectSafe or ObjectVault, it verifies that the user is authorized to store objects in its ObjectSafe or ObjectVault, then copies to its ObjectSafe or ObjectVault the object left for pick-up in the source user's Out Box. At that time, a running historic record is updated and put on an Index Card and placed in the target ObjectBank System's Out Box for pick up by the source of the message request and all other ObjectBank Systems. In this manner, all ObjectBank Systems are aware of all completed ObjectBank transactions.
  • the target ObjectBank System's ObjectWire program polls each Message Exchange Database, detects the request message, searches for the object Index Card requested, determines that the requesting user is authorized to retrieve the object, locates the object, makes a copy, places it in its Out Box for pick-up and places a message in its Message Exchange Database that it is ready for pick-up.
  • the requesting user's own ObjectWire Program cyclically polls the target ObjectBank Systems Message Exchange Database.
  • the ObjectWire program When the ObjectWire program detects that the object requested is in the target ObjectBank Systems Out Box for pick-up, it copies the object, decrypts and decompresses the object, and writes it to the designated ObjectSafe (either a file or in an OLE aware application file) where the user may then access and manipulate the object in whatever manner desired.
  • the ObjectSafe either a file or in an OLE aware application file
  • the Index Card of the object is updated and a successful retrieval message is placed in the Message Exchange Database.
  • the target ObjectWire Program sees the acknowledgement of the retrieval and that request message no longer exists, it updates the Index Card with the successful retrieval information.
  • the object stays in the target ObjectBank System's but Box for a fixed period of time or until deleted by the ObjectBank Manager. Note that during this process no computer has written to another computer's disk and there has been no tampering with the object that was originally stored because the user does not have access to the stored object. The user only works with copies of objects, and cannot access the ObjectSafe directly. The object is left in the ObjectBank Out Box until the user's ObjectWire Program picks up the copy. If the user's computer inadvertently goes off line through a power failure or computer crash, the transfer will not be affected. When the user's computer comes back on line, the user's ObjectWire Program can access the ObjectBank Out Box and pick up the object.
  • Fig. l shows a schematic of a plurality of computers 2, 2a, 2b, 3 and 3a each having an ObjectBank System of this invention and arranged in an exemplary ObjectWire Network 1 configuration.
  • the ObjectWire Network 1 shows by way of example the capability of any computer having an ObjectBank System, whether a stand alone personal computer 2, 2a, 2b or networked computer 3, 3a, to share objects on an asynchronous, peer to peer basis with any other stand alone or networked computer on the ObjectWire Network 1 having an ObjectBank System.
  • Each ObjectBank System computer 2, 2a, 2b, and networked computers 3 and 3a of Fig. 1 comprises a standard industry computer having in addition to its operating system, peripheral input/output devices and applications programs, the "ObjectTeller” program 4 and the “ObjectWire” program 5, and an object storage device (6, 7, 8, 9 and 10), called an "ObjectSafe” (6, 7, 9 and 10) or "ObjectVault” (8) .
  • each ObjectBank System computer While under certain circumstances it is preferred that each ObjectBank System computer have its own ObjectSafe, depending on the intended use of the computer(s) or networked computer(s) on the ObjectWire Network, it is not required that each of the computers have its own object storage device because ObjectBank System computers can share an ObjectSafe with that of another ObjectBank System computer.
  • computer 2a need not have its own ObjectSafe 7 because it could use computer 2's, 3's or 3a's ObjectSafe.
  • individual work stations 11 and 12 do not require their own ObjectSafes, if file servers 13 and 14 include an ObjectSafe 9 and 10 or an ObjectSafe outside the network is used.
  • all computers on the ObjectWire Network could be configured like an existing client-server configuration whereby all computers would share one computer's ObjectSafe.
  • Computer 2b is configured such that it has an ObjectVault 8 rather than an ObjectSafe.
  • An ObjectVault is an ObjectSafe which has been configured to store a copy of all objects on the ObjectWire Network whereas an ObjectSafe is configured by a user to store only select objects on the ObjectWire Network. Therefore, any reference herein to an ObjectSafe may interchangeably be referred also to as an ObjectVault depending on the desired user configuration.
  • At least one computer on the ObjectWire Network include an ObjectVault and that this computer be physically secure 15 from access by all persons except a designated ObjectBank Manager responsible for the operation and maintenance of the ObjectVault computer.
  • Each ObjectSafe (6, 7, 9 and 10) and ObjectVault (8) is custom configurable.
  • a typically envisioned configuration for each ObjectBank System's ObjectSafe disk directory would include the following subdirectories: Root Directory, DOS, Windows, Network Programs, Other Application Programs (may be accessible on the ObjectWire Network) , ObjectBank Programs, ObjectSafe Configuration, ObjectTeller - User Interface, ObjectWire - Network Interface, ObjectBank Work Area, ObjectBank Message Exchange Database, ObjectBank Out Box (read-only on the network) , ObjectSafe Indexes (certain selected indexes) , and ObjectSafe Objects with the following two optional subdirectories: Temporary Object File, Permanent Object File.
  • a typically envisioned ObjectBank System ObjectVault computer disk directory would include the following subdirectories: Root Directory, DOS, Windows, Network Programs, ObjectBank Programs, ObjectVault Configuration, ObjectWire - Network Interface, ObjectBank Work Area, ObjectBank Message Exchange Database, ObjectBank Out Box (read-only on the ObjectWire Network) , ObjectVault Indexes (all objects, all object indexes), and ObjectVault Objects having the following two subdirectories: Temporary Object File and Permanent Object File.
  • Each ObjectBank System computer manages objects by indexing, depositing ("storing") , withdrawing ("retrieving") and communicating objects through the functions of the ObjectTeller and ObjectWire programs 4 and 5.
  • the ObjectTeller and Object Wire programs are written in "C" language and are capable of being constructed by one skilled in the art of computer programming using standard industry routines.
  • the ObjectTeller program 5 is a menu driven user interface program for the configuration and use of the ObjectBank System, i.e., the depositing and withdrawing of objects, and for determining the status of the deposits and withdrawals of objects.
  • the ObjectWire program 4 is a communications program having its own configuration and function files for the posting and withdrawal of objects to and from the other ObjectBank System computers on the ObjectWire Network l. The functions of the ObjectTeller and ObjectWire programs can be accessed directly by executing each program independently of any other program.
  • the functions of the ObjectTeller and ObjectWire programs are preferably accessed and executed indirectly through an OLE aware program operating within a Microsoft Windows operating environment. This preferred usage precludes the user from having to exit an applications program to directly access and execute the functions of the ObjectTeller and ObjectWire programs.
  • the ObjectTeller program 5 comprises functions to permit a user means for processing the deposit and withdrawal of objects to and from one or more ObjectSafes (6, 7, 9 and 10) and/or ObjectVaults (8) on the ObjectWire Network l, and review the status of deposits and withdrawa1s.
  • Fig. 2 is a flowchart diagram of the configuration routine of the ObjectTeller program 5 of Fig. 1.
  • the ObjectTeller Configuration initialization file (ObjectTeller.ini) is read and saved in a temporary object, a local MED and ObjectSafe is opened, an array for each available ObjectVault and ObjectBank is built, and arrays for the User Data and Index Card Templates are built. If an error occurs, then the user is returned to the system. Then, a user or ObjectBank Manager has the option to custom configure the ObjectBank System by selecting and executing various options from a menu.
  • the configuration routine permits the user (or ObjectManager) to: (1) select and change 102 the ObjectSafe(s) and/or ObjectVaults to which objects are to be deposited to or withdrawn from (the "target" ObjectSafe or ObjectVault); (2) select and change 107 which users are authorized to deposit or withdraw objects from an ObjectSafe and what level of access each user is permitted; and, (3) select and change 110 which Index Card Template is to be used to record object information.
  • Change Ob ectSafe/ObjectVault Referring further to Fig. 2, if a user (or ObjectManager) desires to select or change a target ObjectSafe (or ObjectVault) , he executes from a menu the ChangeObjectSafe function 102.
  • the user first selects the ObjectSafe or ObjectVault from the SAFE.ini file and then selects to remove the ObjectSafe or ObjectVault from the SAFE.ini file or to change its parameters. If removal is desired, the selected ObjectSafe or ObjectVault is removed from the SAFE.ini file. If a change is to be made, an ObjectSafe/ObjectVault maintenance form is presented and the existing safe/vault parameters are listed. The use then modifies the parameters. The parameters peculiar to the selected logical device are verified. If verified, then the user accepts or rejects the changes. If a change to the size and storage type is not desired, the user can then select 105 which other ObjectBanks systems are to be notified of object deposit and withdrawal activity.
  • a maintenance template (form) is presented for completion by the user.
  • the user must input certain minimum information such as the new users name, user type (i.e., depositor or borrower), user description (i.e., a general comment), the unique user identification ("ID”), and the user's main storage "bank” (i.e., ObjectSafe).
  • Additional optional information may be input, such as, type of "bank account", any co-users, correspondent banks for this user, the user generation, short name, government identification number, visibility indicator, primary operating "branch” (i.e., home directory/pathway) , date account opened, and permissible activities.
  • the completed maintenance template is then verified and either accepted or rejected by the user and upon either of which the user moves on to ChangeExistingUsers function 109. If the user desires to change an existing user, he/she selects ChangeExistingUsers 109, which causes a list of existing current ObjectBank users to be displayed. The user selects from the list the user to be changed and that selected user's current information is displayed in a maintenance template form.
  • the user completes the changes and either verifies or rejects the changed information. Once the user adds any new users 108 or makes any change to the existing users 109 and the changes are verified, accepted or rejected, the ObjectBank System's configuration database file OBJBANK.INI is updated 106 to record the additions or changes.
  • Change Index Card Template If a user desires to add new or change the Index Card Templates to which object index information will be recorded, the user selects from a menu the ChangelndexCardTemplates function 110, then AddTemplates ill or ChangeTemplates 112 functions. If AddTemplates 111 is selected, a template maintenance form is presented and the user inputs certain minimum information such as the template name and class, the data type, the application type, and general usage description.
  • Additional optional information may also be input such as the short name of the template, referenced bank accounts and the review date of the template.
  • the added template is then verified and either accepted or rejected. If accepted, the new template is retained for subsequent updating of the OBJBANK.INI configuration file. Once the new template is either accepted or rejected, the system goes to the ChangeTemplates function 112. If the user does not desire to change a template, the OBJBANK.INI configuration file is updated. If the user desires to change a template, the ChangeTemplates function 112 causes a list of the current bank templates to be presented. The user then selects which template is to be changed and the template with current information is displayed in standard template maintenance form. The user changes the desired information (i.e., completes the form) .
  • ObjectTellerConfiguration is a flowchart diagram for the ObjectTeller program deposit routine 200.
  • the ObjectTeller.ini file is read and saved in a temporary object.
  • the local Message Exchange Database (MED) and local ObjectSage are opened and arrays for the available ObjectVaults, ObjectBanks, user data, and index card templates are built.
  • the OTdep.dlg (ObjectTeller deposit menu) file is invoked. 1. Select a Target ObjectSafe 202.
  • the SAFE.dig (ObjectSafe and ObjectVault configuration) file is also invoked and the ObjectSafes and ObjectVaults known to this ObjectTeller are listed and the current target ObjectSafe and ObjectVault are indicated.
  • the user selects 202 the target ObjectSafe from his ⁇ her own ObjectSafe (if computer resident) and/or one or more other ObjectSafes on the ObjectWire Network 1 to which he ⁇ she has been authorized access.
  • the user can select multiple target ObjectSafes if objects are desired to be deposited in several ObjectSafes. 2. Identify the objectfs) to be deposited 203.
  • the ObjectBank System reads each object and attempts to identify the type of object — WordPerfect, Dbase, Lotus, CAD, etc. If the user has not accessed the ObjectTeller functions through an OLE aware applications program, the user must identify/select the object(s) that will be deposited. The user can also select whether the object to be deposited is temporary or permanent. If no object is identified for deposit through an OLE aware application, an object identification card (template) is presented to the user for completion. The user then inputs 203 certain minimum object identification information such as the object name, object type and object location.
  • Wildcard characters (e.g., ?, /, *) may be used. If the user does not input the object type, the ObjectTeller deposit routine will evaluate and automatically select the object type. If the user does not input the object location, a list of default paths is presented allowing the user to select between directories and drives. 3. Fill-out object Index Card 204. Once the object identification card is completed 203, the deposit function locates the identified object and evaluates its type and verifies it against the user's indication or (if no user indication of type) , the deposit function automatically identifies and classifies the type of the identified object.
  • the deposit function Once the object identification card is completed 203, the deposit function locates the identified object and evaluates its type and verifies it against the user's indication or (if no user indication of type) , the deposit function automatically identifies and classifies the type of the identified object.
  • the ObjectTeller program creates a user index card from a default index card template for each type of object, partially completes the index card with minimum data from the object for identification and storage, then displays the index card to the user for completion 204. If the object has previously been deposited in the ObjectBank System, then a list of all the previous relative index cards is presented which identify any related object(s) (i.e., "parents," “children” or “siblings") . The user can retrieve and look at the index cards for these parent/children/siblings objects and do an on-screen object comparison before deciding whether to continue with the depositing of the object.
  • the user can then select and examine the various index cards and either select one for the default model or request a new index card template having the minimum identification and storage data for the object to be deposited.
  • the user then completes 204 the index card by inputting optional information such as co-users interested in this object, the object generation", an object alias, the visibility indicator, the primary object level, object creation or reference date, cross-reference keys within the object and cross-reference keys to other objects.
  • the user indicates by inputting a check on the index card his/her choice for object encryption, compression, password access protection and/or object deletion from the local ObjectSafe's subdirectory after deposit to the target ObjectSafe ⁇ Vault.
  • An index card is completed for each object to be deposited. 4. Initiate Deposit Function 205.
  • the ObjectSafe deposit function is initiated 205.
  • the object index card data is placed in a structure and read to determine if the object to be deposited is to be encrypted 206 and compressed 208 before depositing. The default is to encrypt 207 and compress 209 the object before the object is deposited to a target ObjectSafe ⁇ Vault. If the object is to be encrypted 207, the object is located, its size and storage requirements evaluated, then encrypted and the storage setup. If the object is be compressed 209, the object is located, its size and storage requirements evaluated, then compressed and storage setup. 5. Deposit object to local or non-local ObjectSafe 210.
  • the ObjectTeller program determines 210 if the object is to be deposited to the local (computer resident) ObjectSafe or to a non-local ObjectSafe located elsewhere on the ObjectWire Network 1. If the object is to be deposited in a non-local ObjectSafe, then the object and related index card is located, object accounting (tracking) information added, and the object placed 211 in the Outbox for pick-up by the target ObjectSafe computer. A deposit request index card is placed 212 in the Message Exchange Database, and after which, the ObjectTeller deposit routine is terminated 218. 6. Perform ObjectBank system error checking 213.
  • the object is located and industry standard system error checking functions are performed 213 including checksum validation on the source and altered object form, size and storage requirement evaluation and comparison to local target storage capacity, and the system clock switch is set and results conditions checked.
  • the ObjectTeller program reads ("copies") each object into its "work area" RAM from the source object, then calculates checksums for data validation. It compares the object in the work area to the source object checksums to verify data transmission accuracy. It also checks to make sure there is sufficient space on the target ObjectSafe for the object to be deposited, so as not to exceed the pre-configured maximum ObjectSafe storage capacity.
  • an ObjectDeposit error message template is created and placed 217 in the local Message Exchange Database and the ObjectTeller Deposit routine is terminated 218. 7. Deposit the object to the target ObjectSafe 215 or indicate system error 217. If the system error checks are successful and no error is detected 214, then the object is located, object accounting information added, and then deposited 215 from the work area RAM into the target ObjectSafe. The object index card is located in the work area RAM, object accounting information added to indicate a successful deposit location, then placed 216 in the local target ObjectSafe and in the Message Exchange Database with a public routing code ("flags") so all other ObjectSafe computers on the ObjectWire Network l can update their indexes.
  • flags public routing code
  • the ObjectTeller deposit routine is then terminated 218. If the object is to be deposited in an ObjectSafe on another ObjectBank System computer on the ObjectWire Network 1, the source ObjectBank System ObjectWire program will keep polling the Message Exchange Database on the target ObjectSafe computer until a message appears that an updated index card for the deposited object appears indicating that the deposit was successful, its deposit location, and that an updated index card is available for pick up in the target ObjectSafe computer's Out Box. The updated index card is then copied from the target ObjectSafe's Out Box to the source ObjectSafe.
  • Fig. 4 is a flowchart diagram of the ObjectTeller program withdrawal routine 300 is shown having functions to withdraw an object from a target ObjectSafe ⁇ Vault.
  • the local Message Exchange Database and local ObjectSafe are opened and arrays for the available ObjectSafes and ObjectVaults, user data, and index card templates are built.
  • the first step in the withdrawal of an object from the ObjectBank System is to first identify the object and its location by conducting an object index card search.
  • the ObjectTeller program invokes the Sindex.dlg file which displays a search index card having blank fields to be completed 302 by the user.
  • the ObjectTeller withdrawal routine parses the completed search fields and sets up a search criteria database.
  • a fuzzy search of the index cards of the designated local ObjectSafe is then performed 303 matching the Search Index Card to the desired object(s) index card.
  • the matching index cards are collected in an array and displayed 304 in a list format for review by the user.
  • the ObjectBank System reports how many index cards have been found*with an exact match and how many with a "fuzzy" match. If a matching index card has not been found in the local Objectsafe(s) (e.g., as a result of the object being deposited to an ObjectVault and removed from the local ObjectSafe in order to save disk space) and a search of additional Index Cards is desired 305, then the user can request a withdrawal of object index card(s) from an ObjectVault and/or other ObjectSafes on the ObjectWire Network 1 and an index card withdrawal request will be placed in the Message Exchange Database 306.
  • the user is allowed to select for searching other ObjectSafes on the ObjectWire Network to which he has been authorized access.
  • the user can select multiple target ObjectSafes if the desired object(s) may have been deposited in several ObjectSafes on the ObjectWire Network. Any additional found index cards returned by the request will be displayed 304 in the list format for review by the user. If the user determines he has not found the desired object(s) , he can change 307 the search criteria and fill- out another Search Index Card and another object index card search process can be performed 303 and the results of the search displayed 304. 2. Select the index card of the object to be withdrawn 308. To view an index card of the object to be withdrawn, the user selects 308 the desired index card from the displayed list.
  • the ObjectTeller withdrawal routine parses the ObjectBank account, • type and location data so the user can see the detail of the index card, including information on the genealogy and pathway of who has deposited and who has withdrawn the object. The user can also look at the index cards for the parents/children/siblings before deciding whether to continue. 3. Initiate the withdrawal function 309. To withdraw one or more objects identified on the index cards, the user initiates the ObjectSafe withdrawal function by selecting 309 the desired object to be withdrawn. This causes the index card data to be placed in the search structure.
  • an ObjectWithdrawal error message is created and placed 312 in the Message Exchange Database and the ObjectTeller withdrawal routine is terminated 319. 5. Determine locality of object to be withdrawn 313. If no System error is detected 311, the ObjectTeller program determines if the object(s) to be withdrawn are to come from a local ObjectSafe or an non- local ObjectSafe 313. If the withdrawal is to be made from a non-local ObjectSafe (i.e., an other ObjectBank System having an ObjectSafe or ObjectVault) a withdrawal request with the correspondent information and flags to alert the target ObjectSafe (object "source" ObjectSafe) is placed in the Message Exchange Database 314.
  • a non-local ObjectSafe i.e., an other ObjectBank System having an ObjectSafe or ObjectVault
  • the ObjectTeller withdrawal routine is then terminated 319 and the ObjectWire program polling routine will begin cyclically polling the target ObjectSafe(s) Message Exchange Database to detect when the desired object is ready to be picked-up from the target ObjectBank computer's Out Box 601 (see Fig. 7) .
  • the ObjectWire program polling routine will begin cyclically polling the target ObjectSafe(s) Message Exchange Database to detect when the desired object is ready to be picked-up from the target ObjectBank computer's Out Box 601 (see Fig. 7) .
  • Withdraw object, from local ObjectSafe 315 If it is determined 313 that the withdrawal is to be made from a local ObjectSafe, the object is located in the local ObjectSafe and read ("copied") 315 into the local work area RAM. If necessary, the withdrawn object is decompressed and decrypted 316.
  • the withdrawn object is then located in the local work area RAM, the target location where the object is to be deposited is verified, and the copy of the object deposited in accordance with the deposit function 205 (see Fig. 3) to the target ObjectSafe ⁇ Vault.
  • the index card for the object withdrawn is then updated with the accounting and time information and placed 318 in the Message Exchange Database for pick-up and notification of the source ObjectSafe computer and update of it's object index card that the transaction was completed. Once the index card of the source ObjectSafe is updated and a message placed in the Message Exchange Database, the ObjectTeller withdrawal routine is terminated 319.
  • FIG. 5 is a flowchart diagram of the ObjectTeller program's Status process routine 400 having functions to allow the user to review the status of object deposits and withdrawals and to terminate in-process deposits and withdrawals, if desired. Referring now to Fig.
  • a user selects 401 from a menu the ObjectTeller Status process routine. This causes the ObjectTeller.ini file to be read and saved in a temporary object.
  • the local Message Exchange Database is opened.
  • the local Message Exchange Database is checked 402 for any changes, i.e., whether or not a new message has been added or an old message has been deleted since the last recorded date-time-stamp.
  • a date-time-stamp (“DTS") is recorded and the last DTS is read for access checking.
  • DTSKEY is used to access the Message Exchange Database messages.
  • the Status function continues to check the local Message Exchange Database until a change is detected. Once a change is detected 403, a new DTSKEY will be stored and the type of message change (i.e., index card or deposit or withdrawal request message) is determined 404. If the change is an index card message or a deposit or withdrawal request message, an acknowledgement flag is checked 406 to determine if the request is still in process. If acknowledged, the deposit or withdrawal request is complete and the object deleted 407 from the Message Exchange Database, the index card is stored 408 in the Message Exchange Database, and a handling message is setup and presented 405 to notify the user of the present status.
  • the type of message change i.e., index card or deposit or withdrawal request message
  • the request is still in process and the index card is stored 408 in the Message Exchange Database and a handling status message is setup and the user presented 405 with the present status. If the message determined 404 is not an index card or deposit or withdraw request, an error message is created and the handling status message is setup and presented 405 to the user. Once the user has been notified of the present status 405, obsolete messages can then be removed from the Message Exchange Database 409 (as necessary) and stored in the local Objectsafe and a user notification list setup. If the user desires to continue checking the status of deposits and withdrawals, the local Message Exchange Database is polled 410 for changes as before. If the user does not desire to continue checking the status of deposits and withdrawals, the Status function is terminated 411.
  • the ObjectWire program 4 (Fig. 1) comprises functions to permit a user to communicate between two or more ObjectBank Systems (e.g., 2, 2a, 2b, 3, and 3a) to process the deposit and withdrawal of objects to and from one or more ObjectSafes (6, 7, 9 and 10) and/or ObjectVaults (8) on the ObjectWire Network 1.
  • Fig. 6 is a flowchart diagram of the ObjectWire program configuration routine 500.
  • the ObjectWire configuration routine permits the user to custom configure at any time which ObjectBank Systems (ObjectSafes) on the ObjectWire Network are to be polled 502, which ObjectBank Systems are not to be polled 507, how the ObjectBank System to be polled is accessed 504, when the selected ObjectBank Systems are to be polled 505, and also to change the criteria of the objects (Index Card, Index Card Message or Object) to be polled 510.
  • the ObjectWire Configuration routine is accessed and executed by way of menu selection via the ObjectTeller program 5 (Fig. 1) .
  • the ObjectTeller.ini file is read and saved in a temporary object, the local Message Exchange Database and local ObjectSafe are opened, and arrays for the available ObjectSafes and ObjectVaults, user data, and index card templates are built.
  • the "Ow.dlg" (ObjectWire configuration menu) file is invoked. The user has the option of menu selecting the ObjectSafes to be polled 502, to select those ObjectSafes which are not to be polled 507 and to change the item (i.e., index card, message and/or object) criteria to be polled 510.
  • the SAFE.dig file is invoked and the ObjectSafes and ObjectVaults known to this ObjectTeller are listed and the current target ObjectSafe and ObjectVault indicated.
  • the user selects 503 from the list those ObjectSafes to which the user is permitted access.
  • the "SAFENAV.dlg" (ObjectSafe navigation information) file is invoked and the user inputs 504 the manner (i.e., pathway and procedure: address/telephone, number/password, etc.) by which the target ObjectSafe is to be accessed.
  • the user inputs 504 how the target ObjectSafe can be accessed, the user inputs 505 the time interval upon which the target ObjectSafe is to be polled or accepts the default (ObjectTeller.ini) interval.
  • the ObjectWire configuration database file OBJBANK.INI is updated 506. The user is then returned to the beginning of the same option of whether or not to change the ObjectSafe polling list 502.
  • the user has the option of selecting 507 from a menu those ObjectSafes that are not to be polled 507. If the user selects 507 to change the ObjectSafes not to be polled, then the SAFE.dig file is invoked, the ObjectSafes and ObjectVaults known to this ObjectTeller are listed and the current ObjectSafe and ObjectVaults are indicated. The user then selects 508 from the list the desired ObjectSafes ⁇ Vaults that are not to be polled.
  • the SAFENAV.dlg (ObjectSafe navigation information) file is invoked and the user marks 509 those ObjectSafes ⁇ Vaults as "NOTPOLL.” After the ObjectSafes are marked 509, the ObjectWire configuration database file OBJBANK.INI is updated 506. The user is then returned to the beginning of the option of whether to change the ObjectSafe polling list 502; if not, then to the change the do not poll list; and, if not, then the user has the option of changing 510 the items to be polled. If the user chooses the menu option to change 510 the items to be polled, the user is presented with a list of polling items, i.e., the user can select 511 the index card or message criteria to change.
  • the selection tabs on/off an index card/message awareness switch.
  • the user is presented with a polling object list from which he/she can select to change 512 the object or type of object criteria to be polled.
  • the user can also enter a new object type to be included in the polling criteria.
  • the Objectwire configuration database file is updated 506.
  • ObjectWire configuration routine is terminated 513.
  • the user returns to the ObjectTeller program 5 (Fig. 1) menu operating environment.
  • Fig. 7 is a flowchart diagram of the ObjectWire program polling routine 600.
  • the ObjectWire program polling routine operates continuously in the background in a Microsoft Windows® type OLE operating environment and is also manually executable by menu selection via the ObjectTeller program 5 (Fig. l) .
  • the ObjectTeller.ini file is read and saved in a temporary object, calls are made for available servers on each adapter installed in the ObjectBank System and then listens for broadcast signatures of network servers. If a server is found 603, the OBJBANK.INI database file is updated 604 with the server information (pathway, telephone number, password, etc.) and the server is added to the presently available polling list. Then, as configured by the ObjectWire Configuration routine 501, the ObjectWire Polling routine cyclically polls 605 target ObjectBank Systems (servers) at a given time. Each time an ObjectBank System is polled, a date- time-stamp ("DTS”) is recorded.
  • DTS date- time-stamp
  • a user has the option of having the ObjectWire polling routine continue polling 606 and listen 602 for Network servers or the polling routine can be terminated 607 and the user returned to the menu operating environment of the ObjectTeller program 5 (Fig. l) . If it is time to poll 605 a given target ObjectSafe System, the ObjectWire polling routine will check 608 to see if the Objectbank System is "logged-on" to the target Objectbank System.
  • the ObjectWire Polling routine detects 608 that the Objectbank System was logged-on, then the logical device is redirected 610 to the target ObjectBank System's ObjectSafe (server) location, the last DTS for this server is read and the Message Exchange Database is opened for this server. If the Objectbank System was not logged on 608, the ObjectWire Polling program will log-on 609 to the target ObjectBank System, set 609 a flag called "WasLogged" to equal “false,” set a flag called "LogOn” to equal “yes,” and then redirect 610 the logical device to the target ObjectSafe.
  • the ObjectWire polling routine determines 611 if there are any messages put in the Message Exchange Database since the last DTS. If there are no messages since the last DTS and the "WasLogged" flag is set to "false,” then the ObjectWire Polling routine logs-off 612 the server and sets the LoggedOn flag equal to "no.” The ObjectWire Polling routine returns to the polling process at step 605 (Time to Poll any Servers) .
  • the ObjectWire Polling routine determines 613 if any message matches the search criteria as set during the ObjectWire Configuration process 501-513 and what type 614 each message is, i.e., a withdrawal request, deposit request or index card message. If the message is a withdrawal request, the ObjectTeller withdrawal routine function (309) is performed 615 to the Outbox and the ObjectWire polling routine continues 606. If the message is a deposit request, the object is read and the ObjectTeller deposit function (205) is performed 616 and the ObjectWire polling routine continues 606. If the message is an index card message, then it is determined 617 whether or not the message is one that originated from this ObjectBank System 617.
  • Fig. 8 is a flowchart diagram of the ObjectWire program Withdrawal routine 700.
  • the ObjectWire program withdrawal routine operates 701 continuously in the background in an OLE operating environment and is also manually executable by menu selection via the ObjectTeller program 5 (Fig. 1) .
  • the ObjectWire withdrawal routine looks 702 for any withdrawal or index card requests in the local Message Exchange Database. If none are found, the user has the option 703 of continuing to look 702 for local withdrawal or index card requests or terminate 704 the ObjectWire withdrawal routine which returns the user to the operating menu environment of the ObjectTeller program 5 (Fig. l) . If a withdrawal or index card request is found 702 in the local Message Exchange Database, then the ObjectWire withdrawal routine will check 705 to see if the Objectbank System is logged-on to the source Objectbank System.
  • the ObjectWire Withdrawal routine detects 705 that the Objectbank System was logged-on, then the logical device is redirected 707 to the source ObjectBank System's ObjectSafe. If the Objectbank System was not logged-on 705, the ObjectWire Withdrawal routine will log-on to the source ObjectBank System server, set 706 the "WasLogged” flag to equal false, set the "LogOn” flag to equal “yes,” redirect 707 the logical device to the source ObjectSafe (server) location, and then open the ObjectSafe on this server.
  • the ObjectWire withdrawal routine locates the object size and form in the index structure, evaluates its size and storage required and compares it to the local target capacity. If ok, the object is located in the corresponding source ObjectSafe OutBox and read ("withdrawn” or “copied") into the local work area RAM 708. The object is then located in the local work area RAM and decompressed and decrypted 709, if necessary. Then object is again located in the local work area RAM, the target ObjectSafe location verified, and the object copied 710 to the target location. After the object has been copied 710 to the target location, the withdrawal is acknowledged 711 by placing an Updated Index Card in the Message Exchange Database with the accounting and time information.
  • the ObjectWire withdrawal routine causes the System to logoff 712 the server, set “Logon” to equal “no,” and return to the option 703 of whether or not to keep looking for local withdrawal or index card requests 702 or to terminate 704 the ObjectWire Withdrawal routine.

Abstract

A highly secure, virus resistant, tamper resistant, object oriented, data processing system (1) for depositing, withdrawing and communicating electronic data between one or more individual and/or networked computers (2, 2a, 2b, 3, 3a) comprising one or more computers for processing electronic data including one or more shared electronic storage devices (6, 7, 8, 9, 10) for the temporary and/or permanent storage of said electronic data, each of said computers (2, 2a, 2b, 3, 3a) including custom configurable system programs (100, 200, 300, 400, 500, 600, 700) for asynchronous depositing, withdrawing and communicating said electronic data to commonly shared electronic storage devices, and said programs permitting data archival, accountability, security, encryption and decryption, compression and decompression, and multi-processing capabilities.

Description

Specification
ASYNCHRONOUS SYSTEM AND METHOD FOR ELECTRONIC DATA MANAGEMENT, STORAGE AND COMMUNICATION
FIELD: The invention relates to a computerized system and method for asynchronous storage, retrieval, and communication of electronic data on a peer to peer basis.
BACKGROUND: A primary and vital aspect of existing computerized electronic data management, storage and communication systems and methods, particularly network systems, is a common data storage unit which is accessible by all users on a synchronous basis for storage, retrieval, and communication of data. The synchronous nature of these systems poses numerous problems. One such problem is that to prevent simultaneous access to the same record, i.e., the same physical space on the data storage and retrieval device, software programmers must incorporate file, record, or field locking means into the software which prevent the writing and reading to the same record at the same time. This vastly complicates the writing of the software and functionally slows access time. Another serious disadvantage of synchronous electronic data management, storage, retrieval and communication systems is that the system may "lock-up" rendering the common data storage and retrieval device inaccessible and unusable until the system is restored to its operable state. Because most network systems are dependent on "sending" information to a computer that is assumed to always be on-line to receive the information, lock-up may occur when: a) computers in the network go off-line or come on-line without proper logging-on or logging-off procedures; or b) an individual computer crashes or its power fails; or c) the operator inadvertently terminates the network communications program to run an applications program. These are just a few of the many ways in which individual computers linked in a network can go off-line, causing the entire network communications to lock-up. And because most network systems cannot easily share information with other networks of differing protocols, users tend to move to bigger and bigger network systems. The bigger the network, the worse the lock-up problem. Another problem is that there is no universal method to store data in a common data storage and retrieval device from the many different applications programs, nor is there any way for multi-tasking applications to share information in an asynchronous manner and at the same or near real time. Another problem is the integrity of the data when passed from computer to computer or from network to network. Most network systems cannot assure complete transmission of data. It is particularly difficult to pass data between different networks, especially if the network systems use differing protocols. Another problem is user tracking. User entry and exit trails are extremely hard to reconstruct after there has been any access, authorized or unauthorized, to the common data storage and retrieval device. Another severe problem of a common data storage and retrieval device is that it is susceptible to user tampering or virus infection, both of which can result in altered, scrambled or deleted data. The susceptibility of user tampering and viral infection often requires elaborate and expensive countermeasures such as password systems and anti-viral software. Another problem is that data cannot be transmitted between networked computers in encrypted form. Another problem is that most network systems require a computer having large computing power and a large capacity data storage device to act as dedicated host or server to run the network operating programs. Then, individual workstations or computer stations ("clients") must be hard-wired to the server. In addition, with many client-server based systems, two different types of computer programs are required, one for server operations and one for client data manipulation. This further complicates the writing of programs and slows access time. Accordingly, there is a need for a computerized system for the management, storage, retrieval and communication of electronic data that is asynchronous in nature and which system overcomes the inherent problems associated with the existing synchronous systems as described above.
THE INVENTION TERMS: It is to be understood that any reference to the below listed terms shall have the corresponding meaning provided:
Object: means any binary data file, including but not limited to, documents, programs, graphics, voice mail, faxes, Computer Aided Design (CAD) files, and Binary Large Objects (BLOB'S), and the like, as they are traditionally and broadly understood, as well as any other object that is desired to be written to a data storage device, area, or location. In the disclosure herein, reference to data storage device, area, or location or the act of reading or writing may interchangeably refer to "in" or "on". Thus, "writing on" or "writing in" means the same.
Temporary Object: means an object having an expiration date; i.e., in-process objects which are stored temporarily in the electronic data storage means of an ObjectBank System.
Permanent Object: means an object having no expiration date; i.e., an object that will be stored forever on an electronic data storage device compatible with an ObjectBank System. ObjectSafe: means a specified physical data storage area of a data storage device including, but not limited to, hard disks, floppy disks, magnetic tape, magnetic drum, bubble memory, stringy tape, digital audio tape ("DAT") , VCR tape, laser disks, magneto-optical disks, CD-ROMs, and laser cards.
ObjectVault: means a dedicated computer having an ObjectSafe which has sufficient data storage capacity to store all objects of all ObjectSafes on the ObjectWire Network.
ObjectTeller: means an OLE-aware and OLE-accessible computer program having user customizable function means to deposit and withdraw ("retrieve") objects to and from ObjectSafes and to conduct status checks of deposits and withdrawals.
ObjectWire: means a computer program having user customizable function means for communications, i.e., polling and retrieving objects, from other individual or networked computers each having an ObjectWire program.
ObjectWire Network: means the architecture of all computers compatible with an ObjectBank System, i.e., any one or more computers linked together by having an ObjectTeller and ObjectWire program installed.
ObjectBank System: means any one or more computers having installed an ObjectTeller and ObjectWire program and a system architecture configuration comprising an ObjectSafe and/or ObjectVault, MED and Out Box. A computer having an ObjectBank System may be referred to as an ObjectBank System computer.
Message Exchange Database ("MED") : means a defined physical electronic data storage area of an ObjectSafe or ObjectVault accessible via the ObjectTeller program or other OLE-aware application program for the purpose of depositing and withdrawing temporarily stored objects for the purposes of communicating messages requesting an object be stored in a target ObjectSafe or ObjectVault or requesting an object be retrieved from a target ObjectSafe or ObjectVault.
ObjectBank Manager: means a specified user responsible for the operation, care and maintenance of a computer or computer network having an ObjectBank System.
Out Box: means a temporary electronic data storage area of an ObjectSafe for the posting of objects via the ObjectTeller program to be retrieved and stored to one or more other computer's ObjectSafes or ObjectVault on the ObjectBank Network.
Index Card ("IC") : means a permanently stored customizable and modifiable electronic index data file of every object of the ObjectBank System having the following data fields: object type, date/time, IC identification code, parent IC identification code, created by, key words (four) , abstract, object source path; and, each index data file having user selected features for data encryption, data compression, password access, public or private list access, and IC visibility.
Index Card Template: means an electronic template or "mask" having a default configuration of an uncompleted or "blank" Index Card and which template is user customizable and which default or customized template is used for the creation of an object Index Card.
OLE: means "object linking and embedding" as is commonly known in the field of the art.
DRAWINGS: Fig. 1 is a schematic diagram of the architecture of a plurality of computers having an ObjectBank System of the invention comprising an ObjectWire Network configuration; Fig. 2 is a flowchart diagram of the Configuration process routine of the ObjectTeller program of the System invention; Fig. 3 is a flowchart diagram of the Deposit process routine of the ObjectTeller program of the System invention; Fig. 4 is a flowchart diagram of the Withdrawal process routine of the ObjectTeller program of the System invention; Fig. 5 is a flowchart diagram of the Status process routine of the ObjectTeller program of the System invention; Fig. 6 is a flowchart diagram of the Configuration process routine of the ObjectWire program of the System invention; Fig. 7 is a flowchart diagram of the Polling process routine of the ObjectWire program of the System invention; and Fig. 8 is a flowchart diagram of the Withdrawal process routine of the ObjectWire program of the System invention.
SUMMARY: The invention is directed to an asynchronous electronic data management, storage, retrieval and communication system and method compatible with any multi- tasking operating system. The overall system is called an "ObjectBank System." The ObjectBank System comprises a user interface program called the "ObjectTeller" program, a communications program called the "ObjectWire" program, (both programs written in "C" language and capable of being written by one skilled in the art of computer programming) , and computer system architecture including a standard industry computer processor, input/output devices and at least one primary defined physical data storage area for "objects" called the "ObjectSafe" or "ObjectVault." Objects can be any type of binary data file. Each object is index referenced by use of electronic "index cards" and stored in an ObjectSafe for retrieval upon request using the ObjectTeller Program and communication among computers by the ObjectWire Program. All Permanent Objects of all ObjectBank System computers on the ObjectWire Network may be stored in an archival ObjectSafe which is then called an ObjectVault. There is no physical difference between an ObjectSafe and an ObjectVault other than an ObjectSafe permanently stores select objects whereas an ObjectVault permanently stores all objects from all ObjectSafes on an ObjectWire Network.
Objective of the System Invention: The objective of the ObjectBank System is to provide a method means for electronic data management, storage, retrieval and communication of data stored in a universally compatible ASCII format in at least one central storage device (ObjectSafe or ObjectVault) and shared in an asynchronous manner on a peer to peer basis with other ObjectBank System computers. Each object in the ObjectBank System is indexed and stored to a user selected target ObjectSafe and/or ObjectVault. Once stored, objects are never modified, overwritten or deleted, but are only copied and the copies shared with other users. Objects are shared between users by message request using a Message Exchange Database ("MED") . Upon the message request by other users for the sharing of a particular object (or all objects) from a specified (or all computers) on the ObjectBank Network, the ObjectBank Manager of the target ObjectSafe copies the requested object(s) and places the object(s) in an "Out Box" for "pick-up" (transmission) via the ObjectWire program by the requesting users. Since objects are only copied from the ObjectSafe or ObjectVault, the stored objects are guarded against any modification or tampering and the ObjectSafe and/or ObjectVault is protected against virus infection because no object stored is ever "run" which execution would typically provide the mechanism for infection by or replication of a virus. The ObjectBank System may also provide data protection by periodically reminding the ObjectBank Managers to permanently store their important Temporary Objects and delete multiple copies of Temporary Objects. The ObjectBank System is specially designed to pass information between computers on the ObjectWire Network with near 100% accuracy. An Index Card for each object maintains at least one sequential, historical trail of its origin. Thus, each object's Index Card will have a reference record of its origin and of the "family tree" of related objects, i.e., the physical addresses of each parent and child of an object. Thus, Index Cards help speed access to objects, record a trail of copies of objects that are deposited or retrieved, record who made the deposits or requests, and record what other ObjectBank System computers have copies of objects and Index Cards. Like any other Permanent Object, completed Index Cards are stored in the ObjectSafe or ObjectVault and copies may be made and transferred to other users on the ObjectWire Network.
Interconnectivity of the System Invention: The ObjectBank System of this invention is particularly adapted for use with computers which may be linked via modem or network using currently available network programs, such as Lantastic and Novell. To be compatible with the ObjectBank System, however, each stand alone computer or each networked computer system requires its own ObjectTeller and ObjectWire programs. Together, the ObjectBank System computers comprise an ObjectWire Network. Communications between computers on the ObjectWire Network is on a "receive alone" basis, i.e., there is no "sending" of any data or object to a target address. The ObjectWire program is configured by a user to look for and request certain types of objects by designated search criteria. The ObjectWire program time sequentially "polls" via modem or network a Message Exchange Database ("MED") of other ObjectNetwork computers for the designated type of object fitting the search criteria. If the designated type of object is made available for copying by a ObjectBank Manager, i.e., placed in an Out Box, it is transmitted to the requesting user by the requesting user's ObjectWire program. Because each computer of the ObjectBank System only receives only copies of objects made available by other users on the ObjectWire Network, there is no "sending" of data and therefore no mechanism to cause the ObjectBank System to lock-up. Thus, computers which remain on the ObjectWire Network can continuously receive available (stored) objects and in any order from any computer system which remains on the ObjectWire Network. If any computer goes off the network through a power outage, computer hardware or software defect, user error, the ObjectBank System of operation is not affected. Each ObjectBank System compatible computer will continue to poll for requested objects and hold any object retrieval or storage requests until the target computers are reconnected. Computers in the ObjectWire Network can be interconnected via modem, Local Area Network (LAN) which involves linkage of in-house computers, or Wide Area Network (WAN) which involves networks linked to other networks. The ObjectWire program has the capability to log on sequentially to successive networks using different network software and protocols, and to process the respective storage and retrieval message requests. Because objects are "picked up" by the ObjectBank System rather than "sent," the system of this invention is particularly conducive to an architecture wherein the ObjectBank System connects to multiple networks sequentially and picks up from each Message Exchange Database (MED) any storage or retrieval message requests to perform on that network or pass along to an ObjectSafe on another network before disconnecting and connecting to the next network. This allows users to share objects easily in an asynchronous manner among several non- compatible network systems. Rules of the System and Method Invention: Two basic rules of the ObjectBank System and method apply: First, no computer may write to any storage device of any other computer on the ObjectWire Network. Second, permanently stored objects are never modified, over- written or deleted. Therefore, only copies of stored objects are ever transmitted to other computers on the ObjectWire Network.
Encryption and Compression of Objects: For data security and efficiency of operation, object encryption and compression may be employed. In the best mode of operation, the default configuration of the ObjectTeller program is to encrypt and compress all objects for permanent storage as well as transmission to other users via the ObjectWire program. However, the ObjectBank Manager has the option of specifying that a particular object or all objects not be encrypted or compressed.
Access Authorization: In addition to object encryption and compression, the ObjectBank System maintains a multi-leveled access authorization structure for users, messages, index cards, and objects. When the user accesses the ObjectBank System, the user's identification code and password is verified by the ObjectTeller Program to determine whether that user is authorized to access the object stored in that ObjectSafe. The ObjectTeller configuration files include the list of authorized users to store and/or retrieve all or particular objects. Modifications to the list are appropriately protected so that only authorized persons (e.g., the ObjectBank Manager) can add or delete user names. There are three levels of access to objects: (l) if the object is available for anyone on the ObjectWire Network to copy, then the access is "Public"; (2) if there is a distribution list of authorized users to particular objects, then the access is "Restricted"; and (3) if there is only the original user on the authorization list, then the access is "Private."
Index Cards: All ObjectBank System transactions are recorded on an object reference Index Card which is created automatically when an object is stored to an ObjectSafe or ObjectVault. Index Cards provide a rapid reference classification means for retrieval of objects from an ObjectSafe or ObjectVault. Index Cards also provide a means for determining the genealogy of object requests, storage, and retrievals. In addition, Index Cards provide the means by which the user determines: (1) whether or not the object is to be encrypted and/or compressed; (2) the password; (3) the access level (i.e., public, restricted, or private) ; (4) the access list of authorized users; (5) whether or not the Index Card will be "visible" (i.e., displayed) to other users; (6) up to four "key words" of the object to be used as index search terms; and (7) an abstract (summary) of the subject content of the object.
Each ObjectBank System keeps its own set of Index Cards and records, in date/time sequence, of all requests for objects, all retrievals obtained or denied, all deposits offered and/or accepted by the ObjectSafe. The ObjectBank System maintains indexes to help speed access to its objects, to record a trail of copies of objects that are deposited or retrieved, to record who made the deposits or requests, and to record what other computers have copies of objects and indexes. In addition, users may create via an Index Card Template additional reference Index Cards of the object, such as: WordPerfect documents by "Author" and "Subject"; Lotus files by the contents of cell "Al"; Dbase files by "Field" within "Record"; CAD files by "Changed-By, " etc. A user may build Temporary Index Cards of his and other user's objects for a specific search. By way of example, a "fuzzy" search may be conducted by searching for certain key words on Index Cards. In addition, searches may be made directly of the objects in the ObjectSafes, if the Index Card information is not complete or sufficient. Index Cards of the users objects are stored in the users ObjectSafe. Index Cards of objects stored on other ObjectSafes may be also be stored if selected by the user. Typically, the user's computer ObjectSafe has more limited storage space and the user will not want to store all Index Cards from all the ObjectSafes. The user can configure his ObjectBank System to keep only selected Index Cards related to specific topics. However, if the user wishes to see other types of Index Cards, he can configure the ObjectWire program to request and retrieve Index Cards relating to a particular subject from other ObjectSafes. Like all objects, all Index Cards for all ObjectSafes on the ObjectWire Network may be stored in the ObjectVault. Index Cards are never deleted. If they are updated, the prior Index Cards are always available for review. Periodically, Temporary Index Cards are stored as Permanent Objects is an ObjectVault for safekeeping.
Configuration of the ObjectBank System: An ObjectBank System is configured via both the ObjectTeller program and the ObjectWire program. The ObjectTeller program contains configuration routines used to install and configure the ObjectBank System on each computer and to create an ObjectSafe or ObjectVault. The configuration process includes the steps of: 1. Assigning a unique ObjectSafe Identification Code to the compurer for use on the ObjectWire Network; 2. Designating storage rights, i.e. identifying whether this ObjectSafe will permit storage of either Permanent or Temporary Objects, both, or neither (in which case users could only access information stored in other ObjectSafes over the ObjectWire Network) ; 3. Setting which physical storage device(s) can be used as the ObjectSafe; 4. Setting the maximum size for the ObjectSafe; 5. Determining whether other users will be allowed to store objects in the ObjectSafe; 6. Assigning to the User List user identification codes, access levels and passwords which permit users to: a. retrieve from the ObjectSafe; b. retrieve from other selected ObjectSafes; c. store to the ObjectSafe; d. store to other selected ObjectSafes; e. perform "housekeeping functions" —including assigning at least one user as the "ObjectBank Manager" who will be capable of transferring Permanent Objects from the ObjectSafe, change access levels and user passwords, etc. ; 7. Specifying the software and hardware configuration of the computer to provide other ObjectBank System users an indication of whether or not their computers can use a certain object; 8. Setting up the default Index Cards that will be used for the various types of objects that will be stored in the ObjectSafe and permit the user to build new default Index Cards; and 9. If this is the first time the ObjectBank System is used on the computer, the creation of hidden subdirectories and the verification of connections to the ObjectWire Network. The ObjectWire program also contains configuration routines which include the process of: 1. Determining which Index Cards from other ObjectSafes will be stored in its ObjectSafe; and 2. Specifying which other ObjectSafes shall and shall not be polled on the ObjectWire Network and the access method (e.g. , network card, modem phone number, password, etc.). Housekeeping Functions: There are a number of Housekeeping functions of the ObjectTeller program of the Objectbank System. These functions include the following: 1. Backup/Restore Objects. This function is used to backup the objects stored on the ObjectSafe to another storage device or to restore the objects stored on the ObjectSafe from another storage device. 2. Rebuilding Index Cards. This function is used to rebuild Index Cards from the original object stored in the ObjectSafe if the Index Cards have been corrupted. Certain Index Card information is written directly on the object as a header label when the object is compressed for storage in the ObjectSafe. This header information is sufficient to rebuild most of the Index Card if it is destroyed. This function is also used to build temporary indexes for a fuzzy search by a user; for example, searching all Index Cards or all objects for the phrase "cartridge valve" occurring within a search boundary of 10 words from the phrase "competitor". This function is also used to set up the default Index Cards that will be used by this ObjectSafe for various types of objects. 3. Move Objects to Other Physical Storage Devices. This function is used to move objects from one ObjectSafe to another or ObjectVault, to move objects from one physical storage location to another within an ObjectSafe, to move objects from Temporary to Permanent storage, or to move objects to a "NULL" device. Upon the execution of a move operation, the object will no longer reside in the original source ObjectSafe location, although the Index Card will remain indicating that the object was in that ObjectSafe location and moved to another ObjectSafe location. Permanent Index Cards are never deleted and therefore there will always remain a record of the prior and subsequent locations of moved objects. 4. Deleting Objects. a. At any time a user may delete Temporary Objects from the ObjectSafe and suggest that Temporary Objects be deleted from other users ObjectSafes. Permanent Objects are never completely "deleted," but are moved to another storage device to free up storage space. The only method to actually, physically "delete" a Permanent Object from the ObjectSafe or ObjectVault is to purposefully move the object to a "NULL" device. b. The ObjectBank Manager may delete any user's Temporary Objects from the ObjectSafe and move any Permanent Objects to a NULL Device. There may be a different ObjectBank Manager for each ObjectSafe. If one or more ObjectVaults have been created, each ObjectVault must have at least one ObjectBank Manager who has physical access to the ObjectVault computer. An ObjectBank Manager or user may only perform these "delete" functions from the local keyboard attached to the ObjectSafe or ObjectVault computer when logged off the ObjectWire Network. c. Anytime that objects are deleted from an ObjectSafe, the Index Cards are updated with the information about the deletion. Even if Permanent Objects are "deleted" by moving the object to a NULL Device, Index Cards remain in the ObjectSafe as a permanent record of the object's prior existence. 5. Packing Objects After Deletions. When the object is moved from the ObjectSafe, the ObjectBank System will pack the remaining objects to optimize physical storage space usage. 6. ObjectBank. System Start-up/Shut-down. The ObjectBank System programs contain a Start-up/Shut-down routine for entering and exiting the ObjectBank System (i.e., ObjectTeller and ObjectWire programs). The user may use this function to start-up or shut down the ObjectBank System completely, or just turn on or off selected functions of the ObjectBank System. Upon the execution of the routine, the ObjectWire Program will poll the Message Exchange Databases of other ObjectSafes on the ObjectWire Network to determine if there are any message requests or works-in-process. Operation of the ObjectBank System Method: In typical operation, the ObjectBank System method of this invention functions as follows:
Depositing of Objects: When a user determines that an object is to be deposited ("stored") in a selected target ObjectSafe or ObjectVault, a user completes an Index Card identifying the object to be deposited. The Index Card is generated and completed by either executing the ObjectTeller program functions directly or indirectly through an OLE aware application program (which automatically executes the ObjectTeller program functions upon the execution of a certain application command such as "Save," for example). Once the Index Card is completed, the object is encrypted, compressed, and copied into the user's ObjectSafe. If the object is to be deposited to another users ObjectSafe or to an ObjectVault, the encrypted and compressed object is copied to the user's Out Box and a message request that the object be deposited in the target ObjectSafe or ObjectVault is placed in the user's Message Exchange Database. The object is left in the user's Out Box for pick-up ("copying") at some near future time by the target ObjectWire Program of the target ObjectBank System. Each ObjectWire program of each ObjectBank System polls each Message Exchange Databases of the various computers on the ObjectWire Network. This polling may be on a regular, timed interval basis, or it may be done on a learned, frequency-of-use-basis. When an ObjectWire program detects a message request to deposit an object to its System's ObjectSafe or ObjectVault, it verifies that the user is authorized to store objects in its ObjectSafe or ObjectVault, then copies to its ObjectSafe or ObjectVault the object left for pick-up in the source user's Out Box. At that time, a running historic record is updated and put on an Index Card and placed in the target ObjectBank System's Out Box for pick up by the source of the message request and all other ObjectBank Systems. In this manner, all ObjectBank Systems are aware of all completed ObjectBank transactions.
Withdrawal of Objects: When an ObjectBank System user wants to withdraw ("retrieve") a particular object from an ObjectSafe or ObjectVault, the user executes the ObjectTeller Program withdrawal routine which produces an Index Search Card to be completed for the purpose of searching for and finding the desired object's Index Card. If Index Cards are to be searched on other ObjectBank System computer's, a retrieval request message directed to the target ObjectBank System is place in the Message Exchange Database for pick-up by the target System(s) . The target ObjectBank System's ObjectWire program polls each Message Exchange Database, detects the request message, searches for the object Index Card requested, determines that the requesting user is authorized to retrieve the object, locates the object, makes a copy, places it in its Out Box for pick-up and places a message in its Message Exchange Database that it is ready for pick-up. The requesting user's own ObjectWire Program cyclically polls the target ObjectBank Systems Message Exchange Database. When the ObjectWire program detects that the object requested is in the target ObjectBank Systems Out Box for pick-up, it copies the object, decrypts and decompresses the object, and writes it to the designated ObjectSafe (either a file or in an OLE aware application file) where the user may then access and manipulate the object in whatever manner desired. Once the object has been successfully withdrawn ("picked- up\copied\retrieved") by the user, the Index Card of the object is updated and a successful retrieval message is placed in the Message Exchange Database. When the target ObjectWire Program sees the acknowledgement of the retrieval and that request message no longer exists, it updates the Index Card with the successful retrieval information. If the request message is not removed, the object stays in the target ObjectBank System's but Box for a fixed period of time or until deleted by the ObjectBank Manager. Note that during this process no computer has written to another computer's disk and there has been no tampering with the object that was originally stored because the user does not have access to the stored object. The user only works with copies of objects, and cannot access the ObjectSafe directly. The object is left in the ObjectBank Out Box until the user's ObjectWire Program picks up the copy. If the user's computer inadvertently goes off line through a power failure or computer crash, the transfer will not be affected. When the user's computer comes back on line, the user's ObjectWire Program can access the ObjectBank Out Box and pick up the object.
DETAILED DESCRIPTION OF THE BEST MODE: Fig. l shows a schematic of a plurality of computers 2, 2a, 2b, 3 and 3a each having an ObjectBank System of this invention and arranged in an exemplary ObjectWire Network 1 configuration. The ObjectWire Network 1 shows by way of example the capability of any computer having an ObjectBank System, whether a stand alone personal computer 2, 2a, 2b or networked computer 3, 3a, to share objects on an asynchronous, peer to peer basis with any other stand alone or networked computer on the ObjectWire Network 1 having an ObjectBank System. There is no limit 16a,b to the number of ObjectBank System computers which may connect to each other via modem, LAN, WAN or other connecting means and thereby comprise the ObjectWire Network 1. Each ObjectBank System computer 2, 2a, 2b, and networked computers 3 and 3a of Fig. 1, comprises a standard industry computer having in addition to its operating system, peripheral input/output devices and applications programs, the "ObjectTeller" program 4 and the "ObjectWire" program 5, and an object storage device (6, 7, 8, 9 and 10), called an "ObjectSafe" (6, 7, 9 and 10) or "ObjectVault" (8) . While under certain circumstances it is preferred that each ObjectBank System computer have its own ObjectSafe, depending on the intended use of the computer(s) or networked computer(s) on the ObjectWire Network, it is not required that each of the computers have its own object storage device because ObjectBank System computers can share an ObjectSafe with that of another ObjectBank System computer. For example, computer 2a need not have its own ObjectSafe 7 because it could use computer 2's, 3's or 3a's ObjectSafe. Likewise, in existing network configurations 3 and 3a, individual work stations 11 and 12 do not require their own ObjectSafes, if file servers 13 and 14 include an ObjectSafe 9 and 10 or an ObjectSafe outside the network is used. Thus, if desired, all computers on the ObjectWire Network could be configured like an existing client-server configuration whereby all computers would share one computer's ObjectSafe. Computer 2b is configured such that it has an ObjectVault 8 rather than an ObjectSafe. An ObjectVault is an ObjectSafe which has been configured to store a copy of all objects on the ObjectWire Network whereas an ObjectSafe is configured by a user to store only select objects on the ObjectWire Network. Therefore, any reference herein to an ObjectSafe may interchangeably be referred also to as an ObjectVault depending on the desired user configuration. It is preferred that at least one computer on the ObjectWire Network include an ObjectVault and that this computer be physically secure 15 from access by all persons except a designated ObjectBank Manager responsible for the operation and maintenance of the ObjectVault computer. Each ObjectSafe (6, 7, 9 and 10) and ObjectVault (8) is custom configurable. A typically envisioned configuration for each ObjectBank System's ObjectSafe disk directory would include the following subdirectories: Root Directory, DOS, Windows, Network Programs, Other Application Programs (may be accessible on the ObjectWire Network) , ObjectBank Programs, ObjectSafe Configuration, ObjectTeller - User Interface, ObjectWire - Network Interface, ObjectBank Work Area, ObjectBank Message Exchange Database, ObjectBank Out Box (read-only on the network) , ObjectSafe Indexes (certain selected indexes) , and ObjectSafe Objects with the following two optional subdirectories: Temporary Object File, Permanent Object File. A typically envisioned ObjectBank System ObjectVault computer disk directory would include the following subdirectories: Root Directory, DOS, Windows, Network Programs, ObjectBank Programs, ObjectVault Configuration, ObjectWire - Network Interface, ObjectBank Work Area, ObjectBank Message Exchange Database, ObjectBank Out Box (read-only on the ObjectWire Network) , ObjectVault Indexes (all objects, all object indexes), and ObjectVault Objects having the following two subdirectories: Temporary Object File and Permanent Object File. Each ObjectBank System computer manages objects by indexing, depositing ("storing") , withdrawing ("retrieving") and communicating objects through the functions of the ObjectTeller and ObjectWire programs 4 and 5. The ObjectTeller and Object Wire programs are written in "C" language and are capable of being constructed by one skilled in the art of computer programming using standard industry routines. The ObjectTeller program 5 is a menu driven user interface program for the configuration and use of the ObjectBank System, i.e., the depositing and withdrawing of objects, and for determining the status of the deposits and withdrawals of objects. The ObjectWire program 4 is a communications program having its own configuration and function files for the posting and withdrawal of objects to and from the other ObjectBank System computers on the ObjectWire Network l. The functions of the ObjectTeller and ObjectWire programs can be accessed directly by executing each program independently of any other program. However, the functions of the ObjectTeller and ObjectWire programs are preferably accessed and executed indirectly through an OLE aware program operating within a Microsoft Windows operating environment. This preferred usage precludes the user from having to exit an applications program to directly access and execute the functions of the ObjectTeller and ObjectWire programs.
THE OBJECTTELLER PROGRAM: The ObjectTeller program 5 comprises functions to permit a user means for processing the deposit and withdrawal of objects to and from one or more ObjectSafes (6, 7, 9 and 10) and/or ObjectVaults (8) on the ObjectWire Network l, and review the status of deposits and withdrawa1s. Fig. 2 is a flowchart diagram of the configuration routine of the ObjectTeller program 5 of Fig. 1. Upon initial execution 101 and any subsequent execution of the ObjectTeller program, the ObjectTeller Configuration initialization file (ObjectTeller.ini) is read and saved in a temporary object, a local MED and ObjectSafe is opened, an array for each available ObjectVault and ObjectBank is built, and arrays for the User Data and Index Card Templates are built. If an error occurs, then the user is returned to the system. Then, a user or ObjectBank Manager has the option to custom configure the ObjectBank System by selecting and executing various options from a menu. The configuration routine permits the user (or ObjectManager) to: (1) select and change 102 the ObjectSafe(s) and/or ObjectVaults to which objects are to be deposited to or withdrawn from (the "target" ObjectSafe or ObjectVault); (2) select and change 107 which users are authorized to deposit or withdraw objects from an ObjectSafe and what level of access each user is permitted; and, (3) select and change 110 which Index Card Template is to be used to record object information. 1. Change Ob ectSafe/ObjectVault: Referring further to Fig. 2, if a user (or ObjectManager) desires to select or change a target ObjectSafe (or ObjectVault) , he executes from a menu the ChangeObjectSafe function 102. This causes invocation of the file "SAFE.dig" file which includes the ObjectSafe and ObjectVault configuration information. Then, the ObjectBanks and ObjectVaults known to this ObjectTeller are listed and the current target ObjectSafe and ObjectVault are indicated. The user then selects 103 from the list of logical devices which ObjectSafe and ObjectVault is to be the current ObjectSafe and ObjectVault. The selection identifies the path to the desired target ObjectSafe or ObjectVault. Once the current target ObjectSafe and ObjectVaults are selected 103, the user can then select 104 to change the size and type of storage (i.e., ObjectSafe or ObjectVault), if desired. To make a change, the user first selects the ObjectSafe or ObjectVault from the SAFE.ini file and then selects to remove the ObjectSafe or ObjectVault from the SAFE.ini file or to change its parameters. If removal is desired, the selected ObjectSafe or ObjectVault is removed from the SAFE.ini file. If a change is to be made, an ObjectSafe/ObjectVault maintenance form is presented and the existing safe/vault parameters are listed. The use then modifies the parameters. The parameters peculiar to the selected logical device are verified. If verified, then the user accepts or rejects the changes. If a change to the size and storage type is not desired, the user can then select 105 which other ObjectBanks systems are to be notified of object deposit and withdrawal activity. This is accomplished by selecting the target ObjectSafes and/or ObjectVaults from the SAFE.dig file. The new targets are evaluated and the pathways validated. If validated successfully, a list of the available storage and types of storage registered for the ObjectSafe are listed. After the user completes any changes of ObjectSafes or ObjectVaults 102, selects the logical device for safe work 103, changes size or storage types 104, and/or selects the notification options 105, the ObjectBank System's configuration file database ("OBJBANK.INI") , is updated 106 to record the changes. 2. Change User Data: Referring further to Fig. 2, if a user desires to add new and/or change authorized users of the ObjectBank System, the user selects from a menu the ChangeUserData function 107, the AddNewUsers function 108 and/or selects the ChangeExistingUser function 109. If the user selects AddNewUsers 108, a maintenance template (form) is presented for completion by the user. The user must input certain minimum information such as the new users name, user type (i.e., depositor or borrower), user description (i.e., a general comment), the unique user identification ("ID"), and the user's main storage "bank" (i.e., ObjectSafe). Additional optional information may be input, such as, type of "bank account", any co-users, correspondent banks for this user, the user generation, short name, government identification number, visibility indicator, primary operating "branch" (i.e., home directory/pathway) , date account opened, and permissible activities. The completed maintenance template is then verified and either accepted or rejected by the user and upon either of which the user moves on to ChangeExistingUsers function 109. If the user desires to change an existing user, he/she selects ChangeExistingUsers 109, which causes a list of existing current ObjectBank users to be displayed. The user selects from the list the user to be changed and that selected user's current information is displayed in a maintenance template form. The user completes the changes and either verifies or rejects the changed information. Once the user adds any new users 108 or makes any change to the existing users 109 and the changes are verified, accepted or rejected, the ObjectBank System's configuration database file OBJBANK.INI is updated 106 to record the additions or changes. 3. Change Index Card Template: If a user desires to add new or change the Index Card Templates to which object index information will be recorded, the user selects from a menu the ChangelndexCardTemplates function 110, then AddTemplates ill or ChangeTemplates 112 functions. If AddTemplates 111 is selected, a template maintenance form is presented and the user inputs certain minimum information such as the template name and class, the data type, the application type, and general usage description. Additional optional information may also be input such as the short name of the template, referenced bank accounts and the review date of the template. The added template is then verified and either accepted or rejected. If accepted, the new template is retained for subsequent updating of the OBJBANK.INI configuration file. Once the new template is either accepted or rejected, the system goes to the ChangeTemplates function 112. If the user does not desire to change a template, the OBJBANK.INI configuration file is updated. If the user desires to change a template, the ChangeTemplates function 112 causes a list of the current bank templates to be presented. The user then selects which template is to be changed and the template with current information is displayed in standard template maintenance form. The user changes the desired information (i.e., completes the form) . The information is then verified and either accepted or rejected. If accepted, a new template with the changed information is retained for updating the OBJBANK.INI configuration file. If accepted or rejected, the OBJBANK.INI file is then updated 106. Once the OBJBANK.INI file has been updated 106 and no further ObjectTeller configuration changes or additions 102, 107, or 110 are desired, the ObjectTeller configuration routine is terminated by selecting 113 an exit function (StopObjectTellerConfiguration) . The user is then returned to the operating system environment from which he began prior to execution of the configuration routine. Fig. 3 is a flowchart diagram for the ObjectTeller program deposit routine 200. To deposit an object in a target ObjectSafe, the user.selects and executes 201 from a menu the ObjectTeller Deposit routine. Upon selection, the ObjectTeller.ini file is read and saved in a temporary object. The local Message Exchange Database (MED) and local ObjectSage are opened and arrays for the available ObjectVaults, ObjectBanks, user data, and index card templates are built. In addition, the OTdep.dlg (ObjectTeller deposit menu) file is invoked. 1. Select a Target ObjectSafe 202. Upon selection 201 of the deposit function, the SAFE.dig (ObjectSafe and ObjectVault configuration) file is also invoked and the ObjectSafes and ObjectVaults known to this ObjectTeller are listed and the current target ObjectSafe and ObjectVault are indicated. The user then selects 202 the target ObjectSafe from his\her own ObjectSafe (if computer resident) and/or one or more other ObjectSafes on the ObjectWire Network 1 to which he\she has been authorized access. The user can select multiple target ObjectSafes if objects are desired to be deposited in several ObjectSafes. 2. Identify the objectfs) to be deposited 203. If the user desires to deposit an object from within an OLE environment (i.e., selects a "save" function within an OLE aware applications program) , the ObjectBank System reads each object and attempts to identify the type of object — WordPerfect, Dbase, Lotus, CAD, etc. If the user has not accessed the ObjectTeller functions through an OLE aware applications program, the user must identify/select the object(s) that will be deposited. The user can also select whether the object to be deposited is temporary or permanent. If no object is identified for deposit through an OLE aware application, an object identification card (template) is presented to the user for completion. The user then inputs 203 certain minimum object identification information such as the object name, object type and object location. Wildcard characters (e.g., ?, /, *) may be used. If the user does not input the object type, the ObjectTeller deposit routine will evaluate and automatically select the object type. If the user does not input the object location, a list of default paths is presented allowing the user to select between directories and drives. 3. Fill-out object Index Card 204. Once the object identification card is completed 203, the deposit function locates the identified object and evaluates its type and verifies it against the user's indication or (if no user indication of type) , the deposit function automatically identifies and classifies the type of the identified object. The ObjectTeller program creates a user index card from a default index card template for each type of object, partially completes the index card with minimum data from the object for identification and storage, then displays the index card to the user for completion 204. If the object has previously been deposited in the ObjectBank System, then a list of all the previous relative index cards is presented which identify any related object(s) (i.e., "parents," "children" or "siblings") . The user can retrieve and look at the index cards for these parent/children/siblings objects and do an on-screen object comparison before deciding whether to continue with the depositing of the object. The user can then select and examine the various index cards and either select one for the default model or request a new index card template having the minimum identification and storage data for the object to be deposited. The user then completes 204 the index card by inputting optional information such as co-users interested in this object, the object generation", an object alias, the visibility indicator, the primary object level, object creation or reference date, cross-reference keys within the object and cross-reference keys to other objects. In addition, the user indicates by inputting a check on the index card his/her choice for object encryption, compression, password access protection and/or object deletion from the local ObjectSafe's subdirectory after deposit to the target ObjectSafe\Vault. An index card is completed for each object to be deposited. 4. Initiate Deposit Function 205. If the user desires to continue with.the deposit of the object, the ObjectSafe deposit function is initiated 205. The object index card data is placed in a structure and read to determine if the object to be deposited is to be encrypted 206 and compressed 208 before depositing. The default is to encrypt 207 and compress 209 the object before the object is deposited to a target ObjectSafe\Vault. If the object is to be encrypted 207, the object is located, its size and storage requirements evaluated, then encrypted and the storage setup. If the object is be compressed 209, the object is located, its size and storage requirements evaluated, then compressed and storage setup. 5. Deposit object to local or non-local ObjectSafe 210. The ObjectTeller program then determines 210 if the object is to be deposited to the local (computer resident) ObjectSafe or to a non-local ObjectSafe located elsewhere on the ObjectWire Network 1. If the object is to be deposited in a non-local ObjectSafe, then the object and related index card is located, object accounting (tracking) information added, and the object placed 211 in the Outbox for pick-up by the target ObjectSafe computer. A deposit request index card is placed 212 in the Message Exchange Database, and after which, the ObjectTeller deposit routine is terminated 218. 6. Perform ObjectBank system error checking 213. If the object is to be deposited in a local ObjectSafe\Vault, then the object is located and industry standard system error checking functions are performed 213 including checksum validation on the source and altered object form, size and storage requirement evaluation and comparison to local target storage capacity, and the system clock switch is set and results conditions checked. The ObjectTeller program reads ("copies") each object into its "work area" RAM from the source object, then calculates checksums for data validation. It compares the object in the work area to the source object checksums to verify data transmission accuracy. It also checks to make sure there is sufficient space on the target ObjectSafe for the object to be deposited, so as not to exceed the pre-configured maximum ObjectSafe storage capacity. If an error is detected 217, then an ObjectDeposit error message template is created and placed 217 in the local Message Exchange Database and the ObjectTeller Deposit routine is terminated 218. 7. Deposit the object to the target ObjectSafe 215 or indicate system error 217. If the system error checks are successful and no error is detected 214, then the object is located, object accounting information added, and then deposited 215 from the work area RAM into the target ObjectSafe. The object index card is located in the work area RAM, object accounting information added to indicate a successful deposit location, then placed 216 in the local target ObjectSafe and in the Message Exchange Database with a public routing code ("flags") so all other ObjectSafe computers on the ObjectWire Network l can update their indexes. The ObjectTeller deposit routine is then terminated 218. If the object is to be deposited in an ObjectSafe on another ObjectBank System computer on the ObjectWire Network 1, the source ObjectBank System ObjectWire program will keep polling the Message Exchange Database on the target ObjectSafe computer until a message appears that an updated index card for the deposited object appears indicating that the deposit was successful, its deposit location, and that an updated index card is available for pick up in the target ObjectSafe computer's Out Box. The updated index card is then copied from the target ObjectSafe's Out Box to the source ObjectSafe. When successfully copied, the object will be cleared from the source Out Box and an Index Updated message, cross- referenced to the object, will be placed in the source ObjectBank computer's Message Exchange Database and routed to the target ObjectSafe. When a duplicate index updated message appears in the Message Exchange Database of the source ObjectSafe computer with the source user's routing code, the target ObjectBank System will clear its Out Box of all information related to the object. If the user has indicated that the object should be moved/deposited to a Null Device, it will be deposited to the Null Device and essentially deleted from the source ObjectSafe. Fig. 4 is a flowchart diagram of the ObjectTeller program withdrawal routine 300 is shown having functions to withdraw an object from a target ObjectSafe\Vault. A user withdraws objects by selecting and executing from a menu the ObjectTeller withdrawal routine 301. This causes the ObjectTeller.ini file to be read and saved in a temporary object. The local Message Exchange Database and local ObjectSafe are opened and arrays for the available ObjectSafes and ObjectVaults, user data, and index card templates are built. l. Complete Search Index Card for object index card search 302. The first step in the withdrawal of an object from the ObjectBank System is to first identify the object and its location by conducting an object index card search. When executing the ObjectTeller withdrawal process routine 301, the ObjectTeller program invokes the Sindex.dlg file which displays a search index card having blank fields to be completed 302 by the user. The user then completes the fields which designates which ObjectSafes are to be searched and what object and/or type of object index card is to withdrawn from the designated target ObjectSafes. The more search criteria input on the Search Index Card, the more inclusive and narrower the search for a particular object or type of object Index Card. If the user cannot type entries in the search fields, then clicking upon the fields causes a list to be presented showing available selections for the selected search criteria. Once the search criteria is input/selected 302, the ObjectTeller withdrawal routine parses the completed search fields and sets up a search criteria database. A fuzzy search of the index cards of the designated local ObjectSafe is then performed 303 matching the Search Index Card to the desired object(s) index card. The matching index cards are collected in an array and displayed 304 in a list format for review by the user. The ObjectBank System reports how many index cards have been found*with an exact match and how many with a "fuzzy" match. If a matching index card has not been found in the local Objectsafe(s) (e.g., as a result of the object being deposited to an ObjectVault and removed from the local ObjectSafe in order to save disk space) and a search of additional Index Cards is desired 305, then the user can request a withdrawal of object index card(s) from an ObjectVault and/or other ObjectSafes on the ObjectWire Network 1 and an index card withdrawal request will be placed in the Message Exchange Database 306. The user is allowed to select for searching other ObjectSafes on the ObjectWire Network to which he has been authorized access. The user can select multiple target ObjectSafes if the desired object(s) may have been deposited in several ObjectSafes on the ObjectWire Network. Any additional found index cards returned by the request will be displayed 304 in the list format for review by the user. If the user determines he has not found the desired object(s) , he can change 307 the search criteria and fill- out another Search Index Card and another object index card search process can be performed 303 and the results of the search displayed 304. 2. Select the index card of the object to be withdrawn 308. To view an index card of the object to be withdrawn, the user selects 308 the desired index card from the displayed list. By selecting 308 the index card to be viewed, the ObjectTeller withdrawal routine parses the ObjectBank account, type and location data so the user can see the detail of the index card, including information on the genealogy and pathway of who has deposited and who has withdrawn the object. The user can also look at the index cards for the parents/children/siblings before deciding whether to continue. 3. Initiate the withdrawal function 309. To withdraw one or more objects identified on the index cards, the user initiates the ObjectSafe withdrawal function by selecting 309 the desired object to be withdrawn. This causes the index card data to be placed in the search structure. It should be noted that if the user is not accessing the ObjectTeller program through an OLE environment, the user must indicate to which drive, directory, and filename the object will be copied (withdrawn to) . If nothing is entered, then a directory display will appear allowing the user to highlight certain drives and directories. If the user is retrieving temporary information, he has the option of indicating that the information should be deleted from the source ObjectSafe after successful withdrawal into the work area RAM. 4. Perform system error checking 310. Once the ObjectSafe withdrawal function is initiated 309, the object size is determined and formed in an index structure and System error checking is performed 310 evaluating the required size and storage and comparing it to the local target ObjectSafe\Vault capacity so as not to exceed the pre-configured maximum storage capacity. If an error is detected 311, an ObjectWithdrawal error message is created and placed 312 in the Message Exchange Database and the ObjectTeller withdrawal routine is terminated 319. 5. Determine locality of object to be withdrawn 313. If no System error is detected 311, the ObjectTeller program determines if the object(s) to be withdrawn are to come from a local ObjectSafe or an non- local ObjectSafe 313. If the withdrawal is to be made from a non-local ObjectSafe (i.e., an other ObjectBank System having an ObjectSafe or ObjectVault) a withdrawal request with the correspondent information and flags to alert the target ObjectSafe (object "source" ObjectSafe) is placed in the Message Exchange Database 314. The ObjectTeller withdrawal routine is then terminated 319 and the ObjectWire program polling routine will begin cyclically polling the target ObjectSafe(s) Message Exchange Database to detect when the desired object is ready to be picked-up from the target ObjectBank computer's Out Box 601 (see Fig. 7) . 6. Withdraw object, from local ObjectSafe 315. If it is determined 313 that the withdrawal is to be made from a local ObjectSafe, the object is located in the local ObjectSafe and read ("copied") 315 into the local work area RAM. If necessary, the withdrawn object is decompressed and decrypted 316. The withdrawn object is then located in the local work area RAM, the target location where the object is to be deposited is verified, and the copy of the object deposited in accordance with the deposit function 205 (see Fig. 3) to the target ObjectSafe\Vault. The index card for the object withdrawn is then updated with the accounting and time information and placed 318 in the Message Exchange Database for pick-up and notification of the source ObjectSafe computer and update of it's object index card that the transaction was completed. Once the index card of the source ObjectSafe is updated and a message placed in the Message Exchange Database, the ObjectTeller withdrawal routine is terminated 319. It should be noted that if the withdrawal is made from a non-local ObjectSafe, then an Updated Index Card message will be placed in the source ObjectBank Message Exchange Database indicating that the source ObjectBank's index card has been updated and the Out Box cleared. When the requesting ObjectBank computer's ObjectWire program detects the Updated Index Card message, it will clear its Message Exchange Database with regard to that withdrawal transaction. Fig. 5 is a flowchart diagram of the ObjectTeller program's Status process routine 400 having functions to allow the user to review the status of object deposits and withdrawals and to terminate in-process deposits and withdrawals, if desired. Referring now to Fig. 5, to determine the status of withdraw or deposit or to terminate a withdrawal or deposit, a user selects 401 from a menu the ObjectTeller Status process routine. This causes the ObjectTeller.ini file to be read and saved in a temporary object. In addition, the local Message Exchange Database is opened. The local Message Exchange Database is checked 402 for any changes, i.e., whether or not a new message has been added or an old message has been deleted since the last recorded date-time-stamp. Each time the Message Exchange Database is checked, a date-time-stamp ("DTS") is recorded and the last DTS is read for access checking. A "DTSKEY" is used to access the Message Exchange Database messages. If no change is detected 403 since the last DTS, the Status function continues to check the local Message Exchange Database until a change is detected. Once a change is detected 403, a new DTSKEY will be stored and the type of message change (i.e., index card or deposit or withdrawal request message) is determined 404. If the change is an index card message or a deposit or withdrawal request message, an acknowledgement flag is checked 406 to determine if the request is still in process. If acknowledged, the deposit or withdrawal request is complete and the object deleted 407 from the Message Exchange Database, the index card is stored 408 in the Message Exchange Database, and a handling message is setup and presented 405 to notify the user of the present status. If not acknowledged, the request is still in process and the index card is stored 408 in the Message Exchange Database and a handling status message is setup and the user presented 405 with the present status. If the message determined 404 is not an index card or deposit or withdraw request, an error message is created and the handling status message is setup and presented 405 to the user. Once the user has been notified of the present status 405, obsolete messages can then be removed from the Message Exchange Database 409 (as necessary) and stored in the local Objectsafe and a user notification list setup. If the user desires to continue checking the status of deposits and withdrawals, the local Message Exchange Database is polled 410 for changes as before. If the user does not desire to continue checking the status of deposits and withdrawals, the Status function is terminated 411. The ObjectWire program 4 (Fig. 1) comprises functions to permit a user to communicate between two or more ObjectBank Systems (e.g., 2, 2a, 2b, 3, and 3a) to process the deposit and withdrawal of objects to and from one or more ObjectSafes (6, 7, 9 and 10) and/or ObjectVaults (8) on the ObjectWire Network 1. Fig. 6 is a flowchart diagram of the ObjectWire program configuration routine 500. The ObjectWire configuration routine permits the user to custom configure at any time which ObjectBank Systems (ObjectSafes) on the ObjectWire Network are to be polled 502, which ObjectBank Systems are not to be polled 507, how the ObjectBank System to be polled is accessed 504, when the selected ObjectBank Systems are to be polled 505, and also to change the criteria of the objects (Index Card, Index Card Message or Object) to be polled 510. The ObjectWire Configuration routine is accessed and executed by way of menu selection via the ObjectTeller program 5 (Fig. 1) . Upon the execution of the ObjectWire configuration routine 501, the ObjectTeller.ini file is read and saved in a temporary object, the local Message Exchange Database and local ObjectSafe are opened, and arrays for the available ObjectSafes and ObjectVaults, user data, and index card templates are built. In addition, the "Ow.dlg" (ObjectWire configuration menu) file is invoked. The user has the option of menu selecting the ObjectSafes to be polled 502, to select those ObjectSafes which are not to be polled 507 and to change the item (i.e., index card, message and/or object) criteria to be polled 510. If the user selects the ObjectSafe(s) to be polled list (Change Do Poll List) 502, the SAFE.dig file is invoked and the ObjectSafes and ObjectVaults known to this ObjectTeller are listed and the current target ObjectSafe and ObjectVault indicated. The user then selects 503 from the list those ObjectSafes to which the user is permitted access. After an ObjectSafe is selected 503 to be polled, the "SAFENAV.dlg" (ObjectSafe navigation information) file is invoked and the user inputs 504 the manner (i.e., pathway and procedure: address/telephone, number/password, etc.) by which the target ObjectSafe is to be accessed. Once the user inputs 504 how the target ObjectSafe can be accessed, the user inputs 505 the time interval upon which the target ObjectSafe is to be polled or accepts the default (ObjectTeller.ini) interval. When the user has completed selecting 503 the target Objectsafe(s) to be polled and inputting how 504 and when 505 the target ObjectSafe(s) are to be polled, the ObjectWire configuration database file OBJBANK.INI is updated 506. The user is then returned to the beginning of the same option of whether or not to change the ObjectSafe polling list 502. If the user no longer desires to change 502 the ObjectSafe polling list, then the user has the option of selecting 507 from a menu those ObjectSafes that are not to be polled 507. If the user selects 507 to change the ObjectSafes not to be polled, then the SAFE.dig file is invoked, the ObjectSafes and ObjectVaults known to this ObjectTeller are listed and the current ObjectSafe and ObjectVaults are indicated. The user then selects 508 from the list the desired ObjectSafes\Vaults that are not to be polled. The SAFENAV.dlg (ObjectSafe navigation information) file is invoked and the user marks 509 those ObjectSafes\Vaults as "NOTPOLL." After the ObjectSafes are marked 509, the ObjectWire configuration database file OBJBANK.INI is updated 506. The user is then returned to the beginning of the option of whether to change the ObjectSafe polling list 502; if not, then to the change the do not poll list; and, if not, then the user has the option of changing 510 the items to be polled. If the user chooses the menu option to change 510 the items to be polled, the user is presented with a list of polling items, i.e., the user can select 511 the index card or message criteria to change. The selection tabs on/off an index card/message awareness switch. Once the desired item criteria has been changed 511, the user is presented with a polling object list from which he/she can select to change 512 the object or type of object criteria to be polled. In addition, the user can also enter a new object type to be included in the polling criteria. Once the user selects 512 the object criteria to be changed and/or enters the new object type to be included in the polling criteria, the Objectwire configuration database file is updated 506. The user is then returned to the beginning of the option of whether to change the ObjectSafe polling list 502; if not, then to the change the do not poll list; if not, then the user has the option of changing 510 the items to be polled; if not, then the ObjectWire configuration routine is terminated 513. The user returns to the ObjectTeller program 5 (Fig. 1) menu operating environment. Fig. 7 is a flowchart diagram of the ObjectWire program polling routine 600. The ObjectWire program polling routine operates continuously in the background in a Microsoft Windows® type OLE operating environment and is also manually executable by menu selection via the ObjectTeller program 5 (Fig. l) . Upon execution 602, the ObjectTeller.ini file is read and saved in a temporary object, calls are made for available servers on each adapter installed in the ObjectBank System and then listens for broadcast signatures of network servers. If a server is found 603, the OBJBANK.INI database file is updated 604 with the server information (pathway, telephone number, password, etc.) and the server is added to the presently available polling list. Then, as configured by the ObjectWire Configuration routine 501, the ObjectWire Polling routine cyclically polls 605 target ObjectBank Systems (servers) at a given time. Each time an ObjectBank System is polled, a date- time-stamp ("DTS") is recorded. If it is not time to poll 605 a given target ObjectBank System, a user has the option of having the ObjectWire polling routine continue polling 606 and listen 602 for Network servers or the polling routine can be terminated 607 and the user returned to the menu operating environment of the ObjectTeller program 5 (Fig. l) . If it is time to poll 605 a given target ObjectSafe System, the ObjectWire polling routine will check 608 to see if the Objectbank System is "logged-on" to the target Objectbank System. If the ObjectWire Polling routine detects 608 that the Objectbank System was logged-on, then the logical device is redirected 610 to the target ObjectBank System's ObjectSafe (server) location, the last DTS for this server is read and the Message Exchange Database is opened for this server. If the Objectbank System was not logged on 608, the ObjectWire Polling program will log-on 609 to the target ObjectBank System, set 609 a flag called "WasLogged" to equal "false," set a flag called "LogOn" to equal "yes," and then redirect 610 the logical device to the target ObjectSafe. Once the logical device has been redirected 610, the ObjectWire polling routine determines 611 if there are any messages put in the Message Exchange Database since the last DTS. If there are no messages since the last DTS and the "WasLogged" flag is set to "false," then the ObjectWire Polling routine logs-off 612 the server and sets the LoggedOn flag equal to "no." The ObjectWire Polling routine returns to the polling process at step 605 (Time to Poll any Servers) . If there is one or more messages since the last DTS 611, then the ObjectWire Polling routine determines 613 if any message matches the search criteria as set during the ObjectWire Configuration process 501-513 and what type 614 each message is, i.e., a withdrawal request, deposit request or index card message. If the message is a withdrawal request, the ObjectTeller withdrawal routine function (309) is performed 615 to the Outbox and the ObjectWire polling routine continues 606. If the message is a deposit request, the object is read and the ObjectTeller deposit function (205) is performed 616 and the ObjectWire polling routine continues 606. If the message is an index card message, then it is determined 617 whether or not the message is one that originated from this ObjectBank System 617. If yes, i.e., it is a message originating from the local ObjectBank, then it is an acknowledgment of a deposit or withdrawal request and it is read and stored 618 in the local Message Exchange Database for further processing, and the ObjectWire Polling routine continues 606. If the message did not originate from this ObjectBank System, then the message is read and stored 619 in the local Message Exchange Database for further processing. If an object is associated with the message and the object is in the ObjectBank System's read area, the object is read and stored in the temporary storage area of the ObjectSafe, and the ObjectWire Polling routine continues 606 until terminated 607. Fig. 8 is a flowchart diagram of the ObjectWire program Withdrawal routine 700. The ObjectWire program withdrawal routine operates 701 continuously in the background in an OLE operating environment and is also manually executable by menu selection via the ObjectTeller program 5 (Fig. 1) . The ObjectWire withdrawal routine looks 702 for any withdrawal or index card requests in the local Message Exchange Database. If none are found, the user has the option 703 of continuing to look 702 for local withdrawal or index card requests or terminate 704 the ObjectWire withdrawal routine which returns the user to the operating menu environment of the ObjectTeller program 5 (Fig. l) . If a withdrawal or index card request is found 702 in the local Message Exchange Database, then the ObjectWire withdrawal routine will check 705 to see if the Objectbank System is logged-on to the source Objectbank System. If the ObjectWire Withdrawal routine detects 705 that the Objectbank System was logged-on, then the logical device is redirected 707 to the source ObjectBank System's ObjectSafe. If the Objectbank System was not logged-on 705, the ObjectWire Withdrawal routine will log-on to the source ObjectBank System server, set 706 the "WasLogged" flag to equal false, set the "LogOn" flag to equal "yes," redirect 707 the logical device to the source ObjectSafe (server) location, and then open the ObjectSafe on this server. Once the logical device has been redirected and the ObjectSafe opened 707, the ObjectWire withdrawal routine locates the object size and form in the index structure, evaluates its size and storage required and compares it to the local target capacity. If ok, the object is located in the corresponding source ObjectSafe OutBox and read ("withdrawn" or "copied") into the local work area RAM 708. The object is then located in the local work area RAM and decompressed and decrypted 709, if necessary. Then object is again located in the local work area RAM, the target ObjectSafe location verified, and the object copied 710 to the target location. After the object has been copied 710 to the target location, the withdrawal is acknowledged 711 by placing an Updated Index Card in the Message Exchange Database with the accounting and time information. After the withdrawal has been acknowledged 711, if the "WasLogged" flag is equal to "false," then the ObjectWire withdrawal routine causes the System to logoff 712 the server, set "Logon" to equal "no," and return to the option 703 of whether or not to keep looking for local withdrawal or index card requests 702 or to terminate 704 the ObjectWire Withdrawal routine.

Claims

1. A highly secure, virus resistant, tamper resistant, object oriented, data processing system for depositing, withdrawing and communicating electronic data between one or more individual and/or networked computers comprising: a) at least one computer means for processing electronic data; b) at least one of said computer means including at least one or more shared electronic storage means for temporary or permanent storage of said electronic data; and c) each of said computer means including program means for asynchronous deposition, withdrawal and communication of said electronic data to said shared electronic storage means.
2. An object oriented data processing system as in claim 1, wherein said program means includes: a) means for user definable installation and configuration of said storage means and said program means to said system; b) means for archival, accountability, security, encryption and decryption, compression and decompression, and multi-processing of said electronic data; and c) said electronic data is only deposited, withdrawn and communicated through copying of said data on said system.
3. In a computer system comprising of one or more individual or networked computers, each of said computers including an object oriented user interface program, an object oriented communications program, and at least one of said computers having an electronic data storage means having a plurality of specifiable regions, a method for peer to peer depositing, withdrawing and communication of electronic data between said one or more individual or networked computers comprising the steps of: a) asynchronously depositing electronic data to said data storage means; b) asynchronously withdrawing electronic data from said data storage means; and c) asynchronously communicating between said computers said data to be deposited and withdrawn from said data storage means using said deposit and withdrawal routines.
4. A method as in claim 3 wherein said step of depositing electronic data includes the steps of: a) selecting one or more of said data storage means to which said data is to be deposited; b) identifying the data to be deposited to said selected data storage means as either temporary data or permanent data; c) creating a corresponding electronic data index and inputting to said data index reference information of said data to be deposited; d) determining the location of said selected data storage means to which said data is to be deposited; e) storing said data to said storage means at said determined location; f) updating said data index with further reference information about said deposited data; and g) storing said updated data index in a first specified region of said data storage means for communication between said computers.
5. A method as in claim 4, wherein said step of depositing electronic data further includes the steps of: a) storing said data to be deposited to a second specified region for communication between said computers using said communications routine; b) detecting a second updated data index indicating the data to be deposited has been successfully deposited to said selected data storage means; c) encrypting said data to be deposited; and d) compressing said data to be deposited.
6. A method as in claim 5 wherein said step of depositing electronic data further includes the steps of: a) performing system error checks prior in time to the depositing of said data to said data storage means; and b) generating and storing any error message resulting from said system error checks in said first specified region of said storage means for communication to said plurality of computers.
7. A method as in claim 3, wherein said step of withdrawing said electronic data includes the steps of: a) completing a second corresponding electronic data index card with reference information to be used in the conduct of a comparison search of said storage means for said first electronic data index cards having matching reference information to said electronic data to be withdrawn; b) conducting said comparison search to determine any said matching reference information to said completed second data index card; c) displaying said first data index cards having said matching reference information to said completed second data index card; d) selecting any of said first data index cards displayed identifying the data to be withdrawn; e) determining the storage location of said selected data index cards to be withdrawn and the location from which said identified data is to be withdrawn; and f) withdrawing from said determined location said identified data to random access memory of said computer system.
8. A method as in claim 7 wherein said step of withdrawing said electronic data includes the steps of: a) placing a withdrawal request message in said second specified region for communication to any of said plurality of computers using said communications routine; b) performing said system error checks subsequent in time to said withdrawal of said electronic data to said random access memory; c) generating and storing any error message resulting from said system error checks in said first specified region of said data storage means for the communication of any said error message to said system and any of said plurality of computers; d) updating said first index card with information about said data withdrawn from said data storage means; e) storing said updated first data index card in said second specified region of said data storage means for communication to said plurality of computers by use of said communications routine; f) decompressing said withdrawn electronic data; and g) decrypting said withdrawn electronic data.
9. A method as is claim 3 which comprises a status routine including the steps of: a) recording a date-time-stamp to said first region; b) checking said first specified region for data recorded to said first region subsequent in time to said date-time-stamp; c) determining the type of any of said changes; d) determining if any of said determined types are still in process; e) deleting said types that are still in process; f) storing said data index card of types still in process in said first specified region; and g) updating said data index card with the present status and displaying said status.
10. A method as in claim 9, wherein said step of communicating between said computers includes the steps of: a) determining and displaying a list of said computers available for communication with said system; b) selecting from said list the computers to be communicated with said system; c) inputting a cyclical time interval with which communication between said selected computers shall occur; d) recording to a configuration file for subsequent use by said system said selected computers and input time interval e) determining and displaying criteria to be communicated between said selected computers; and f) inputting changes to said criteria.
11. A method as in claim 3 wherein said step of communicating between said computers further includes the steps of: a) listening for the initiation of communications from any of said computers and adding the logical path of said computers initiating said communications; b) cyclically initiating communications between said computers; c) directing a logical device to said computers with which said communications have been initiated; d) determining the existence of messages subsequent in time to the last recorded of said communications between said computers; e) determining which of said messages includes matching data; f) determining the type of said messages having said matching data; and g) performing one of said steps of depositing said electronic data to said data storage means, withdrawing said electronic data from said data storage means, or reading and recording said messages to said storage means, according to the determined type of said messages.
12. A method as in claim 3 wherein said step of communicating between said computers includes the steps of: a) cyclically determining the existence in said storage means of any request messages from any of said computers; b) initiating communications with said computers from which any of said request messages originated; c) directing a logical device to said computers; d) reading data from said computers; e) copying said data to said storage means; and f) decompressing and decrypting said read data.
PCT/US1993/011865 1992-12-08 1993-12-08 Asynchronous system and method for electronic data management, storage and communication WO1994014127A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU57422/94A AU5742294A (en) 1992-12-08 1993-12-08 Asynchronous system and method for electronic data management, storage and communication

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US986,727 1992-12-08
US07/986,727 US5550976A (en) 1992-12-08 1992-12-08 Decentralized distributed asynchronous object oriented system and method for electronic data management, storage, and communication

Publications (2)

Publication Number Publication Date
WO1994014127A1 true WO1994014127A1 (en) 1994-06-23
WO1994014127B1 WO1994014127B1 (en) 1994-08-04

Family

ID=25532687

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1993/011865 WO1994014127A1 (en) 1992-12-08 1993-12-08 Asynchronous system and method for electronic data management, storage and communication

Country Status (3)

Country Link
US (1) US5550976A (en)
AU (1) AU5742294A (en)
WO (1) WO1994014127A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU679457B2 (en) * 1992-10-22 1997-07-03 Nec Corporation File compression processor
EP0834821A2 (en) * 1996-10-01 1998-04-08 Fujitsu Limited Network archiver system and storage medium storing program to construct network archiver system
US7000250B1 (en) 2001-07-26 2006-02-14 Mcafee, Inc. Virtual opened share mode system with virus protection

Families Citing this family (266)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5544347A (en) * 1990-09-24 1996-08-06 Emc Corporation Data storage system controlled remote data mirroring with respectively maintained data indices
AU683038B2 (en) * 1993-08-10 1997-10-30 Addison M. Fischer A method for operating computers and for processing information among computers
US5623681A (en) * 1993-11-19 1997-04-22 Waverley Holdings, Inc. Method and apparatus for synchronizing, displaying and manipulating text and image documents
US6339767B1 (en) 1997-06-02 2002-01-15 Aurigin Systems, Inc. Using hyperbolic trees to visualize data generated by patent-centric and group-oriented data processing
US5696963A (en) * 1993-11-19 1997-12-09 Waverley Holdings, Inc. System, method and computer program product for searching through an individual document and a group of documents
US5991751A (en) * 1997-06-02 1999-11-23 Smartpatents, Inc. System, method, and computer program product for patent-centric and group-oriented data processing
US5799325A (en) * 1993-11-19 1998-08-25 Smartpatents, Inc. System, method, and computer program product for generating equivalent text files
US6877137B1 (en) * 1998-04-09 2005-04-05 Rose Blush Software Llc System, method and computer program product for mediating notes and note sub-notes linked or otherwise associated with stored or networked web pages
US6963920B1 (en) * 1993-11-19 2005-11-08 Rose Blush Software Llc Intellectual asset protocol for defining data exchange rules and formats for universal intellectual asset documents, and systems, methods, and computer program products related to same
US5623679A (en) * 1993-11-19 1997-04-22 Waverley Holdings, Inc. System and method for creating and manipulating notes each containing multiple sub-notes, and linking the sub-notes to portions of data objects
US5806079A (en) * 1993-11-19 1998-09-08 Smartpatents, Inc. System, method, and computer program product for using intelligent notes to organize, link, and manipulate disparate data objects
WO1996016497A1 (en) * 1994-11-21 1996-05-30 Oracle Corporation Transferring binary large objects (blobs) in a network environment
CA2172746C (en) * 1995-04-20 2001-06-05 Michael Scott Baldwin Electronic messaging in a wide area network
US5761499A (en) * 1995-12-21 1998-06-02 Novell, Inc. Method for managing globally distributed software components
US5978773A (en) * 1995-06-20 1999-11-02 Neomedia Technologies, Inc. System and method for using an ordinary article of commerce to access a remote computer
US5696880A (en) * 1995-06-26 1997-12-09 Motorola, Inc. Communication system user authentication method
US5708838A (en) * 1995-09-08 1998-01-13 Iq Systems, Inc. Distributed processing systems having a host processor and at least one object oriented processor
US6072944A (en) * 1995-09-08 2000-06-06 Iq Systems, Inc. Methods and apparatus for distributed processing and rapid ASIC development
US5889943A (en) * 1995-09-26 1999-03-30 Trend Micro Incorporated Apparatus and method for electronic mail virus detection and elimination
SE507482C2 (en) * 1995-10-09 1998-06-15 Ericsson Telefon Ab L M Redundancy communication management system and procedure
US5778367A (en) * 1995-12-14 1998-07-07 Network Engineering Software, Inc. Automated on-line information service and directory, particularly for the world wide web
US5903723A (en) * 1995-12-21 1999-05-11 Intel Corporation Method and apparatus for transmitting electronic mail attachments with attachment references
JPH09275462A (en) * 1996-04-04 1997-10-21 Canon Inc Image input-output device and control method for image input-output system
US6009458A (en) * 1996-05-09 1999-12-28 3Do Company Networked computer game system with persistent playing objects
DE19625196A1 (en) * 1996-06-24 1998-01-02 Godi Meyer Gizella Data archiving system
US5913208A (en) * 1996-07-09 1999-06-15 International Business Machines Corporation Identifying duplicate documents from search results without comparing document content
US5761071A (en) * 1996-07-27 1998-06-02 Lexitech, Inc. Browser kiosk system
US6078848A (en) * 1996-07-27 2000-06-20 Lexitech, Inc. Browser kiosk system
US5951698A (en) * 1996-10-02 1999-09-14 Trend Micro, Incorporated System, apparatus and method for the detection and removal of viruses in macros
US5915001A (en) 1996-11-14 1999-06-22 Vois Corporation System and method for providing and using universally accessible voice and speech data files
US6460058B2 (en) * 1996-12-06 2002-10-01 Microsoft Corporation Object-oriented framework for hyperlink navigation
WO1998040804A2 (en) * 1997-02-26 1998-09-17 Siebel Systems, Inc. Distributed relational database
US6694433B1 (en) * 1997-05-08 2004-02-17 Tecsec, Inc. XML encryption scheme
US5897641A (en) * 1997-05-13 1999-04-27 International Business Machines Corporation Application of log records to data compressed with different encoding scheme
US6023721A (en) * 1997-05-14 2000-02-08 Citrix Systems, Inc. Method and system for allowing a single-user application executing in a multi-user environment to create objects having both user-global and system global visibility
JP3529588B2 (en) * 1997-05-30 2004-05-24 インターナショナル・ビジネス・マシーンズ・コーポレーション Computer network system, computer, computer for temporary storage, and method in these
US6298401B1 (en) 1997-08-11 2001-10-02 Seagate Technology Llc Object oriented storage device having a disc drive controller providing an interface exposing methods which are invoked to access objects stored in a storage media
CN1158604C (en) 1997-08-28 2004-07-21 西加特技术有限责任公司 Object reconstruction on object oriented data storage device
US5931947A (en) * 1997-09-11 1999-08-03 International Business Machines Corporation Secure array of remotely encrypted storage devices
US6405315B1 (en) 1997-09-11 2002-06-11 International Business Machines Corporation Decentralized remotely encrypted file system
US6873978B1 (en) 1997-10-01 2005-03-29 Pitney Bowes Inc. Event interface for a carrier manager system
US6493804B1 (en) * 1997-10-01 2002-12-10 Regents Of The University Of Minnesota Global file system and data storage device locks
US6910047B1 (en) 1997-10-01 2005-06-21 Pitney Bowes Inc. Method and system for changing rating data via internet or modem in a carrier management system
US5970491A (en) * 1997-11-10 1999-10-19 International Business Machines Corporation System and method of storage management for an electronic mail system
US5974415A (en) * 1997-11-10 1999-10-26 International Business Machines System and method for computer-aided heuristic adaptive attribute matching
US6064814A (en) * 1997-11-13 2000-05-16 Allen-Bradley Company, Llc Automatically updated cross reference system having increased flexibility
GB2332334A (en) * 1997-12-10 1999-06-16 Northern Telecom Ltd Trail management system
US6052512A (en) * 1997-12-22 2000-04-18 Scientific Learning Corp. Migration mechanism for user data from one client computer system to another
US6393135B1 (en) 1997-12-23 2002-05-21 Pitney Bowes Inc. OLE automation server for manipulation of mail piece data
US6117073A (en) * 1998-03-02 2000-09-12 Jones; Scott J. Integrated emergency medical transportation database system
US7398286B1 (en) * 1998-03-31 2008-07-08 Emc Corporation Method and system for assisting in backups and restore operation over different channels
US7096358B2 (en) * 1998-05-07 2006-08-22 Maz Technologies, Inc. Encrypting file system
US6549932B1 (en) 1998-06-03 2003-04-15 International Business Machines Corporation System, method and computer program product for discovery in a distributed computing environment
US6275939B1 (en) 1998-06-25 2001-08-14 Westcorp Software Systems, Inc. System and method for securely accessing a database from a remote location
US6385730B2 (en) 1998-09-03 2002-05-07 Fiware, Inc. System and method for restricting unauthorized access to a database
US6336114B1 (en) 1998-09-03 2002-01-01 Westcorp Software Systems, Inc. System and method for restricting access to a data table within a database
US6408067B1 (en) * 1998-10-29 2002-06-18 Iq Systems, Inc. Methods and apparatus for intercepting dual-tone multi-frequency (DTMF) signals and for redialing the intercepted signals with additional DTMF signals
US6751604B2 (en) * 1999-01-06 2004-06-15 Hewlett-Packard Development Company, L.P. Method of displaying temporal and storage media relationships of file names protected on removable storage media
US6275847B1 (en) 1999-01-07 2001-08-14 Iq Net Solutions, Inc. Distributed processing systems incorporating processing zones which communicate according to both streaming and event-reaction protocols
US6272525B1 (en) 1999-01-07 2001-08-07 Iq Net Solutions, Inc. Distributed processing systems including processing zones which subscribe and unsubscribe to mailing lists
US6424990B1 (en) 1999-01-07 2002-07-23 Jeffrey I. Robinson Distributed processing systems incorporating a plurality of cells which process information in response to single events
US6272524B1 (en) 1999-01-07 2001-08-07 Iq Netsolutions Inc. Distributed processing systems incorporating a plurality of cells which process information in response to single events
US6285751B1 (en) 1999-01-07 2001-09-04 Iq Net Solutions, Inc. PBX system having line cards and phone cards which exhibit reciprocal relationships
US6272527B1 (en) 1999-01-07 2001-08-07 Iq Net Solutions, Inc. Distributed processing systems incorporating nodes having processing cells which execute scripts causing a message to be sent internodally
US6272526B1 (en) 1999-01-07 2001-08-07 Iq Netsolutions, Inc. Distributed processing systems having self-advertising cells
US6356941B1 (en) * 1999-02-22 2002-03-12 Cyber-Ark Software Ltd. Network vaults
US6957330B1 (en) 1999-03-01 2005-10-18 Storage Technology Corporation Method and system for secure information handling
US7966328B2 (en) 1999-03-02 2011-06-21 Rose Blush Software Llc Patent-related tools and methodology for use in research and development projects
US7716060B2 (en) 1999-03-02 2010-05-11 Germeraad Paul B Patent-related tools and methodology for use in the merger and acquisition process
US7596606B2 (en) * 1999-03-11 2009-09-29 Codignotto John D Message publishing system for publishing messages from identified, authorized senders
US6446072B1 (en) * 1999-04-13 2002-09-03 Michael D. Schulze Method of obtaining an electronically-stored financial document
US20120179715A1 (en) 1999-04-13 2012-07-12 Mirror Imaging L.L.C. Method of Obtaining An Electronically-Stored Financial Document
US6952741B1 (en) * 1999-06-30 2005-10-04 Computer Sciences Corporation System and method for synchronizing copies of data in a computer system
US7340426B1 (en) 1999-07-30 2008-03-04 Computer Sciences Corporation Event-triggered transaction processing for electronic data interchange
US6961708B1 (en) 1999-08-27 2005-11-01 Computer Sciences Corporation External interface for requesting data from remote systems in a generic fashion
US6970844B1 (en) 1999-08-27 2005-11-29 Computer Sciences Corporation Flow designer for establishing and maintaining assignment and strategy process maps
US7693731B1 (en) 1999-09-30 2010-04-06 Computer Sciences Corporation Business process framework for reinsurance
US7359863B1 (en) 1999-09-30 2008-04-15 Computer Sciences Corporation Condition component framework for reinsurance
WO2001025948A1 (en) * 1999-10-05 2001-04-12 Zapmedia, Inc. System and method for distributing media assets to user devices and managing user rights of the media assets
US7917397B1 (en) 1999-10-14 2011-03-29 Jarbridge, Inc. Merging private images for gifting
US7418407B2 (en) 1999-10-14 2008-08-26 Jarbridge, Inc. Method for electronic gifting using merging images
US6903756B1 (en) * 1999-10-14 2005-06-07 Jarbridge, Inc. Merged images viewed via a virtual storage closet
US6970850B1 (en) 1999-10-27 2005-11-29 Automated Business Companies Proximity service provider system
EP2339528A1 (en) 1999-10-29 2011-06-29 Computer Sciences Corporation Business transaction processing systems and methods
US6925468B1 (en) 1999-10-29 2005-08-02 Computer Sciences Corporation Configuring systems for generating business transaction reports using processing relationships among entities of an organization
US7356541B1 (en) 1999-10-29 2008-04-08 Computer Sciences Corporation Processing business data using user-configured keys
US7546304B1 (en) 1999-10-29 2009-06-09 Computer Sciences Corporation Configuring keys for use in processing business data
US7571171B1 (en) 1999-10-29 2009-08-04 Computer Sciences Corporation Smart trigger for use in processing business transactions
US7526487B1 (en) 1999-10-29 2009-04-28 Computer Sciences Corporation Business transaction processing systems and methods
US7693844B1 (en) 1999-10-29 2010-04-06 Computer Sciences Corporation Configuring processing relationships among entities of an organization
US7353196B1 (en) 1999-10-29 2008-04-01 Computer Sciences Corporation Configuring dynamic database packageset switching for use in processing business transactions
US7363264B1 (en) 1999-10-29 2008-04-22 Computer Sciences Corporation Processing business transactions using dynamic database packageset switching
US7149509B2 (en) 1999-12-06 2006-12-12 Twenty Year Innovations, Inc. Methods and apparatuses for programming user-defined information into electronic devices
US8170538B2 (en) 1999-12-06 2012-05-01 Solocron Media, Llc Methods and apparatuses for programming user-defined information into electronic devices
US6496692B1 (en) * 1999-12-06 2002-12-17 Michael E. Shanahan Methods and apparatuses for programming user-defined information into electronic devices
US7003482B1 (en) 1999-12-10 2006-02-21 Computer Sciences Corporation Middleware for business transactions
US6556832B1 (en) * 2000-02-04 2003-04-29 Qualcomm Incorporated Method and apparatus for evaluation of position location performance
US7451389B2 (en) * 2000-06-06 2008-11-11 Microsoft Corporation Method and system for semantically labeling data and providing actions based on semantically labeled data
US7117435B1 (en) 2000-06-21 2006-10-03 Microsoft Corporation Spreadsheet fields in text
US6874143B1 (en) 2000-06-21 2005-03-29 Microsoft Corporation Architectures for and methods of providing network-based software extensions
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US6948135B1 (en) 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
WO2001098928A2 (en) 2000-06-21 2001-12-27 Microsoft Corporation System and method for integrating spreadsheets and word processing tables
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7095426B1 (en) 2000-06-23 2006-08-22 Computer Sciences Corporation Graphical user interface with a hide/show feature for a reference system in an insurance claims processing system
US7430514B1 (en) 2000-06-23 2008-09-30 Computer Sciences Corporation System and method for processing insurance claims using a table of contents
US7398219B1 (en) 2000-06-23 2008-07-08 Computer Sciences Corporation System and method for displaying messages using a messages table
US7571107B1 (en) 2000-06-23 2009-08-04 Computer Sciences Corporation System and method for externalization of rules for assessing damages
US7343307B1 (en) 2000-06-23 2008-03-11 Computer Sciences Corporation Dynamic help method and system for an insurance claims processing system
US7418400B1 (en) 2000-06-23 2008-08-26 Computer Sciences Corporation Internet-enabled system and method for assessing damages
US7430515B1 (en) 2000-06-23 2008-09-30 Computer Sciences Corporation System and method for externalization of formulas for assessing damages
WO2002003198A2 (en) * 2000-07-03 2002-01-10 Oculus Technologies Corporation Access control for a decentralized or emergent model on a computer network
US7020773B1 (en) 2000-07-17 2006-03-28 Citrix Systems, Inc. Strong mutual authentication of devices
US7742936B2 (en) * 2000-10-02 2010-06-22 Computer Sciences Corporation Computerized method and system of assessing liability for an accident using impact groups
US7703092B1 (en) 2000-10-12 2010-04-20 International Business Machines Corporation Method, system, computer program product, and article of manufacture for installation and configuration of a computer program according to a stored configuration
US6944857B1 (en) 2000-10-12 2005-09-13 International Business Machines Corporation Method, system, computer program product, and article of manufacture for updating a computer program according to a stored configuration
US7089553B1 (en) 2000-10-12 2006-08-08 International Business Machines Corporation Method, system, computer program product, and article of manufacture for downloading a remote computer program according to a stored configuration
US6986040B1 (en) 2000-11-03 2006-01-10 Citrix Systems, Inc. System and method of exploiting the security of a secure communication channel to secure a non-secure communication channel
US7778849B1 (en) 2000-11-06 2010-08-17 Golden Hour Data Systems, Inc. Data accuracy filter for integrated emergency medical transportation database system
US7233905B1 (en) 2000-11-06 2007-06-19 Golden Hour Data Systems, Inc. Billing modifier module for integrated emergency medical transportation database system
US7734481B1 (en) 2000-11-06 2010-06-08 Golden Hour Data Systems, Inc. Compliance audit for integrated emergency medical transportation database system
US7668736B2 (en) * 2000-11-06 2010-02-23 Golden Hour Data Systems, Inc. Integrated emergency medical transportion database and virtual private network system
JP4039800B2 (en) * 2000-12-19 2008-01-30 株式会社日立製作所 Data management method, object integrated management system
KR20030038540A (en) * 2001-03-06 2003-05-16 마쯔시다덴기산교 가부시키가이샤 Advertisement distribution system
US7484092B2 (en) * 2001-03-12 2009-01-27 Arcot Systems, Inc. Techniques for searching encrypted files
WO2002084533A1 (en) * 2001-04-12 2002-10-24 Valaran Corporation Method and service for storing records containing executable objects
US7562146B2 (en) 2003-10-10 2009-07-14 Citrix Systems, Inc. Encapsulating protocol for session persistence and reliability
US20050198379A1 (en) 2001-06-13 2005-09-08 Citrix Systems, Inc. Automatically reconnecting a client across reliable and persistent communication sessions
US7100200B2 (en) * 2001-06-13 2006-08-29 Citrix Systems, Inc. Method and apparatus for transmitting authentication credentials of a user across communication sessions
ES2386003T3 (en) * 2001-06-22 2012-08-07 Invensys Systems, Inc. Procedure and system to collect and retrieve time series data in real time and in no real time
US7963899B2 (en) * 2001-07-13 2011-06-21 The Proctor & Gamble Company Continuous in-line pleating apparatus and process
US20020010715A1 (en) * 2001-07-26 2002-01-24 Garry Chinn System and method for browsing using a limited display device
US6999972B2 (en) * 2001-09-08 2006-02-14 Siemens Medical Systems Health Services Inc. System for processing objects for storage in a document or other storage system
US7003529B2 (en) * 2001-09-08 2006-02-21 Siemens Medical Solutions Health Services Corporation System for adaptively identifying data for storage
US6892241B2 (en) * 2001-09-28 2005-05-10 Networks Associates Technology, Inc. Anti-virus policy enforcement system and method
US6889252B2 (en) * 2001-10-22 2005-05-03 Jetcaps International Business Strategy Sas Method and system for using a selected peripheral of a network using a server as a re-router
US7694887B2 (en) 2001-12-24 2010-04-13 L-1 Secure Credentialing, Inc. Optically variable personalized indicia for identification documents
AU2002364036A1 (en) 2001-12-24 2003-07-15 Digimarc Id Systems, Llc Laser etched security features for identification documents and methods of making same
EP1459239B1 (en) 2001-12-24 2012-04-04 L-1 Secure Credentialing, Inc. Covert variable information on id documents and methods of making same
US20030158759A1 (en) * 2002-01-24 2003-08-21 Robert Kannenberg Method of modifying software by defining business rules
US7631299B2 (en) 2002-01-24 2009-12-08 Computer Sciences Corporation System for modifying software using reusable software components
US7661129B2 (en) 2002-02-26 2010-02-09 Citrix Systems, Inc. Secure traversal of network components
US7984157B2 (en) 2002-02-26 2011-07-19 Citrix Systems, Inc. Persistent and reliable session securely traversing network components using an encapsulating protocol
JP4278908B2 (en) * 2002-03-08 2009-06-17 パナソニック株式会社 Recording device
AU2003221894A1 (en) 2002-04-09 2003-10-27 Digimarc Id Systems, Llc Image processing techniques for printing identification cards and documents
US7824029B2 (en) 2002-05-10 2010-11-02 L-1 Secure Credentialing, Inc. Identification card printer-assembler for over the counter card issuing
EP1511954B1 (en) * 2002-06-12 2006-01-11 FSP Fluid Systems Partners Holding AG Screw-in valve
US6928476B2 (en) * 2002-08-23 2005-08-09 Mirra, Inc. Peer to peer remote data storage and collaboration
US20040054558A1 (en) * 2002-09-09 2004-03-18 Stefan Wahlbin Computerized method and system for determining claimant status in premises liability for an accident
US7702528B2 (en) * 2002-09-09 2010-04-20 Computer Sciences Corporation Computerized method and system for determining breach of duty in premises liability for an accident
US20040054557A1 (en) * 2002-09-09 2004-03-18 Stefan Wahlbin Computerized method and system for estimating premises liability for an accident
US7672860B2 (en) * 2002-09-09 2010-03-02 Computer Sciences Corporation Computerized method and system for determining the contribution of defenses to premises liability for an accident
US20040054556A1 (en) * 2002-09-09 2004-03-18 Stephan Wahlbin Computerized method and system for determining causation in premises liability for an accident
US20040085357A1 (en) * 2002-10-31 2004-05-06 Childress Allen B. Method of generating a graphical display of a business rule and associated business rule elements
US20040088195A1 (en) * 2002-10-31 2004-05-06 Childress Allen B. Method of modifying a business rule
US7451148B2 (en) 2002-10-31 2008-11-11 Computer Sciences Corporation Method of modifying a business rule while tracking the modifications
US7676387B2 (en) * 2002-10-31 2010-03-09 Computer Sciences Corporation Graphical display of business rules
US7689442B2 (en) * 2002-10-31 2010-03-30 Computer Science Corporation Method of generating a graphical display of a business rule with a translation
US20040088199A1 (en) * 2002-10-31 2004-05-06 Childress Allen B. Method of forming a business rule
US7804982B2 (en) 2002-11-26 2010-09-28 L-1 Secure Credentialing, Inc. Systems and methods for managing and detecting fraud in image databases used with identification documents
US7805321B2 (en) * 2002-11-27 2010-09-28 Computer Sciences Corporation Computerized method and system for estimating liability for an accident from an investigation of the accident
US7660725B2 (en) * 2002-11-27 2010-02-09 Computer Sciences Corporation Computerized method and system for estimating an effect on liability based on the stopping distance of vehicles
US7792690B2 (en) * 2002-11-27 2010-09-07 Computer Sciences Corporation Computerized 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
US7809586B2 (en) * 2002-11-27 2010-10-05 Computer Sciences Corporation Computerized 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
US7895063B2 (en) * 2002-11-27 2011-02-22 Computer Sciences Corporation Computerized method and system for creating pre-configured claim reports including liability in an accident estimated using a computer system
US7725334B2 (en) * 2002-11-27 2010-05-25 Computer Sciences Corporation Computerized method and system for estimating liability for an accident using dynamic generation of questions
US7818187B2 (en) * 2002-11-27 2010-10-19 Computer Sciences Corporation Computerized method and system for estimating liability
US20040102984A1 (en) * 2002-11-27 2004-05-27 Stefan Wahlbin Computerized method and system for estimating liability using recorded vehicle data
US7702529B2 (en) * 2002-11-27 2010-04-20 Computer Sciences Corporation Computerized method and system for estimating an effect on liability using claim data accessed from claim reporting software
US20040103005A1 (en) * 2002-11-27 2004-05-27 Stefan Wahlbin Computerized method and system for estimating monetary damages due to injuries in an accident from liability estimated using a computer system
US9307884B1 (en) * 2003-01-27 2016-04-12 The Pnc Financial Services Group, Inc. Visual asset structuring tool
US20040148272A1 (en) * 2003-01-29 2004-07-29 Raman Balan Sethu Logical pathname as a reference mechanism for data
US7275216B2 (en) 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
JP2004288025A (en) * 2003-03-24 2004-10-14 Fuji Xerox Co Ltd Service processor, service processing system, original data storing method of service processing system, and service processing program
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US7516145B2 (en) 2003-03-31 2009-04-07 Microsoft Corporation System and method for incrementally transforming and rendering hierarchical data files
ATE491190T1 (en) 2003-04-16 2010-12-15 L 1 Secure Credentialing Inc THREE-DIMENSIONAL DATA STORAGE
US20040215494A1 (en) * 2003-04-24 2004-10-28 Wahlbin Stefan L. Method and system for determining monetary amounts in an insurance processing system
US7168035B1 (en) 2003-06-11 2007-01-23 Microsoft Corporation Building a view on markup language data through a set of components
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US7197515B2 (en) 2003-06-30 2007-03-27 Microsoft Corporation Declarative solution definition
US7581177B1 (en) 2003-08-01 2009-08-25 Microsoft Corporation Conversion of structured documents
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
US20050060205A1 (en) * 2003-09-02 2005-03-17 Woods Randall K. Systems and methods for a graphical input display in an insurance processing system
US7895064B2 (en) * 2003-09-02 2011-02-22 Computer Sciences Corporation Graphical input display in an insurance processing system
US20050108063A1 (en) * 2003-11-05 2005-05-19 Madill Robert P.Jr. Systems and methods for assessing the potential for fraud in business transactions
US7113981B2 (en) * 2003-12-29 2006-09-26 Mixxer, Inc. Cellular telephone download locker
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US7430711B2 (en) 2004-02-17 2008-09-30 Microsoft Corporation Systems and methods for editing XML documents
US7318063B2 (en) 2004-02-19 2008-01-08 Microsoft Corporation Managing XML documents containing hierarchical database information
US20050192850A1 (en) * 2004-03-01 2005-09-01 Lorenz Scott K. Systems and methods for using data structure language in web services
US7325013B2 (en) 2004-04-15 2008-01-29 Id3Man, Inc. Database with efficient fuzzy matching
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7568101B1 (en) 2004-05-13 2009-07-28 Microsoft Corporation Digital signatures with an embedded view
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US20050278552A1 (en) * 2004-06-14 2005-12-15 Vincent Delisle Secure virtual account
US7617501B2 (en) 2004-07-09 2009-11-10 Quest Software, Inc. Apparatus, system, and method for managing policies on a computer having a foreign operating system
US20060026171A1 (en) * 2004-07-30 2006-02-02 Mirra, Inc. Content distribution and synchronization
US20060031418A1 (en) * 2004-07-30 2006-02-09 Mirra, Inc. Authenticating client-to-client communication
US20060059021A1 (en) * 2004-09-15 2006-03-16 Jim Yulman Independent adjuster advisor
US7516399B2 (en) 2004-09-30 2009-04-07 Microsoft Corporation Structured-document path-language expression methods and systems
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US7584417B2 (en) 2004-11-15 2009-09-01 Microsoft Corporation Role-dependent action for an electronic form
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7509353B2 (en) 2004-11-16 2009-03-24 Microsoft Corporation Methods and systems for exchanging and rendering forms
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7437376B2 (en) 2004-12-20 2008-10-14 Microsoft Corporation Scalable object model
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US7543228B2 (en) 2005-06-27 2009-06-02 Microsoft Corporation Template for rendering an electronic form
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US7613996B2 (en) 2005-08-15 2009-11-03 Microsoft Corporation Enabling selection of an inferred schema part
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US7904949B2 (en) 2005-12-19 2011-03-08 Quest Software, Inc. Apparatus, systems and methods to provide authentication services to a legacy application
US8301767B1 (en) 2005-12-21 2012-10-30 Mcafee, Inc. System, method and computer program product for controlling network communications based on policy compliance
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US8087075B2 (en) 2006-02-13 2011-12-27 Quest Software, Inc. Disconnected credential validation using pre-fetched service tickets
US8429712B2 (en) 2006-06-08 2013-04-23 Quest Software, Inc. Centralized user authentication system apparatus and method
US7895332B2 (en) 2006-10-30 2011-02-22 Quest Software, Inc. Identity migration system apparatus and method
US8086710B2 (en) 2006-10-30 2011-12-27 Quest Software, Inc. Identity migration apparatus and method
US8212805B1 (en) 2007-01-05 2012-07-03 Kenneth Banschick System and method for parametric display of modular aesthetic designs
US7634499B2 (en) * 2007-01-06 2009-12-15 Objectivity, Inc. Method, system and computer-readable media for repairing data record corruption
US7720936B2 (en) 2007-03-12 2010-05-18 Citrix Systems, Inc. Systems and methods of freshening and prefreshening a DNS cache
US8701010B2 (en) 2007-03-12 2014-04-15 Citrix Systems, Inc. Systems and methods of using the refresh button to determine freshness policy
US7584294B2 (en) * 2007-03-12 2009-09-01 Citrix Systems, Inc. Systems and methods for prefetching objects for caching using QOS
US8103783B2 (en) 2007-03-12 2012-01-24 Citrix Systems, Inc. Systems and methods of providing security and reliability to proxy caches
US7809818B2 (en) * 2007-03-12 2010-10-05 Citrix Systems, Inc. Systems and method of using HTTP head command for prefetching
US8504775B2 (en) 2007-03-12 2013-08-06 Citrix Systems, Inc Systems and methods of prefreshening cached objects based on user's current web page
US8074028B2 (en) 2007-03-12 2011-12-06 Citrix Systems, Inc. Systems and methods of providing a multi-tier cache
US7783757B2 (en) 2007-03-12 2010-08-24 Citrix Systems, Inc. Systems and methods of revalidating cached objects in parallel with request for object
US8037126B2 (en) 2007-03-12 2011-10-11 Citrix Systems, Inc. Systems and methods of dynamically checking freshness of cached objects based on link status
US8010390B2 (en) * 2007-06-04 2011-08-30 Computer Sciences Corporation Claims processing of information requirements
US8000986B2 (en) 2007-06-04 2011-08-16 Computer Sciences Corporation Claims processing hierarchy for designee
US8010389B2 (en) * 2007-06-04 2011-08-30 Computer Sciences Corporation Multiple policy claims processing
US8010391B2 (en) 2007-06-29 2011-08-30 Computer Sciences Corporation Claims processing hierarchy for insured
US8244558B2 (en) * 2008-01-18 2012-08-14 Computer Sciences Corporation Determining recommended settlement amounts by adjusting values derived from matching similar claims
WO2009114710A2 (en) 2008-03-14 2009-09-17 Neomedia Technologies, Inc. Messaging interchange system
JP2009289040A (en) * 2008-05-29 2009-12-10 Seiko Epson Corp Id issuing system and id issuing server used therein
US8101543B2 (en) * 2008-06-30 2012-01-24 Weyerhaeuser Nr Company Biodegradable superabsorbent particles
US20100082546A1 (en) * 2008-09-30 2010-04-01 Microsoft Corporation Storage Tiers for Database Server System
US8700072B2 (en) 2008-12-23 2014-04-15 At&T Mobility Ii Llc Scalable message fidelity
US20100263052A1 (en) * 2009-04-10 2010-10-14 CCR Co., Ltd. (Status: Corporation or Organization Arbitrary Code Execution System For Preventing Concoction And Analysis Of Computer Execution Codes
US8239668B1 (en) 2009-04-15 2012-08-07 Trend Micro Incorporated Computer security threat data collection and aggregation with user privacy protection
US8762334B1 (en) * 2009-04-29 2014-06-24 Juniper Networks, Inc. Distributed network anomaly detection
US8255984B1 (en) 2009-07-01 2012-08-28 Quest Software, Inc. Single sign-on system for shared resource environments
WO2011112051A2 (en) * 2010-03-11 2011-09-15 엘지전자 주식회사 Method and apparatus for mtc in a wireless communication system
US10248670B1 (en) * 2013-03-14 2019-04-02 Open Text Corporation Method and system for migrating content between enterprise content management systems
US20140278834A1 (en) * 2013-03-14 2014-09-18 Armchair Sports Productions Inc. Voting on actions for an event
US9652766B1 (en) * 2013-08-22 2017-05-16 Amazon Technologies, Inc. Managing data stored in memory locations having size limitations
US10320843B1 (en) * 2017-12-08 2019-06-11 Symbiont.Io, Inc. Methods, systems, and devices for encrypted electronic storage and confidential network transfer of private data through a trustless distributed ledger technology system
US10476847B1 (en) 2017-12-08 2019-11-12 Symbiont.Io, Inc. Systems, methods, and devices for implementing a smart contract on a distributed ledger technology platform
CN113677559A (en) * 2019-04-03 2021-11-19 普拉多斯公司 Movable water treatment device
AU2020272058A1 (en) 2019-04-12 2021-11-11 Symbiont.Io, Inc. Systems, devices, and methods for DLT-based data management platforms and data products
CN112817966B (en) * 2020-07-24 2023-10-13 腾讯科技(深圳)有限公司 Data retrieval method, device, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4833625A (en) * 1986-07-09 1989-05-23 University Of Arizona Image viewing station for picture archiving and communications systems (PACS)
US5093911A (en) * 1989-09-14 1992-03-03 International Business Machines Corporation Storage and retrieval system
US5150473A (en) * 1990-01-16 1992-09-22 Dantz Development Corporation Data storage format for addressable or sequential memory media
US5167035A (en) * 1988-09-08 1992-11-24 Digital Equipment Corporation Transferring messages between nodes in a network
US5220516A (en) * 1989-02-21 1993-06-15 International Business Machines Corp. Asynchronous staging of objects between computer systems in cooperative processing systems
US5247638A (en) * 1990-06-18 1993-09-21 Storage Technology Corporation Apparatus for compressing data in a dynamically mapped virtual data storage subsystem
US5278955A (en) * 1990-06-18 1994-01-11 International Business Machines Corporation Open systems mail handling capability in a multi-user environment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3714172A1 (en) * 1986-04-28 1987-11-19 Hitachi Ltd DEVICE FOR BROWSING DOCUMENTS IN A DOCUMENT FILING SYSTEM
JPH021057A (en) * 1988-01-20 1990-01-05 Ricoh Co Ltd Document retrieving device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4833625A (en) * 1986-07-09 1989-05-23 University Of Arizona Image viewing station for picture archiving and communications systems (PACS)
US5167035A (en) * 1988-09-08 1992-11-24 Digital Equipment Corporation Transferring messages between nodes in a network
US5220516A (en) * 1989-02-21 1993-06-15 International Business Machines Corp. Asynchronous staging of objects between computer systems in cooperative processing systems
US5093911A (en) * 1989-09-14 1992-03-03 International Business Machines Corporation Storage and retrieval system
US5150473A (en) * 1990-01-16 1992-09-22 Dantz Development Corporation Data storage format for addressable or sequential memory media
US5247638A (en) * 1990-06-18 1993-09-21 Storage Technology Corporation Apparatus for compressing data in a dynamically mapped virtual data storage subsystem
US5278955A (en) * 1990-06-18 1994-01-11 International Business Machines Corporation Open systems mail handling capability in a multi-user environment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU679457B2 (en) * 1992-10-22 1997-07-03 Nec Corporation File compression processor
EP0834821A2 (en) * 1996-10-01 1998-04-08 Fujitsu Limited Network archiver system and storage medium storing program to construct network archiver system
EP0834821A3 (en) * 1996-10-01 2001-12-05 Fujitsu Limited Network archiver system and storage medium storing program to construct network archiver system
US7000250B1 (en) 2001-07-26 2006-02-14 Mcafee, Inc. Virtual opened share mode system with virus protection

Also Published As

Publication number Publication date
AU5742294A (en) 1994-07-04
US5550976A (en) 1996-08-27

Similar Documents

Publication Publication Date Title
US5550976A (en) Decentralized distributed asynchronous object oriented system and method for electronic data management, storage, and communication
US5649185A (en) Method and means for providing access to a library of digitized documents and images
CN101443760B (en) System and method for record retention date in a write once read much storage system
US5893910A (en) Method and apparatus for establishing the legitimacy of use of a block of digitally represented information
US8099420B2 (en) Accessing data in a data processing system
Mazieres et al. Building secure file systems out of Byzantine storage
EP1049988B1 (en) Content addressable information encapsulation, representation, and transfer
US7398391B2 (en) Content addressable information encapsulation, representation, and transfer
US7693814B2 (en) Data repository and method for promoting network storage of data
US7289973B2 (en) Graphical user interface for system and method for managing content
US6366930B1 (en) Intelligent data inventory & asset management systems method and apparatus
WO1994014127B1 (en) Asynchronous system and method for electronic data management, storage and communication
CN1459061A (en) Automatic data update
JPH09311806A (en) Method for detecting illegal update of data
CA2495083A1 (en) System and method for preventing access to data on a compromised remote device
CN101610190A (en) Data network and system
WO2007068279A1 (en) Method and computer system for updating a database from a server to at least one client
CN112100663B (en) Archive management system for hospital archive office
JPH06150084A (en) Ic card
KR100401178B1 (en) Internet Personal Voulting Service and Its Method
JP3288856B2 (en) Electronic information filing equipment
JP2002132797A (en) Electronic information filing device

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: CA