JP2002373101A - Inter-directory cooperative method - Google Patents

Inter-directory cooperative method

Info

Publication number
JP2002373101A
JP2002373101A JP2001179495A JP2001179495A JP2002373101A JP 2002373101 A JP2002373101 A JP 2002373101A JP 2001179495 A JP2001179495 A JP 2001179495A JP 2001179495 A JP2001179495 A JP 2001179495A JP 2002373101 A JP2002373101 A JP 2002373101A
Authority
JP
Japan
Prior art keywords
data
directory
synchronization
server
information
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.)
Pending
Application number
JP2001179495A
Other languages
Japanese (ja)
Inventor
Nobuhiko Kawakami
順彦 川上
Satoshi Kikuchi
菊地  聡
Masaya Kono
昌哉 河野
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2001179495A priority Critical patent/JP2002373101A/en
Publication of JP2002373101A publication Critical patent/JP2002373101A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an inter-directory cooperative method capable of shortening a processing time for completing processing within a time required for synchronization being requirements on a system operation in an information system for synchronizing a large amount of data in a batch at a fixed interval such as dates from a basic DB to the directories of in-system various synchronizing systems such as an enterprise information system. SOLUTION: Synchronization processing from a basic DB 150 to an information directory 120 and a load distribution directory 100 is paralleled, and the necessary data of different kinds of directories 130 being the destination of synchronization are extracted, and the synchronization processing is executed in advance. Even when there are a plurality of servers being the originals of the data, the matching of the preceding synchronizing data is managed by the load distribution directory 100 so that the matching can be guaranteed. Afterwards, the synchronization processing of the delayed synchronizable data from the information directory 120 to the different kinds of directories 130 is executed.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、情報システムにお
ける異種ディレクトリ間のデータ同期を実現するディレ
クトリ間連携方法に関するもので、特に、基幹DBおい
てデータの原本を管理し、同データを基に情報システム
内の他の異種ディレクトリへのデータ同期処理を行うデ
ィレクトリ間連携方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inter-directory cooperation method for realizing data synchronization between different types of directories in an information system, and more particularly, to managing an original data in a main DB and storing information based on the data. The present invention relates to an inter-directory cooperation method for performing data synchronization processing to another heterogeneous directory in a system.

【0002】[0002]

【従来の技術】企業情報システムなどの大規模情報シス
テムにおいては、企業の組織データ、あるいは社員の人
事データなどを管理するため、また、業務関連情報の蓄
積や共有のために広くディレクトリシステムが導入され
ている。
2. Description of the Related Art In a large-scale information system such as a corporate information system, a directory system is widely used to manage organizational data of a company or personnel data of employees, and to store and share business-related information. Have been.

【0003】例えば、電子メールの送信相手の姓名など
からメールアドレスを検索する、所謂電子電話帳機能と
して利用されている。
For example, it is used as a so-called electronic telephone directory function for retrieving a mail address from the first and last names of an e-mail transmission partner.

【0004】ディレクトリシステムは、人、組織、ネッ
トワーク機器など管理対象となる情報を木構造で表現す
る。この木構造データモデルは、ディレクトリシステム
に関する標準として、CCITTの勧告であるX.50
0(ISO9594)によって規定されたものである。
木構造の枝葉に相当する箇所には、ディレクトリエント
リが配置され、これが人や組織を表すデータ単位とな
る。各々のエントリは、ディレクトリツリーのルートか
らのパスを示す名称であるDN(Distinguis
hed Name)によって一意に識別される。さら
に、各々のエントリはユーザのメールアドレスに加え、
姓名、ユーザID、電話番号、パスワードなど、様々な
情報を属性として記憶可能である。
The directory system expresses information to be managed, such as people, organizations, and network devices, in a tree structure. This tree-structured data model is based on X.100, which is a CCITT recommendation, as a standard for directory systems. 50
0 (ISO9594).
Directory entries are arranged at locations corresponding to the branches and leaves of the tree structure, and serve as data units representing people and organizations. Each entry is a DN (Distinguis) which is a name indicating a path from the root of the directory tree.
hed Name). In addition, each entry is in addition to the user's email address,
Various information such as a first and last name, a user ID, a telephone number, and a password can be stored as attributes.

【0005】また、X.500はディレクトリシステム
をクライアント・サーバシステムとして規定しており、
ディレクトリクライアントは、前記ディレクトリデータ
に対してDNによる読み出し及び更新、ディレクトリエ
ントリのデータである属性をキーとした検索が可能であ
る。このデータの読み出しや更新、検索の時に使用され
るクライアント・サーバ間の通信プロトコルとして、O
SI(Open Systems Interconne
ction)の7レイヤーモデルに基づくDAP(Di
rectory Access Protocol)が
規定されている。しかし、このDAPはOSIスタック
を必要とする負荷の高いプロトコルであることから、そ
の使用が倦厭されてきた。
[0005] X. 500 defines the directory system as a client-server system,
The directory client can read and update the directory data by the DN, and can search using the attribute which is the data of the directory entry as a key. As a communication protocol between the client and the server used for reading, updating, and searching for this data, O
SI (Open Systems Interconne)
ction) based on the 7-layer model
repository Access Protocol). However, since DAP is a heavy-duty protocol that requires an OSI stack, its use has been frustrated.

【0006】そこで、より軽量なディレクトリアクセス
用のプロトコルとしてLDAP(Lightweigh
t Directory Access Protoc
ol)(RFC2251)が開発された。LDAPはD
APのサブセットであり、TCP/IPスタック上で動
作し、インターネット標準化団体であるIETF(In
ternet Engineering Task Fo
rce)により標準化された。
Therefore, LDAP (Lightweight) is used as a lighter directory access protocol.
t Directory Access Protocol
ol) (RFC2251). LDAP is D
It is a subset of AP, runs on the TCP / IP stack, and is an Internet standards body, IETF (In
ternet Engineering Task Fo
(rce).

【0007】ところで、昨今の企業情報システムにおい
ては、業務の多様化に対応すべく、必要に応じて電子メ
ールシステムをはじめ、ネットワークOSやグループウ
ェアなどの、種々のアプリケーションが導入されてい
る。しかし、これらのアプリケーションは、ユーザ情報
や組織情報などのデータを個別のDB、すなわち個別の
ディレクトリで管理するのが一般であった。また、これ
らのディレクトリは管理するデータの構造が異なる場合
が多かった。このため、システム管理者は、人事異動や
組織改編などのデータ更新が必要な度に、情報システム
内の全てのディレクトリデータを管理しなければなら
ず、その運用負荷の増大が問題となっていた。
[0007] Incidentally, in recent corporate information systems, various applications such as an electronic mail system, a network OS, and groupware are introduced as needed in order to cope with diversification of business. However, these applications generally manage data such as user information and organization information in a separate DB, that is, in a separate directory. These directories often have different data structures to be managed. For this reason, the system administrator must manage all the directory data in the information system every time data update such as personnel changes or organizational reorganization is necessary, and the increase in the operational load has been a problem. .

【0008】例えば、人事データなどを管理する基幹D
Bとスケジュール管理システムの両システムにおいて社
員氏名、ユーザIDを管理するなど、情報システム内の
各ディレクトリが管理するデータには重複した属性が多
く存在するが、これらの属性を管理するディレクトリの
多くは、独自のデータベースを用いて独自の形式で管理
しているのが現状であった。
[0008] For example, a backbone D for managing personnel data and the like
There are many duplicate attributes in the data managed by each directory in the information system, such as the management of employee names and user IDs in both the system B and the schedule management system, but many of the directories that manage these attributes At present, it is managed in a unique format using a unique database.

【0009】そのため、異種ディレクトリ間のデータ同
期処理の管理負荷を軽減すると共に、情報システムの大
規模化に伴う処理データ量の増大に対応すべく、データ
同期処理の高速化が課題とされていた。
[0009] Therefore, there has been an issue of increasing the speed of data synchronization processing in order to reduce the management load of data synchronization processing between different types of directories and to cope with an increase in the amount of data to be processed due to an increase in the scale of an information system. .

【0010】このような異種ディレクトリ連携方法に関
する課題を解決する従来技術として、特開平11−83
660号公報が挙げられる。
As a prior art for solving the problem relating to such a heterogeneous directory cooperation method, Japanese Patent Laid-Open No. 11-83 is disclosed.
660 publication.

【0011】前記従来技術においては、ディレクトリ同
期のため、同期対象であるディレクトリ間にディレクト
リ同期サーバを備え、前記サーバが更新元のディレクト
リサーバのスナップショットを管理する。そして、前記
ディレクトリサーバに対して行われた更新履歴を定期的
に取得し、この取得した更新履歴を順に参照し、ディレ
クトリサーバのスナップショットを逐次更新し、更新履
歴の内容とスナップショットの情報に従い同期対象であ
る異種ディレクトリへの更新種別を決定し、更新履歴の
内容を異種ディレクトリのスキーマへ変換の後、データ
を同期するという処理を行っている。
In the conventional technique, a directory synchronization server is provided between directories to be synchronized for directory synchronization, and the server manages a snapshot of an update source directory server. The update history performed on the directory server is periodically acquired, the acquired update history is sequentially referred to, the snapshot of the directory server is sequentially updated, and the content of the update history and the information of the snapshot are used. The type of update to the heterogeneous directory to be synchronized is determined, the content of the update history is converted into the schema of the heterogeneous directory, and the data is synchronized.

【0012】前記同期方法により、ディレクトリサーバ
か管理するエントリ数が増加した場合においても、ディ
レクトリ間のデータ同期に要する時間を一定にすること
が可能であった。
According to the synchronization method, even when the number of entries managed by the directory server increases, the time required for data synchronization between directories can be kept constant.

【0013】[0013]

【発明が解決しようとする課題】しかしながら、上記の
ようなディレクトリ間連携方法においては、ディレクト
リに登録するエントリ数の増加に関わりなく、ディレク
トリ間のデータ同期処理に要する時間の増加を一定に保
つ方法を提供することは可能であったが、大量のデータ
更新が一括して行われるシステムにおいては、更新履歴
の処理を逐次処理により負荷を分散させることができ
ず、大量データの同期処理に要するためにはやはり処理
時間を必要とする。
However, in the above-mentioned inter-directory cooperation method, the increase in the time required for data synchronization processing between directories is kept constant irrespective of the increase in the number of entries registered in the directories. Was possible, but in a system where a large amount of data was updated in a batch, the processing of the update history could not be distributed by sequential processing and required for synchronous processing of a large amount of data. Also requires processing time.

【0014】例えば、図2においては、企業情報システ
ム内に、情報ディレクトリ120としてディレクトリサ
ーバが存在し、これを社内情報の基盤として必要なデー
タを全て管理する。ユーザは入手したいメールアドレ
ス、電話番号などの情報がある場合には、前記情報ディ
レクトリ120を参照することによって必要な情報を取
得可能である。
For example, in FIG. 2, a directory server exists as an information directory 120 in the company information system, and manages all necessary data using this as a basis for in-house information. The user can obtain necessary information by referring to the information directory 120 when there is information such as an e-mail address and a telephone number to be obtained.

【0015】基幹DB150は、企業内の既存の人事D
Bなどであり、情報システム内のデータの原本となる。
情報ディレクトリ120のデータは基幹DB150のデ
ータを基に同期されたデータである。ただし、情報シス
テムのパスワードなどをはじめとして、人事DBなどで
は一般に管理しないデータも存在するため、このような
データに関しては情報ディレクトリ120が管理するデ
ータが原本となる。情報ディレクトリ120が原本を管
理するデータに関しては、管理者やユーザが管理端末1
40を介してデータの管理を行う。
The core DB 150 stores the existing personnel D in the company.
B, etc., which is the original of the data in the information system.
The data in the information directory 120 is data synchronized based on the data in the main DB 150. However, since there are data that are not generally managed in the personnel DB and the like, such as the password of the information system, the data managed by the information directory 120 is the original of such data. Regarding the data for which the information directory 120 manages the originals, the administrator or the user operates the management terminal 1.
The management of data is performed via 40.

【0016】また、企業情報システム内には、様々な機
能を提供するシステムが存在する。メールシステムやス
ケジュール管理システムなどが上げられるが、このよう
なシステムにおいては、データを独自に管理しているの
が一般でありそれぞれ個別のディレクトリが必要なデー
タを管理する。ただし、管理するデータについては、情
報ディレクトリ120から同期することによって、情報
システム内でデータの整合性が保証されるように管理す
る。
Further, there are systems that provide various functions in the enterprise information system. There are a mail system and a schedule management system. In such a system, data is generally managed independently, and each directory manages data that requires an individual directory. However, the data to be managed is managed such that the data consistency is ensured in the information system by synchronizing from the information directory 120.

【0017】ここで、情報システム内のデータの原本と
なる基幹DBのデータを一括してディレクトリシステム
に同期するなどという場合には、一般に夜間バッチ処理
などによる、情報システムにかかる負荷が少ない時間帯
に一括して処理する方法が採られる訳であるが、この
時、基幹DBが管理するデータが非常に大量である大規
模システムにおいてはデータ処理に時間がかかることと
なり、システム運用上の要件となる一定時間内に同期処
理を終了することが困難であった。
Here, when synchronizing the data of the core DB, which is the original of the data in the information system, collectively with the directory system, generally, a time period during which the load on the information system is small due to nighttime batch processing or the like. However, at this time, data processing takes time in a large-scale system with a very large amount of data managed by the core DB, and the system operation requirements It has been difficult to complete the synchronization process within a certain period of time.

【0018】本発明の目的は、企業情報システムをはじ
めとする大規模情報システムにおいて、複数のディレク
トリシステムが稼働している環境での、基幹DBから情
報システム内のディレクトリへの一連のデータ同期を高
速に処理するディレクトリ間の連携方法を実現すること
である。
An object of the present invention is to perform a series of data synchronization from a core DB to a directory in an information system in an environment where a plurality of directory systems are operating in a large-scale information system such as an enterprise information system. The goal is to realize a method of linking directories that process at high speed.

【0019】[0019]

【課題を解決するための手段】上記の目的を達成するた
め、本発明は、複数のディレクトリ間でデータ同期を行
う情報システム、特に、基幹DBから同期対象である各
種情報システムへの一括した大量のデータ同期を行う情
報システムにおいて、同期先ディレクトリにおけるデー
タの必要性に応じて処理経路を分散し、優先して同期す
べきデータを管理する負荷分散ディレクトリを新規に備
えて同期処理を並列化すると共に、負荷分散ディレクト
リを介した同期である必要データの同期処理を優先的に
行うことにより高速なデータ同期を行うディレクトリ間
連携方法を提供する。
In order to achieve the above object, the present invention provides an information system for synchronizing data between a plurality of directories, and in particular, a large amount of information from a backbone DB to various information systems to be synchronized. In the information system that synchronizes the data, the processing paths are distributed according to the necessity of the data in the synchronization destination directory, and a new load distribution directory that manages the data to be synchronized with priority is newly provided to parallelize the synchronization processing. In addition, the present invention also provides a directory cooperation method for performing high-speed data synchronization by giving priority to synchronization processing of required data which is synchronization via a load distribution directory.

【0020】かかるディレクトリ間連携方法を用いるこ
とにより、あらかじめ同期対象である各ディレクトリが
必要とするデータを設定しておき、通常経路の同期処理
と平行して優先すべき同期データについては負荷分散デ
ィレクトリを介した同期処理を行うことによって、必要
なデータを先行して各ディレクトリへ同期し、ディレク
トリ間同期の処理時間の短縮を実現する。
By using the inter-directory cooperation method, data required by each directory to be synchronized is set in advance, and the load balancing directory is used for synchronous data to be given priority in parallel with the normal path synchronization processing. , Necessary data is first synchronized with each directory, and the processing time of directory synchronization is reduced.

【0021】また、本発明は、上記同期方法を実行する
にあたって、基幹DBが管理せず、情報ディレクトリが
原本を管理するデータの更新が発生する情報システムに
おいて、複数経路によるデータ同期時のデータの整合性
を保証するディレクトリ間連携方法を提供する。
Further, according to the present invention, in executing the above-mentioned synchronization method, in an information system in which the data management of the original is managed by the information directory without the management of the main DB, the data of the data at the time of data synchronization by a plurality of paths is updated. Provide an inter-directory linkage method that guarantees consistency.

【0022】かかるディレクトリ間連携方法を用いるこ
とにより、情報システム内における原本となるデータが
複数のディレクトリに分散して存在する情報システムに
おいても、ディレクトリ間のデータ整合性を保証した同
期処理を実現するディレクトリ間連携方法を提供するこ
とが可能となる。
By using the inter-directory cooperation method, even in an information system in which original data in the information system is distributed in a plurality of directories, a synchronization process that guarantees data consistency between directories is realized. It becomes possible to provide an inter-directory cooperation method.

【0023】[0023]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を用いて詳細に説明する。以下の図中において、
同一の部分には同一の符号を付与する。
Embodiments of the present invention will be described below in detail with reference to the drawings. In the following figure,
The same parts are given the same reference numerals.

【0024】図1は本発明を実現するディレクトリ間連
携方法を用いたデータ同期処理の流れを示した図であ
る。
FIG. 1 is a diagram showing the flow of a data synchronization process using the inter-directory cooperation method for realizing the present invention.

【0025】基幹DB50は、企業情報システム内の、
例えば人事データなどを管理するDBであり、前記基幹
DB50が管理するデータは前記企業情報システム内の
データの原本となる。基幹DB50へのデータ更新は日
次、3日に一回などの運用要件として定められた一定期
間に一括して情報システム内の他のディレクトリへ同期
される。
The backbone DB 50 is located in the enterprise information system.
For example, it is a DB for managing personnel data and the like, and the data managed by the core DB 50 is an original of data in the enterprise information system. The data update to the core DB 50 is collectively synchronized with another directory in the information system for a certain period of time defined as an operation requirement such as once every three days or the like.

【0026】情報ディレクトリ20は、社員情報や、組
織情報など、ユーザが日常業務の中で使用するデータを
管理するディレクトリである。情報ディレクトリ20が
管理するデータは、ディレクトリデータとしての原本と
なり、同データを基に各種システムの異種ディレクトリ
30へデータを同期する。また、人事DBが管理しない
データ項目が存在する場合には、情報ディレクトリ20
が管理するデータが原本となり、ディレクトリ間の同期
処理においては、同期データを負荷分散ディレクトリ1
0へ送信する。
The information directory 20 is a directory for managing data, such as employee information and organization information, used by the user in daily work. The data managed by the information directory 20 becomes an original as directory data, and based on the data, synchronizes the data with the heterogeneous directory 30 of various systems. If there is a data item that is not managed by the personnel DB, the information directory 20
Becomes the original, and in the synchronization processing between directories, the synchronization data is transferred to the load balancing directory 1.
Send to 0.

【0027】異種ディレクトリ30は、情報ディレクト
リと同期するメールシステム、スケジュール管理システ
ムをはじめとするアプリケーションサーバなどであり、
一般に情報ディレクトリとはデータ構造が異なる異種デ
ィレクトリである。異種ディレクトリ30では、自サー
バにおける処理に必要なデータを独自に管理するが、管
理するデータは、情報ディレクトリから同期されたデー
タである。
The heterogeneous directory 30 is a mail system that synchronizes with the information directory, an application server such as a schedule management system, and the like.
Generally, an information directory is a heterogeneous directory having a different data structure. The heterogeneous directory 30 independently manages data necessary for processing in its own server, but the data to be managed is data synchronized from the information directory.

【0028】管理端末40は、情報ディレクトリのデー
タを更新するためのクライアントであり、ユーザや管理
者は管理端末40からデータの更新を行う。ただし、管
理端末40から更新するデータは、基幹DB50で管理
しないデータに限る。
The management terminal 40 is a client for updating data in the information directory, and a user or an administrator updates data from the management terminal 40. However, data to be updated from the management terminal 40 is limited to data not managed by the core DB 50.

【0029】負荷分散ディレクトリ10は、基幹DB5
0から異種ディレクトリ30までの一連のディレクトリ
間における同期処理を高速化するためのディレクトリで
ある。負荷分散ディレクトリ10では、異種ディレクト
リ30が各サーバの処理に最低限必要なデータのみを管
理することにより、ディレクトリ間同期における処理時
間の短縮を可能とするディレクトリサーバであり、基幹
DB50から情報ディレクトリ20への同期処理と平行
して、基幹DB50から負荷分散ディレクトリ10への
同期処理を行う。
The load distribution directory 10 is stored in the main DB 5
This is a directory for speeding up a synchronization process between a series of directories from 0 to a different directory 30. The load balancing directory 10 is a directory server that enables the heterogeneous directory 30 to manage only the minimum data required for processing of each server, thereby shortening the processing time in directory synchronization. In parallel with the synchronization process, the synchronization process from the core DB 50 to the load distribution directory 10 is performed.

【0030】そして、ディレクトリ間同期時には、通常
のデータ同期処理に先行して、負荷分散ディレクトリ1
0が管理するデータを異種ディレクトリ30へ同期す
る。その後、情報ディレクトリ20から異種ディレクト
リ30へ同期するデータが存在する場合には同期処理が
行われる。
At the time of inter-directory synchronization, the load balancing directory 1 is preceded by normal data synchronization processing.
0 is synchronized with the heterogeneous directory 30. Thereafter, if there is data to be synchronized from the information directory 20 to the heterogeneous directory 30, a synchronization process is performed.

【0031】上記のような一連のディレクトリ間の同期
処理を行うことにより、処理時間の短縮を図ることがで
きる。本実施例は、図1のような一連のデータ同期を実
現するディレクトリ間連携システムである。
By performing a series of synchronization processes between directories as described above, the processing time can be reduced. This embodiment is an inter-directory cooperation system that realizes a series of data synchronization as shown in FIG.

【0032】図3は、本発明を実現するディレクトリ間
連携システムの機能構成図である。
FIG. 3 is a functional configuration diagram of an inter-directory cooperation system for realizing the present invention.

【0033】LANなどの伝送媒体20により負荷分散
ディレクトリサーバ100、情報ディレクトリサーバ2
0、基幹DBサーバ150、異種ディレクトリサーバ1
30が接続されている。
The load distribution directory server 100 and the information directory server 2 are transmitted by a transmission medium 20 such as a LAN.
0, core DB server 150, heterogeneous directory server 1
30 are connected.

【0034】負荷分散ディレクトリサーバ100は管理
するデータをDB50に記憶し、情報ディレクトリサー
バ120は管理するデータをDB55に記憶する。ま
た、基幹DB150は管理するデータをDB60に管理
し、異種ディレクトリサーバ130は独自の処理に必要
なデータをDB70に記憶する。
The load distribution directory server 100 stores data to be managed in the DB 50, and the information directory server 120 stores data to be managed in the DB 55. Further, the core DB 150 manages data to be managed in the DB 60, and the heterogeneous directory server 130 stores data necessary for unique processing in the DB 70.

【0035】負荷分散ディレクトリ100は、基幹DB
150や情報ディレクトリ120、異種ディレクトリ1
30との通信処理を実行する通信制御部30、同期方式
に関する設定を記憶する同期設定管理テーブル300、
処理の内容に従ってDB50を更新するDB制御部2
5、複数のサーバからのデータ同期要求に対して同期処
理の整合性を保証する同期整合性管理部1、異種ディレ
クトリサーバ130へ同期するデータを生成するために
データ構造を変換するスキーマ変換部3、変換したデー
タを同期するために通信制御部30に同期データを通知
する同期制御部2を有する。
The load distribution directory 100 is a key database.
150, information directory 120, heterogeneous directory 1
A communication control unit 30 that executes a communication process with the communication control unit 30; a synchronization setting management table 300 that stores settings related to a synchronization method;
DB control unit 2 that updates DB 50 according to the contents of the processing
5. Synchronization consistency management unit 1 that guarantees consistency of synchronization processing in response to data synchronization requests from a plurality of servers, schema conversion unit 3 that converts a data structure to generate data synchronized with heterogeneous directory server 130 And a synchronization control unit 2 for notifying the communication control unit 30 of the synchronization data in order to synchronize the converted data.

【0036】情報ディレクトリは、負荷分散ディレクト
リ100と同様に、通信制御部30、DB55、DB制
御部25、スキーマ変換部3、同期設定管理テーブル3
00、同期制御部3を有する。
The information directory is, like the load distribution directory 100, a communication control unit 30, a DB 55, a DB control unit 25, a schema conversion unit 3, and a synchronization setting management table 3.
00 and a synchronization control unit 3.

【0037】本実施例は、図3のような機能構造を有し
てディレクトリ間のデータ同期を実現するディレクトリ
間連携システムである。
The present embodiment is an inter-directory cooperation system having a functional structure as shown in FIG. 3 and realizing data synchronization between directories.

【0038】図4は本実施例のディレクトリ間連携シス
テムのシステム構成である。
FIG. 4 shows a system configuration of the inter-directory cooperation system of this embodiment.

【0039】負荷分散ディレクトリ100は、中央演算
装置CPU34、ハードディスクなどの2次記憶媒体
(以下、磁気ディスクという)33、主記憶装置メモリ
(以下、主メモリという)31、データバス32、表示
装置などの出力装置(以下、ディスプレイという)3
5、入力装置(以下、キーボード36、マウス37とい
う)から構成される。
The load distribution directory 100 includes a central processing unit CPU 34, a secondary storage medium (hereinafter referred to as a magnetic disk) 33 such as a hard disk, a main storage memory (hereinafter referred to as a main memory) 31, a data bus 32, a display device, and the like. Output device (hereinafter referred to as display) 3
5. Input devices (hereinafter, referred to as a keyboard 36 and a mouse 37).

【0040】図4のDB50は、データを磁気ディスク
33上に格納する。また、同期整合管理テーブル20
0、同期設定管理テーブル300も同様に磁気ディスク
33上に格納する。
The DB 50 in FIG. 4 stores data on the magnetic disk 33. In addition, the synchronization consistency management table 20
0, the synchronization setting management table 300 is similarly stored on the magnetic disk 33.

【0041】主メモリ31には、通信制御部30、同期
制御部2、同期整合管理部1、スキーマ変換部3、DB
制御部25が格納される。これらの機能はプログラムと
して、磁気ディスク33に格納されており、必要に応じ
て主メモリ31に転送された後、CPU34で実行され
る。
The main memory 31 has a communication control unit 30, a synchronization control unit 2, a synchronization consistency management unit 1, a schema conversion unit 3, a DB
The control unit 25 is stored. These functions are stored in the magnetic disk 33 as programs, and are transferred to the main memory 31 as needed, and then executed by the CPU 34.

【0042】続いて、本実施例における同期設定管理テ
ーブル300、及び同期整合管理テーブル200、につ
いて図5、図6を用いて説明する。
Next, the synchronization setting management table 300 and the synchronization consistency management table 200 according to the present embodiment will be described with reference to FIGS.

【0043】同期設定管理テーブル300は、基幹DB
150から異種ディレクトリ130への同期方法に関す
る設定を記憶するテーブルであり、同期サーバ管理テー
ブル310、同期属性管理テーブル220から構成され
る。
The synchronization setting management table 300 includes a backbone DB.
This is a table for storing settings relating to the method of synchronization from 150 to the heterogeneous directory 130, and comprises a synchronization server management table 310 and a synchronization attribute management table 220.

【0044】同期サーバ管理テーブル310は、同期対
象異種ディレクトリ130の種別と同期処理に使用する
サーバIDを設定するテーブルであり、同期サーバ31
1と識別ID312を記憶する2つの領域から構成され
る。同期サーバ311には、異種ディレクトリ130の
アプリケーションの種類やその名称などのデータが格納
され、サーバID312には同期処理において設定を参
照する時にサーバの識別を可能にするために一意の整数
値が格納される。
The synchronization server management table 310 is a table for setting the type of the heterogeneous directory 130 to be synchronized and the server ID used for the synchronization processing.
1 and two areas for storing the identification ID 312. The synchronization server 311 stores data such as the type of the application of the heterogeneous directory 130 and the name thereof, and the server ID 312 stores a unique integer value for enabling identification of the server when referring to the setting in the synchronization processing. Is done.

【0045】同期属性管理テーブル320は、負荷分散
ディレクトリ100のDB50に格納されるデータの属
性について、属性の種類と同期対象のサーバ種別、及び
サーバ毎の同期タイミングを設定するテーブルである。
同期属性管理テーブル320の各レコードは、同期属性
種別321、サーバID322、及び同期方式323か
ら構成される。同期属性種別321には、ディレクトリ
130がシステムの処理を行うために必要な属性が設定
される。例えば、名前、メールアドレス、パスワードな
どである。サーバID322には、同期属性種別321
に設定された属性に関して同期対象とするサーバIDが
設定される。設定されるサーバIDは、同期サーバ管理
テーブル310内のサーバID322に設定された値の
中からのみ選択可能である。同期方式323は、同期属
性種別321に設定された属性について、サーバID3
22に設定された同期対象のサーバに対応する同期処理
発生時の同期タイミングを設定する項目である。
The synchronization attribute management table 320 is a table for setting the type of the attribute, the type of server to be synchronized, and the synchronization timing for each server for the attributes of the data stored in the DB 50 of the load distribution directory 100.
Each record of the synchronization attribute management table 320 includes a synchronization attribute type 321, a server ID 322, and a synchronization method 323. In the synchronization attribute type 321, an attribute required for the directory 130 to perform system processing is set. For example, name, mail address, password, and the like. The server ID 322 includes a synchronization attribute type 321
The server ID to be synchronized is set for the attribute set in. The server ID to be set can be selected only from the values set in the server ID 322 in the synchronous server management table 310. The synchronization method 323 specifies the server ID3 for the attribute set in the synchronization attribute type 321.
The item for setting the synchronization timing at the time of occurrence of the synchronization process corresponding to the server to be synchronized set in 22.

【0046】次に、本実施例における、日次同期による
基幹DB150から異種ディレクトリ130までの、一
連のデータ同期処理の流れについて図11を用いて説明
する。
Next, a flow of a series of data synchronization processing from the main DB 150 to the heterogeneous directory 130 by daily synchronization in this embodiment will be described with reference to FIG.

【0047】図11は、本ディレクトリ間連携システム
において、基幹DB150に登録されたデータの更新を
日次で、情報ディレクトリ120、負荷分散ディレクト
リ100、異種ディレクトリ130へ同期する処理が発
生した時の処理シ−ケンスである。
FIG. 11 shows a process performed when a process of synchronizing the update of data registered in the core DB 150 with the information directory 120, the load distribution directory 100, and the heterogeneous directory 130 on a daily basis in the inter-directory cooperation system. It is a sequence.

【0048】基幹DB150において設定された日次同
期が発生すると、1日分の更新データを一括して負荷分
散ディレクトリ100、及び情報ディレクトリ120へ
平行して日次同期要求81、82を発行する。
When the daily synchronization set in the backbone DB 150 occurs, daily synchronization requests 81 and 82 are issued in parallel to the load distribution directory 100 and the information directory 120 in a batch of update data for one day.

【0049】負荷分散ディレクトリ100、及び情報デ
ィレクトリ120は、基幹DB150からの同期要求8
1、82を受信すると、日次同期応答83,84をそれ
ぞれ返した後、各ディレクトリはそれぞれ同期データを
反映する。
The load distribution directory 100 and the information directory 120 store the synchronization request 8 from the main DB 150.
Upon receiving 1, 82, each directory reflects the synchronization data after returning daily synchronization responses 83, 84, respectively.

【0050】情報ディレクトリ120は、基幹DB15
0が管理しない、自ディレクトリがデータの原本として
管理するデータが存在する場合は、当該データを同期す
るために負荷分散ディレクトリ100へ先行同期データ
反映要求85を送信する。
The information directory 120 is stored in the main DB 15
If there is data that is not managed by 0 and managed by the own directory as the original data of the data, a preceding synchronization data reflection request 85 is transmitted to the load distribution directory 100 to synchronize the data.

【0051】負荷分散ディレクトリ100は、情報ディ
レクトリ120からの先行同期データ反映要求85を受
信すると、基幹DB150からの日次同期要求81にお
いて受信した日次更新データとの整合性管理を行い、続
いて異種ディレクトリ130への同期データを生成す
る。
Upon receiving the preceding synchronization data reflection request 85 from the information directory 120, the load distribution directory 100 performs consistency management with the daily update data received in the daily synchronization request 81 from the main DB 150, and then Synchronous data to the heterogeneous directory 130 is generated.

【0052】同期データを生成した後、異種ディレクト
リ130へ同期要求86を発行し、異種ディレクトリ1
30は同期データを正常に受信した段階で負荷分散ディ
レクトリ100へ同期応答87を返した後、同期データ
を反映する。
After generating the synchronization data, a synchronization request 86 is issued to the heterogeneous directory 130, and the heterogeneous directory 1 is
Numeral 30 returns a synchronization response 87 to the load distribution directory 100 when the synchronization data is normally received, and reflects the synchronization data.

【0053】負荷分散ディレクトリ100は、前記同期
応答87を受信すると、情報ディレクトリ120へ先行
同期データ反映応答88を返す。
Upon receiving the synchronization response 87, the load distribution directory 100 returns a preceding synchronization data reflection response 88 to the information directory 120.

【0054】情報ディレクトリ120は、同応答88を
受信した後、異種ディレクトリ130へ同期すべきデー
タについて、日次同期要求89を発行し、異種ディレク
トリ130は同要求89を受信後に同期データを反映
し、情報ディレクトリ120へ日次同期応答90を返
す。
After receiving the response 88, the information directory 120 issues a daily synchronization request 89 for the data to be synchronized with the heterogeneous directory 130, and the heterogeneous directory 130 reflects the synchronization data after receiving the request 89. , Returns a daily synchronization response 90 to the information directory 120.

【0055】この時、異種ディレクトリ130のログに
おいては、負荷分散ディレクトリ100からの同期要求
86、情報ディレクトリ120からの日次同期要求89
のそれぞれについて、要求を受信してDB70を更新し
た時点で、その記録がログに書き込まれていることが確
認できる。一方、情報ディレクトリ120、及び負荷分
散ディレクトリ100においては、基幹DBからの同期
要求として日次同期要求81、83が受信されるため、
ログを参照することによって、2つの同期要求81、8
3が平行して処理されたことが確認可能である。
At this time, in the logs of the heterogeneous directory 130, the synchronization request 86 from the load distribution directory 100 and the daily synchronization request 89 from the information directory 120
When the request is received and the DB 70 is updated, it can be confirmed that the record has been written to the log. On the other hand, in the information directory 120 and the load distribution directory 100, the daily synchronization requests 81 and 83 are received as synchronization requests from the core DB.
By referring to the logs, the two synchronization requests 81, 8
It can be seen that 3 was processed in parallel.

【0056】従って、これらログを参照することによっ
て、基幹DB150への更新を他のディレクトリに日次
同期する一連の処理においては、2つの同期要求81、
83に関して、日次同期の実行時に平行して処理がなさ
れ、異種ディレクトリ130においては同期要求86が
日次同期要求89に先行して同期データとして反映さ
れ、DB70に対するデータ更新が行われることは明ら
かである。
Therefore, by referring to these logs, in a series of processes for daily synchronization of updates to the core DB 150 with another directory, two synchronization requests 81,
Regarding 83, it is apparent that processing is performed in parallel with the execution of the daily synchronization, and in the heterogeneous directory 130, the synchronization request 86 is reflected as synchronization data prior to the daily synchronization request 89, and the data is updated in the DB 70. It is.

【0057】また、本実施例の提供する機能について
は、製品などにおいては一般にマニュアルなどに記載さ
れることからも本発明の適用は明らかである。
The application of the present invention is clear from the fact that the functions provided by the present embodiment are generally described in manuals and the like for products and the like.

【0058】以下に、本実施例におけるディレクトリ間
連携システムの動作を説明する。
The operation of the inter-directory cooperation system according to this embodiment will be described below.

【0059】図7は、本システムにおいて設定されたス
ケジュール基づいて行われる、基幹DB150から異種
ディレクトリ130へのディレクトリ間同期処理に関す
る動作を表すフローチャートである。
FIG. 7 is a flowchart showing an operation related to the inter-directory synchronization process from the main DB 150 to the different directory 130, which is performed based on the schedule set in the present system.

【0060】具体的には、基幹DB150から負荷分散
ディレクトリ100及び情報ディレクトリ120への同
期処理と、情報ディレクトリ120から負荷分散ディレ
クトリ100及び異種ディレクトリ130への同期処理
を表す。前記2通りのディレクトリ間同期の方法は、一
部の処理をのぞいてほぼ同様であり、相違部分に関して
は以下の図の説明中に示す。
More specifically, the synchronizing process from the main DB 150 to the load balancing directory 100 and the information directory 120 and the synchronizing process from the information directory 120 to the load balancing directory 100 and the heterogeneous directory 130 are shown. The two methods of synchronizing between directories are almost the same except for a part of the processing, and the different parts will be described in the following description of the drawings.

【0061】ディレクトリ間同期処理ではあらかじめ設
定された同期条件が満たされた時に、基幹DB150か
ら異種ディレクトリ130へ同期処理が行われる。ディ
レクトリ間同期条件とは、例えば以下のような条件が設
定可能である。(1)時間条件。時間、日、週、月、年
単位などの決まった時間単位毎に同期を実行する条件で
あり、例えば毎週日曜日の22:00から同期処理を開
始するといった条件設定が挙げられる。(2)データ
量。基幹DBの更新データのレコード数が一定数以上に
なった時、あるいは更新ログのファイルサイズが一定サ
イズ以上の大きさになった時などの条件が挙げられる。
設定可能な同期条件は拡張可能であり、前記2つの条件
以外の条件についても適用可能である。
In the inter-directory synchronization process, when a preset synchronization condition is satisfied, the synchronization process is performed from the main DB 150 to the heterogeneous directory 130. As the inter-directory synchronization condition, for example, the following condition can be set. (1) Time conditions. This is a condition for executing synchronization every predetermined time unit such as hour, day, week, month, and year. For example, a condition setting such that synchronization processing is started at 22:00 on every Sunday is cited. (2) Data volume. Conditions include, for example, when the number of records of the update data in the core DB becomes a certain number or more, or when the file size of the update log becomes a certain size or more.
The synchronization conditions that can be set are expandable, and can be applied to conditions other than the above two conditions.

【0062】基幹DB150は、ステップS401にお
いて同期条件が満たされたか否かを監視し、同期設定条
件が満たされたと判定した時、ステップS402におい
て同期対象となる更新データを取得する。
The main DB 150 monitors whether or not the synchronization condition is satisfied in step S401, and when it is determined that the synchronization setting condition is satisfied, acquires update data to be synchronized in step S402.

【0063】次に、ステップS403において同期設定
管理テーブルを読み込む。
Next, in step S403, the synchronization setting management table is read.

【0064】ステップS404においては、ステップS
402において取得したデータに順に読み出し、ステッ
プS405においては、読み出したデータが先行同期デ
ータであるか否かを判別し、判別の結果によりこれ以降
の処理を分岐する。
In step S404, step S404
In step S405, it is determined whether or not the read data is preceding synchronization data, and the subsequent processing is branched according to the determination result.

【0065】ステップS404における判別の結果が、
先行同期データであった場合には、ステップS406に
おいて先行同期データとして同期用のデータを生成す
る。
The result of the determination in step S404 is
If it is the preceding synchronization data, data for synchronization is generated as the preceding synchronization data in step S406.

【0066】次に、ステップS407においては生成し
た同期用のデータを、負荷分散ディレクトリを更新可能
にするためのスキーマ変換を行う。
Next, in step S407, the generated synchronization data is subjected to schema conversion so that the load distribution directory can be updated.

【0067】ステップS408においては、ステップS
407においてスキーマ変換した結果である同期データ
を負荷分散ディレクトリ100へ送信する。
In step S408, step S408
In 407, the synchronization data, which is the result of the schema conversion, is transmitted to the load distribution directory 100.

【0068】負荷分散ディレクトリ100は、同期デー
タを受信すると、ステップS409において先行データ
連行処理を実行する。
Upon receiving the synchronous data, the load distribution directory 100 executes the preceding data entrainment processing in step S409.

【0069】一方、ステップS405において先行同期
データではないと判別された場合、さらにステップS4
10において前記データが一般同期データであるか否か
を判別し、一般同期データでもない場合には同期対象の
データではないため、ステップS415において、デー
タ更新情報を破棄する。
On the other hand, if it is determined in step S405 that the data is not the preceding synchronous data, the process proceeds to step S4
In step 10, it is determined whether or not the data is general synchronous data. If the data is not general synchronous data, the data is not data to be synchronized. Therefore, in step S415, the data update information is discarded.

【0070】ステップS410において一般同期データ
として判別された場合、ステップS411においては前
記データを一般同期データとして同期用のデータを生成
する。
If it is determined in step S410 that the data is general synchronous data, in step S411, the data is generated as synchronous data using the data as general synchronous data.

【0071】次に、ステップS412においては生成し
た同期用のデータを、更新対象のディレクトリのスキー
マに合わせてスキーマ変換処理を行う。
Next, in step S412, the generated data for synchronization is subjected to schema conversion processing in accordance with the schema of the directory to be updated.

【0072】ここで、情報ディレクトリ120から負荷
分散ディレクトリ100、及び異種ディレクトリ130
への同期においては、情報ディレクトリ120は、負荷
分散ディレクトリ100から異種ディレクトリ130へ
の先行データ同期処理が完了した後に情報ディレクトリ
120から異種ディレクトリ130への同期を行う。
Here, from the information directory 120 to the load distribution directory 100 and the heterogeneous directory 130
In synchronization with the information directory 120, the information directory 120 synchronizes from the information directory 120 to the heterogeneous directory 130 after the preceding data synchronization processing from the load distribution directory 100 to the heterogeneous directory 130 is completed.

【0073】そのため、ステップS413において負荷
分散ディレクトリ100からの先行データ同期完了通知
を受信しているか否かを判別し、既に先行データ同期処
理が完了している場合、ステップS414において異種
ディレクトリ130への同期処理を行う。
For this reason, it is determined in step S 413 whether or not a preceding data synchronization completion notification has been received from the load distribution directory 100. If the preceding data synchronization processing has already been completed, in step S 414, the process proceeds to step S 414. Perform synchronous processing.

【0074】基幹DB150から負荷分散ディレクトリ
100、及び情報ディレクトリ120への同期において
は、先行データ同期処理の完了に関する判別は行わず、
そのまま情報ディレクトリ120への同期処理を行う。
In the synchronization from the core DB 150 to the load distribution directory 100 and the information directory 120, no determination regarding the completion of the preceding data synchronization processing is performed.
The synchronization processing to the information directory 120 is performed as it is.

【0075】図8は、先行データ同期処理(図7のS4
04)の動作を表すフローチャートである。
FIG. 8 shows the preceding data synchronization processing (S4 in FIG. 7).
It is a flowchart showing operation | movement of 04).

【0076】まず、負荷分散ディレクトリ100はステ
ップS501において、基幹DB150からのデータ同
期要求において受信した同期データをDB50に反映す
る。
First, in step S501, the load distribution directory 100 reflects the synchronization data received in the data synchronization request from the main DB 150 in the DB 50.

【0077】次に、ステップS502においては、同期
整合管理部1、同期制御部2、スキーマ変換部3による
ディレクトリ同期データ生成処理が行われる。
Next, in step S502, directory synchronization data generation processing is performed by the synchronization consistency management unit 1, the synchronization control unit 2, and the schema conversion unit 3.

【0078】上記ステップS502において生成された
同期データを基に、同期制御部2はステップS503に
おいて、異種ディレクトリ130へ同期処理を実行す
る。
Based on the synchronization data generated in step S502, the synchronization control unit 2 executes a synchronization process on the heterogeneous directory 130 in step S503.

【0079】図9は、ディレクトリ同期データ生成処理
(図8のS502)の動作を表すフローチャートであ
る。
FIG. 9 is a flowchart showing the operation of the directory synchronization data generation process (S502 in FIG. 8).

【0080】まず、ステップS601において、負荷分
散ディレクトリ100の同期整合管理部1は同期設定管
理テーブル300を読込み、ステップS602において
基幹DB150から受信した同期対象となるデータを抽
出する。
First, in step S601, the synchronization coordination management unit 1 of the load distribution directory 100 reads the synchronization setting management table 300, and extracts the data to be synchronized received from the main DB 150 in step S602.

