US20080071824A1 - Record relationship processing - Google Patents

Record relationship processing Download PDF

Info

Publication number
US20080071824A1
US20080071824A1 US11/983,923 US98392307A US2008071824A1 US 20080071824 A1 US20080071824 A1 US 20080071824A1 US 98392307 A US98392307 A US 98392307A US 2008071824 A1 US2008071824 A1 US 2008071824A1
Authority
US
United States
Prior art keywords
derivative
file
service
original
computer system
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US11/983,923
Inventor
Virgil Albaugh
Messaoud Benantar
Philip Chang
Hari Madduri
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US11/983,923 priority Critical patent/US20080071824A1/en
Publication of US20080071824A1 publication Critical patent/US20080071824A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0283Price estimation or determination
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/954Relational
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99937Sorting
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99954Version management

Definitions

  • the present invention relates generally to information processing systems and more particularly to a methodology and implementation for designating related records.
  • a service node is enabled to provide various services to electronic messages received from clients and to generate other messages in accordance with the services performed. For example, a client may send a single parts ordering message, which may in fact be a package of individual messages, to a service node and the service node or server site will generate a plurality of messages to different suppliers from the single communication from the client.
  • processing services may also be provided (such as inventory updates, order processing steps, return credit calculations, translations to various formats, etc.) before the order is transmitted from the service node to the suppliers.
  • Other processing services may also be provided (such as inventory updates, order processing steps, return credit calculations, translations to various formats, etc.) before the order is transmitted from the service node to the suppliers. In all of these situations there is a need to track the original message from the client through the various service stages of the service node to the supplier or other ultimate recipient of the communication from the service node.
  • the tracking function is performed at the service provider server or service node, as well as intermediate nodes along the way, by maintaining one or a series of related databases in which messages received from clients are logged. As services are performed relative to the message, the identification of those services is also input to the database such that at any given time, a client message can be accessed and tracked through the database to determine what services have been performed pursuant to the client message and what the current status of the client request is. Unfortunately, however, in the past whenever a new message is generated in response to a performed service for example, the new message takes on a new identity. Accordingly, when many services are performed in response to an original message, it is difficult to track any given resulting message back to the communication from which the resulting messages were derived.
  • a method and implementing computer system are provided in which a unique primary key is generated to identify an original message which is received for processing.
  • the record for the original message is stored at the primary key.
  • the primary key is also passed to the service.
  • Derivative messages which are produced as a result of the services applied to the original message are identified with the primary key code along with additional derivative key codes related to services applied to the original message.
  • the resulting hierarchical derivative message storing and tracking process provides a means by which derivative messages are readily identified and associated with an original message as well as the services performed upon the original message in generating the derivative message.
  • FIG. 1 is a system diagram illustrating an exemplary system in which the present invention may be implemented
  • FIG. 2 is a block diagram illustrating several of the components of an exemplary computer system
  • FIG. 3 is a flow chart illustrating an exemplary processing methodology in one implementation of the present invention.
  • FIG. 4 is a flow chart illustrating one of the steps in FIG. 3 in greater detail
  • FIG. 5 is an illustration of a database arrangement in which entries are not related by record designators.
  • FIG. 6 is an illustration of an exemplary database in which derivative messages are related to an original message through the use of a primary key and derivative key record designators in accordance with the present invention.
  • circuits and devices which are shown in block form in the drawings are generally known to those skilled in the art, and are not specified to any greater extent than that considered necessary as illustrated, for the understanding and appreciation of the underlying concepts of the present invention and in order not to obfuscate or distract from the teachings of the present invention.
  • a client computer system 101 is arranged to send original messages to a service provider computer system or server 103 .
  • the service provider 103 is enabled to perform requested services upon the original message and send out one or more resulting or derivative messages to one or more recipients 105 , 107 and 109 .
  • FIG. 2 Several of the major components of an exemplary computer system 103 implementing the present invention are shown in FIG. 2 .
  • a processor circuit 201 is connected to a system bus 203 which may be any host system bus. It is noted that the processing methodology disclosed herein will apply to many different bus and/or network configurations.
  • a cache memory device 205 , and a system memory unit 207 are also connected to the bus 203 .
  • a modem 209 is arranged for connection 210 to a communication line, such as a telephone line, through a connector 111 ( FIG. 1 ). The modem 209 , in the present example, selectively enables the computer system 103 to establish a communication link with other computer systems.
  • the system bus 203 is also connected through an input interface circuit 211 to a keyboard 213 and a mouse or pointing device 215 .
  • the bus 203 may also be coupled through a hard-wired network interface subsystem 217 .
  • a diskette drive unit 219 and CD drive 222 are also shown as being coupled to the bus 203 .
  • a video subsystem 225 which may include a graphics subsystem, is connected to a display device 226 .
  • a storage device 218 which may comprise a hard disk drive or CD unit, is also coupled to the bus 203 .
  • the invention in general provides the ability to relate entries in a database through derivative primary key values.
  • the invention may be implemented in connection with a messaging hub in which original messages are received and processed and derivative messages are then sent out to other terminals.
  • a message is received into the hub, dispatched through a sequence of processing steps and delivered to an endpoint. It is required to log the original message content, and all derivative content generated by the various services that process the message.
  • the scheme which is employed in the present example is to first generate a unique primary key for the initial message, and store the record for the original message at the primary key. As the message is propagated to the services, the primary key is passed to the service. This permits the services to access the message to the primary key and generate a derivative primary key for any derivative message which the services produce.
  • the service provider offers a splitter service that can break an incoming message (that is actually a package of messages) into the various independent messages, and a translation service that can translate messages from one document format to another.
  • a splitter service that can break an incoming message (that is actually a package of messages) into the various independent messages
  • a translation service that can translate messages from one document format to another.
  • UUID initially generated unique identifier
  • a policy for the generation of derivative primary keys is implemented by appending a string of “.”+“service name”+“n” designators where “.” is a character chosen to use to separate the primary key fields into its derivative parts, “service name” is the name of the service which produced the new derivative message, and “n” is a count to uniquely identify each of possibly several derivatives produced by the call on the service.
  • an incoming message contains 3 sub-messages and each of the sub-messages needs to be translated before delivery.
  • the exemplary methodology will produce the following message log entries:
  • UUID.splitter1 This is used as primary key for storing the first of the 3 messages derived by the splitter in the example.
  • UUID.splitter2 This is used as primary key for storing the 2nd of the 3 messages derived by the splitter in the example.
  • UUID.splitter3 This is used as primary key for storing the 3rd of the 3 messaged derived by the splitter.
  • UUID.splitter1.trans1 This is used as primary key to store the translation of the first derived message in the example.
  • UUID.splitter2.trans1 This is used as primary key to store the translation of the 2nd derived message.
  • UUID.splitter3.trans1 This is used as primary key to store the translation of the 3rd derived message.
  • This methodology relates all of the derived messages to the initial messages so that when someone wants to trace what happened to message they sent—the information can be readily recalled. Or if someone wants to know the origins of a message they received that can easily be recalled from the database. Selecting all entries from the Database with primary key starting with UUID, reveals the source of the message and the history of the generation of any derivatives.
  • the typical solution would be to have a unique primary key for each log entry and for each log entry to contain a field that held the previous primary key.
  • Multiple searches on the database would have to be performed to create the history of the message process.
  • a data base search would be performed retrieving all the records that referenced UUID as their initial message. That search would retrieve splitter1, splitter2, and splitter 3.
  • the data base would have to be searched three more times to retrieve the entries that referenced each of those messages as input.
  • the entire processing history can be retrieved with a single search.
  • the methodology of the derivative record relating process are illustrated in the flow chart of FIG. 3 .
  • a determination is made that a new message has been received 303 and a unique primary key is generated 305 and associated with the original message.
  • the new message is stored at the primary key 307 and it is determined if further services are required 309 for the new message. If not, the processing returns to await the next new message 303 . If further services are required however 309 , then the primary key is passed to the designated service 311 and an “N” derivative of the primary key is generated is generated 313 for the service to be performed. Next, the service is performed and the “N” derivative message is generated 315 for the performed service.
  • the “N” derivative message is then stored at the “N” derivative primary key 317 and a determination is made as to whether further derivative services are required 319 for the first derivative message. If so, further processing is conducted 321 until no more services are required for the current line of derivative messages 319 at which time a determination is then made as to whether there are further services required for the current original message 309 . If so, the processing is repeated as illustrated until no more services are required 309 for the new message being processed, and the methodology returns to await the next new message 303 .
  • an example of the generation of the derivative designation from the primary key 401 begins by getting the next higher key 403 in the hierarchy of record designations. After appending a hierarchical separator device 405 , the next service name is appended 407 . Again a hierarchical separator device is appended 409 followed by appending a count designation 411 . The count derivative message is then stored at the derivative primary key 413 and the processing returns 415 and continues as shown in FIG. 3 .
  • the separator device used is a “dot” (“.”) designation, it is understood that any designator may be used as a separator including, but not limited to, a “slash” (“/”), a “double slash” (“//”), etc.
  • FIG. 5 illustrates an existing database organization for storing processed messages.
  • the fields for original message IDs are numbered 123 - 139 in a message ID column 501 .
  • the database also includes a reference message ID column 503 , a service column 505 and a message data column 507 .
  • Column 503 indicates the prior message
  • column 505 indicates the services performed
  • column 507 indicates what the message contains after the corresponding service has been performed.
  • the MsgID field is the primary key.
  • it is determined that the last service provided was “lower” i.e.
  • the primary key is OrigMsgID,ServiceHistory.
  • OrigMsgID column 601 includes reference numbers 123 - 139 for original messages.
  • a second column 603 shows the ServiceHistory for the corresponding message and a third column 605 shows the message data (MsgData) after the services have been performed.
  • MsgData message data
  • message # 138 appears as “abzb” and the four services performed, i.e. “AddB”, “AddZ”, “Addb”, and “Lower”) on original message “A” can be ascertained by merely referring to the ServiceHistory record designator “.AddB.AddZ.Addb.Lower”.
  • the method and apparatus of the present invention has been described in connection with a preferred embodiment as disclosed herein.
  • the disclosed methodology may be implemented in a wide range of sequences, menus and screen designs to accomplish the desired results as herein illustrated.
  • an embodiment of the present invention has been shown and described in detail herein, along with certain variants thereof, many other varied embodiments that incorporate the teachings of the invention may be easily constructed by those skilled in the art, and even included or integrated into a processor or CPU or other larger system integrated circuit or chip.
  • the disclosed methodology may also be implemented solely or partially in program code stored on a CD, disk or diskette (portable or fixed), or other memory device, from which it may be loaded into memory and executed to achieve the beneficial results as described herein. Accordingly, the present invention is not intended to be limited to the specific form set forth herein, but on the contrary, it is intended to cover such alternatives, modifications, and equivalents, as can be reasonably included within the spirit and scope of the invention.

Abstract

A method and implementing computer system are provided in which a unique primary key is generated to identify an original message which is received for processing. The record for the original message is stored at the primary key. As the message is propagated to the services that are to be performed on the original message, the primary key is also passed to the service. Derivative messages which are produced as a result of the services applied to the original message are identified with the primary key code along with additional derivative key codes related to services applied to the original message. The resulting derivative message storing and tracking process provides a means by which derivative messages are readily identified and associated with an original message as well as the services performed upon the original message in generating the derivative message.

Description

    FIELD OF THE INVENTION
  • The present invention relates generally to information processing systems and more particularly to a methodology and implementation for designating related records.
  • BACKGROUND OF THE INVENTION
  • In networked computer systems, electronic messages are regularly generated and sent among various computers connected within the network. As the messages are transmitted from one node or computer station to another, there is a need to keep track of various parameters relative to the messages being transmitted so that such messages may be tracked to determine the paths taken, the nodes involved in transmission of the message, times of transmission, etc. In one particular application, a service node is enabled to provide various services to electronic messages received from clients and to generate other messages in accordance with the services performed. For example, a client may send a single parts ordering message, which may in fact be a package of individual messages, to a service node and the service node or server site will generate a plurality of messages to different suppliers from the single communication from the client. Other processing services may also be provided (such as inventory updates, order processing steps, return credit calculations, translations to various formats, etc.) before the order is transmitted from the service node to the suppliers. In all of these situations there is a need to track the original message from the client through the various service stages of the service node to the supplier or other ultimate recipient of the communication from the service node.
  • The tracking function is performed at the service provider server or service node, as well as intermediate nodes along the way, by maintaining one or a series of related databases in which messages received from clients are logged. As services are performed relative to the message, the identification of those services is also input to the database such that at any given time, a client message can be accessed and tracked through the database to determine what services have been performed pursuant to the client message and what the current status of the client request is. Unfortunately, however, in the past whenever a new message is generated in response to a performed service for example, the new message takes on a new identity. Accordingly, when many services are performed in response to an original message, it is difficult to track any given resulting message back to the communication from which the resulting messages were derived.
  • Thus, there is a need for an improved processing system in which generated or synthesized messages are identified and tracked in a manner to enable easy identification and access to the derivation of subsequently produced messages.
  • SUMMARY OF THE INVENTION
  • A method and implementing computer system are provided in which a unique primary key is generated to identify an original message which is received for processing. The record for the original message is stored at the primary key. As the message is propagated to the services that are to be performed on the original message, the primary key is also passed to the service. Derivative messages which are produced as a result of the services applied to the original message are identified with the primary key code along with additional derivative key codes related to services applied to the original message. The resulting hierarchical derivative message storing and tracking process provides a means by which derivative messages are readily identified and associated with an original message as well as the services performed upon the original message in generating the derivative message.
  • Both the foregoing general description and the following detailed description are exemplary only and do not limit or restrict the present invention in any manner.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • A better understanding of the present invention can be obtained when the following detailed description of a preferred embodiment is considered in conjunction with the following drawings, in which:
  • FIG. 1 is a system diagram illustrating an exemplary system in which the present invention may be implemented;
  • FIG. 2 is a block diagram illustrating several of the components of an exemplary computer system;
  • FIG. 3 is a flow chart illustrating an exemplary processing methodology in one implementation of the present invention;
  • FIG. 4 is a flow chart illustrating one of the steps in FIG. 3 in greater detail;
  • FIG. 5 is an illustration of a database arrangement in which entries are not related by record designators; and
  • FIG. 6 is an illustration of an exemplary database in which derivative messages are related to an original message through the use of a primary key and derivative key record designators in accordance with the present invention.
  • DETAILED DESCRIPTION
  • It is noted that circuits and devices which are shown in block form in the drawings are generally known to those skilled in the art, and are not specified to any greater extent than that considered necessary as illustrated, for the understanding and appreciation of the underlying concepts of the present invention and in order not to obfuscate or distract from the teachings of the present invention.
  • The various methods discussed herein may be implemented within a computer network including a computer terminal, which may comprise either a workstation or a PC for example connected within a network. In general, an implementing computer system may include computers configured with a plurality of processors in a multi-bus system in a network of similar systems. As shown in FIG. 1, in an exemplary application, a client computer system 101 is arranged to send original messages to a service provider computer system or server 103. The service provider 103, in turn, is enabled to perform requested services upon the original message and send out one or more resulting or derivative messages to one or more recipients 105, 107 and 109.
  • Several of the major components of an exemplary computer system 103 implementing the present invention are shown in FIG. 2. A processor circuit 201 is connected to a system bus 203 which may be any host system bus. It is noted that the processing methodology disclosed herein will apply to many different bus and/or network configurations. A cache memory device 205, and a system memory unit 207 are also connected to the bus 203. A modem 209 is arranged for connection 210 to a communication line, such as a telephone line, through a connector 111 (FIG. 1). The modem 209, in the present example, selectively enables the computer system 103 to establish a communication link with other computer systems. The system bus 203 is also connected through an input interface circuit 211 to a keyboard 213 and a mouse or pointing device 215. The bus 203 may also be coupled through a hard-wired network interface subsystem 217. A diskette drive unit 219 and CD drive 222 are also shown as being coupled to the bus 203. A video subsystem 225, which may include a graphics subsystem, is connected to a display device 226. A storage device 218, which may comprise a hard disk drive or CD unit, is also coupled to the bus 203.
  • The invention in general provides the ability to relate entries in a database through derivative primary key values.
  • The invention may be implemented in connection with a messaging hub in which original messages are received and processed and derivative messages are then sent out to other terminals. In that case a message is received into the hub, dispatched through a sequence of processing steps and delivered to an endpoint. It is required to log the original message content, and all derivative content generated by the various services that process the message. The scheme which is employed in the present example is to first generate a unique primary key for the initial message, and store the record for the original message at the primary key. As the message is propagated to the services, the primary key is passed to the service. This permits the services to access the message to the primary key and generate a derivative primary key for any derivative message which the services produce. In the exemplary embodiment described herein, the service provider offers a splitter service that can break an incoming message (that is actually a package of messages) into the various independent messages, and a translation service that can translate messages from one document format to another. When a bundled message is received, it is logged in a database as a record with an initially generated unique identifier (UUID) as the primary key. In the example, a policy for the generation of derivative primary keys is implemented by appending a string of “.”+“service name”+“n” designators where “.” is a character chosen to use to separate the primary key fields into its derivative parts, “service name” is the name of the service which produced the new derivative message, and “n” is a count to uniquely identify each of possibly several derivatives produced by the call on the service.
  • In one example, an incoming message contains 3 sub-messages and each of the sub-messages needs to be translated before delivery. The exemplary methodology will produce the following message log entries:
  • Primary Key Value Message record UUID: This is used as primary key for storing the initial message record.
  • UUID.splitter1: This is used as primary key for storing the first of the 3 messages derived by the splitter in the example.
  • UUID.splitter2: This is used as primary key for storing the 2nd of the 3 messages derived by the splitter in the example.
  • UUID.splitter3: This is used as primary key for storing the 3rd of the 3 messaged derived by the splitter.
  • UUID.splitter1.trans1: This is used as primary key to store the translation of the first derived message in the example.
  • UUID.splitter2.trans1: This is used as primary key to store the translation of the 2nd derived message.
  • UUID.splitter3.trans1: This is used as primary key to store the translation of the 3rd derived message.
  • The value of this methodology is that it relates all of the derived messages to the initial messages so that when someone wants to trace what happened to message they sent—the information can be readily recalled. Or if someone wants to know the origins of a message they received that can easily be recalled from the database. Selecting all entries from the Database with primary key starting with UUID, reveals the source of the message and the history of the generation of any derivatives. Although the present example illustrates the use of the present invention in solving message tracking needs, it is understood that the present invention has many uses from general event logging applications to distinguishing sequential activity processing threads by derivative primary keys.
  • Without this invention, another mechanism would have to be used for relating the messages. The typical solution would be to have a unique primary key for each log entry and for each log entry to contain a field that held the previous primary key. Multiple searches on the database would have to be performed to create the history of the message process. In the given example, to determine how the message with primary key UUID was processed, a data base search would be performed retrieving all the records that referenced UUID as their initial message. That search would retrieve splitter1, splitter2, and splitter 3. The data base would have to be searched three more times to retrieve the entries that referenced each of those messages as input. With the present invention, the entire processing history can be retrieved with a single search.
  • In general, the methodology of the derivative record relating process are illustrated in the flow chart of FIG. 3. As the processing is initiated 301, a determination is made that a new message has been received 303 and a unique primary key is generated 305 and associated with the original message. The new message is stored at the primary key 307 and it is determined if further services are required 309 for the new message. If not, the processing returns to await the next new message 303. If further services are required however 309, then the primary key is passed to the designated service 311 and an “N” derivative of the primary key is generated is generated 313 for the service to be performed. Next, the service is performed and the “N” derivative message is generated 315 for the performed service. The “N” derivative message is then stored at the “N” derivative primary key 317 and a determination is made as to whether further derivative services are required 319 for the first derivative message. If so, further processing is conducted 321 until no more services are required for the current line of derivative messages 319 at which time a determination is then made as to whether there are further services required for the current original message 309. If so, the processing is repeated as illustrated until no more services are required 309 for the new message being processed, and the methodology returns to await the next new message 303.
  • As shown in FIG. 4, an example of the generation of the derivative designation from the primary key 401 begins by getting the next higher key 403 in the hierarchy of record designations. After appending a hierarchical separator device 405, the next service name is appended 407. Again a hierarchical separator device is appended 409 followed by appending a count designation 411. The count derivative message is then stored at the derivative primary key 413 and the processing returns 415 and continues as shown in FIG. 3. Although in the present example, the separator device used is a “dot” (“.”) designation, it is understood that any designator may be used as a separator including, but not limited to, a “slash” (“/”), a “double slash” (“//”), etc.
  • FIG. 5 illustrates an existing database organization for storing processed messages. The fields for original message IDs are numbered 123-139 in a message ID column 501. The database also includes a reference message ID column 503, a service column 505 and a message data column 507. Column 503 indicates the prior message, column 505 indicates the services performed and column 507 indicates what the message contains after the corresponding service has been performed. As shown in FIG. 5, the MsgID field is the primary key. As illustrated, in order to retrieve the process history of message #138 from the table of FIG. 5, it is determined that the last service provided was “lower” (i.e. change to lower case letters) then get the reference message #136 to look up the message of the previous processing step to find the service that produced it, i.e. “AddB”, then get the reference message ID (RefMsgID) value 131 to find out what service was performed, etc.
  • With the new methodology as illustrated in FIG. 6, the primary key is OrigMsgID,ServiceHistory. Thus, the entire history of the message processing is available in the single “OriginalMsgID,ServiceHistory” primary key. As shown in FIG. 6, an OrigMsgID column 601 includes reference numbers 123-139 for original messages. A second column 603 shows the ServiceHistory for the corresponding message and a third column 605 shows the message data (MsgData) after the services have been performed. Using the record relating methodology and database structure of the present invention, the processing history of a given message can be determined totally by referring to only the record designator of the given message. For example, as shown in FIG. 6, message #138 appears as “abzb” and the four services performed, i.e. “AddB”, “AddZ”, “Addb”, and “Lower”) on original message “A” can be ascertained by merely referring to the ServiceHistory record designator “.AddB.AddZ.Addb.Lower”.
  • The method and apparatus of the present invention has been described in connection with a preferred embodiment as disclosed herein. The disclosed methodology may be implemented in a wide range of sequences, menus and screen designs to accomplish the desired results as herein illustrated. Although an embodiment of the present invention has been shown and described in detail herein, along with certain variants thereof, many other varied embodiments that incorporate the teachings of the invention may be easily constructed by those skilled in the art, and even included or integrated into a processor or CPU or other larger system integrated circuit or chip. The disclosed methodology may also be implemented solely or partially in program code stored on a CD, disk or diskette (portable or fixed), or other memory device, from which it may be loaded into memory and executed to achieve the beneficial results as described herein. Accordingly, the present invention is not intended to be limited to the specific form set forth herein, but on the contrary, it is intended to cover such alternatives, modifications, and equivalents, as can be reasonably included within the spirit and scope of the invention.

Claims (19)

1. (canceled)
2. (canceled)
3. (canceled)
4. (canceled)
5. (canceled)
6. (canceled)
7. (canceled)
8. (canceled)
9. (canceled)
10. A storage medium including machine readable coded indicia, said storage medium being selectively coupled to a reading device, said reading device being selectively coupled to processing circuitry within a computer system, said reading device being selectively operable to read said machine readable coded indicia and provide program signals representative thereof, said program signals being effective to enable processing of derivative files within a computer system, said derivative files being derived from original files, said program signals being selectively operable to accomplish the steps of:
obtaining an original file;
creating a primary key designator;
associating said primary key designator with said original file;
determining a first service to be performed on said original file;
performing said first service to said original file to produce a first derivative file, said first service being determined by a user before said original file is obtained;
creating a first derivative key designator, said first derivative key designator being descriptive of said first service, said first derivative key designator including said primary key designator;
associating said first derivative key designator with said first derivative file; and
storing said first derivative file using said first derivative key designator as a file name for said first derivative file whereby a history of services performed on said original file is included in said key designator of said first derivative file.
11. The medium as set forth in claim 10 wherein said original file is an electronic communication.
12. The medium as set forth in claim 11 wherein said electronic communication is an original email sent from a sender to a service provider, said first derivative file comprising a first derivative email derived from said original email, said first derivative email being sent from said service provider to a receiving party.
13. The medium as set forth in claim 12 and further including generating a plurality of derivative emails from said original email.
14. The medium as set forth in claim 13 wherein each of said plurality of derivative emails is sent to a different receiving party.
15. (canceled)
16. (canceled)
17. The medium as set forth in claim 10 wherein a plurality of services are performed on said original file to produce a corresponding plurality of derivative files, said program signals being further effective for creating a corresponding plurality of derivative designators associated with respective ones of said derivative files.
18. The medium as set forth in claim 17 wherein said derivative key designators are descriptive of said services performed whereby services performed on any one derivative file are ascertainable by inspection of a derivative key file associated with said one derivative file.
19. A communication processing system comprising:
a first computer system;
a second computer system, said second computer system being configured to obtain an original file transmitted from said first computer system for processing by said second computer system, said second computer system including means for creating a primary key designator and associating said primary key designator with said original file, said second computer system further including means for determining a first service to be performed on said original file, said first service being determined by a user before said original file is obtained, said second computer system being further configured to perform a first service to said original file, said first service being a processing service performed upon said original file to produce a first derivative file and creating a first derivative key designator, said first derivative key designator including said primary key designator, said second computer system being further configured to associate said first derivative key designator with said first derivative file, said first derivative key designator being descriptive of said first service, said communication processing system being configured to store said first derivative file using said first derivative key designator as a file name for said first derivative file whereby a history of services performed on said original file is included in said key designator of said first derivative file, said second computer system being configured to send said first derivative file to a third computer system.
US11/983,923 2002-08-22 2007-11-13 Record relationship processing Abandoned US20080071824A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/983,923 US20080071824A1 (en) 2002-08-22 2007-11-13 Record relationship processing

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/226,965 US7337196B2 (en) 2002-08-22 2002-08-22 Record relationship processing
US11/983,923 US20080071824A1 (en) 2002-08-22 2007-11-13 Record relationship processing

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/226,965 Continuation US7337196B2 (en) 2002-08-22 2002-08-22 Record relationship processing

Publications (1)

Publication Number Publication Date
US20080071824A1 true US20080071824A1 (en) 2008-03-20

Family

ID=31887360

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/226,965 Expired - Fee Related US7337196B2 (en) 2002-08-22 2002-08-22 Record relationship processing
US11/983,923 Abandoned US20080071824A1 (en) 2002-08-22 2007-11-13 Record relationship processing
US11/985,246 Expired - Fee Related US7398924B2 (en) 2002-08-22 2007-11-14 Variable rate toll system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/226,965 Expired - Fee Related US7337196B2 (en) 2002-08-22 2002-08-22 Record relationship processing

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/985,246 Expired - Fee Related US7398924B2 (en) 2002-08-22 2007-11-14 Variable rate toll system

Country Status (1)

Country Link
US (3) US7337196B2 (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2339433A1 (en) * 2001-03-07 2002-09-07 Lawrence Solomon Road toll system for alleviating traffic congestion
US8073911B2 (en) * 2004-05-12 2011-12-06 Bluespace Software Corporation Enforcing compliance policies in a messaging system
JPWO2010007944A1 (en) * 2008-07-17 2012-01-05 旭化成ファーマ株式会社 Nitrogenous bicyclic heterocyclic compounds
US20100153191A1 (en) * 2008-12-17 2010-06-17 International Business Machines Corporation Variable toll fee selection from geographic indicia
US7979292B2 (en) * 2008-12-17 2011-07-12 International Business Machines Corporation Travel fee rate setting based upon travel mode and convenience
US8219443B2 (en) 2009-02-04 2012-07-10 International Business Machines Corporation Variable road toll predicated on instantaneous point-to-point traffic volume calculation
US8478603B2 (en) * 2009-06-24 2013-07-02 International Business Machines Corporation Method and system for monitoring and reporting to an operator greenhouse gas emission from a vehicle
US8812352B2 (en) 2009-10-14 2014-08-19 International Business Machines Corporation Environmental stewardship based on driving behavior
US20110087430A1 (en) 2009-10-14 2011-04-14 International Business Machines Corporation Determining travel routes by using auction-based location preferences
US20110166958A1 (en) * 2010-01-05 2011-07-07 International Business Machines Corporation Conducting route commerce from a central clearinghouse
US8548673B2 (en) 2010-08-16 2013-10-01 Toyota Motor Engineering & Manufacturing North America, Inc. Method and system for assessing vehicle tolls as a function of fuel consumption
US8584211B1 (en) 2011-05-18 2013-11-12 Bluespace Software Corporation Server-based architecture for securely providing multi-domain applications
US20130006723A1 (en) * 2011-06-29 2013-01-03 Mcgowan Iii Thomas B Tolled roadway and method for operating a roadway tolling system
US9665991B2 (en) * 2011-06-30 2017-05-30 Accenture Global Services Limited Tolling using mobile device
US20130191190A1 (en) * 2012-01-20 2013-07-25 Xerox Corporation Method and system for motivating and optimizing usage of high occupancy vehicle/high occupancy toll lane by displaying time based cost metrics
US20130238439A1 (en) * 2012-03-09 2013-09-12 Manjirnath Chatterjee System And Method For Providing Content To Vehicles
US20150006264A1 (en) * 2013-07-01 2015-01-01 Xerox Corporation Method and apparatus for dynamic pricing for on street parking as a prediction task
US10748229B2 (en) 2013-12-18 2020-08-18 At&T Intellectual Property I, L.P. Method and apparatus for controlling a roadway source
NO341488B1 (en) * 2016-04-05 2017-11-27 Apace Resources As System for controlling traffic
CN109615494A (en) * 2018-09-29 2019-04-12 阿里巴巴集团控股有限公司 Business derived method, device, electronic equipment and computer readable storage medium
WO2021041008A2 (en) * 2019-08-07 2021-03-04 Blissway Inc. Systems and methods for automated highway reservation
US20230267516A1 (en) * 2022-02-24 2023-08-24 Mapup Inc System and method for providing customized toll pricing

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5381155A (en) * 1993-12-08 1995-01-10 Gerber; Eliot S. Vehicle speeding detection and identification
US5617086A (en) * 1994-10-31 1997-04-01 International Road Dynamics Traffic monitoring system
JP3183137B2 (en) * 1995-12-12 2001-07-03 トヨタ自動車株式会社 Vehicle identification system
EP0798668B1 (en) * 1996-03-28 2003-09-10 Denso Corporation An automatic toll charging system and a vehicle-mounted unit used in the automatic toll charging system
US6163802A (en) 1997-04-04 2000-12-19 International Business Machines Corporation Message tracking system
US6044395A (en) 1997-09-03 2000-03-28 Exactis.Com, Inc. Method and apparatus for distributing personalized e-mail
US5893099A (en) 1997-11-10 1999-04-06 International Business Machines System and method for processing electronic mail status rendezvous
US6836792B1 (en) * 1999-12-03 2004-12-28 Trend Micro Incorporated Techniques for providing add-on services for an email system
US6411889B1 (en) * 2000-09-08 2002-06-25 Mitsubishi Denki Kabushiki Kaisha Integrated traffic monitoring assistance, and communications system
US6766334B1 (en) * 2000-11-21 2004-07-20 Microsoft Corporation Project-based configuration management method and apparatus
CA2339433A1 (en) * 2001-03-07 2002-09-07 Lawrence Solomon Road toll system for alleviating traffic congestion
US7215255B2 (en) * 2003-01-21 2007-05-08 Bernard Grush Method and apparatus for a satellite positioning-based metering system for use in transport-related applications
JP2005157724A (en) * 2003-11-26 2005-06-16 Matsushita Electric Ind Co Ltd System for managing vehicle
JP4321276B2 (en) * 2004-01-26 2009-08-26 株式会社デンソー Toll payment device, toll payment system

Also Published As

Publication number Publication date
US20040039753A1 (en) 2004-02-26
US7398924B2 (en) 2008-07-15
US7337196B2 (en) 2008-02-26
US20080065568A1 (en) 2008-03-13

Similar Documents

Publication Publication Date Title
US20080071824A1 (en) Record relationship processing
US8429233B2 (en) Method and system for journaling electronic messages
US8868557B2 (en) Actionable email documents
JP5232855B2 (en) How to identify email messages and associate them with each other
US8464930B2 (en) System and method for encoding and decoding data and references to data in machine-readable graphical codes
CN107291796A (en) File management method and device
US8271424B2 (en) Privacy and confidentiality preserving reporting of URLs
US20070266095A1 (en) Seamless electronic mail capture with user awareness and consent
US7849053B2 (en) Coordination and tracking of workflows
US8095537B2 (en) Log integrity verification
US20040162879A1 (en) Method, apparatus, and user interface for managing electronic mail and alert messages
US20020184317A1 (en) System and method for searching, retrieving and displaying data from an email storage location
US9275371B2 (en) Keeping track of a detached e-mail attachment
CN101243442A (en) Annotating shared contacts with public descriptors
CN1963811A (en) Generation of unique significant key from url get/post content
CN114385091B (en) Method and device for realizing network disk drive character, network disk and storage medium
JP2007094574A (en) Electronic mail information providing server, mail information providing system, mail information providing method and mail information providing program
EP1804180A1 (en) Refining based on log content
CN113377876A (en) Domino platform-based data sub-database processing method, device and platform
US8375089B2 (en) Methods and systems for protecting E-mail addresses in publicly available network content
US20030051056A1 (en) Method and system for transmitting compacted text data
CN117290401B (en) Data transaction method and system
KR20230124206A (en) Document management service server for managing document files based on location information, and the operating method thereof
KR20070106327A (en) Method of user definition data searching and system thereof
JP2007058457A (en) Address book sharing system for electronic mail and method therefor

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE