EP1766540A1 - Automatic synchronisation process for a data file system processed in a plurality of computers - Google Patents

Automatic synchronisation process for a data file system processed in a plurality of computers

Info

Publication number
EP1766540A1
EP1766540A1 EP05757283A EP05757283A EP1766540A1 EP 1766540 A1 EP1766540 A1 EP 1766540A1 EP 05757283 A EP05757283 A EP 05757283A EP 05757283 A EP05757283 A EP 05757283A EP 1766540 A1 EP1766540 A1 EP 1766540A1
Authority
EP
European Patent Office
Prior art keywords
transaction
file system
computer
central
local
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.)
Withdrawn
Application number
EP05757283A
Other languages
German (de)
French (fr)
Inventor
Paul Mccullagh
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.)
SNAP Innovation Softwareentwicklungsgesellschaft mbH
Original Assignee
SNAP Innovation Softwareentwicklungsgesellschaft mbH
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 SNAP Innovation Softwareentwicklungsgesellschaft mbH filed Critical SNAP Innovation Softwareentwicklungsgesellschaft mbH
Priority to EP05757283A priority Critical patent/EP1766540A1/en
Publication of EP1766540A1 publication Critical patent/EP1766540A1/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1865Transactional file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems

Definitions

  • the present invention relates to a method for the automatic synchronization of a computer-aided file system which is processed on a plurality of computers connected via a network, each of which keeps the file system locally stored, each computer being connected to the network temporarily but not permanently, and Every computer is prepared to carry out repetitive transactions on the file system.
  • a transaction is a sequence of processing steps that can only be carried out together or not at all.
  • Transactional changes to databases can only be saved permanently once the transaction has been completed. They also have to create a consistent state. If for some reason the processing is stopped before the end of the transaction, the data stock must be reset to the state before the start of the transaction. Transactions must therefore meet the following four criteria: atomicity, consistency, isolation and durability (English: ACID).
  • the present invention relates to transactions that meet yet another condition and are referred to as repetitive transactions. This additional property is that the resulting file system remains the same even if a given transaction Ti, which is executed at a given point in time, has already been carried out once or several times at an earlier point in time.
  • file system is generally understood to be a set of files, databases, programs, text and image files etc. (collectively referred to as transaction data in the following), which e.g. belong to a project that is being edited by a plurality of users who are temporarily connected to each other by a plurality of computers.
  • a classic architecture for such a network of computers that are temporarily but not permanently connected via a network is a client-server system, in which the file system of interest is stored in the server computer and changes in the file system of the client -Computers can run. The file system remains stored in the server computer and the client computers change data in the file system of the server computer or access the file system therein as required.
  • a status identifier is stored on each computer, which indicates the transaction identifier in the central transaction log that was assigned to the last transaction carried out there by the respective computer on its local file system.
  • Each computer is prepared to generate a local transaction log of the transactions carried out on its local file system when it is operating without a network connection and to attach this to the central transaction log the next time it connects to the network, the local transaction identifiers being converted into central transaction identifiers.
  • each computer is prepared in such a way that, whenever it reconnects to the network, it reads the central transaction log from the transaction whose transaction identifier corresponds to its status identifier and executes any additional transactions on its local file system.
  • each computer checks the central transaction log for each transaction when it reads. tion whether it was initiated by himself. This check can be carried out by not deleting entries from the local transaction log into the central transaction ID in the local transaction log, but only marking them as transferred in the local transaction log and assigning the corresponding central transaction ID to the entry in the local transaction log.
  • the header data which includes, in particular, the transaction identifier
  • it can then be checked whether the transaction identifier read from the central transaction log matches that of an entry in the local transaction log.
  • any transaction data associated with the transaction need not be fetched again from the central transaction log, but the transaction in question is simply carried out again on the computer's local transaction data , This basically repeats the transaction in question, which is not necessary in all cases; however, this is done because it is possible that transaction data has been changed in the meantime, ie since the original execution of the transaction, by other transactions. This ensures that all changes on all computers result in the same current version of the file system.
  • the computer does not fetch the transaction data affected by the transaction in question, thereby reducing the amount of data to be transmitted by the central computer.
  • the transaction log is kept in a central computer which is constantly switched on and is ready for connection by other computers.
  • the status identifier on each computer corresponds to the number of the transaction that it read and executed from the transaction log when it last connected to the network.
  • the proposed method can lead to collisions, namely when two computers "simultaneously" carry out transactions on certain data that are incompatible with one another. If, for example, two users are not connected to the network and one in their local file system, for example, completely deletes a data field while the other assigns new data to this data field, a collision occurs in the subsequent processing if the transactions of the first and afterwards the transactions of the second are carried out. In such a case, both computers should be informed of the collision. Furthermore, the possibility to both computers' be given to resolve the collision in which the files are manually integrated and merged new current versions.
  • versions can be saved on all connected computers.
  • the different versions of the files can either be saved as a complete file or as a so-called delta file, which only contains differences from another version.
  • the different versions of a file are shown in a so-called version tree. Every version, except the first one, has a previous version. In the event that a version emerged as an integration from two previous versions, a reference to a second previous version is saved in addition to a version.
  • the central computer will usually be a server. In principle, however, it is also possible to implement the central computer function on a computer participating in the group.
  • Figure 1 shows a schematic representation of a plurality of computers and the transaction log
  • FIG. 1 the transaction log is shown schematically as a two-dimensional data field, a transaction identifier 1 TNR, a respective transaction Ti and one or more transaction data Di being stored therein, which acts on the transaction Ti.
  • the transaction data itself does not have to be contained in the transaction log, but rather only needs to be clearly identified by address, so that access to the transaction data is possible.
  • Such an address can refer to locally stored transaction data or be a URL address that enables access to data from another computer.
  • Three computers Ci, C 2 and C 3 are shown in this example.
  • Computer C 3 was used to edit the file system while it was not connected to the network.
  • the user has carried out the transactions T 10 c ⁇ T LO c 2 and T LO c 3 on his computer in the local file system and has saved a local transaction log for these transactions, the format of which with the central transaction log koll matches.
  • the computer C 3 now connects to the network, it will transmit its local transactions T L oc i to T L oc 3 and attach them to the central transaction log.
  • transaction data D affected by the transaction Ti are not fetched again via the central transaction log, but rather C 3 for the transaction T i + 1 simply on its local version D loc i +1 , which is what is to be transmitted Data volume reduced since the transaction data does not have to be transferred from the central computer to C 3 .
  • Repeated execution of transaction T + i on C 3 will not change the result in many cases, but it makes sense in principle, since transaction data D i + 1 affected by transaction Ti + i in the meantime, that is, since the original local execution of transaction T LO c ⁇ t may have been altered by other computers in such a way that the transaction is wholly or partially canceled. Instead of laboriously checking whether such an interim change has taken place, transaction Ti + i is simply carried out again in each case, which is less complex.
  • FIG. 2 schematically shows the sequence of steps of the process which enters locally initiated transactions in a local transaction log.
  • the user changes the transaction data of the file system.
  • an entry is generated in its local transaction log, the format of which corresponds to that of the central transaction log described above.
  • FIG. 3 shows the sequence of steps of the process when the computer, after having carried out local transactions, is connected to the network and the central computer. It is then checked whether there is still an entry in the local transaction log is. If so, this is appended to the central transaction log, a new central transaction identifier being assigned and being written to the central transaction log for this transaction being transferred. The transaction attached to the central transaction log can then be marked as transferred in the local transaction log, the central transaction identifier preferably also being transferred to the local transaction log.
  • FIG. 4 schematically shows the sequence of steps of the process when reading the central transaction log.
  • the header data of the entry with the transaction identifier that follows the status identifier of the computer concerned is read from the log.
  • the transaction is then started locally and a determination is made as to whether the current transaction log entry was generated by the same computer. As already described above, this can be done by searching for the transaction identifier read from the central transaction log in the local transaction log. If the transaction ID does not exist locally, the transaction is from another computer. Then, the transaction data Ti and about affected by the transaction T transaction data Di is retrieved from the central computer and executed, the 'transaction. However, if the transaction Ti in question was originally executed by the same computer and written to the central transaction log, the transaction data Di affected by the transaction are fetched from the local transaction log and the transaction Ti is carried out. Then this entry is deleted from the local transaction log.

Abstract

A process is disclosed for the automatic synchronisation of a data file system processed in a plurality of computers temporarily interconnected by a network and in which the data file system is locally stored, the computers being prepared to execute repetition-consistent transactions upon the data file system. In order to enable all computers to work on the latest version of the data file system, every transaction (T1, T2, Ti) executed on the data file system is continuously recorded in a central transaction protocol, an ascending transaction identification code (TNR) and any data sets (D1, D2, Di) affected by the transaction or addresses which give access thereto being stored besides each transaction, and the transaction identification code (TNR) which corresponds to the latest transaction executed by each computer on its local data file system being stored for each computer as a status identification code (ST). Each computer is prepared to generate a local transaction protocol of the transactions executed on its local data file system, when operating without a network connection, and to attach said protocol to the central transaction protocol when it is next connected to the network, and also to read the central transaction protocol starting from the transaction identification code which corresponds to its valid status identification code and to execute said transactions on the local data file system.

Description

Verfahren zur automatischen Synchronisierung eines computerge- stützten Dateisystems auf einer Mehrzahl von ComputernMethod for the automatic synchronization of a computer-based file system on a plurality of computers
Die vorliegende Erfindung betrifft ein Verfahren zur automatischen Synchronisierung eines computergestützten Dateisystems, das auf einer Mehrzahl von über ein Netzwerk verbundenen Computern, die jeweils das Dateisystem lokal gespeichert halten, bearbeitet wird, wobei jeder Computer zeitweise, aber nicht permanent mit dem Netzwerk verbunden ist, und jeder Computer dazu vorbereitet ist wiederholungskonsistente Transaktionen auf dem Dateisystem vorzunehmen.The present invention relates to a method for the automatic synchronization of a computer-aided file system which is processed on a plurality of computers connected via a network, each of which keeps the file system locally stored, each computer being connected to the network temporarily but not permanently, and Every computer is prepared to carry out repetitive transactions on the file system.
Als Transaktion bezeichnet man in EDV-Systemen eine Folge von Verarbeitungsschritten, die nur gemeinsam oder gar nicht durchgeführt werden dürfen. Transaktionale Änderungen an Datenbeständen dürfen also erst dauerhaft gespeichert werden, wenn die Transaktion vollständig durchlaufen ist. Außerdem müssen sie einen konsistenten Zustand erzeugen. Wird die Bearbeitung aus irgendeinem Grunde vor Erreichen des Transaktionsendes abgebrochen, so muss der Datenbestand auf den Zustand vor Beginn der Transaktion zurückgesetzt werden. Transaktionen müssen also folgende vier Kriterien erfüllen: Atomizität, Konsistenz, Isolation und Dauerhaftigkeit (englisch: ACID) .In IT systems, a transaction is a sequence of processing steps that can only be carried out together or not at all. Transactional changes to databases can only be saved permanently once the transaction has been completed. They also have to create a consistent state. If for some reason the processing is stopped before the end of the transaction, the data stock must be reset to the state before the start of the transaction. Transactions must therefore meet the following four criteria: atomicity, consistency, isolation and durability (English: ACID).
Die vorliegende Erfindung bezieht sich auf Transaktionen, die noch eine weitere Bedingung erfüllen und die als wiederholungskonsistente Transaktionen bezeichnet werden. Diese weitere Eigenschaft besteht darin, dass das sich ergebende Dateisystem gleichbleibt, auch wenn eine gegebene Transaktion Ti, die zu einem gegebenen Zeitpunkt ausgeführt wird, bereits zu einem früheren Zeitpunkt einmal oder mehrfach ausgeführt worden ist.The present invention relates to transactions that meet yet another condition and are referred to as repetitive transactions. This additional property is that the resulting file system remains the same even if a given transaction Ti, which is executed at a given point in time, has already been carried out once or several times at an earlier point in time.
In vielen Unternehmen, aber auch im privaten Bereich werden heute Gruppen von Computern durch lokale Netzwerke oder über andere Netzwerkverbindungen zusammengeschlossen. Oft soll ein Team gemeinsam an einem Dateisystem arbeiten können. Unter Dateisystem wird hier allgemein eine Menge von Dateien, Datenbanken, Programmen, Text- und Bilddateien etc. (zusammenfassend im folgenden als Transaktionsdaten bezeichnet) verstanden, die z.B. zu einem Projekt gehören, das von einer Mehrzahl von Benutzern bearbeitet wird, die über eine Mehrzahl von Computern zeitweilig miteinander verbunden sind.In many companies, but also in the private sector, groups of computers are connected by local networks or other network connections. Often, a team should be able to work together on a file system. Here, file system is generally understood to be a set of files, databases, programs, text and image files etc. (collectively referred to as transaction data in the following), which e.g. belong to a project that is being edited by a plurality of users who are temporarily connected to each other by a plurality of computers.
Dabei besteht auch der Bedarf sich z.B. mit einem Laptop über das Internet an ein gemeinsames Dateisystem anschließen zu können und dieses bearbeiten zu können. Eine klassische Architektur für einen solchen Verbund von Computern, die zeitweise, aber nicht permanent über ein Netzwerk in Verbindung stehen, ist ein Client-Server-System, bei dem das interessierende Dateisystem in dem Server-Computer gespeichert ist und Änderungen in dem Dateisystem von Client-Computern ausgeführt werden können. Dabei bleibt das Dateisystem in dem Server-Computer gespeichert und die Client-Computer ändern Daten in dem Dateisystems des Server- Computers bzw. greifen auf das Dateisystem darin nach Bedarf zu. Eine solche Lösung bedingt jedoch, dass ein Benutzer, der an dem Dateisystem arbeiten oder auf dieses nur zugreifen will, mit dem Server-Computer verbunden sein muss, was das System unflexibel macht, da gerade erwünscht sein kann, dass einzelne Benutzer beispielsweise mit einem Laptop mit dem Dateisystem arbeiten können, auch wenn keine Verbindung zu dem Server-Computer besteht .There is also the need, for example, to be able to connect to and edit a common file system over the Internet with a laptop. A classic architecture for such a network of computers that are temporarily but not permanently connected via a network is a client-server system, in which the file system of interest is stored in the server computer and changes in the file system of the client -Computers can run. The file system remains stored in the server computer and the client computers change data in the file system of the server computer or access the file system therein as required. However, such a solution means that a user who wants to work on the file system or only want to access it has to be connected to the server computer, which makes the system inflexible, since it may be desirable for individual users with a laptop, for example work with the file system can, even if there is no connection to the server computer.
Die letztere Möglichkeit, mit dem Dateisystem ohne Verbindung mit einem Server zu arbeiten, d.h. Daten zu lesen und zu verändern, besteht grundsätzlich nur, wenn das Dateisystem in dem einzelnen Computer auch lokal gespeichert vorliegt. Dann besteht für jeden Benutzer die Möglichkeit mit dem Dateisystem zu arbeiten, unabhängig von der Frage, ob eine Verbindung zu den Server- Computern oder anderen Computern besteht. Daraus ergibt sich aber natürlich das Problem, dass ein Abgleich der einzelnen lokalen Dateisysteme erfolgen muss, damit alle zu einer Gruppe von Benutzern gehörigen Computer eine aktuelle Version des Dateisystems zur Verfügung haben, in dem auch die Änderungen und Ergänzungen, die von anderen Benutzern auf deren Computern durchgeführt worden sind, enthalten sind. Eine solche Aktualisierung ließe sich z.B. dadurch bewirken, dass jeder Benutzer bei Verbindungsaufnahme mit dem Netzwerk sich das gesamte Dateisystem in der aktuellen Version herunterlädt. Bei großen Dateisystemen ist dies aber nicht praktikabel, wenn die jeweils zu übertragenen Datenmengen zu groß ist.The latter way of working with the file system without connecting to a server, i.e. Reading and changing data basically only exists if the file system is also stored locally in the individual computer. Then there is the possibility for every user to work with the file system, regardless of whether there is a connection to the server computers or other computers. However, this naturally results in the problem that the individual local file systems must be compared so that all computers belonging to a group of users have a current version of the file system available, which also contains the changes and additions made by other users to theirs Computers have been included. Such an update could e.g. cause every user to download the entire file system in the current version when connecting to the network. With large file systems, however, this is not practical if the amount of data to be transferred is too large.
Es ist Aufgabe der vorliegenden Erfindung, ein Verfahren zur automatischen Synchronisierung eines computergestützten Dateisystems, das auf einer Mehrzahl von nur zeitweise über ein Netzwerk verbundenen Computern bearbeitet wird, anzugeben.It is an object of the present invention to provide a method for automatically synchronizing a computer-aided file system which is processed on a plurality of computers which are only temporarily connected via a network.
Zur Lösung dieser Aufgabe dienen die kennzeichnenden Merkmale des Patentanspruchs 1. Vorteilhafte Ausführungsformen sind in den Unteransprüchen angegeben. Gemäß der Erfindung ist vorgegeben, dass ein zentrales Transaktionsprotokoll, in dem jede Transaktion, die von irgendeinem aus der Mehrzahl der Computer auf dem Dateisystem ausgeführt wird, fortlaufend aufgezeichnet wird. Darin wird für jeden Eintrag neben der Transaktion eine aufsteigende Transaktionskennung und ein oder mehrere von der Transaktion betroffene Transaktionsdaten oder Adressen, die den Zugriff auf diese erlauben, gespeichert. Die aufsteigende Transaktionskennung könnte eine fortlaufende Nummerierung sein, allerdings kann auch jede andere Folge von Kennungen angewendet werden, bei der zu jeder Kennung ein Nachfolger angebbar ist und die insofern auf die natürlichen Zahlen abbildbar ist. Ferner wird auf jedem Computer eine Statuskennung gespeichert, die der Transaktionskennung im zentralen Transaktionsprotokoll angibt, die der letzten von dem jeweiligen Computer auf seinem lokalen Dateisystem ausgeführten Transaktion dort zugeordnet worden ist. Jeder Computer ist so vorbereitet, um bei Betrieb ohne Netzwerkverbindung ein lokales Transaktionsprotokoll der auf seinem lokalen Dateisystem durchgeführten Transaktionen zu erzeugen und dieses bei der nächsten Verbindungsaufnahme mit dem Netzwerk an das zentrale Transaktionsprotokoll anzuhängen, wobei die lokalen Transaktionskennungen in zentrale Transaktionskennungen umgewandelt werden. Ferner ist jeder Computer so vorbereitet, um bei jeder erneuten Verbindungsaufnähme mit dem Netzwerk das zentrale Transaktionsprotokoll ab derjenigen Transaktion, deren Transaktionskennung seiner Statuskennung entspricht, zu lesen und etwaige hinzugekommene Transaktionen auf seinem lokalen Dateisystem auszuführen.The characteristic features of patent claim 1 serve to solve this problem. Advantageous embodiments are specified in the subclaims. According to the invention, it is prescribed that a central transaction log, in which each transaction, which is carried out by any of the plurality of computers on the file system, is recorded continuously. In addition to the transaction, an ascending transaction identifier and one or more transaction data or addresses affected by the transaction, which allow access to it, are stored therein. The ascending transaction identifier could be a consecutive numbering, however, any other sequence of identifiers can be used in which a successor can be specified for each identifier and which can be mapped to the natural numbers. Furthermore, a status identifier is stored on each computer, which indicates the transaction identifier in the central transaction log that was assigned to the last transaction carried out there by the respective computer on its local file system. Each computer is prepared to generate a local transaction log of the transactions carried out on its local file system when it is operating without a network connection and to attach this to the central transaction log the next time it connects to the network, the local transaction identifiers being converted into central transaction identifiers. Furthermore, each computer is prepared in such a way that, whenever it reconnects to the network, it reads the central transaction log from the transaction whose transaction identifier corresponds to its status identifier and executes any additional transactions on its local file system.
In einer vorteilhaften Ausführungsform prüft jeder Computer beim Lesen des zentralen Transaktionsprotokolls bei jeder Transak- tion, ob diese von ihm selbst initiiert worden ist. Diese Prüfung kann durchgeführt werden, indem nach der Übertragung von Einträgen aus dem lokalen Transaktionsprotokoll in das zentrale Transaktionskennung diese im lokalen Transaktionsprotokoll nicht gelöscht, sondern darin nur als übertragen markiert und die zu dieser übertragenen gehörige zentrale Transaktionskennung dem Eintrag auch im lokalen Transaktionsprotokoll zugeordnet wird. Beim Lesen der Kopfdaten (wozu insbesondere die Transaktionskennung gehört) eines solchen zentralen Transaktionsprotokolleintrags kann dann geprüft werden, ob die aus dem zentralen Transaktionsprotokoll gelesene Transaktionskennung mit derjenigen eines Eintrag im lokalen Transaktionsprotokoll übereinstimmt. Wenn dadurch festgestellt ist, dass die fragliche Transaktion ursprünglich von dem Computer selbst ausgeführt worden ist, brauchen etwaige zu der Transaktion gehörige Transaktionsdaten nicht erneut aus dem zentralen Transaktionsprotokoll geholt zu werden, sondern die fragliche Transaktion wird einfach auf den lokalen Transaktionsdaten des Computers noch einmal ausgeführt. Dadurch wird die fragliche Transaktion im Grunde wiederholt, was nicht in allen Fällen notwendig ist; dies erfolgt aber trotzdem, da es möglich ist, dass zwischenzeitlich, d.h. seit der ursprünglichen Ausführung der Transaktion, Transaktionsdaten durch andere Transaktionen geändert worden sind. Auf diese Weise wird mit Sicherheit erreicht, dass alle Änderungen auf allen Computern zu dergleichen aktuellen Version des Dateisystems führen. Andererseits wird bei dieser Ausführungsform auf das erneute Holen der von der fraglichen Transaktion betroffenen Transaktionsdaten durch den Computer verzichtet, wodurch die von der Zentralrechner zu übertragende Datenmenge reduziert wird. Mit dem erfindungsgemäßen Verfahren können alle Benutzer einer Gruppe mit ihren Computern mit der jeweils aktuellen Version des Dateisystems arbeiten, wobei keine dauernde Verbindung mit den anderen Computern bestehen muss. Dadurch wird die Flexibilität und effektive Arbeitsmöglichkeit für die Benutzer wesentlich erhöht.In an advantageous embodiment, each computer checks the central transaction log for each transaction when it reads. tion whether it was initiated by himself. This check can be carried out by not deleting entries from the local transaction log into the central transaction ID in the local transaction log, but only marking them as transferred in the local transaction log and assigning the corresponding central transaction ID to the entry in the local transaction log. When reading the header data (which includes, in particular, the transaction identifier) of such a central transaction log entry, it can then be checked whether the transaction identifier read from the central transaction log matches that of an entry in the local transaction log. If it is established that the transaction in question was originally carried out by the computer itself, any transaction data associated with the transaction need not be fetched again from the central transaction log, but the transaction in question is simply carried out again on the computer's local transaction data , This basically repeats the transaction in question, which is not necessary in all cases; however, this is done because it is possible that transaction data has been changed in the meantime, ie since the original execution of the transaction, by other transactions. This ensures that all changes on all computers result in the same current version of the file system. On the other hand, in this embodiment, the computer does not fetch the transaction data affected by the transaction in question, thereby reducing the amount of data to be transmitted by the central computer. With the method according to the invention, all users of a group can work with their computers with the current version of the file system, there being no permanent connection to the other computers. This significantly increases the flexibility and effective work opportunities for the users.
In einer vorteilhaften Ausführungsform wird das Transaktionsprotokoll in einem Zentralrechner geführt, der ständig eingeschaltet ist und zur Verbindungsaufnahme durch andere Computer bereit ist.In an advantageous embodiment, the transaction log is kept in a central computer which is constantly switched on and is ready for connection by other computers.
Es entspricht die Statuskennung in jedem Computer der Nummer der Transaktion, die er bei der letzten Verbindungsaufnahme mit dem Netzwerk aus dem Transaktionsprotokoll gelesen und ausgeführt hat.The status identifier on each computer corresponds to the number of the transaction that it read and executed from the transaction log when it last connected to the network.
In seltenen Fällen kann es bei dem vorgesehenen Verfahren zu Kollisionen kommen, wenn nämlich zwei Computer "gleichzeitig" Transaktionen auf bestimmten Daten durchführen, die miteinander unverträglich sind. Wenn z.B. zwei Benutzer nicht mit dem Netzwerk verbunden sind und in ihrem lokalen Dateisystem der eine z.B. ein Datenfeld vollständig löscht, während der andere diesem Datenfeld neue Daten zuweist, so kommt es bei der nachfolgenden Abarbeitung zu einer Kollision, wenn die Transaktionen des ersten und danach die Transaktionen des zweiten durchgeführt werden. In einem solchen Fall sollten beide Computer über die Kollision informiert werden. Ferner soll auf beiden Computern ' die Möglichkeit gegeben sein, die Kollision aufzulösen, indem die Dateien manuell integriert werden und zu neuen aktuellen Versionen zusammengeführt werden.In rare cases, the proposed method can lead to collisions, namely when two computers "simultaneously" carry out transactions on certain data that are incompatible with one another. If, for example, two users are not connected to the network and one in their local file system, for example, completely deletes a data field while the other assigns new data to this data field, a collision occurs in the subsequent processing if the transactions of the first and afterwards the transactions of the second are carried out. In such a case, both computers should be informed of the collision. Furthermore, the possibility to both computers' be given to resolve the collision in which the files are manually integrated and merged new current versions.
Um zu gewährleisten, dass die Versionen nicht versehentlich überschrieben werden können, können alle Versionen auf allen verbundenen Computern gespeichert werden. Die verschiedenen Versionen der Dateien können dabei entweder als Gesamtdatei gespeichert sein oder als sogenannte Delta-Datei, die nur Unterschiede zu einer anderen Version enthält. Die verschiedenen Versionen zu einer Datei werden in einem sogenannten Versionsbaum dargestellt. Jede Version, außer der ersten hat dabei eine Vorgängerversion. In dem Fall, dass eine Version als Integration aus zwei Vorgängerversionen hervorgegangen ist, wird zu einer Version zusätzlich ein Verweis auf eine zweite Vorgängerversion gespeichert .To ensure that the versions cannot be accidentally overwritten, all versions can be saved on all connected computers. The different versions of the files can either be saved as a complete file or as a so-called delta file, which only contains differences from another version. The different versions of a file are shown in a so-called version tree. Every version, except the first one, has a previous version. In the event that a version emerged as an integration from two previous versions, a reference to a second previous version is saved in addition to a version.
Der Zentralrechner wird üblicherweise ein Server sein. Grundsätzlich ist es aber auch möglich, die Zentralrechnerfunktion auf einem an der Gruppe beteiligten Computer zu implementieren.The central computer will usually be a server. In principle, however, it is also possible to implement the central computer function on a computer participating in the group.
Die Erfindung wird im Folgenden in Verbindung mit den Zeichnungen beschrieben, in denen:The invention is described below in connection with the drawings, in which:
Figur 1 eine schematische Darstellung einer Mehrzahl von Computern und des Transaktionsprotokolls zeigt;Figure 1 shows a schematic representation of a plurality of computers and the transaction log;
Figur 2, 3 und 4 Flussdiagramme zeigen, die Abfolge von Schritten gemäß des vorliegenden Verfahrens illustriert. In Figur 1 ist das Transaktionsprotokoll schematisch als zweidi- mensionales Datenfeld dargestellt, wobei darin eine Transaktionskennung1 TNR, eine jeweilige Transaktion Ti und ein oder mehrere Transaktionsdaten Di gespeichert werden, auf die Transaktion Ti einwirkt. Dabei müssen nicht die Transaktionsdaten selbst in dem Transaktionsprotokoll enthalten sein, sondern diese müssen nur durch Adresse eindeutig identifiziert sein, so dass ein Zugriff auf die Transaktionsdaten möglich ist. Eine solche Adresse kann auf lokal gespeicherte Transaktionsdaten verweisen oder eine URL Adresse sein, die den Zugriff auf Daten eines anderen Computers ermöglicht. Es sind in diesem Beispiel drei Computer Ci, C2 und C3 dargestellt.Figures 2, 3 and 4 show flow diagrams illustrating the sequence of steps according to the present method. In FIG. 1, the transaction log is shown schematically as a two-dimensional data field, a transaction identifier 1 TNR, a respective transaction Ti and one or more transaction data Di being stored therein, which acts on the transaction Ti. In this case, the transaction data itself does not have to be contained in the transaction log, but rather only needs to be clearly identified by address, so that access to the transaction data is possible. Such an address can refer to locally stored transaction data or be a URL address that enables access to data from another computer. Three computers Ci, C 2 and C 3 are shown in this example.
Der Computer Ci hat die Statuskennung ST=3. Er steht zur Zeit nicht mit dem Netzwerk in Verbindung, und die von dem Computer C3 durchgeführte Transaktion T3 ist die letzte Transaktion, die der Computer Ci auf seinem lokalen Dateisystem durchgeführt hat .The computer Ci has the status identifier ST = 3. He is currently not with the network-related, and the processing performed by the computer C 3 transaction T 3 is the last transaction that the computer Ci has conducted on its local file system.
Der Computer C3 ist ebenfalls nicht im Netz und hat zuletzt Netzverbindung gehabt, als Transaktion mit der Transaktionskennung TNR = 5 die zuletzt durchgeführte Transaktion war.The computer C 3 is also not in the network and was last connected to the network when the transaction with the transaction identifier TNR = 5 was the last transaction carried out.
Der Computer C2 hat Verbindung mit dem Netzwerk und hat gerade eine Transaktion Ti mit der TNR = i durchgeführt.The computer C 2 is connected to the network and has just carried out a transaction Ti with the TNR = i.
Mit dem Computer C3 wurde, während er nicht mit dem Netzwerk in. Verbindung war, das Dateisystem bearbeitet. Der Benutzer hat in diesem Beispiel auf seinem Computer in dem lokalen Dateisystem die Transaktionen T10c ι TLOc 2 und TLOc 3 durchgeführt und ein lokales Transaktionprotokoll für diese Transaktionen gespeichert, dessen Format mit dem zentralen Transaktionsproto- koll übereinstimmt. Wenn der Computer C3 nun Verbindung mit dem Netzwerk aufnimmt, wird er seine lokalen Transaktionen TLoc i bis TLoc 3 übertragen und sie an das zentrale Transaktionsprotokoll anhängen. Den Transaktionen TLOc 1 bis TOC 3 werden im zentralen Transaktionsprotokoll die Transaktionskennungen TNR = i+1, i+2 und i+3 zugeordnet. Es ist bevorzugt, dass der Computer C3 die übertragenen Transaktionen in seinem lokalen Transaktionsprotokoll als übertragen markiert und die lokalen Transaktionskennungen TLOC 1 bis TL0C 3 durch die zentralen Transaktionskennungen TNR = i+1, i+2 und i+3 ersetzt.Computer C 3 was used to edit the file system while it was not connected to the network. In this example, the user has carried out the transactions T 10 c ι T LO c 2 and T LO c 3 on his computer in the local file system and has saved a local transaction log for these transactions, the format of which with the central transaction log koll matches. When the computer C 3 now connects to the network, it will transmit its local transactions T L oc i to T L oc 3 and attach them to the central transaction log. The transactions T LO c 1 to T OC 3 are assigned the transaction identifiers TNR = i + 1, i + 2 and i + 3 in the central transaction log. It is preferred that the computer C 3 marks the transferred transactions in its local transaction log as transferred and replaces the local transaction identifiers T LOC 1 to T L0C 3 with the central transaction identifiers TNR = i + 1, i + 2 and i + 3.
Bei Verbindung mit dem Netzwerk prüft Computer C3 weiterhin, ob in dem Transaktionsprotokoll hinter der Transaktion mit der seiner Statuskennung ST entsprechenden Transaktionskennung TNR = 5 inzwischen weitere Transaktionen vorhanden sind. Wenn dies wie im vorliegenden Beispiel der Fall ist, liest der Computer C3 die weiteren Transaktionen T bis Ti+3 und führt diese auf seinem lokalen Dateisystem aus und aktualisiert seine Statuskennung ST auf i+3.When connected to the network, computer C 3 also checks whether there are any more transactions in the transaction log after the transaction with the transaction identifier TNR = 5 corresponding to its status identifier ST. If this is the case as in the present example, the computer C 3 reads the further transactions T to T i + 3 and executes them on its local file system and updates its status identifier ST to i + 3.
Eine Besonderheit ergibt sich hier, wenn der Computer C3 auf die Transaktion Ti+i trifft, die er selbst initiert und lokal auf seinem Dateisystem bereits ausgeführt hat. Grundsätzlich wäre es möglich, dass der C3 die Transaktion einfach -noch einmal ausführt, was aufgrund der wiederholungskonsistenten Eigenschaft der Transaktionen zu keinen Veränderungen führen würde. Es ist jedoch bevorzugt, dass der Computer prüft, ob die Transaktion Ti+i bereits lokal von ihm selbst ausgeführt worden ist. Dies kann z.B. dadurch geschehen, dass C3 aus dem zentralen Transaktionsprotokoll zunächst nur die Transaktionskennung TNR = i+1 und die Transaktion liest und prüft, ob im lokalen Trans- ationsprotokoll ein Eintrag mit der Transaktionskennung Ti+ι vorhanden ist. Wenn das der Fall ist, werden die von der Transaktion Ti betroffenen Transaktionsdaten D nicht über das zentrale Transaktionsprotokoll noch einmal geholt, sondern C3 für die Transaktion Ti+1 einfach auf seiner lokalen Version Dloci+1 aus, was die zu übertragende Datenmenge reduziert, da die Transaktionsdaten nicht von dem Zentralrechner zu C3 übertragen werden müssen. Die nochmalige Ausführung der Transaktion T+i auf C3 wird in vielen Fällen das Ergebnis nicht verändern, ist aber grundsätzlich sinnvoll, da von der Transaktion Ti+i betroffene Transaktionsdaten Di+1 zwischenzeitlich, d.h._ seit der ursprünglichen lokalen Ausführung der Transaktion TLOc \t von anderen Computern in einer Weise geändert worden sein könnten, die Wirkung der Transaktion ganz oder teilweise aufhebt. Anstatt aufwendig zu prüfen, ob eine solche zwischenzeitliche Änderung stattgefunden hat, wird die Transaktion Ti+i einfach in jedem Fall noch einmal ausgeführt, was weniger aufwendig ist.A peculiarity arises here when the computer C 3 encounters the transaction Ti + i , which it initiated itself and has already executed locally on its file system. In principle, it would be possible for the C 3 to simply execute the transaction again, which would not result in any changes due to the repetitive nature of the transactions. However, it is preferred that the computer checks whether the transaction Ti + i has already been carried out locally by itself. This can be done, for example, by first reading C 3 from the central transaction log only the transaction identifier TNR = i + 1 and the transaction and checking whether the local transaction ation protocol an entry with the transaction identifier T i + ι is available. If this is the case, the transaction data D affected by the transaction Ti are not fetched again via the central transaction log, but rather C 3 for the transaction T i + 1 simply on its local version D loc i +1 , which is what is to be transmitted Data volume reduced since the transaction data does not have to be transferred from the central computer to C 3 . Repeated execution of transaction T + i on C 3 will not change the result in many cases, but it makes sense in principle, since transaction data D i + 1 affected by transaction Ti + i in the meantime, that is, since the original local execution of transaction T LO c \ t may have been altered by other computers in such a way that the transaction is wholly or partially canceled. Instead of laboriously checking whether such an interim change has taken place, transaction Ti + i is simply carried out again in each case, which is less complex.
Figur 2 zeigt schematisch die Schrittfolge des Prozesses, der lokal initiierte Transaktionen in ein lokales Transaktionsprotokoll einträgt. Im ersten Schritt ändert der Benutzer Transaktionsdaten des Dateisystems. Dazu wird dann jeweils ein Eintrag in seinem lokalen Transaktionsprotokoll erzeugt, dessen Format mit dem des oben beschriebenen zentralen Transaktionsprotokolls übereinstimmt .FIG. 2 schematically shows the sequence of steps of the process which enters locally initiated transactions in a local transaction log. In the first step, the user changes the transaction data of the file system. For this purpose, an entry is generated in its local transaction log, the format of which corresponds to that of the central transaction log described above.
Figur 3 zeigt die Schrittfolge des Prozesses, wenn der Computer, nachdem er lokal Transaktionen ausgeführt hat, mit dem Netzwerk und dem Zentralrechner Verbindung hat. Dann wird geprüft, ob noch ein Eintrag in dem lokalen Transaktionsprotokoll vorhanden ist. Wenn ja, wird dieser an das zentrale Transaktionsprotokoll angehängt, wobei eine neue zentrale Transaktionskennung vergeben wird und in das zentrale Transaktionsprotokoll zu dieser übertragenen Transaktion geschrieben wird. Dann kann die an das zentrale Transaktionsprotokoll angehängte Transaktion in dem lokalen Transaktionsprotokoll als übertragen markiert werden, wobei bevorzugt auch die zentrale Transaktionskennung in das lokale Transaktionsprotokoll -übernommen wird.FIG. 3 shows the sequence of steps of the process when the computer, after having carried out local transactions, is connected to the network and the central computer. It is then checked whether there is still an entry in the local transaction log is. If so, this is appended to the central transaction log, a new central transaction identifier being assigned and being written to the central transaction log for this transaction being transferred. The transaction attached to the central transaction log can then be marked as transferred in the local transaction log, the central transaction identifier preferably also being transferred to the local transaction log.
Figur 4 zeigt schematisch die Schrittfolge des Prozesses beim Lesen des zentralen Transaktionsprotokolls . Im ersten Schritt werden die Kopfdaten des Eintrags mit der Transaktionskennung, die auf die Statuskennung des betroffenen Computers folgt, aus dem Protokoll gelesen. Dann wird die Transaktion lokal gestartet und festgestellt, ob der gegenwärtige Eintrag des Transaktionsprotokolls von demselben Computer erzeugt worden ist. Dies kann wie oben bereits beschrieben dadurch erfolgen, dass die aus dem zentralen Transaktionsprotokoll gelesene Transaktionskennung in dem lokalen Transaktionsprotokoll gesucht wird. Wenn die Transaktionskennung lokal nicht vorhanden ist, stammt die Transaktion von einem anderen Computer. Dann werden die Transaktionsdaten Ti und etwa von der Transaktion T betroffene Transaktionsdaten Di von dem Zentralrechner abgerufen und die' Transaktion ausgeführt. Ist die fragliche Transaktion Ti allerdings von demselben Computer ursprünglich ausgeführt und in das zentrale Transaktionsprotokoll geschrieben worden, so werden die von der Transaktion betroffenen Transaktionsdaten Di aus dem lokalen Transaktionsprotokoll geholt und die Transaktion Ti ausgeführt. Danach wird dieser Eintrag aus dem lokalen Transaktionsprotokoll gelöscht. FIG. 4 schematically shows the sequence of steps of the process when reading the central transaction log. In the first step, the header data of the entry with the transaction identifier that follows the status identifier of the computer concerned is read from the log. The transaction is then started locally and a determination is made as to whether the current transaction log entry was generated by the same computer. As already described above, this can be done by searching for the transaction identifier read from the central transaction log in the local transaction log. If the transaction ID does not exist locally, the transaction is from another computer. Then, the transaction data Ti and about affected by the transaction T transaction data Di is retrieved from the central computer and executed, the 'transaction. However, if the transaction Ti in question was originally executed by the same computer and written to the central transaction log, the transaction data Di affected by the transaction are fetched from the local transaction log and the transaction Ti is carried out. Then this entry is deleted from the local transaction log.

Claims

Patentansprüche claims
Verfahren zur automatischen Synchronisierung eines computergestützten Dateisystems, in dem ausschließlich wiederholungskonsistente Transaktionen definiert sind und das auf einer Mehrzahl von über ein Netzwerk verbundenen Computern, von denen jeder das gesamte Dateisystem lokal gespeichert hält, bearbeitet wird, wobei jeder Computer zeitweise, aber nicht permanent mit dem Netzwerk verbunden ist und die Computer dazu vorbereitet sind, die wiederholungskonsistenten Transaktionen auf dem Dateisystem auszuführen, wobei in einem zentralen Transaktionsprotokoll jede Transaktion (Ti, T2, ...Ti) auf dem Dateisystem fortlaufend aufgezeichnet wird, wobei darin neben jeder Transaktion eine aufsteigende Transaktionskennung (TNR) und etwaige von der Transaktion betroffene Transaktionsdaten (Di, D2, ...Di) oder Adressen, die den Zugriff auf diese erlauben, gespeichert werden, und wobei auf jedem Computer als Statuskennung (ST) die Transaktionskennung (TNR) gespeichert wird, die der letzten von dem jeweiligen Computer auf seinem lokalen Dateisystem ausgeführten Transaktion entspricht, wobei jeder Computer so vorbereitet ist, um bei Betrieb ohne Netzwerkverbinung ein lokales Transaktionsprotokoll von auf seinem lokalen Dateisystem durchgeführten Transaktionen zu erzeugen und dieses bei der nächsten Verbindungsaufnahme mit dem Netzwerk an das zentrale Transaktionsprotokoll anzuhängen und ferner das zentrale Transaktionsprotokoll ab der Transaktionskennung, die der für ihn geltenden Statuskennung entspricht, zu lesen und diese Transaktionen auf dem lokalen Dateisystem auszuführen. Method for the automatic synchronization of a computer-aided file system, in which only repetition-consistent transactions are defined and which is processed on a plurality of computers connected via a network, each of which keeps the entire file system locally, each computer temporarily, but not permanently with the Is connected to the network and the computers are prepared to execute the repeat-consistent transactions on the file system, with each transaction (Ti, T 2 , ... Ti) being recorded continuously on the file system in a central transaction log, with an ascending next to each transaction Transaction identifier (TNR) and any transaction data (Di, D 2 , ... Di) affected by the transaction or addresses that allow access to it are stored, and the transaction identifier (TNR) on each computer as status identifier (ST) is saved, the last v corresponds to the transaction carried out on the respective computer on its local file system, each computer being prepared to generate a local transaction log of transactions carried out on its local file system when operating without a network connection and to attach this to the central transaction log the next time it connects to the network and also to read the central transaction log from the transaction identifier that corresponds to the status identifier that applies to it and to execute these transactions on the local file system.
. Verfahren nach Anspruch 1, dadurch gekennzeichnet, dass jeder Computer so vorbereitet ist, beim Lesen der Einträge im zentralen Transaktionsprotokoll zu jeder Transaktion zu prüfen, ob diese von ihm selbst bewirkt worden ist, und, wenn dies der Fall ist, die Transaktion auf den lokalen betroffenen Transaktionsdaten zu wiederholen., A method according to claim 1, characterized in that each computer is prepared, when reading the entries in the central transaction log for each transaction to check whether it has been caused by itself and, if so, the transaction on the local repeat affected transaction data.
3. Verfahren nach Anspruch 2, dadurch gekennzeichnet, dass bei der Übertragung eines Eintrags aus dem lokalen Transaktionsprotokoll an das zentrale Transaktionsprotokoll eine auf die Transaktionskennung des vor der Übertragung letzten Eintrags folgende zentrale Transaktionskennung vergeben und dem übertragenen Eintrag im zentralen Transaktionsprotokoll zugeordnet wird, wobei diese zentrale Transaktionskennung zu dem übertragenen Transaktionsprotokolleintrag auch in dem lokalen Transaktionprotokoll gespeichert wird.3. The method according to claim 2, characterized in that when an entry is transferred from the local transaction log to the central transaction log, a central transaction identifier following the transaction identifier of the last entry before the transmission is assigned and assigned to the transmitted entry in the central transaction log, this being the case central transaction identifier for the transmitted transaction log entry is also stored in the local transaction log.
4. Verfahren nach Anspruch 3, dadurch gekennzeichnet, dass jeder Computer so vorbereitet ist, die Prüfung beim Lesen eines Eintrags aus dem zentralen Transaktionsprotokoll, ob diese von ihm selbst bewirkt worden ist, dadurch auszuführen, dass untersucht wird, ob die zentrale Transaktionskennung auch bei einem Eintrag im lokalen Transaktionsprotokoll vorhanden ist.4. The method according to claim 3, characterized in that each computer is prepared to carry out the check when reading an entry from the central transaction log as to whether this has been caused by itself by examining whether the central transaction identifier is also used for an entry in the local transaction log.
5. Verfahren nach einem der vorhergehenden Ansprüche, dadurch gekennzeichnet, dass das Transaktionsprotokoll in einem Zentralrechner geführt wird, der ständig eingeschaltet und zur Verbindungsaufnahme durch andere Computer bereit ist. Verfahren nach einem der Ansprüche 1 bis 4, dadurch gekennzeichnet, dass das Transaktionsprotokoll in einem aus der Mehrzahl der Computer geführt wird. 5. The method according to any one of the preceding claims, characterized in that the transaction log is kept in a central computer which is constantly switched on and is ready for connection by other computers. Method according to one of claims 1 to 4, characterized in that the transaction log is kept in one of the plurality of computers.
EP05757283A 2004-06-22 2005-06-22 Automatic synchronisation process for a data file system processed in a plurality of computers Withdrawn EP1766540A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP05757283A EP1766540A1 (en) 2004-06-22 2005-06-22 Automatic synchronisation process for a data file system processed in a plurality of computers

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
EP04014586A EP1610233A1 (en) 2004-06-22 2004-06-22 Method for automatic synchronisation of a computer based file system on a plurality of computers
PCT/EP2005/006723 WO2005124588A1 (en) 2004-06-22 2005-06-22 Automatic synchronisation process for a data file system processed in a plurality of computers
EP05757283A EP1766540A1 (en) 2004-06-22 2005-06-22 Automatic synchronisation process for a data file system processed in a plurality of computers

Publications (1)

Publication Number Publication Date
EP1766540A1 true EP1766540A1 (en) 2007-03-28

Family

ID=34925434

Family Applications (2)

Application Number Title Priority Date Filing Date
EP04014586A Withdrawn EP1610233A1 (en) 2004-06-22 2004-06-22 Method for automatic synchronisation of a computer based file system on a plurality of computers
EP05757283A Withdrawn EP1766540A1 (en) 2004-06-22 2005-06-22 Automatic synchronisation process for a data file system processed in a plurality of computers

Family Applications Before (1)

Application Number Title Priority Date Filing Date
EP04014586A Withdrawn EP1610233A1 (en) 2004-06-22 2004-06-22 Method for automatic synchronisation of a computer based file system on a plurality of computers

Country Status (2)

Country Link
EP (2) EP1610233A1 (en)
WO (1) WO2005124588A1 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE69624359D1 (en) * 1995-07-20 2002-11-21 Novell Inc TRANSACTION LOG MANAGEMENT IN A DISCONNECTABLE NETWORK
US6925476B1 (en) * 2000-08-17 2005-08-02 Fusionone, Inc. Updating application data including adding first change log to aggreagate change log comprising summary of changes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2005124588A1 *

Also Published As

Publication number Publication date
WO2005124588A1 (en) 2005-12-29
EP1610233A1 (en) 2005-12-28

Similar Documents

Publication Publication Date Title
DE3908459C2 (en) Network server
DE69838756T2 (en) PROCESSING INPUT / OUTPUT REQUIREMENTS OF SEVERAL DRIVERS ENABLE FILED SYSTEM PRIMITIVE ROUTINE IN A MULTILAYER DRIVER I / O SYSTEM
EP1430369B1 (en) Dynamic access to automation resources
DE10348591A1 (en) Automatically identifying a program error in a computer program
EP0791884A2 (en) Method for the computerized adjustment of several file copies of a stored file, stored in at least one computer
EP1005216B1 (en) Method and system for the validation of configuration data for telecommunications systems
EP1673915A2 (en) Operating method for a server and corresponding objects
AT522281B1 (en) Procedure for characterizing the operating state of a computer system
EP1647898A1 (en) Serverless replication of databases
EP1766540A1 (en) Automatic synchronisation process for a data file system processed in a plurality of computers
DE10325843B4 (en) A method, printing system, computer and computer program for managing resources for use in a resource-based document data stream
EP1248430B1 (en) Method and device for generating filter masks for checking relevance of features
EP1099172B1 (en) Method, arrangement and set of a plurality of arrangements for remedying at least one inconsistency in a group of databases which comprises a database and at least one copy database of the database
EP3796161A1 (en) System, method for determining a container configuration of a system, computer program and computer-readable medium
EP1331794B1 (en) Method for address allocation in a network and components therefore
DE19607132B4 (en) Method for the computer-aided adjustment of a plurality of file copies of a stored file stored in at least one computer
DE102006037968B4 (en) Universal and extensible data management with observation and inter-process communication mechanisms
EP0563077B1 (en) Method of detecting, by computing machine, identical data elements in two data sequences
EP2290561B1 (en) Method and device for saving and restoring electronic documents and databases
DE10006959A1 (en) Data bank lookup method e.g. for measurement data, image data, parameters and characteristic values
DE102013108309A1 (en) Method for connecting objects in a software application
EP1271349A1 (en) Method for merging distributed databases
EP2757466A1 (en) A computer implemented method for generating computer program code
EP1251426A1 (en) Application integrator for information processing systems
WO2006084500A1 (en) Data transmission system, a notification component and a data transmission method

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20070115

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU MC NL PL PT RO SE SI SK TR

RIN1 Information on inventor provided before grant (corrected)

Inventor name: MCCULLAGH, PAUL

17Q First examination report despatched

Effective date: 20070713

DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20091017