【0081】次に、ステップS603において同期整合
管理処理を実行する。
Next, in step S603, a synchronization consistency management process is executed.

【0082】上記一連の処理終了後、ステップS604
において同期すべきデータを異種ディレクトリ130へ
同期できるように、スキーマ変換部3がスキーマ変換処
理を行う。
After the above series of processing is completed, step S604
The schema conversion unit 3 performs a schema conversion process so that the data to be synchronized can be synchronized with the heterogeneous directory 130 in.

【0083】最後にステップS605において、S60
1において読込んだ同期設定管理テーブル300の設定
に基づき全ての同期対象のディレクトリに対して同期デ
ータを生成したか否かを判定し、未だ同期データを生成
していない同期ディレクトリがある場合には、S602
から一連の同期データ生成処理を繰り返し実行する。
Finally, in step S605, S60
It is determined whether or not the synchronization data has been generated for all the synchronization target directories based on the settings of the synchronization setting management table 300 read in 1. If there is a synchronization directory for which no synchronization data has been generated yet, , S602
To repeatedly execute a series of synchronous data generation processing.

【0084】図10は、同期整合管理処理(図9のS6
04)の動作を表すフローチャートである。
FIG. 10 shows the synchronization consistency management process (S6 in FIG. 9).
It is a flowchart showing operation | movement of 04).

【0085】まず、ステップS701においては、S6
01で読込んだ同期整合管理テーブル200の設定を基
に情報ディレクトリ120からの先行同期データ受信が
必要か否かを判定する。
First, in step S701, S6
Based on the settings of the synchronization consistency management table 200 read in step 01, it is determined whether or not it is necessary to receive preceding synchronization data from the information directory 120.

【0086】情報ディレクトリ120からの同期データ
の受信が必要であると判定された場合、ステップS70
2において、データを受信済みか否かを判定する。
If it is determined that synchronous data must be received from the information directory 120, step S70
In 2, it is determined whether or not data has been received.

【0087】S702において情報ディレクトリ120
からの同期データを未だ受信していないと判定された場
合は、データを受信するまで待機する。
At S702, the information directory 120
If it is determined that the synchronization data from has not been received yet, the process waits until data is received.

【0088】一方、S702において同期データの受信
を確認した場合、ステップS703において情報ディレ
クトリ120からの同期データを取得する。
On the other hand, if the reception of the synchronous data is confirmed in S702, the synchronous data from the information directory 120 is obtained in step S703.

【0089】次に、ステップS704において、基幹D
B150から受信した同期データと情報ディレクトリ1
20から受信した同期データとの間で、同一エントリに
対する更新が存在するか否かを判定する。
Next, in step S704, the key D
Synchronous data received from B150 and information directory 1
It is determined whether or not there is an update for the same entry with the synchronous data received from 20.

【0090】判定の結果、同一エントリに対する更新を
同期データとして受信している場合、ステップS705
においては同期データ更新種別を基に処理を分岐する。
If the result of determination is that updates to the same entry have been received as synchronous data, step S705
In, the process branches based on the synchronous data update type.

【0091】ステップS705においてエントリ削除処
理と判定された場合には、ステップS706において、
当該エントリの情報ディレクトリ120から受信した同
期データに記録されている更新要求を破棄する。
If it is determined in step S705 that the entry is to be deleted, the process proceeds to step S706.
The update request recorded in the synchronization data received from the information directory 120 of the entry is discarded.

【0092】エントリ間で関連のない同期データについ
ては、ステップS707においてデータを結合する。
As for the synchronous data having no relation between the entries, the data is combined in step S707.

【0093】一方、S705において同一エントリに対
する削除要求が存在しないと判定された場合、ステップ
S708において、基幹DB150の同期要求を情報デ
ィレクトリ120の同期要求の後に処理するような時系
列で同期データを結合する。
On the other hand, if it is determined in S705 that there is no deletion request for the same entry, in step S708, the synchronization data is combined in a time series such that the synchronization request of the main DB 150 is processed after the synchronization request of the information directory 120. I do.

【0094】また、S704において同一エントリに対
する更新要求が存在しないと判定された場合には、ステ
ップS709において基幹DB150の更新データと情
報ディレクトリ120の同期データとを結合し、S70
1において情報ディレクトリ120からの同期データ受
信の必要性がないと判定された場合には、特に何も処理
せずに終了する。
If it is determined in S704 that there is no update request for the same entry, the update data in the main DB 150 and the synchronization data in the information directory 120 are combined in step S709, and
If it is determined in 1 that there is no need to receive synchronous data from the information directory 120, the process ends without performing any processing.

【0095】以上で本発明のディレクトリ間連携方法に
おける第1の実施例を説明した。かかるディレクトリ間
連携方法によって、基幹DBから企業情報システム内の
他システムのディレクトリへデータ同期を行う際に、更
新属性の筆要性を判定して同期処理を平行化すると共
に、複数の同期経路からの更新の整合性を管理すること
によって、基幹DBから同期システムまでの一連の同期
処理を、整合性を保証しつつ高速に処理する機能を提供
することが可能である。
The first embodiment of the inter-directory cooperation method of the present invention has been described above. According to this inter-directory cooperation method, when data is synchronized from the core DB to the directory of another system in the enterprise information system, the necessity of writing the update attribute is determined, the synchronization process is parallelized, and the synchronization process is performed from a plurality of synchronization paths. By managing the update consistency, it is possible to provide a function of processing a series of synchronization processes from the core DB to the synchronization system at high speed while ensuring the consistency.

【0096】[0096]

【発明の効果】以上述べたように本発明によれば、情報
システム内のディレクトリ間のデータ同期処理におい
て、管理するディレクトリ毎に必要な属性を基にそれぞ
れ同期タイミングを設定し、データの更新処理発生時に
システムが更新内容であるオブジェクト、及び属性間の
関連付けを行うことによって同期タイミングの相違に関
わらず整合性を保証したデータ管理が可能である。これ
によって、夜間の一定時間内に一括して更新データを情
報システム内で同期すると言った、情報システム運用上
の制限内に一連の同期処理を完了することが可能であ
る。
As described above, according to the present invention, in data synchronization processing between directories in an information system, synchronization timing is set based on attributes required for each directory to be managed, and data update processing is performed. By associating the objects and attributes, which are the update contents, when the system occurs, it is possible to perform data management that guarantees consistency regardless of the difference in synchronization timing. As a result, a series of synchronization processes can be completed within the restrictions on the operation of the information system, such as synchronizing the update data in the information system all at once within a certain time at night.

【0097】[0097]

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のディレクトリ間連携方法のシステム概
要図である。
FIG. 1 is a system schematic diagram of an inter-directory cooperation method of the present invention.

【図2】既存のディレクトリ間連携方法のシステム概要
図である。
FIG. 2 is a system schematic diagram of an existing inter-directory cooperation method.

【図3】本発明の第1の実施例の機能構成図である。FIG. 3 is a functional configuration diagram of the first embodiment of the present invention.

【図4】本発明の第1の実施例のシステム構成図であ
る。
FIG. 4 is a system configuration diagram of the first embodiment of the present invention.

【図5】本発明の同期設定管理テーブルのデータ構造図
である。
FIG. 5 is a data structure diagram of a synchronization setting management table of the present invention.

【図6】本発明の同期整合管理テーブルのデータ構造図
である。
FIG. 6 is a data structure diagram of a synchronization consistency management table of the present invention.

【図7】本発明の実施例のディレクトリ間同期処理に関
わる動作の説明図である。
FIG. 7 is an explanatory diagram of an operation related to an inter-directory synchronization process according to the embodiment of this invention.

【図8】本発明の実施例の先行データ同期処理に関わる
動作の説明図である。
FIG. 8 is an explanatory diagram of an operation related to a preceding data synchronization process according to the embodiment of this invention.

【図9】本発明の実施例のディレクトリ同期データ生成
処理に関わる動作の説明図である。
FIG. 9 is an explanatory diagram of an operation related to directory synchronization data generation processing according to the embodiment of this invention.

【図10】本発明の実施例の同期整合管理処理に関わる
動作の説明図である。
FIG. 10 is an explanatory diagram of an operation related to a synchronization consistency management process according to the embodiment of this invention.

【図11】本発明の実施例の日次同期処理における処理
シーケンス図である。
FIG. 11 is a processing sequence diagram in a daily synchronization process according to the embodiment of the present invention.

【符号の説明】 1…同期整合管理部、2…同期制御部、3…スキーマ変
換部、100…負荷分散ディレクトリ、120…情報デ
ィレクトリ、130…異種ディレクトリ、150…基幹
DB、200…同期整合管理テーブル、300…同期設
定管理テーブル。
DESCRIPTION OF SYMBOLS 1 ... Synchronization consistency management unit, 2 ... Synchronization control unit, 3 ... Schema conversion unit, 100 ... Load distribution directory, 120 ... Information directory, 130 ... Heterogeneous directory, 150 ... Core DB, 200 ... Synchronization consistency management Table, 300: Synchronization setting management table.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 河野 昌哉 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所プラットフォームソリュ ーション開発本部内 Fターム(参考) 5B075 KK03 KK07 NK43 NR06 NR20 5B082 HA03  ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Masaya Kono 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture F-term in Platform Solutions Development Division, Hitachi, Ltd. F-term (reference) 5B075 KK03 KK07 NK43 NR06 NR20 5B082 HA03

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 各々が処理に必要なデータを独自の形式
で管理するサーバが1つ以上存在し、前記サーバのうち
データの原本を扱うサーバが管理するデータを様々な用
途に使用可能とするため、少なくとも1つ以上の他シス
テムのディレクトリへ一定期間毎に一括して同期する機
能を備える情報システムにおいて、 前記一括した同期機能に加えて各システムの運用に必要
なデータを管理する負荷分散ディレクトリを備えること
によって、データの一括同期処理を複数の経路を用いて
平行化して実行する手段を有するディレクトリ間連携方
法。
1. There is at least one server that manages data required for processing in a unique format, and among the servers, data managed by a server that handles original data of data can be used for various purposes. Therefore, in an information system having a function of collectively synchronizing with a directory of at least one or more other systems at regular intervals, a load balancing directory for managing data necessary for operation of each system in addition to the collective synchronization function A method for inter-directory cooperation, comprising: means for performing a batch synchronization process of data in parallel by using a plurality of paths.
【請求項2】 請求項1に記載のディレクトリ間連携方
法において、 前記原本となるデータの更新結果を、同期対象の各ディ
レクトリが最低限必要とするデータと遅れて同期しても
よいデータとに判別するための同期設定管理テーブルを
備え、前記判別したデータの種別毎に平行して別のディ
レクトリに同期すると共に、前記判別において必要と判
別されたデータをそれ以外のデータに先行して同期する
手段である同期制御部を有することを特徴とするディレ
クトリ間連携方法。
2. The inter-directory cooperation method according to claim 1, wherein an update result of the original data is converted into data that is required by each directory to be synchronized at a minimum and data that may be synchronized with a delay. A synchronization setting management table for discrimination is provided, in which each discrimination type is synchronized in parallel with another directory for each type of data, and data determined to be necessary in the discrimination is synchronized in advance of other data. A method of linking directories, comprising a synchronization control unit as means.
【請求項3】 請求項1に記載のディレクトリ間連携方
法において、 情報システム内に複数存在するデータの原本を管理する
サーバにおけるデータの更新結果を、データの原本を管
理する第1のサーバの更新と、前記第1のサーバが原本
を管理しないデータの原本を管理する第2のサーバの更
新とを同期するための複数の経路からのデータ同期要求
に対して、更新内容を時系列順に管理してデータの整合
性を保証した同期を行う手段である同期整合管理テーブ
ル、及び同期整合管理部を有することを特徴とするディ
レクトリ間連携方法。
3. The inter-directory cooperation method according to claim 1, wherein a data update result in a server that manages a plurality of data originals existing in the information system is updated by a first server that manages the data originals. In response to a data synchronization request from a plurality of paths for synchronizing the update of the second server that manages the original data of which the first server does not manage the original data, the first server manages the update contents in chronological order. A synchronization consistency management table, which is means for performing synchronization while guaranteeing data consistency, and a synchronization consistency management unit.
JP2001179495A 2001-06-14 2001-06-14 Inter-directory cooperative method Pending JP2002373101A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001179495A JP2002373101A (en) 2001-06-14 2001-06-14 Inter-directory cooperative method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001179495A JP2002373101A (en) 2001-06-14 2001-06-14 Inter-directory cooperative method

Publications (1)

Publication Number Publication Date
JP2002373101A true JP2002373101A (en) 2002-12-26

Family

ID=19020051

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001179495A Pending JP2002373101A (en) 2001-06-14 2001-06-14 Inter-directory cooperative method

Country Status (1)

Country Link
JP (1) JP2002373101A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009527042A (en) * 2006-02-14 2009-07-23 サムスン エレクトロニクス カンパニー リミテッド Method for synchronizing a plurality of content directory service devices, content directory service device and system
JP2010532525A (en) * 2007-06-29 2010-10-07 マイクロソフト コーポレーション Server directory schema comparator
JP2012123660A (en) * 2010-12-09 2012-06-28 Nippon Telegr & Teleph Corp <Ntt> Information management system and data updating operation method of the same
JP2014099037A (en) * 2012-11-14 2014-05-29 Nec Biglobe Ltd Database management system and database management method
WO2014122732A1 (en) * 2013-02-06 2014-08-14 株式会社日立製作所 Computer system, metadata management method, and recording medium
WO2014128819A1 (en) * 2013-02-19 2014-08-28 株式会社 日立製作所 Information processing system and data synchronization control scheme thereof

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10122785B2 (en) 2006-02-14 2018-11-06 Samsung Electronics Co., Ltd. Method of synchronizing a plurality of content directory device (CDS) devices, CDS device, and system
JP4874346B2 (en) * 2006-02-14 2012-02-15 サムスン エレクトロニクス カンパニー リミテッド Method for synchronizing a plurality of content directory service devices, content directory service device and system
US8738806B2 (en) 2006-02-14 2014-05-27 Samsung Electronics Co., Ltd. Method of synchronizing a plurality of content directory device (CDS) devices, CDS device, and system
JP2009527042A (en) * 2006-02-14 2009-07-23 サムスン エレクトロニクス カンパニー リミテッド Method for synchronizing a plurality of content directory service devices, content directory service device and system
JP2010532525A (en) * 2007-06-29 2010-10-07 マイクロソフト コーポレーション Server directory schema comparator
US8504593B2 (en) 2007-06-29 2013-08-06 Microsoft Corporation Server directory schema comparator
JP2012123660A (en) * 2010-12-09 2012-06-28 Nippon Telegr & Teleph Corp <Ntt> Information management system and data updating operation method of the same
JP2014099037A (en) * 2012-11-14 2014-05-29 Nec Biglobe Ltd Database management system and database management method
CN104603780A (en) * 2013-02-06 2015-05-06 株式会社日立制作所 Computer system, metadata management method, and recording medium
JPWO2014122732A1 (en) * 2013-02-06 2017-01-26 株式会社日立製作所 Computer system, metadata management method, and recording medium
WO2014122732A1 (en) * 2013-02-06 2014-08-14 株式会社日立製作所 Computer system, metadata management method, and recording medium
WO2014128819A1 (en) * 2013-02-19 2014-08-28 株式会社 日立製作所 Information processing system and data synchronization control scheme thereof
JP6033949B2 (en) * 2013-02-19 2016-11-30 株式会社日立製作所 Information processing system
US10191915B2 (en) 2013-02-19 2019-01-29 Hitachi, Ltd. Information processing system and data synchronization control scheme thereof

Similar Documents

Publication Publication Date Title
US6374262B1 (en) Relational database synchronization method and a recording medium storing a program therefore
US8271535B2 (en) Contact management update protocols
US7738503B2 (en) Multi-way, peer-to-peer synchronization
US7941785B2 (en) System and method for managing information objects
JP4856541B2 (en) Automatic and dynamic provisioning of databases
JP2001076005A (en) Data base system
CN104092770A (en) Inner-enterprise address book management method and system based on cloud computing
JPH0746271A (en) Electronic mail system
JP2000163303A (en) Directory data converting method, storage medium stored with directory data converting program, and directory converting server
US6055534A (en) File management system and file management method
JP2002157158A (en) Data management method for database system
JP2002373101A (en) Inter-directory cooperative method
EP3061011B1 (en) Method for optimizing index, master database node and subscriber database node
CN108280215A (en) A kind of hybrid update method of the electric business index file based on Solr
US11914612B2 (en) Selective synchronization of linked records
CN109165259A (en) Index table updating method, processor and storage device based on network attached storage
JP2002244908A (en) Database synchronous control method and db system by the method
CN111461656A (en) Process data processing method and device of business process management system
JP2000276391A (en) Method for synchronizing directory
US8069214B1 (en) Method and apparatus for managing messaging identities
JP5157551B2 (en) Object linkage system, object linkage method and program
US8244811B1 (en) Method and apparatus for searching messaging identities
US8117270B1 (en) Method and apparatus for defining messaging identities
Glenn et al. Microsoft Exchange server 2007 administrator's companion
JP2000268041A (en) Document file sharing system