JP2009140428A - Data transfer program, data transfer method and data transfer device - Google Patents

Data transfer program, data transfer method and data transfer device Download PDF

Info

Publication number
JP2009140428A
JP2009140428A JP2007318767A JP2007318767A JP2009140428A JP 2009140428 A JP2009140428 A JP 2009140428A JP 2007318767 A JP2007318767 A JP 2007318767A JP 2007318767 A JP2007318767 A JP 2007318767A JP 2009140428 A JP2009140428 A JP 2009140428A
Authority
JP
Japan
Prior art keywords
data
request
migration
response
processing system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2007318767A
Other languages
Japanese (ja)
Other versions
JP5040629B2 (en
Inventor
Sen Kunitomo
千 国友
Giichi Tanaka
義一 田中
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2007318767A priority Critical patent/JP5040629B2/en
Publication of JP2009140428A publication Critical patent/JP2009140428A/en
Application granted granted Critical
Publication of JP5040629B2 publication Critical patent/JP5040629B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform data transfer among systems, without having to stop the systems. <P>SOLUTION: A processing request means 1b transmits a processing request A to a transfer destination data processing system 2. When data that is a processing object is absent in the transfer destination data processing system 2, a data request means 1c requests a transfer source data processing system 3 to provide the data. When the data is present in the transfer source data processing system 3, the data request means 1c acquires and outputs the data to a registration request means 1d. When the data is absent, a reprocessing request means 1e transmits the processing request A to the transfer destination data processing system 2. The registration request means 1d, when it acquires the data from the data request means 1c, requests the transfer destination data processing system 2 to register the data. When the data is already registered in the transfer destination data processing system 2, the reprocessing request means 1e transmits the processing request A to the transfer destination data processing system 2. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、データ移行プログラム、データ移行方法およびデータ移行装置に関し、特にシステム間でデータを移行するデータ移行プログラム、データ移行方法およびデータ移行装置に関する。   The present invention relates to a data migration program, a data migration method, and a data migration device, and more particularly to a data migration program, a data migration method, and a data migration device that migrate data between systems.

近年、コンピュータによるデータ処理システムの形態として、SOA(Service Oriented Architecture)が普及してきている。SOA型のデータ処理システムは、複数のサービスを動的に連携させることで一連のデータ処理を実現する疎結合の分散処理システムである。SOA型のデータ処理システムを用いることで、構成要素であるサービスの追加・変更・削除を柔軟に行うことができる。このような利点から、SOAは企業の基幹業務システムなど高い信頼性が要求されるシステムにも採用されつつある。   In recent years, SOA (Service Oriented Architecture) has become widespread as a form of computer data processing system. The SOA type data processing system is a loosely coupled distributed processing system that realizes a series of data processing by dynamically linking a plurality of services. By using the SOA type data processing system, it is possible to flexibly add, change, and delete services as constituent elements. Because of these advantages, SOA is being adopted in systems that require high reliability, such as enterprise mission-critical systems.

ところで、極めて高い信頼性が要求されるデータ処理システムでは、旧システムから新システムへの移行などのメンテナンス作業中でも、システム全体の停止を避け、24時間365日連続稼動させることが望まれる。例えば、金融機関の基幹業務システムでは、顧客口座データや取引記録データを検索・更新するサービスを稼動させつつ、これらのデータを旧データベースから新データベースに移行できるようにしたいという要求がある。   By the way, in a data processing system that requires extremely high reliability, it is desired that the entire system be continuously operated for 24 hours and 365 days even during maintenance work such as migration from the old system to the new system. For example, in a core business system of a financial institution, there is a request that it is possible to move these data from an old database to a new database while operating a service for searching and updating customer account data and transaction record data.

このような要求に対し、旧データベースと新データベースとを同時に稼動させておき、アクセス要求の発生に応じて、順次データを旧データベースから新データベースに移行するシステムが知られている(例えば、特許文献1参照)。このシステムでは、アクセス要求があると、まず新データベースを検索して対象データの有無を調べ、新データベースに対象データが存在しない場合には、旧データベースから新データベースに対象データを移行する。
特開平05−324420号公報
In response to such a request, a system is known in which an old database and a new database are simultaneously operated, and data is sequentially transferred from the old database to the new database in response to the occurrence of an access request (for example, Patent Documents). 1). In this system, when there is an access request, the new database is first searched for the presence or absence of target data. If the target data does not exist in the new database, the target data is migrated from the old database to the new database.
JP 05-324420 A

しかし、上記特許文献1に記載のデータ移行方法は、同一データを対象とする複数のデータ処理依頼が入力された場合のアクセス競合について考慮していないという問題がある。例えば、SOA型のデータ処理システムでは、複数のデータ処理依頼が入力されると、データ処理依頼に対応して複数のプロセスが並列に実行される。   However, the data migration method described in Patent Document 1 has a problem that it does not consider access competition when a plurality of data processing requests targeting the same data are input. For example, in an SOA type data processing system, when a plurality of data processing requests are input, a plurality of processes are executed in parallel corresponding to the data processing requests.

この時、(1)第1のプロセスが新システムにアクセスして対象データが未移行と判断する、(2)第2のプロセスが新システムにアクセスして対称データが未移行と判断する、(3)第1のプロセスが旧システムから新システムに対象データを移行する、(4)第2のプロセスが旧システムから新システムに対象データの移行を試みる、という順に2つのプロセスが実行される場合が考えられる。この場合、第2のプロセスは上記(2)と(4)の処理の結果、新旧いずれのシステムにも対象データが存在しないと判断することになり、エラーが生じる。このようなアクセス競合によるデータ処理の失敗は、高い信頼性が要求されるシステムでは大きな問題となる。   At this time, (1) the first process accesses the new system and determines that the target data has not been migrated, (2) the second process accesses the new system and determines that the symmetric data has not been migrated, ( 3) When two processes are executed in the order of the first process transferring the target data from the old system to the new system, and (4) the second process trying to transfer the target data from the old system to the new system. Can be considered. In this case, the second process determines that the target data does not exist in both the new and old systems as a result of the processes (2) and (4), and an error occurs. Such data processing failure due to access contention is a serious problem in a system that requires high reliability.

本発明はこのような点に鑑みてなされたものであり、データ処理依頼に応じて旧システムから新システムにデータ移行を行う場合に、アクセス競合が生じても正常にデータ処理を継続できるようにするデータ移行プログラム、データ移行方法およびデータ移行装置を提供することを目的とする。   The present invention has been made in view of such points, and when data migration is performed from an old system to a new system in response to a data processing request, the data processing can be continued normally even if an access conflict occurs. An object is to provide a data migration program, a data migration method, and a data migration apparatus.

上記課題を解決するために、移行元データ処理システムと移行先データ処理システムとに接続されたコンピュータに、移行元データ処理システムから移行先データ処理システムへのデータ移行を実行させるデータ移行プログラムが提供される。このデータ移行プログラムは、コンピュータを、処理依頼手段、データ要求手段、登録依頼手段、再処理依頼手段および削除依頼手段として機能させる。処理依頼手段は、データ処理依頼を受け付けると、移行先データ処理システムにデータ処理依頼を送信する。データ要求手段は、処理依頼手段による送信に対し移行先データ処理システムから処理対象データの不存在応答を受信すると、移行元データ処理システムに処理対象データの取得要求を送信する。登録依頼手段は、データ要求手段による取得要求に対し移行元データ処理システムから処理対象データを受信した場合、移行先データ処理システムに受信したデータの登録依頼を送信する。再処理依頼手段は、データ要求手段による取得要求に対し移行元データ処理システムから処理対象データの不存在応答を受信した場合、および、登録依頼手段により登録依頼が送信された場合、処理依頼手段が送信したデータ処理依頼を移行先データ処理システムに再送信する。削除依頼手段は、登録依頼手段による送信に対し移行先データ処理システムから登録完了応答を受信し、かつ、再処理依頼手段による再送信に対し移行先データ処理システムから処理結果応答を受信すると、移行元データ処理システムに処理対象データの削除依頼を送信する。   In order to solve the above problems, a data migration program is provided that causes a computer connected to the migration source data processing system and the migration destination data processing system to execute data migration from the migration source data processing system to the migration destination data processing system. Is done. The data migration program causes the computer to function as a process request unit, a data request unit, a registration request unit, a reprocessing request unit, and a deletion request unit. When receiving the data processing request, the processing request means transmits the data processing request to the migration destination data processing system. When the data requesting unit receives a processing target data non-existence response from the migration destination data processing system in response to the transmission by the processing request unit, the data requesting unit transmits a processing target data acquisition request to the migration source data processing system. The registration request unit transmits the received data registration request to the migration destination data processing system when the processing target data is received from the migration source data processing system in response to the acquisition request from the data request unit. The reprocessing request means receives the response to the acquisition request from the data request means when the non-existence response of the processing target data is received from the migration source data processing system, and when the registration request is transmitted by the registration request means. The transmitted data processing request is retransmitted to the migration destination data processing system. The deletion request means receives the registration completion response from the migration destination data processing system in response to the transmission by the registration request means, and receives the processing result response from the migration destination data processing system in response to the retransmission by the reprocessing request means. Send a request to delete data to be processed to the original data processing system.

このようなデータ移行プログラムを実行するコンピュータによれば、データ処理依頼を受け付けると、処理依頼手段により、移行先データ処理システムにデータ処理依頼が送信される。これに対し、移行先データ処理システムから処理対象データの不存在応答を受信すると、データ要求手段により、移行元データ処理システムに処理対象データの取得要求が送信される。ここで、移行元データ処理システムから処理対象データを受信した場合、登録依頼手段により、移行先データ処理システムに処理対象データの登録依頼が送信される。そして、移行元データ処理システムから処理対象データの不存在応答を受信した場合、および、移行先データ処理システムに登録依頼を送信した場合、再処理依頼手段により、データ処理依頼が移行先データ処理システムに再送信される。その後、移行先データ処理システムから登録完了応答を受信し、かつ、移行先データ処理システムから処理結果応答を受信すると、削除依頼手段により、移行元データ処理システムに処理対象データの削除依頼が送信される。   According to the computer that executes such a data migration program, when a data processing request is received, the data processing request is transmitted to the migration destination data processing system by the processing request unit. On the other hand, when the processing target data non-existence response is received from the migration destination data processing system, the data request means transmits a processing target data acquisition request to the migration source data processing system. Here, when the processing target data is received from the migration source data processing system, the registration request means transmits a processing target data registration request to the migration destination data processing system. When a response to the absence of processing target data is received from the migration source data processing system and when a registration request is transmitted to the migration destination data processing system, the data processing request is transferred to the migration destination data processing system by the reprocessing request means. Will be resent to After that, when a registration completion response is received from the migration destination data processing system and a processing result response is received from the migration destination data processing system, the deletion request means sends a deletion request for processing target data to the migration source data processing system. The

また、上記課題を解決するために、上記データ移行プログラムを実行するコンピュータと同様の処理を行うデータ移行方法、および、上記データ移行プログラムを実行するコンピュータと同様の機能を有するデータ移行装置が提供される。   In order to solve the above problems, a data migration method for performing the same processing as that of the computer for executing the data migration program, and a data migration apparatus having the same function as the computer for executing the data migration program are provided. The

上記データ移行プログラム、データ移行方法およびデータ移行装置によれば、データ処理依頼に応じて移行元データ処理システムから移行先データ処理システムへのデータ移行を行う際に、アクセス競合が生じても正常にデータ処理を継続することが可能となる。   According to the data migration program, the data migration method, and the data migration device, when data migration from the migration source data processing system to the migration destination data processing system is performed in response to a data processing request, even if an access conflict occurs Data processing can be continued.

以下、実施の形態を図面を参照して詳細に説明する。まず、本実施の形態の概要について説明し、その後、本実施の形態の具体的な内容を説明する。
図1は、本実施の形態の概念図である。図1に示されるコンピュータ1は、システムを稼動したまま、移行先データ処理システム2への移行元データ処理システム3からのデータの移行を可能とする。また、コンピュータ1は、利用者からの移行先データ処理システム2への業務処理の要求を中継する。コンピュータ1は、システム管理情報記憶手段1a、処理依頼手段1b、データ要求手段1c、登録依頼手段1d、再処理依頼手段1eおよび削除依頼手段1fを有する。
Hereinafter, embodiments will be described in detail with reference to the drawings. First, an outline of the present embodiment will be described, and then specific contents of the present embodiment will be described.
FIG. 1 is a conceptual diagram of the present embodiment. The computer 1 shown in FIG. 1 enables the migration of data from the migration source data processing system 3 to the migration destination data processing system 2 while the system is operating. Further, the computer 1 relays a request for business processing from the user to the migration destination data processing system 2. The computer 1 includes a system management information storage unit 1a, a processing request unit 1b, a data request unit 1c, a registration request unit 1d, a reprocessing request unit 1e, and a deletion request unit 1f.

システム管理情報記憶手段1aには、移行先データ処理システム2や移行元データ処理システム3を構成するコンピュータやサービスの配置先を定義したシステム管理情報が格納される。   The system management information storage unit 1a stores system management information that defines the locations of computers and services that constitute the migration destination data processing system 2 and the migration source data processing system 3.

処理依頼手段1bは、業務処理の要求が発生した場合に、システム管理情報記憶手段1aに記憶されたシステム管理情報に基づいて、処理の対象となる移行先データ処理システム2で稼動するサービス群2aに業務処理を依頼する。業務処理の要求は、例えば、移行先データ処理システム2のサービス群2aを利用しようとする利用者の端末や、この利用者の要求を中継する別のシステムからコンピュータ1へ送信される。   The processing request unit 1b is a service group 2a that operates in the migration destination data processing system 2 to be processed based on the system management information stored in the system management information storage unit 1a when a request for business processing occurs. Request business processing. The business process request is transmitted to the computer 1 from, for example, a terminal of a user who intends to use the service group 2a of the migration destination data processing system 2 or another system that relays the user request.

データ要求手段1cは、処理依頼手段1bが送信した業務処理の依頼に対して、移行先データ処理システム2に処理の対象となるデータが存在しない場合、移行元データ処理システム3に対してこのデータを提供するよう依頼する。データ要求手段1cは、この依頼に対して対応するデータを取得した場合は、登録依頼手段1dに取得したデータを出力する。また、データ要求手段1cは、移行元データ処理システム3から、このデータが存在しない旨の応答を受信した場合、再処理依頼手段1eに再度、業務処理の依頼を移行先データ処理システム2に送信するよう通知する。   In response to the business processing request transmitted by the processing request unit 1b, the data request unit 1c sends the data to the migration source data processing system 3 when there is no data to be processed in the migration destination data processing system 2. Request to provide When the data request unit 1c acquires data corresponding to the request, the data request unit 1c outputs the acquired data to the registration request unit 1d. In addition, when the data requesting unit 1c receives a response from the source data processing system 3 that this data does not exist, the data requesting unit 1c transmits the business process request to the reprocessing request unit 1e again to the destination data processing system 2. Notify you.

登録依頼手段1dは、データ要求手段1cからデータを取得すると、システム管理情報に基づいて、取得したデータを移行先データ処理システム2に登録するよう依頼する。登録依頼手段1dは、移行先データ処理システム2から、登録完了応答または登録済み応答を受信する。そして、登録依頼手段1dは、再処理依頼手段1eに再度業務処理の依頼を移行先データ処理システム2に送信するよう通知する。   When the registration request unit 1d acquires data from the data request unit 1c, the registration request unit 1d requests the registered data processing system 2 to register the acquired data based on the system management information. The registration request unit 1d receives a registration completion response or a registered response from the migration destination data processing system 2. Then, the registration request unit 1d notifies the reprocessing request unit 1e to transmit the business processing request again to the migration destination data processing system 2.

再処理依頼手段1eは、データ要求手段1cまたは登録依頼手段1dからの通知を受け付けると、システム管理情報に基づいて移行先データ処理システム2に再度業務処理を依頼する。   When receiving the notification from the data requesting unit 1c or the registration requesting unit 1d, the reprocessing requesting unit 1e requests the migration destination data processing system 2 again for business processing based on the system management information.

削除依頼手段1fは、登録依頼手段1dが移行先データ処理システム2から登録完了応答を受信し、かつ、再処理依頼手段による再依頼に対して処理結果応答を受信すると、移行元データ処理システム3に上記データを削除するよう移行元データ処理システム3に依頼する。   When the registration request unit 1d receives a registration completion response from the migration destination data processing system 2 and receives a processing result response to the rerequest by the reprocessing request unit, the deletion request unit 1f migrates to the migration source data processing system 3 The migration source data processing system 3 is requested to delete the data.

移行先データ処理システム2は、サービス群2aおよびデータ記憶手段2bを有する。
サービス群2aは、コンピュータ1からの依頼に応じて処理を実行し、実行結果を応答する業務サービス群である。サービス群2aは、以下のサービスを含んでいる。第1のサービスは、処理依頼手段1bや再処理依頼手段1eからの処理依頼に対して業務処理を実行し、処理結果応答やデータ不存在応答を処理依頼手段1bや再処理依頼手段1eに送信するデータ処理実行サービスである。第2のサービスは、登録依頼手段1dからの登録依頼に対してデータをデータ記憶手段2bに登録するデータ登録サービスである。
The migration destination data processing system 2 has a service group 2a and data storage means 2b.
The service group 2a is a business service group that executes processing in response to a request from the computer 1 and responds with an execution result. The service group 2a includes the following services. The first service executes a business process in response to a processing request from the processing request unit 1b or the reprocessing request unit 1e, and transmits a processing result response or a data absence response to the processing request unit 1b or the reprocessing request unit 1e. This is a data processing execution service. The second service is a data registration service for registering data in the data storage unit 2b in response to a registration request from the registration request unit 1d.

データ記憶手段2bは、サービス群2aが扱うデータを記憶する。
移行元データ処理システム3は、サービス群3aおよびデータ記憶手段3bを有する。
サービス群3aは、コンピュータ1からの依頼に応じて処理を実行し、実行結果を応答する業務サービス群である。サービス群3aは、以下のサービスを含んでいる。第1のサービスは、データ要求手段1cからのデータ要求に対して、データ記憶手段3bから該当のデータを取得し、データ要求手段1cに送信するデータ取得サービスである。第2のサービスは、削除依頼手段1fからのデータ削除依頼に対して、データ記憶手段3bに登録された該当のデータを削除するデータ削除サービスである。
The data storage unit 2b stores data handled by the service group 2a.
The migration source data processing system 3 includes a service group 3a and data storage means 3b.
The service group 3a is a business service group that executes processing in response to a request from the computer 1 and responds with an execution result. The service group 3a includes the following services. The first service is a data acquisition service that acquires corresponding data from the data storage unit 3b and transmits it to the data request unit 1c in response to a data request from the data request unit 1c. The second service is a data deletion service that deletes corresponding data registered in the data storage unit 3b in response to a data deletion request from the deletion request unit 1f.

データ記憶手段3bは、サービス群3aが扱うデータを記憶する。
このような構成により、コンピュータ1が業務処理の要求を受信すると、その業務処理の対象となる移行先データ処理システムで稼動するサービスに処理依頼が送信される。そして、その処理依頼の対象となるデータが存在しない旨の応答を受信すると、移行元データ処理システムにデータ提供が依頼される。データ提供の依頼によってデータが取得されると、移行先データ処理システムにデータが登録され、また、データ提供の依頼の際に、移行元データ処理システムより対象のデータが存在しない旨の応答を受信した場合には、再度移行先データ処理システムに処理依頼が送信される。更にまた、この処理依頼に対する処理結果の応答に基づいて、移行元データ処理システムに登録されたデータの削除が依頼される。
The data storage means 3b stores data handled by the service group 3a.
With this configuration, when the computer 1 receives a business process request, a process request is transmitted to a service operating in the migration destination data processing system that is the target of the business process. When a response indicating that there is no data to be processed is received, the migration source data processing system is requested to provide data. When data is acquired by a data provision request, the data is registered in the migration destination data processing system, and when the data provision request is received, a response that the target data does not exist is received from the source data processing system In this case, the processing request is transmitted to the migration destination data processing system again. Furthermore, deletion of data registered in the migration source data processing system is requested based on the response of the processing result to this processing request.

これにより、データ処理依頼に応じて移行元データ処理システム3から移行先データ処理システム2へのデータ移行を行う際に、アクセス競合が生じても正常にデータ処理を継続することが可能となる。   As a result, when data migration from the migration source data processing system 3 to the migration destination data processing system 2 is performed in response to a data processing request, it is possible to continue data processing normally even if access contention occurs.

以下、本実施の形態を図面を参照して詳細に説明する。
図2は、本実施の形態のシステム構成を示す図である。図2に示すデータ処理システムは、データ移行連携用サーバ100によって制御されるSOA型の連携システムである。
Hereinafter, the present embodiment will be described in detail with reference to the drawings.
FIG. 2 is a diagram showing a system configuration of the present embodiment. The data processing system shown in FIG. 2 is an SOA type linkage system controlled by the data migration linkage server 100.

本実施の形態に係る連携システムでは、データ移行連携用サーバ100、新システム200および旧システム300がネットワーク10を介して相互に接続されている。また、端末装置21,22,23が、ネットワーク20を介してデータ移行連携用サーバ100に接続されている。   In the linkage system according to the present embodiment, the data migration linkage server 100, the new system 200, and the old system 300 are connected to each other via the network 10. The terminal devices 21, 22, and 23 are connected to the data migration cooperation server 100 via the network 20.

データ移行連携用サーバ100は、新システム200と旧システム300との間でデータの移行を実行する。また、データ移行連携用サーバ100は、端末装置21,22,23から業務処理の要求を受け付け、業務処理を実行するサーバおよびサービスを特定して、特定したサービスに対して業務処理の依頼を送信する。すなわち、データ移行連携用サーバ100は、データ移行のためのシステム間連携のみならず、業務処理を実行するために複数のサービスが必要な場合、共通のデータ形式、コマンドなどを用いて互いに通信できるように仲介するインタフェースの役割を担う。   The data migration cooperation server 100 executes data migration between the new system 200 and the old system 300. In addition, the data migration cooperation server 100 receives business process requests from the terminal devices 21, 22, 23, identifies a server and a service that execute the business process, and transmits a business process request to the identified service. To do. That is, the server 100 for data migration cooperation can communicate with each other using a common data format, command, etc. when not only cooperation between systems for data migration but also a plurality of services are required to execute business processing. As an intermediary interface.

新システム200は、サーバ210a、210bおよびデータベース(DB:DataBase)220で構成されている。サーバ210a、210bは、利用者に対して業務サービスを提供する。データベース220は、サーバ210a、210bに接続されたデータベースシステムである。データベース220には、サーバ210a、210bで稼動するサービスで利用されるデータが格納されている。図2の例では、サーバ210a、210bでデータベース220を共有する構成としているが、各サーバに別々にデータベースを用意してもよい。   The new system 200 includes servers 210a and 210b and a database (DB: DataBase) 220. The servers 210a and 210b provide business services to users. The database 220 is a database system connected to the servers 210a and 210b. The database 220 stores data used for services operating on the servers 210a and 210b. In the example of FIG. 2, the database 210 is shared by the servers 210a and 210b, but a database may be prepared separately for each server.

旧システム300は、サーバ310a、310bおよびデータベース320で構成されている。サーバ310a、310bは、サーバ210a、210bに対する旧環境のサーバである。データベース320は、サーバ310a、310bと接続されたデータベースシステムである。データベース320には、サーバ310a、310bで稼動するサービスで利用されるデータが格納されている。データベース320は、データベース220に対する旧環境のデータベースであり、データベース220への移行が必要なデータを記憶している。   The old system 300 includes servers 310a and 310b and a database 320. The servers 310a and 310b are servers in the old environment with respect to the servers 210a and 210b. The database 320 is a database system connected to the servers 310a and 310b. The database 320 stores data used in services that operate on the servers 310a and 310b. The database 320 is an old environment database for the database 220 and stores data that needs to be migrated to the database 220.

次に、データ移行連携用サーバ100のハードウェア構成に関して説明する。
図3は、データ移行連携用サーバのハードウェア構成を示す図である。データ移行連携用サーバ100は、CPU(Central Processing Unit)101によって装置全体が制御されている。CPU101には、バス108を介してRAM(Random Access Memory)102、HDD(Hard Disk Drive)103、グラフィック処理装置104、入力インタフェース105、通信インタフェース106,107が接続されている。
Next, the hardware configuration of the data migration cooperation server 100 will be described.
FIG. 3 is a diagram illustrating a hardware configuration of the data migration cooperation server. The entire data transfer cooperation server 100 is controlled by a CPU (Central Processing Unit) 101. A random access memory (RAM) 102, a hard disk drive (HDD) 103, a graphics processing device 104, an input interface 105, and communication interfaces 106 and 107 are connected to the CPU 101 via a bus 108.

RAM102には、CPU101に実行させるOS(Operating System)のプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、RAM102には、CPU101による処理に必要な各種データが格納される。   The RAM 102 temporarily stores at least part of an OS (Operating System) program and application programs to be executed by the CPU 101. The RAM 102 stores various data necessary for processing by the CPU 101.

HDD103には、データ移行連携用サーバ100上のOSやアプリケーションプログラムが扱うデータが格納される。
グラフィック処理装置104には、モニタ11が接続されている。グラフィック処理装置104は、CPU101からの命令に従って、画像をモニタ11の画面に表示させる。入力インタフェース105には、キーボード12とマウス13とが接続されている。入力インタフェース105は、キーボード12やマウス13から送られてくる信号を、バス108を介してCPU101に送信する。
The HDD 103 stores data handled by the OS and application programs on the data migration cooperation server 100.
A monitor 11 is connected to the graphic processing device 104. The graphic processing device 104 displays an image on the screen of the monitor 11 in accordance with a command from the CPU 101. A keyboard 12 and a mouse 13 are connected to the input interface 105. The input interface 105 transmits a signal sent from the keyboard 12 or the mouse 13 to the CPU 101 via the bus 108.

通信インタフェース106は、ネットワーク10に接続されている。通信インタフェース106は、ネットワーク10を介して、端末装置21,22,23との間でデータの送受信を行う。   The communication interface 106 is connected to the network 10. The communication interface 106 transmits / receives data to / from the terminal devices 21, 22, and 23 via the network 10.

通信インタフェース107は、ネットワーク20に接続されている。通信インタフェース107は、ネットワーク20を介して、新システム200や旧システム300との間でデータの送受信を行う。   The communication interface 107 is connected to the network 20. The communication interface 107 transmits and receives data to and from the new system 200 and the old system 300 via the network 20.

なお、端末装置21,22,23およびサーバ210a、210b、310a,310bに関しても同様のハードウェア構成によって実現できる。
以上のようなハードウェア構成によって、本実施の形態の処理機能を実現することができる。
The terminal devices 21, 22, 23 and the servers 210a, 210b, 310a, 310b can also be realized by the same hardware configuration.
With the hardware configuration as described above, the processing functions of the present embodiment can be realized.

次に、データ移行連携用サーバ100の機能構成について説明する。
図4は、データ移行連携用サーバのデータ移行機能を示すブロック図である。データ移行連携用サーバ100は、端末装置21,22,23からの業務処理要求が発生した場合に、その処理要求の対象となるデータが新システム200に無い場合に、このデータを旧システム300から新システム200に移行する。このように業務処理要求を契機として実行されるデータ移行を、以降の説明では順次移行と呼ぶこととする。
Next, the functional configuration of the data migration cooperation server 100 will be described.
FIG. 4 is a block diagram showing the data migration function of the data migration cooperation server. When the business processing request from the terminal device 21, 22, 23 is generated, the data migration cooperation server 100 receives this data from the old system 300 when there is no data subject to the processing request in the new system 200. Transition to the new system 200. Data migration executed in response to a business process request in this way is referred to as sequential migration in the following description.

更に、データ移行連携用サーバ100は、データベースのログなどの業務処理の対象外であるデータや、処理要求の発生頻度が低いデータを移行するために、移行対象データのリストである移行データリストに基づいて、処理要求を待たずに移行する。このように移行データリストに基づいたデータ移行を、以降の説明では一括移行と呼ぶこととする。一括移行は、例えば、管理者によるスケジュール登録や、即時開始の要求により実行される。   In addition, the data migration cooperation server 100 adds a migration data list, which is a list of migration target data, to migrate data that is not subject to business processing, such as database logs, or data that has a low frequency of processing requests. Based on this, a transition is made without waiting for a processing request. Data migration based on the migration data list in this way is referred to as batch migration in the following description. The batch migration is executed by, for example, a schedule registration by an administrator or an immediate start request.

データ移行連携用サーバ100は、システム管理情報記憶部111、業務処理要求受付部112、業務処理依頼部113、業務データ要求部114、登録依頼部115、再業務処理依頼部116、削除依頼部117、業務処理結果応答部118、移行データリスト受付部119および移行データリスト読込部120を有する。   The data migration cooperation server 100 includes a system management information storage unit 111, a business process request receiving unit 112, a business process request unit 113, a business data request unit 114, a registration request unit 115, a rework process request unit 116, and a deletion request unit 117. A business process result response unit 118, a migration data list reception unit 119, and a migration data list reading unit 120.

システム管理情報記憶部111は、新システム200と旧システム300とを構成するサーバやサービスの配置先を定義したシステム管理情報、移行対象とするデータのリスト、端末装置21,22,23から受け付けた業務処理要求を記憶する。   The system management information storage unit 111 receives the system management information that defines the server and service location of the new system 200 and the old system 300, the list of data to be migrated, and the terminal devices 21, 22, and 23. Store business process requests.

業務処理要求受付部112は、端末装置21,22,23から送信された業務処理要求を受け付ける。そして、業務処理要求に要求IDを付与してシステム管理情報記憶部111に格納する。なお、この要求IDに対して、各部の処理の進行度合いをログとして生成することで、複数の要求を受け付けた場合にも、各要求と次に実行する処理の対応付けを可能とする。   The business process request accepting unit 112 accepts business process requests transmitted from the terminal devices 21, 22, and 23. Then, a request ID is assigned to the business process request and stored in the system management information storage unit 111. In addition, by generating the progress of processing of each unit as a log for this request ID, it is possible to associate each request with the next process to be executed even when a plurality of requests are received.

業務処理依頼部113は、受け付けた業務処理要求に対する業務処理の実行依頼を新システム200に送信する。業務処理依頼部113は、新システム200から上記業務処理の処理対象となるデータが存在しない旨の応答を受信した場合には、業務データ要求部114にこの応答を通知する。また、業務処理依頼部113は、新システム200から業務処理の結果応答を受け付けると、業務処理結果応答部118にこの結果を通知する。   The business process request unit 113 transmits a business process execution request to the new system 200 in response to the received business process request. When the business process request unit 113 receives a response from the new system 200 that there is no data to be processed by the business process, the business process request unit 113 notifies the business data request unit 114 of this response. When the business process request unit 113 receives a business process result response from the new system 200, the business process request unit 113 notifies the business process result response unit 118 of the result.

業務データ要求部114は、順次移行の場合、業務処理依頼部113から、処理対象となるデータが新システム200に存在しない旨の通知を受け付ける。そして、旧システム300にこの処理対象となるデータを提供するよう依頼する。業務データ要求部114は、このデータを旧システム300から受け付けた場合、このデータを登録依頼部115に出力する。業務データ要求部114は、旧システム300に上記データが存在しない旨の応答を受け付けた場合には、再業務処理依頼部116に対して新システム200に処理依頼を送信するよう通知する。   In the case of sequential migration, the business data request unit 114 receives a notification from the business process request unit 113 that the data to be processed does not exist in the new system 200. Then, the old system 300 is requested to provide the data to be processed. When the business data request unit 114 receives this data from the old system 300, the business data request unit 114 outputs this data to the registration request unit 115. When the business data request unit 114 receives a response indicating that the data does not exist in the old system 300, the business data request unit 114 notifies the re-business processing request unit 116 to transmit a processing request to the new system 200.

また、業務データ要求部114は、一括移行の場合、移行データリスト読込部120によって指定されたデータを旧システム300に提供するよう依頼する。業務データ要求部114は、このデータを旧システム300から受け付けた場合、このデータを登録依頼部115に出力する。業務データ要求部114は、提供を依頼したデータが旧システム300に存在しない旨の応答を受け付けた場合には、移行データリスト読込部120に、移行データリストに指定された次のデータを参照するよう通知する。   In the case of batch migration, the business data request unit 114 requests the old system 300 to provide the data specified by the migration data list reading unit 120. When the business data request unit 114 receives this data from the old system 300, the business data request unit 114 outputs this data to the registration request unit 115. When the business data request unit 114 receives a response indicating that the requested data does not exist in the old system 300, the business data request unit 114 refers to the migration data list reading unit 120 for the next data specified in the migration data list. Notify me.

登録依頼部115は、システム管理情報記憶部111に記憶されたシステム管理情報に基づいて、新システム200に業務データ要求部114から受け付けたデータを登録するよう依頼する。登録依頼部115は、新システム200に正常にデータの登録が完了した場合、登録完了応答を受信する。登録依頼部115は、新システム200に既にこのデータが存在する場合、新システム200からデータ登録済み応答を受信する。また、順次移行の場合、登録依頼部115は、再業務処理依頼部116に対して新システム200に処理依頼を送信するよう通知する。   The registration request unit 115 requests the new system 200 to register the data received from the business data request unit 114 based on the system management information stored in the system management information storage unit 111. The registration request unit 115 receives a registration completion response when data registration is normally completed in the new system 200. When this data already exists in the new system 200, the registration request unit 115 receives a data registration completion response from the new system 200. In the case of sequential migration, the registration request unit 115 notifies the re-operation processing request unit 116 to transmit a processing request to the new system 200.

再業務処理依頼部116は、業務データ要求部114または登録依頼部115からの通知を受け付けると、新システム200に業務処理依頼をする。再業務処理依頼部116は、新システム200から業務処理の結果応答を受け付けると、業務処理結果応答部118にこの結果を通知する。   Upon receiving the notification from the business data request unit 114 or the registration request unit 115, the re-business process request unit 116 makes a business process request to the new system 200. Upon receiving a business process result response from the new system 200, the re-business process request unit 116 notifies the business process result response unit 118 of this result.

削除依頼部117は、登録依頼部115が新システム200から登録完了応答を受信し、かつ再業務処理依頼部116が業務処理の結果応答を受け付けると、旧システム300に対し、新システム200に登録されたデータを削除するよう依頼する。また、一括移行の場合、削除依頼部117は、移行データリスト読込部120に移行データリストに指定された次のデータを参照するよう通知する。   When the registration request unit 115 receives the registration completion response from the new system 200 and the re-operation processing request unit 116 receives the response of the business processing result, the deletion request unit 117 registers the old system 300 in the new system 200. Request to delete the recorded data. In the case of batch migration, the deletion request unit 117 notifies the migration data list reading unit 120 to refer to the next data specified in the migration data list.

業務処理結果応答部118は、業務処理依頼部113または再業務処理依頼部116から業務処理要求に対する応答を受け付けると業務処理の要求元である端末装置21,22,23に業務処理結果を応答する。   When the business process result response unit 118 receives a response to the business process request from the business process request unit 113 or the re-business process request unit 116, the business process result response unit 118 returns the business process result to the terminal devices 21, 22, and 23 that are the business process request sources. .

移行データリスト受付部119は、端末装置21,22,23から移行データリストを受け付ける。そして、移行データリスト受付部119は、移行データリストをシステム管理情報記憶部111に格納する。   The migration data list receiving unit 119 receives a migration data list from the terminal devices 21, 22, and 23. Then, the migration data list reception unit 119 stores the migration data list in the system management information storage unit 111.

移行データリスト読込部120は、システム管理情報記憶部111に記憶された移行データリストから移行対象データを1件分読み込んで、業務データ要求部114に旧システム300に対してデータの要求を送信するよう指示する。移行データリスト読込部120は、業務データ要求部114から指示されたデータが無い旨の応答を受け付けた場合、移行データリストの次の1件分を読み込んで業務データ要求部114にデータの移行を指示する。また、移行データリスト読込部120は、削除依頼部117から次のデータを参照するよう通知を受けると、移行データリストの次の1件分を読み込んで業務データ要求部114にデータの移行を指示する。   The migration data list reading unit 120 reads one migration target data from the migration data list stored in the system management information storage unit 111, and transmits a data request to the old system 300 to the business data request unit 114. Instruct. When the migration data list reading unit 120 receives a response indicating that there is no data instructed from the business data request unit 114, the migration data list reading unit 120 reads the next one in the migration data list and transfers the data to the business data request unit 114. Instruct. When the migration data list reading unit 120 receives a notification from the deletion request unit 117 to refer to the next data, it reads the next one in the migration data list and instructs the business data request unit 114 to migrate the data. To do.

新システム200は、業務サービス群211および業務データ記憶部221を有する。 業務サービス群211は、データ移行連携用サーバ100からの依頼に応じて処理を実行し、データ移行連携用サーバ100に実行結果を応答する業務サービス群である。業務サービス群211は、以下のサービスを含んでいる。第1のサービスは、業務処理依頼部113や再業務処理依頼部116からの処理依頼に対して業務処理を実行し、処理結果応答やデータ不存在応答を業務処理依頼部113や再業務処理依頼部116に送信するデータ処理実行サービスである。第2のサービスは、登録依頼部115からの登録依頼に対してデータを業務データ記憶部221に登録するデータ登録サービスである。   The new system 200 includes a business service group 211 and a business data storage unit 221. The business service group 211 is a business service group that executes processing in response to a request from the data migration cooperation server 100 and responds to the execution result to the data migration cooperation server 100. The business service group 211 includes the following services. The first service executes a business process in response to a processing request from the business process request unit 113 or the re-business process request unit 116, and sends a processing result response or a data absence response to the business process request unit 113 or the re-business process request. A data processing execution service to be transmitted to the unit 116. The second service is a data registration service that registers data in the business data storage unit 221 in response to a registration request from the registration request unit 115.

業務データ記憶部221は、業務サービス群211が扱うデータを記憶する。
旧システム300は、業務サービス群311および業務データ記憶部321を有する。 業務サービス群311は、データ移行連携用サーバ100からの依頼に応じて処理を実行し、データ移行連携用サーバ100に実行結果を応答する業務サービス群である。業務サービス群311は、以下のサービスを含んでいる。第1のサービスは、業務データ要求部114からのデータ要求に対して、業務データ記憶部321から該当のデータを取得し、業務データ要求部114に送信するデータ取得サービスである。第2のサービスは、削除依頼部117からのデータ削除依頼に対して、業務データ記憶部321に登録された該当のデータを削除するデータ削除サービスである。
The business data storage unit 221 stores data handled by the business service group 211.
The old system 300 includes a business service group 311 and a business data storage unit 321. The business service group 311 is a business service group that executes processing in response to a request from the data migration cooperation server 100 and responds to the execution result to the data migration cooperation server 100. The business service group 311 includes the following services. The first service is a data acquisition service that acquires corresponding data from the business data storage unit 321 and transmits it to the business data request unit 114 in response to a data request from the business data request unit 114. The second service is a data deletion service that deletes corresponding data registered in the business data storage unit 321 in response to a data deletion request from the deletion request unit 117.

業務データ記憶部321は、業務サービス群311が扱うデータを記憶する。
ここで、新システム200は、旧システム300に対する新環境のシステムであり、業務サービス群211は、業務サービス群311が実行するサービスの機能を含んでいる。また、業務データ記憶部221は、データ移行連携用サーバ100によって、業務データ記憶部321に記憶されたデータが移行される。
The business data storage unit 321 stores data handled by the business service group 311.
Here, the new system 200 is a system in a new environment with respect to the old system 300, and the business service group 211 includes functions of services executed by the business service group 311. In the business data storage unit 221, the data stored in the business data storage unit 321 is migrated by the data migration cooperation server 100.

なお、新システム200と旧システム300とで扱うデータの形式が異なる場合、データ移行連携用サーバ100は、図示しないデータ形式変換部によって、データを新システム200で扱うデータ形式に変換するようにしてもよい。   When the data formats handled by the new system 200 and the old system 300 are different, the data migration linkage server 100 converts the data into a data format handled by the new system 200 by a data format conversion unit (not shown). Also good.

図5は、データ移行連携用テーブルのデータ構造例を示す図である。データ移行連携用テーブル111aは、システム管理情報記憶部111に記憶されて、旧システム300から新システム200にデータを移行する際に参照される。データ移行連携用テーブル111aには、サービス名を示す項目、連携先サービス所在(ホスト名、オブジェクト名)を示す項目が設けられている。各項目の横方向に並べられた情報同士が互いに関連付けられて、1つのサービスについての情報を構成する。   FIG. 5 is a diagram illustrating an example of the data structure of the data migration linkage table. The data migration linkage table 111a is stored in the system management information storage unit 111 and is referred to when data is migrated from the old system 300 to the new system 200. In the data migration cooperation table 111a, an item indicating a service name and an item indicating the location of the cooperation destination service (host name, object name) are provided. Information arranged in the horizontal direction of each item is associated with each other to constitute information about one service.

サービス名を示す項目には、データ移行連携用サーバ100にて利用されるサービスの名称が設定される。連携先サービス所在(ホスト名)を示す項目には、サービス名を示す項目に指定されたサービスに対応する業務サービスを実行するサーバの識別情報が設定される。ここで、図の例ではサーバの識別情報を、ホスト名としているが、データ移行連携用サーバ100が属するネットワーク上でサーバを一意に特定する情報であれば、その他の識別情報でも構わない。連携先サービス所在(オブジェクト名)を示す項目には、サービス名を示す項目に設定されたサービスに対する連携先サーバのサービスのオブジェクト名が設定される。   In the item indicating the service name, the name of the service used in the data migration cooperation server 100 is set. In the item indicating the location (host name) of the cooperation destination service, the identification information of the server that executes the business service corresponding to the service specified in the item indicating the service name is set. Here, in the example of the figure, the server identification information is the host name, but other identification information may be used as long as the information uniquely identifies the server on the network to which the data migration cooperation server 100 belongs. In the item indicating the cooperation destination service location (object name), the object name of the service of the cooperation destination server for the service set in the item indicating the service name is set.

データ移行連携用テーブル111aには、例えば、サービス名が“出金業務処理依頼”、連携先サービス所在(ホスト名)が“新サーバ1”、連携先サービス所在(オブジェクト名)が“出金業務データ処理オブジェクト”という情報が設定される。これは、データ移行連携用サーバ100におけるサービス“出金業務処理依頼”の連携先が、“新サーバ1”に存在する“出金業務データ処理オブジェクト”であることを示している。   In the data migration linkage table 111a, for example, the service name is “withdrawal transaction processing request”, the linkage destination service location (host name) is “new server 1”, and the linkage destination service location (object name) is “withdrawal transaction”. Information “data processing object” is set. This indicates that the cooperation destination of the service “withdrawal transaction processing request” in the data migration coordination server 100 is the “withdrawal transaction data processing object” existing in “new server 1”.

図6は、業務処理要求のデータ構造例を示す図である。業務処理要求112aは、利用者が端末装置21,22,23を操作することによって、データ移行連携用サーバ100に対して送信される。業務処理要求112aには、業務処理名を示す項目、口座番号を示す項目および金額を示す項目が設けられている。各項目の横方向に並べられた情報同士が互いに関連付けられて、1つの業務処理要求についての情報を構成する。   FIG. 6 is a diagram illustrating a data structure example of a business process request. The business process request 112a is transmitted to the data migration cooperation server 100 when the user operates the terminal devices 21, 22, and 23. The business process request 112a includes an item indicating a business process name, an item indicating an account number, and an item indicating an amount. Information arranged in the horizontal direction of each item is associated with each other to form information about one business process request.

業務処理名を示す項目には、利用者から要求のあった業務処理の名称が設定される。口座番号を示す項目には、利用者の口座番号が設定される。金額を示す項目には、入金や出金などの金額が設定される。   In the item indicating the business process name, the name of the business process requested by the user is set. In the item indicating the account number, the account number of the user is set. In the item indicating the amount, an amount such as deposit or withdrawal is set.

業務処理要求112aには、例えば、業務処理名が“出金”、口座番号が“0000005”、金額が“5000”という情報が設定される。これは、利用者の口座番号“0000005”から金額“5000”円を“出金”するという業務処理要求を示している。   In the business process request 112a, for example, information that the business process name is “withdrawal”, the account number is “0000005”, and the amount is “5000” is set. This indicates a business processing request for “withdrawing” the amount of “5000” yen from the account number “0000005” of the user.

図7は、業務処理要求管理テーブルのデータ構造例を示す図である。業務処理要求管理テーブル111bは、業務処理要求受付部112によって業務処理要求112aが受け付けられて、更に、各業務処理要求112aを管理するために要求IDが付与されたものである。業務処理要求受付部112は、業務処理要求管理テーブル111bをシステム管理情報記憶部111に格納する。   FIG. 7 is a diagram illustrating an example of the data structure of the business process request management table. In the business process request management table 111b, a business process request 112a is received by the business process request receiving unit 112, and a request ID is assigned to manage each business process request 112a. The business process request receiving unit 112 stores the business process request management table 111 b in the system management information storage unit 111.

業務処理要求管理テーブル111bには、要求IDを示す項目、業務処理名を示す項目、口座番号を示す項目、金額を示す項目が設けられている。各項目の横方向に並べられた情報同士が互いに関連付けられて、1つの業務処理要求についての情報を構成する。要求IDを示す項目には、業務処理要求を一意に識別するための番号が設定される。業務処理名を示す項目、口座番号を示す項目、金額を示す項目は、業務処理要求112aにおける同じ名称の項目と同一の情報が設定される。   The business process request management table 111b includes an item indicating a request ID, an item indicating a business process name, an item indicating an account number, and an item indicating an amount. Information arranged in the horizontal direction of each item is associated with each other to form information about one business process request. In the item indicating the request ID, a number for uniquely identifying the business process request is set. For the item indicating the business process name, the item indicating the account number, and the item indicating the amount, the same information as the item having the same name in the business process request 112a is set.

業務処理要求管理テーブル111bには、例えば、要求IDが“100”、業務処理名が“出金”、口座番号が“0000005”、金額が“5000”という情報が設定される。これは、業務処理要求112aで表される業務処理要求に対して、要求ID“100”が付与されて管理されることを示している。   In the business process request management table 111b, for example, information that the request ID is “100”, the business process name is “withdrawal”, the account number is “0000005”, and the amount is “5000” is set. This indicates that the request ID “100” is assigned to the job processing request represented by the job processing request 112a and managed.

図8は、データ移行ログのデータ構造例を示す図である。データ移行ログ111cは、システム管理情報記憶部111に記憶されて、データ移行連携用サーバ100の各部の機能によってデータが追加される。データ移行ログ111cは、ログIDを示す項目、要求IDを示す項目、サービス名を示す項目、ログ内容を示す項目が設けられている。各項目の横方向に並べられた情報同士が互いに関連付けられて、1つのサービスに関するログ情報を構成する。   FIG. 8 is a diagram illustrating an example of the data structure of the data migration log. The data migration log 111c is stored in the system management information storage unit 111, and data is added by the function of each unit of the data migration cooperation server 100. The data migration log 111c includes an item indicating a log ID, an item indicating a request ID, an item indicating a service name, and an item indicating a log content. Information arranged in the horizontal direction of each item is associated with each other to constitute log information related to one service.

ログIDを示す項目には、ログを一意に識別するための番号が設定される。要求IDを示す項目には、業務処理要求管理テーブル111bの要求IDと同一の情報が設定される。サービス名を示す項目には、ログを出力したサービスの名称が設定される。ログ内容を示す項目には、上記ログを出力したサービスの処理結果が設定される。   In the item indicating the log ID, a number for uniquely identifying the log is set. In the item indicating the request ID, the same information as the request ID of the business process request management table 111b is set. In the item indicating the service name, the name of the service that output the log is set. In the item indicating the log content, the processing result of the service that output the log is set.

データ移行ログ111cには、例えば、ログIDが“10010”、要求IDが“100”、サービス名が“出金業務処理依頼”、ログ内容が“処理対象無し応答受信”という情報が設定される。これは、要求IDが“100”で識別される業務処理要求によるデータの移行が実行されていることを示している。そして、サービス“出金業務処理依頼”の実行結果に対して、“処理対象無し応答受信”、すなわち、新システム200に業務処理の対象となるデータが存在しない旨の通知を受け付けた場合のログを示している。   In the data migration log 111c, for example, information that the log ID is “10010”, the request ID is “100”, the service name is “withdrawal transaction processing request”, and the log content is “no processing target response received” is set. . This indicates that data migration is being executed according to the business process request identified by the request ID “100”. Then, in response to the execution result of the service “withdrawal business process request”, a log when “not-processed response received”, that is, a notification indicating that there is no business process target data in the new system 200 is received. Is shown.

このように、要求ID、サービス名およびログ内容によって次に実行する処理を判定することができる。
図9は、移行データリストのデータ構造例を示す図である。移行データリスト111dは、端末装置21,22,23などでシステムの管理者によって作成される。移行データリスト111dは、移行データリスト受付部119によって受け付けられる。そして、移行データリスト受付部119は、受け付けた移行データリスト111dをシステム管理情報記憶部111に格納する。
Thus, the next process to be executed can be determined based on the request ID, service name, and log contents.
FIG. 9 is a diagram illustrating an example of the data structure of the migration data list. The migration data list 111d is created by the system administrator in the terminal devices 21, 22, 23, and the like. The migration data list 111d is received by the migration data list reception unit 119. Then, the migration data list reception unit 119 stores the received migration data list 111 d in the system management information storage unit 111.

移行データリスト111dには、識別IDを示す項目、移行データを示す項目、移行元サーバを示す項目、移行元パスを示す項目、移行先サーバを示す項目、移行先パスを示す項目が設けられている。各項目の横方向に並べられた情報同士が互いに関連付けられて、1つの移行データに関する情報を構成する。識別IDを示す項目には、移行データを一意に識別するための番号が設定される。移行データを示す項目には、移行データを特定するための情報(例えば、ファイル名)が設定される。移行元サーバを示す項目には、移行元サーバを特定するサーバの識別情報(例えば、ホスト名)が設定される。移行元パスを示す項目には、移行元サーバにおける移行データの所在を表すパスが設定される。移行先サーバを示す項目には、移行先サーバを特定するサーバの識別情報(例えば、ホスト名)が設定される。移行先パスを示す項目には、移行先サーバにおいて移行データを格納するパスが設定される。   The migration data list 111d includes an item indicating an identification ID, an item indicating migration data, an item indicating a migration source server, an item indicating a migration source path, an item indicating a migration destination server, and an item indicating a migration destination path. Yes. Information arranged in the horizontal direction of each item is associated with each other to form information related to one piece of migration data. In the item indicating the identification ID, a number for uniquely identifying the migration data is set. In the item indicating the migration data, information (for example, a file name) for specifying the migration data is set. In the item indicating the migration source server, identification information (for example, host name) of the server that identifies the migration source server is set. In the item indicating the migration source path, a path indicating the location of the migration data in the migration source server is set. In the item indicating the migration destination server, identification information (for example, host name) of the server that identifies the migration destination server is set. In the item indicating the migration destination path, a path for storing migration data in the migration destination server is set.

移行データリスト111dには、例えば、識別IDが“1”、移行データが“データA”、移行元サーバが“旧サーバ1”、移行元パスが“/var/”、移行先サーバが“新サーバ1”、移行先パスが“/var/”という情報が設定される。これは、移行データの識別ID“1”に対して、移行データ“データA”が設定されており、“データA”は、“旧サーバ1”のパス“/var/”に格納されていて、“新サーバ1”のパス“/var/”に移行することを示している。   In the migration data list 111d, for example, the identification ID is “1”, the migration data is “data A”, the migration source server is “old server 1”, the migration source path is “/ var /”, and the migration destination server is “new”. Information that the server 1 ”and the migration destination path are“ / var / ”is set. This is because the migration data “data A” is set for the migration data identification ID “1”, and “data A” is stored in the path “/ var /” of “old server 1”. , “Migrating to the path“ / var / ”of“ new server 1 ”.

なお、図9では、移行対象のデータをデータ単位で指定する例を示したが、業務処理単位で指定して、その業務処理に関連する複数のデータを移行するようにしてもよい。
図10は、データ移行連携用サーバによる順次移行の手順を示すフローチャートである。以下、図10に示す処理をステップ番号に沿って説明する。各手順の結果は、データ移行連携用サーバ100の各部によって、システム管理情報記憶部111に記憶されたデータ移行ログ111cに出力される。
Although FIG. 9 shows an example in which data to be migrated is designated in units of data, a plurality of data related to the business processing may be migrated by designating in units of business processing.
FIG. 10 is a flowchart showing a sequential migration procedure by the data migration cooperation server. In the following, the process illustrated in FIG. 10 will be described in order of step number. The result of each procedure is output to the data migration log 111 c stored in the system management information storage unit 111 by each unit of the data migration cooperation server 100.

[ステップS11]業務処理要求受付部112は、端末装置21,22,23から業務処理要求112aを受け付ける。業務処理要求受付部112は、各業務処理要求112aに識別IDを付与して、システム管理情報記憶部111に業務処理要求管理テーブル111bとして格納する。   [Step S11] The business process request accepting unit 112 accepts a business process request 112a from the terminal devices 21, 22, and 23. The business process request receiving unit 112 assigns an identification ID to each business process request 112a and stores it in the system management information storage unit 111 as a business process request management table 111b.

[ステップS12]業務処理依頼部113は、システム管理情報記憶部111から業務処理要求管理テーブル111bから業務処理要求を読み出す。業務処理依頼部113は、読み出した業務処理要求に基づいて、業務サービス群211に処理依頼(この処理依頼を処理依頼Aと呼ぶこととする)を行う。   [Step S12] The business process request unit 113 reads a business process request from the system management information storage unit 111 from the business process request management table 111b. The business process request unit 113 makes a process request to the business service group 211 based on the read business process request (this process request is referred to as process request A).

[ステップS13]業務処理依頼部113は、業務サービス群211から、業務データ記憶部221に処理依頼Aの対象のデータ(このデータをデータAと呼ぶこととする)が存在するか否かの応答を受け付ける。データAが存在しない場合、業務処理依頼部113は業務データ要求部114にデータAが存在しなかった旨を通知して、処理がステップS14に移される。データAが存在する場合、業務処理依頼部113は、業務サービス群211による処理結果応答を取得して、処理がステップS21に移される。   [Step S13] The business process request unit 113 responds from the business service group 211 whether or not the target data of the process request A exists in the business data storage unit 221 (this data is referred to as data A). Accept. If the data A does not exist, the business process request unit 113 notifies the business data request unit 114 that the data A does not exist, and the process proceeds to step S14. When the data A exists, the business process request unit 113 acquires a process result response from the business service group 211, and the process proceeds to step S21.

[ステップS14]業務データ要求部114は、業務処理依頼部113の通知に基づいて、業務サービス群311にデータAを提供するよう依頼する。
[ステップS15]業務データ要求部114は、業務サービス群311から、業務データ記憶部321にデータAが存在するか否かの応答を受け付ける。データAが存在する場合、業務データ要求部114は、業務サービス群311からデータAを取得して、登録依頼部115にデータAを出力し、処理がステップS16に移される。データAが存在しない旨の応答を受け付けた場合、業務データ要求部114は、再業務処理依頼部116に再度、業務サービス群211へ処理依頼Aを行うよう要求して、処理がステップS18に移される。
[Step S14] The business data request unit 114 requests the business service group 311 to provide the data A based on the notification from the business process request unit 113.
[Step S <b> 15] The business data request unit 114 receives a response from the business service group 311 as to whether data A exists in the business data storage unit 321. If the data A exists, the business data request unit 114 acquires the data A from the business service group 311 and outputs the data A to the registration request unit 115, and the process proceeds to step S16. When the response indicating that the data A does not exist is received, the business data request unit 114 requests the business service group 211 to perform the processing request A again, and the process proceeds to step S18. It is.

[ステップS16]登録依頼部115は、業務データ要求部114からデータAを取得し、業務サービス群211にデータAを業務データ記憶部221に登録するよう依頼する。   [Step S16] The registration request unit 115 acquires the data A from the business data request unit 114, and requests the business service group 211 to register the data A in the business data storage unit 221.

[ステップS17]登録依頼部115は、業務サービス群211から業務データ記憶部221にデータAが登録済み、または正常登録の応答を受け付ける。そして、登録依頼部115は、再業務処理依頼部116に再度、業務サービス群211へ処理依頼Aを行うよう要求する。   [Step S17] The registration request unit 115 receives a response indicating that the data A has already been registered in the business data storage unit 221 from the business service group 211 or has been registered normally. Then, the registration request unit 115 requests the re-operation processing request unit 116 to perform the processing request A to the business service group 211 again.

[ステップS18]再業務処理依頼部116は、業務サービス群211へ再度処理依頼Aを行う。再業務処理依頼部116は、業務サービス群211による処理結果応答を取得する。   [Step S18] The re-operation processing request unit 116 makes a processing request A to the business service group 211 again. The re-business process request unit 116 acquires a process result response from the business service group 211.

[ステップS19]登録依頼部115は、システム管理情報記憶部111に記憶されたデータ移行ログ111cを参照して、ステップS15でデータA無し応答または、ステップS17でデータAの登録済応答を受け付けているかを判定する。どちらか一方を受け付けている場合、処理がステップS21に移される。どちらも受け付けていない場合、処理がステップS20に移される。   [Step S19] The registration request unit 115 refers to the data migration log 111c stored in the system management information storage unit 111, and receives a data A no response in step S15 or a data A registered response in step S17. It is determined whether or not. If either one is accepted, the process proceeds to step S21. If neither is accepted, the process proceeds to step S20.

[ステップS20]削除依頼部117は、業務サービス群311に業務データ記憶部321に記憶されたデータAを削除するよう依頼する。
[ステップS21]業務処理結果応答部118は、業務処理依頼部113や再業務処理依頼部116から処理依頼Aの結果を受け付ける。そして、業務処理結果応答部118は、端末装置21,22,23に業務処理結果を送信する。
[Step S20] The deletion request unit 117 requests the business service group 311 to delete the data A stored in the business data storage unit 321.
[Step S21] The business process result response unit 118 receives the result of the process request A from the business process request unit 113 or the re-work process request unit 116. Then, the business process result response unit 118 transmits the business process result to the terminal devices 21, 22, and 23.

上記のように、データ移行連携用サーバ100は、利用者からの業務処理要求112aに応じて、処理対象のデータが新システム200に登録されていない場合には、旧システム300からこのデータを取得して、新システム200に登録するよう依頼する。この時、移行の各段階において、新システム200や旧システム300における対象データの有無を判定して、処理対象のデータが既に別の業務処理要求112aによるデータ移行によって新システム200へ登録済みかを判断する。そして、新システム200に既に移行済みであると判断した場合には、再度、新システム200に処理依頼を行う。   As described above, the data migration cooperation server 100 acquires this data from the old system 300 when the data to be processed is not registered in the new system 200 in response to the business process request 112a from the user. Then, a request is made to register in the new system 200. At this time, it is determined at each stage of migration whether or not there is target data in the new system 200 or the old system 300, and whether or not the data to be processed has already been registered in the new system 200 by data migration by another business processing request 112a. to decide. If it is determined that the system has already been migrated to the new system 200, a processing request is made to the new system 200 again.

図11は、データ移行連携用サーバによる一括移行の手順を示すフローチャートである。以下、図11に示す処理をステップ番号に沿って説明する。
[ステップS31]移行データリスト受付部119は、移行データリスト111dを受け付けて、システム管理情報記憶部111に格納する。
FIG. 11 is a flowchart showing a batch migration procedure performed by the data migration cooperation server. In the following, the process illustrated in FIG. 11 will be described in order of step number.
[Step S31] The migration data list receiving unit 119 receives the migration data list 111d and stores it in the system management information storage unit 111.

[ステップS32]移行データリスト読込部120は、システム管理情報記憶部111に格納された移行データリスト111dから移行対象となるデータを1件読み出す。
[ステップS33]移行データリスト読込部120は、業務データ要求部114に該当のデータ(このデータをデータBと呼ぶこととする)を取得するよう通知する。そして、業務データ要求部114は、業務サービス群311にデータBを提供するよう依頼する。
[Step S32] The migration data list reading unit 120 reads one data to be migrated from the migration data list 111d stored in the system management information storage unit 111.
[Step S33] The migration data list reading unit 120 notifies the business data request unit 114 to acquire the corresponding data (this data will be referred to as data B). Then, the business data request unit 114 requests the business service group 311 to provide the data B.

[ステップS34]業務データ要求部114は、業務サービス群311にデータBを提供するよう依頼する。業務データ要求部114は、業務サービス群311からデータBの有無の応答を判定する。データBが存在する旨の応答を取得した場合、業務データ要求部114は、業務サービス群311からデータBを取得して、データBを登録依頼部115に出力し、処理がステップS35に移される。データBが存在しない旨の応答を取得した場合、処理がステップS38に移される。   [Step S34] The business data request unit 114 requests the business service group 311 to provide data B. The business data request unit 114 determines whether or not there is data B from the business service group 311. When the response indicating that the data B exists is acquired, the business data request unit 114 acquires the data B from the business service group 311 and outputs the data B to the registration request unit 115, and the process proceeds to step S35. . If a response indicating that data B does not exist is acquired, the process proceeds to step S38.

[ステップS35]登録依頼部115は、業務データ要求部114からデータBを取得する。登録依頼部115は、業務サービス群211に対して業務データ記憶部221にデータBを登録するよう依頼する。   [Step S35] The registration request unit 115 acquires data B from the business data request unit 114. The registration request unit 115 requests the business service group 211 to register data B in the business data storage unit 221.

[ステップS36]登録依頼部115は、業務サービス群211から、業務データ記憶部221にデータBが正常登録されたかを判定する。データBが正常登録された場合、処理がステップS37に移される。データBが既に別の移行プロセスによって、業務データ記憶部221に登録済みの場合は、処理がステップS38に移される。   [Step S <b> 36] The registration request unit 115 determines whether the data B is normally registered in the business data storage unit 221 from the business service group 211. If the data B is normally registered, the process proceeds to step S37. If the data B has already been registered in the business data storage unit 221 by another migration process, the process proceeds to step S38.

[ステップS37]削除依頼部117は、業務サービス群311に業務データ記憶部321に記憶されたデータBを削除するよう依頼する。
[ステップS38]移行データリスト読込部120は、システム管理情報記憶部111に記憶された移行データリスト111dを参照して、全データに対して移行が完了したかを確認する。完了していない場合、処理がステップS32に移される。完了している場合、一括移行は完了する。
[Step S37] The deletion request unit 117 requests the business service group 311 to delete the data B stored in the business data storage unit 321.
[Step S38] The migration data list reading unit 120 refers to the migration data list 111d stored in the system management information storage unit 111, and confirms whether migration has been completed for all data. If not completed, the process proceeds to step S32. If completed, the bulk migration is complete.

上記のように、業務処理の対象とならないデータや、業務処理要求112aの発生頻度が少ないデータに関しては、移行データリスト111dにより指定して、この移行データリスト111dに基づいて図10で示される順次移行と並行して移行が行われる。この時、移行の各段階において、新システム200や旧システム300における対象データの有無を判定して、処理対象のデータが既に別の移行プロセスによるデータ移行によって新システム200へ登録済みかを判断する。そして、新システム200に既に移行済みであると判断した場合には、移行データリスト111dに設定された次のデータに関して移行を行う。   As described above, data that is not a target of business processing or data that is less frequently generated by the business processing request 112a is specified by the migration data list 111d, and sequentially shown in FIG. 10 based on the migration data list 111d. Migration takes place in parallel with the migration. At this time, at each stage of migration, the presence or absence of target data in the new system 200 or the old system 300 is determined, and it is determined whether the data to be processed has already been registered in the new system 200 by data migration by another migration process. . If it is determined that the data has already been transferred to the new system 200, the next data set in the transfer data list 111d is transferred.

このようにすると、順次移行と一括移行とが競合して、データ不存在やデータ登録済みなどの例外的な応答が発生する場合でも、データ移行連携用サーバ100は、各業務処理要求112aに対して、新システム200の処理を再度実行させて、処理結果を応答することができる。また、いずれかのタイミングで別の移行プロセスにより新システム200へのデータの登録がなされたことを確認した場合には、削除依頼部117は旧システム300に該当データの削除を依頼しないため、余計な削除処理は実行されない。   In this way, even when sequential migration and batch migration compete and an exceptional response such as data nonexistence or data registration has occurred, the data migration coordination server 100 responds to each business processing request 112a. Thus, the processing of the new system 200 can be executed again and the processing result can be returned. In addition, when it is confirmed that data has been registered in the new system 200 by another migration process at any timing, the deletion request unit 117 does not request the old system 300 to delete the corresponding data. Delete processing is not executed.

図12は、順次移行を表す第1の模式図である。図12の例では、金融機関の預貯金システムに利用者が出金の要求を行った場合を示している。ここで、預貯金システムにおいて、出金の処理を実行するサービスのサービス名を出金処理サービスと呼ぶこととする。データ移行連携用サーバ100は、利用者からの要求を新システム200で稼動する新出金処理サービスに中継する。データ移行連携用サーバ100は、旧システム300で稼動する旧出金処理サービスとも接続しており、新旧データベース間のデータ移行を制御する。以下、図12に示す処理をステップ番号に沿って説明する。   FIG. 12 is a first schematic diagram showing the sequential transition. The example of FIG. 12 shows a case where a user makes a withdrawal request to the deposit and saving system of a financial institution. Here, in the deposit and saving system, the service name of the service that executes the withdrawal process is referred to as a withdrawal processing service. The data migration cooperation server 100 relays a request from the user to a new withdrawal processing service operating in the new system 200. The data migration cooperation server 100 is also connected to the old withdrawal processing service operating in the old system 300, and controls data migration between the old and new databases. In the following, the process illustrated in FIG. 12 will be described in order of step number.

[ステップST1]業務処理要求受付部112が、端末装置21,22,23から業務処理要求112aを受け付ける。業務処理要求112aには、業務処理名“出金”、利用者の口座番号“0000005”および金額“5000”が設定されている。業務処理要求受付部112は、この業務処理要求112aに要求IDを付与して、システム管理情報記憶部111の業務処理要求管理テーブル111bに格納する。   [Step ST1] The business process request receiving unit 112 receives a business process request 112a from the terminal devices 21, 22, and 23. In the business process request 112a, a business process name “withdrawal”, a user account number “0000005”, and an amount “5000” are set. The business process request accepting unit 112 assigns a request ID to the business process request 112 a and stores it in the business process request management table 111 b of the system management information storage unit 111.

[ステップST2]業務処理依頼部113は、システム管理情報記憶部111に記憶された業務処理要求管理テーブル111bを参照して、業務処理要求112aに示される要求を取得すると、新出金処理サービスに対して、口座番号“0000005”に対する出金処理を依頼する。新出金処理サービスは、新DBのテーブルである新口座テーブル221aに口座番号“0000005”が存在するかを照会する。そして、対象の口座番号が存在しないことを確認すると、業務処理依頼部113にその旨を応答する。業務処理依頼部113は、新出金処理サービスから、業務処理の対象となる口座番号が無い旨の応答を受け付け、業務データ要求部114に旧システム300の旧出金処理サービスに口座番号“0000005”に関するデータの提供を依頼する。そして、旧出金処理サービスは、旧DBのテーブルである旧口座テーブル321aに口座番号“0000005”が存在するかを照会する。旧出金処理サービスは、旧口座テーブル321aに該当の口座番号があることを確認すると、業務データ要求部114にそのデータを提供する。そして、業務データ要求部114は、取得したデータを登録依頼部115に出力する。   [Step ST2] When the business process request unit 113 refers to the business process request management table 111b stored in the system management information storage unit 111 and acquires the request indicated by the business process request 112a, the business process request unit 113 receives the new withdrawal processing service. On the other hand, a withdrawal process for the account number “0000005” is requested. The new withdrawal processing service inquires whether the account number “0000005” exists in the new account table 221a that is a table of the new DB. When it is confirmed that the target account number does not exist, a response to that effect is sent to the business process request unit 113. The business process request unit 113 receives a response from the new withdrawal processing service that there is no account number to be processed, and the business data request unit 114 sends the account number “0000005” to the old withdrawal processing service of the old system 300. Request for data on "." Then, the old withdrawal processing service inquires whether the account number “0000005” exists in the old account table 321a which is a table of the old DB. When the old withdrawal processing service confirms that the corresponding account number exists in the old account table 321a, the old withdrawal process service provides the data to the business data request unit 114. Then, the business data request unit 114 outputs the acquired data to the registration request unit 115.

[ステップST3]登録依頼部115は、業務データ要求部114からデータを取得すると、新出金処理サービスに対して、取得したデータを新口座テーブル221aに登録するよう依頼する。そして、新出金処理サービスは、新口座テーブル221aに口座番号“0000005”を登録して、新口座テーブル221bを作成する。   [Step ST3] Upon acquiring the data from the business data request unit 114, the registration request unit 115 requests the new withdrawal processing service to register the acquired data in the new account table 221a. Then, the new withdrawal processing service registers the account number “0000005” in the new account table 221a and creates a new account table 221b.

図13は、順次移行を表す第2の模式図である。図13に示すテーブル情報の遷移は、図12から継続するものである。以下、図13に示す処理をステップ番号に沿って説明する。   FIG. 13 is a second schematic diagram showing the sequential transition. The transition of the table information shown in FIG. 13 continues from FIG. In the following, the process illustrated in FIG. 13 will be described in order of step number.

[ステップST4]登録依頼部115は、新出金処理サービスによって、新口座テーブル221bに上記口座番号に関するデータが登録された旨の応答を受け付ける。そして、登録依頼部115は、再業務処理依頼部116に再度、新出金処理サービスに対して、上記口座番号に対する業務処理を依頼するよう要求する。そして、新出金処理サービスにより、“5000”円の出金処理が実行されて、新口座テーブル221cに示すように、口座番号“0000005”の残高が“95000”円となる。   [Step ST4] The registration request unit 115 receives a response to the effect that the data related to the account number has been registered in the new account table 221b by the new withdrawal processing service. Then, the registration request unit 115 requests the re-business processing request unit 116 again to request a business process for the account number to the new withdrawal processing service. Then, the withdrawal process of “5000” yen is executed by the new withdrawal processing service, and the balance of the account number “0000005” becomes “95000” yen as shown in the new account table 221c.

[ステップST5]削除依頼部117は、旧口座テーブル321aに登録された口座番号“0000005”のデータを削除して、旧口座テーブル321bを作成する。
このように、順次移行では業務処理要求112aを受け付ける毎に、新システム200に対して業務処理を依頼する。そして、データ移行連携用サーバ100は、新システム200に業務処理の対象となるデータが存在しない場合には、旧システム300から該当の処理の対象となるデータを取得して、新システム200に登録する。
[Step ST5] The deletion request unit 117 deletes the data of the account number “0000005” registered in the old account table 321a and creates the old account table 321b.
Thus, in the sequential migration, every time the business process request 112a is received, the new system 200 is requested to perform business processes. Then, if there is no data to be processed in the new system 200, the data migration cooperation server 100 acquires the data to be processed from the old system 300 and registers it in the new system 200. To do.

次に、上記に説明した順次移行と一括移行との並列実行に関して説明する。まず、順次移行と一括移行との間で、データ移行に関する競合が無い場合に関して説明する。ここで、データ移行に関する競合とは、順次移行同士、または、順次移行と一括移行とが同一のデータをほぼ同時に移行しようとすることを表す。   Next, the parallel execution of the sequential migration and the batch migration described above will be described. First, a case where there is no competition regarding data migration between sequential migration and batch migration will be described. Here, the contention regarding data migration means that sequential migration or sequential migration and batch migration try to migrate the same data almost simultaneously.

図14は、順次移行と一括移行とが競合しない場合の処理の流れの具体例を示す第1のシーケンス図である。データ移行連携用サーバ100では、順次移行と一括移行とを実行している。以降の説明では、データ移行連携用サーバ100の構成において、順次移行を制御する機能を順次移行連携用サービスと呼び、一括移行を制御する機能を一括移行連携用サービスと呼ぶこととする。なお、順次移行連携用サービスは、業務処理の対象であるデータAに対する処理要求を受け付けているものとする。以下、図14に示す処理をステップ番号に沿って説明する。   FIG. 14 is a first sequence diagram illustrating a specific example of the flow of processing when sequential migration and batch migration do not conflict. In the data migration cooperation server 100, sequential migration and batch migration are executed. In the following description, in the configuration of the data migration cooperation server 100, a function for controlling sequential migration is referred to as a sequential migration cooperation service, and a function for controlling batch migration is referred to as a batch migration cooperation service. It is assumed that the sequential transfer cooperation service accepts a processing request for data A that is a target of business processing. In the following, the process illustrated in FIG. 14 will be described in order of step number.

[ステップS101]順次移行連携用サービスは、新システム200の業務サービス群211にデータAに関する処理要求を送信する。
[ステップS102]業務サービス群211は、順次移行連携用サービスに処理対象となるデータAが新システム200に登録されていない旨の応答をする。
[Step S101] The sequential transfer cooperation service transmits a processing request for data A to the business service group 211 of the new system 200.
[Step S102] The business service group 211 sequentially responds that the data A to be processed is not registered in the new system 200 in the migration cooperation service.

[ステップS103]順次移行連携用サービスは、旧システム300の業務サービス群311にデータAの提供要求を送信する。
[ステップS104]業務サービス群311は、業務データ記憶部321に記憶されたデータAを取得し、順次移行連携用サービスに送信する。
[Step S103] The sequential transfer cooperation service transmits a request to provide data A to the business service group 311 of the old system 300.
[Step S104] The business service group 311 acquires the data A stored in the business data storage unit 321 and sequentially transmits the data A to the migration cooperation service.

[ステップS105]順次移行連携用サービスは、取得したデータAを新システム200に登録するように業務サービス群211に依頼する。
[ステップS106]業務サービス群211は、順次移行連携用サービスに対して、データBの登録が正常に完了した旨の応答をする。
[Step S105] The sequential transfer cooperation service requests the business service group 211 to register the acquired data A in the new system 200.
[Step S106] The business service group 211 sequentially responds to the migration cooperation service that the registration of the data B has been normally completed.

[ステップS107]順次移行連携用サービスは、新システム200の業務サービス群211に対して再度データAに関する処理要求を送信する。
[ステップS108]業務サービス群211は、順次移行連携用サービスに対してデータAに関する処理が正常に完了したことと、その処理結果を応答する。
[Step S <b> 107] The sequential transfer cooperation service transmits a processing request for data A to the business service group 211 of the new system 200 again.
[Step S108] The business service group 211 responds to the sequential transfer cooperation service that the processing related to the data A has been normally completed and the processing result.

[ステップS109]順次移行連携用サービスは、旧システム300の業務サービス群311にデータAの削除要求を送信する。
[ステップS110]業務サービス群311は、業務データ記憶部321に記憶されたデータAを削除し、データを削除した旨を順次移行連携用サービスに応答する。なお、順次移行連携用サービスは、この応答を受け付けるとステップS108における処理の完了応答を処理要求元に送信する。
[Step S109] The sequential transfer cooperation service transmits a deletion request of data A to the business service group 311 of the old system 300.
[Step S110] The business service group 311 deletes the data A stored in the business data storage unit 321 and sequentially responds to the migration cooperation service that the data has been deleted. When the sequential transfer cooperation service receives this response, it transmits a processing completion response in step S108 to the processing request source.

[ステップS111]一括移行連携用サービスは、移行データリスト111dから、データAを移行対象として読み込む。そして、一括移行連携用サービスは、旧システム300の業務サービス群311に対してデータAの提供要求を送信する。   [Step S111] The collective migration cooperation service reads data A as a migration target from the migration data list 111d. Then, the batch migration cooperation service transmits a data A provision request to the business service group 311 of the old system 300.

[ステップS112]業務サービス群311は、業務データ記憶部321にデータAが存在しない旨の応答を、一括移行連携用サービスに対して送信する。
図15は、順次移行と一括移行とが競合しない場合の処理の流れの具体例を示す第2のシーケンス図である。図15は、図14から継続する処理の流れを示す。以下、図15に示す処理をステップ番号に沿って説明する。
[Step S <b> 112] The business service group 311 transmits a response indicating that the data A does not exist in the business data storage unit 321 to the collective migration cooperation service.
FIG. 15 is a second sequence diagram illustrating a specific example of the flow of processing when sequential migration and batch migration do not conflict. FIG. 15 shows the flow of processing continued from FIG. In the following, the process illustrated in FIG. 15 will be described in order of step number.

[ステップS113]一括移行連携用サービスは、移行データリスト111dからデータBを移行対象として読み込む。そして、一括移行連携用サービスは、旧システム300の業務サービス群311に対して、データBの提供要求を送信する。   [Step S113] The batch migration cooperation service reads data B from the migration data list 111d as a migration target. Then, the batch migration cooperation service transmits a data B provision request to the business service group 311 of the old system 300.

[ステップS114]業務サービス群311は、業務データ記憶部321に記憶されたデータBを取得し、一括移行連携用サービスに送信する。
[ステップS115]一括移行連携用サービスは、取得したデータBを新システム200に登録するように業務サービス群211に依頼する。
[Step S114] The business service group 311 acquires the data B stored in the business data storage unit 321 and transmits the data B to the batch transfer cooperation service.
[Step S115] The batch migration cooperation service requests the business service group 211 to register the acquired data B in the new system 200.

[ステップS116]業務サービス群211は、一括移行連携用サービスに対して、データBの登録が正常に完了した旨の応答を送信する。
[ステップS117]一括移行連携用サービスは、旧システム300の業務サービス群311にデータBの削除要求を送信する。
[Step S116] The business service group 211 transmits a response to the effect that the registration of the data B has been normally completed to the collective migration cooperation service.
[Step S117] The batch migration cooperation service transmits a data B deletion request to the business service group 311 of the old system 300.

[ステップS118]業務サービス群311は、業務データ記憶部321に記憶されたデータBを削除し、データを削除した旨を一括移行連携用サービスに応答する。データBに関する一括移行による移行処理は、これで完了する。   [Step S118] The business service group 311 deletes the data B stored in the business data storage unit 321 and responds to the collective transfer cooperation service that the data has been deleted. This completes the migration process for the data B by batch migration.

[ステップS119]順次移行連携用サービスは、データBに対する処理要求を受け付ける。そして、順次移行連携用サービスは、新システム200の業務サービス群211にデータBに関する処理要求を送信する。   [Step S119] The sequential transfer cooperation service accepts a processing request for data B. Then, the sequential transfer cooperation service transmits a processing request regarding the data B to the business service group 211 of the new system 200.

[ステップS120]業務サービス群211は、順次移行連携用サービスに対してデータBに関する処理が正常に完了したことと、その処理結果を応答する。順次移行連携用サービスは、この応答を受け付けるとデータBに関する処理の完了応答を処理要求元に送信する。   [Step S120] The business service group 211 responds to the sequential transfer cooperation service that the processing related to the data B has been normally completed and the processing result. Upon receiving this response, the sequential transfer cooperation service transmits a process completion response related to data B to the process request source.

このように、順次移行と一括移行とを同時に行うことによって、業務処理要求で処理の対象とならないログデータや、発生頻度の少ない業務処理要求に関連するデータの移行も確実に行うことができる。更に、順次移行と一括移行とを同時に実行することで、データ移行を迅速に行うことができる。   In this way, by performing sequential migration and batch migration at the same time, it is possible to reliably migrate log data that is not subject to processing in business processing requests and data related to business processing requests that occur less frequently. Furthermore, data migration can be performed quickly by executing sequential migration and batch migration at the same time.

次に、順次移行と一括移行とによって同一データの移行処理が競合する場合を説明する。
図16は、順次移行と一括移行とが競合する場合の処理の流れの具体例を示す第1のシーケンス図である。以下、図16に示す処理をステップ番号に沿って説明する。
Next, a case will be described in which the same data migration process competes between sequential migration and batch migration.
FIG. 16 is a first sequence diagram illustrating a specific example of the flow of processing when sequential migration and batch migration compete. In the following, the process illustrated in FIG. 16 will be described in order of step number.

[ステップS131]一括移行連携用サービスは、移行データリスト111dから、データAを移行対象として読み込む。そして、一括移行連携用サービスは、旧システム300の業務サービス群311に対してデータAの提供要求を送信する。   [Step S131] The batch migration cooperation service reads data A as a migration target from the migration data list 111d. Then, the batch migration cooperation service transmits a data A provision request to the business service group 311 of the old system 300.

[ステップS132]業務サービス群311は、業務データ記憶部321に記憶されたデータAを取得し、一括移行連携用サービスに送信する。
[ステップS133]順次移行連携用サービスは、データAに関する処理要求を受け付ける。そして、順次移行連携用サービスは、新システム200の業務サービス群211にデータAに関する処理要求を送信する。
[Step S132] The business service group 311 acquires the data A stored in the business data storage unit 321 and transmits the data A to the batch transfer cooperation service.
[Step S133] The sequential transfer cooperation service accepts a processing request for data A. Then, the sequential transfer cooperation service transmits a processing request regarding data A to the business service group 211 of the new system 200.

[ステップS134]業務サービス群211は、順次移行連携用サービスに処理対象となるデータAが新システム200に登録されていない旨の応答をする。
[ステップS135]一括移行連携用サービスは、取得したデータAを新システム200に登録するように業務サービス群211に依頼する。
[Step S134] The business service group 211 sequentially responds that the data A to be processed is not registered in the new system 200 in the migration cooperation service.
[Step S135] The collective migration cooperation service requests the business service group 211 to register the acquired data A in the new system 200.

[ステップS136]業務サービス群211は、一括移行連携用サービスに対して、データAの登録が正常に完了した旨の応答をする。
[ステップS137]一括移行連携用サービスは、旧システム300の業務サービス群311にデータAの削除要求を送信する。
[Step S136] The business service group 211 responds to the collective transfer cooperation service that the registration of the data A has been normally completed.
[Step S137] The batch migration cooperation service transmits a data A deletion request to the business service group 311 of the old system 300.

[ステップS138]業務サービス群311は、業務データ記憶部321に記憶されたデータAを削除し、データを削除した旨を一括移行連携用サービスに応答する。
[ステップS139]順次移行連携用サービスは、旧システム300の業務サービス群311にデータAの提供要求を送信する。
[Step S138] The business service group 311 deletes the data A stored in the business data storage unit 321 and responds to the collective transfer cooperation service that the data has been deleted.
[Step S139] The service for sequential transfer cooperation transmits a request to provide data A to the business service group 311 of the old system 300.

[ステップS140]業務サービス群311は、順次移行連携用サービスにデータAが登録されていない旨の応答をする。
[ステップS141]順次移行連携用サービスは、別の移行処理によって、旧システム300に登録されていたデータAが既に新システム200に移行済みであると判断する(ここでは、ステップS135で一括移行により移行済みである)。そして、順次移行連携用サービスは、新システム200の業務サービス群211にデータAに関する処理要求を再送信する。
[Step S140] The business service group 311 sequentially responds that the data A is not registered in the migration cooperation service.
[Step S141] The sequential migration cooperation service determines that the data A registered in the old system 300 has already been migrated to the new system 200 by another migration process (here, the batch migration is performed in Step S135). Already migrated). Then, the sequential transfer cooperation service resends the processing request regarding the data A to the business service group 211 of the new system 200.

[ステップS142]業務サービス群211は、順次移行連携用サービスに対してデータAに関する処理が正常に完了したことと、その処理結果を応答する。順次移行連携用サービスは、この応答を受け付けるとデータAに関する処理の完了応答を処理要求元に送信する。   [Step S142] The business service group 211 responds to the sequential transfer cooperation service that the processing related to the data A has been normally completed and the processing result. Upon receiving this response, the sequential transfer cooperation service transmits a process completion response related to data A to the process request source.

このように、順次移行により移行が開始され、旧システム300にデータの提供依頼を送信したが、一括移行によって直前に旧システム300から対象のデータが削除された場合でも、業務処理を中断することなく、正常にサービスを提供することができる。   As described above, the migration is started by the sequential migration and the data provision request is transmitted to the old system 300. However, even when the target data is deleted from the old system 300 by the batch migration, the business process is interrupted. And can provide services normally.

図17は、順次移行と一括移行とが競合する場合の処理の流れの具体例を示す第2のシーケンス図である。以下、図17に示す処理をステップ番号に沿って説明する。
[ステップS151]順次移行連携用サービスは、データAに関する処理要求を受け付ける。そして、順次移行連携用サービスは、新システム200の業務サービス群211にデータAに関する処理要求を送信する。
FIG. 17 is a second sequence diagram illustrating a specific example of the flow of processing when sequential migration and batch migration compete. In the following, the process illustrated in FIG. 17 will be described in order of step number.
[Step S151] The sequential transfer cooperation service accepts a processing request for data A. Then, the sequential transfer cooperation service transmits a processing request regarding data A to the business service group 211 of the new system 200.

[ステップS152]新システム200の業務サービス群211は、順次移行連携用サービスに処理対象となるデータAが新システム200に登録されていない旨の応答をする。   [Step S152] The business service group 211 of the new system 200 sequentially responds that the data A to be processed is not registered in the new system 200 in the migration cooperation service.

[ステップS153]一括移行連携用サービスは、移行データリスト111dから、データAを移行対象として読み込む。そして、一括移行連携用サービスは、旧システム300の業務サービス群311に対してデータAの提供要求を送信する。   [Step S153] The batch migration cooperation service reads data A as a migration target from the migration data list 111d. Then, the batch migration cooperation service transmits a data A provision request to the business service group 311 of the old system 300.

[ステップS154]業務サービス群311は、業務データ記憶部321に記憶されたデータAを取得し、一括移行連携用サービスに送信する。
[ステップS155]順次移行連携用サービスは、旧システム300の業務サービス群311にデータAの提供要求を送信する。
[Step S154] The business service group 311 acquires the data A stored in the business data storage unit 321 and transmits the data A to the collective migration cooperation service.
[Step S155] The sequential transfer cooperation service transmits a request to provide data A to the business service group 311 of the old system 300.

[ステップS156]業務サービス群311は、業務データ記憶部321に記憶されたデータAを取得し、順次移行連携用サービスに送信する。
[ステップS157]一括移行連携用サービスは、取得したデータAを新システム200に登録するように業務サービス群211に依頼する。
[Step S156] The business service group 311 acquires the data A stored in the business data storage unit 321 and sequentially transmits the data A to the migration cooperation service.
[Step S157] The batch migration cooperation service requests the business service group 211 to register the acquired data A in the new system 200.

[ステップS158]業務サービス群211は、一括移行連携用サービスに対して、データAの登録が正常に完了した旨の応答をする。
[ステップS159]一括移行連携用サービスは、旧システム300の業務サービス群311にデータAの削除要求を送信する。
[Step S158] The business service group 211 responds to the collective migration cooperation service that the registration of the data A has been normally completed.
[Step S159] The batch migration cooperation service transmits a data A deletion request to the business service group 311 of the old system 300.

[ステップS160]業務サービス群311は、業務データ記憶部321に記憶されたデータAを削除し、データを削除した旨を一括移行連携用サービスに応答する。
[ステップS161]順次移行連携用サービスは、取得したデータAを新システム200に登録するように業務サービス群211に依頼する。
[Step S160] The business service group 311 deletes the data A stored in the business data storage unit 321 and responds to the collective transfer cooperation service that the data has been deleted.
[Step S161] The sequential transfer cooperation service requests the business service group 211 to register the acquired data A in the new system 200.

[ステップS162]業務サービス群211は、順次移行連携用サービスにデータAが既に登録済みである旨の応答をする。
[ステップS163]順次移行連携用サービスは、別の移行処理によって、旧システム300に登録されていたデータAが既に新システム200に移行済みであると判断する(ここでは、ステップS157で一括移行により移行済みである)。そして、順次移行連携用サービスは、新システム200の業務サービス群211にデータAに関する処理要求を再送信する。
[Step S162] The business service group 211 sequentially responds that the data A has already been registered in the migration cooperation service.
[Step S163] The sequential migration cooperation service determines that the data A registered in the old system 300 has already been migrated to the new system 200 by another migration process (in this case, the batch migration is performed in Step S157). Already migrated). Then, the sequential transfer cooperation service resends the processing request regarding the data A to the business service group 211 of the new system 200.

[ステップS164]業務サービス群211は、順次移行連携用サービスに対してデータAに関する処理が正常に完了したことと、その処理結果を応答する。順次移行連携用サービスは、この応答を受け付けるとデータAに関する処理の完了応答を処理要求元に送信する。   [Step S164] The business service group 211 responds to the sequential transfer cooperation service that the processing related to the data A has been normally completed and the processing result. Upon receiving this response, the sequential transfer cooperation service transmits a process completion response related to data A to the process request source.

このように、順次移行により移行が開始され、旧システム300からデータを取得して、新システム200に登録依頼をしたが、一括移行によって直前に新システム200に対象のデータが登録された場合でも、業務処理を中断することなく、正常に処理応答することができる。   As described above, the migration is started by sequential migration, data is acquired from the old system 300, and the registration request is made to the new system 200. Even when the target data is registered in the new system 200 just before the batch migration, It is possible to respond normally without interrupting business processing.

次に、順次移行によるデータ移行が競合する場合を説明する。
図18は、順次移行が競合する場合の具体例を示す第1のタイミング図である。図18では、順次移行連携用サービスの2つのプロセス(順次移行#1,2)が同時に実行されて、同一データの移行が競合する場合を示している。以下、図18に示す処理をステップ番号に沿って説明する。
Next, a case where data migration due to sequential migration competes will be described.
FIG. 18 is a first timing diagram showing a specific example in the case where sequential transitions compete. FIG. 18 shows a case where two processes (sequential migration # 1, 2) of the sequential migration cooperation service are executed at the same time, and migration of the same data competes. In the following, the process illustrated in FIG. 18 will be described in order of step number.

[ステップS171]順次移行#1は、新システム200に処理依頼(この処理依頼を処理依頼Aと呼ぶこととする)を送信する。順次移行#1は、新システム200から処理の対象となるデータAが存在しない旨の応答を受信する。   [Step S171] Sequential migration # 1 transmits a processing request (this processing request will be referred to as processing request A) to the new system 200. Sequential migration # 1 receives a response from the new system 200 that there is no data A to be processed.

[ステップS172]順次移行#1は、旧システム300にデータAを要求する。順次移行#1は、旧システム300からデータAを取得する。
[ステップS173]順次移行#2は、新システム200に処理依頼Aを送信する。順次移行#2は、新システム200から処理の対象となるデータAが存在しない旨の応答を受信する。
[Step S172] Sequential migration # 1 requests data A from the old system 300. Sequential migration # 1 acquires data A from the old system 300.
[Step S173] Sequential migration # 2 sends a processing request A to the new system 200. Sequential migration # 2 receives a response from the new system 200 that there is no data A to be processed.

[ステップS174]順次移行#1は、新システム200にデータAの登録を依頼する。順次移行#1は、新システム200からデータAの登録の正常終了応答を受信する。
[ステップS175]順次移行#1は、新システム200に処理依頼Aを再送信する。順次移行#1は、新システム200から処理の結果応答を受信する。
[Step S174] Sequential migration # 1 requests the new system 200 to register data A. Sequential migration # 1 receives a normal end response of registration of data A from the new system 200.
[Step S175] The sequential migration # 1 retransmits the processing request A to the new system 200. The sequential migration # 1 receives a processing result response from the new system 200.

[ステップS176]順次移行#1は、旧システム300にデータAの削除を依頼する。順次移行#1は、旧システム300からデータAの削除が完了した旨の応答を受信する。   [Step S176] Sequential migration # 1 requests the old system 300 to delete data A. The sequential migration # 1 receives a response indicating that the deletion of the data A is completed from the old system 300.

[ステップS177]順次移行#2は、旧システム300にデータAを要求する。順次移行#2は、旧システム300からデータAが存在しない旨の応答を受信する。
[ステップS178]順次移行#2は、新システム200に処理依頼Aを再送信する。順次移行#2は、新システム200から処理の結果応答を受信する。
[Step S177] Sequential migration # 2 requests data A from the old system 300. The sequential migration # 2 receives a response indicating that the data A does not exist from the old system 300.
[Step S178] The sequential transition # 2 retransmits the processing request A to the new system 200. The sequential migration # 2 receives a processing result response from the new system 200.

このように、順次移行#2が旧システム300にデータを要求した際に、順次移行#1によって既に該当のデータが削除された場合でも、順次移行#2は、再度処理依頼を新システム200に送信することで正常に処理依頼を完了することができる。   As described above, when the sequential migration # 2 requests data from the old system 300, even if the corresponding data has already been deleted by the sequential migration # 1, the sequential migration # 2 again sends a processing request to the new system 200. By sending it, the processing request can be completed normally.

図19は、順次移行が競合する場合の具体例を示す第2のタイミング図である。図19では、順次移行連携用サービスの2つのプロセス(順次移行#1,2)が同時に実行されて、同一データの移行が競合する場合を示している。以下、図19に示す処理をステップ番号に沿って説明する。   FIG. 19 is a second timing diagram illustrating a specific example in the case where sequential transitions compete. FIG. 19 shows a case where two processes (sequential migration # 1 and # 2) of the sequential migration cooperation service are executed at the same time and the migration of the same data competes. In the following, the process illustrated in FIG. 19 will be described in order of step number.

[ステップS181]順次移行#1は、新システム200に処理依頼(この処理依頼を処理依頼Aと呼ぶこととする)を送信する。順次移行#1は、新システム200から処理の対象となるデータAが存在しない旨の応答を受信する。   [Step S181] Sequential migration # 1 transmits a processing request (this processing request will be referred to as processing request A) to the new system 200. Sequential migration # 1 receives a response from the new system 200 that there is no data A to be processed.

[ステップS182]順次移行#2は、新システム200に処理依頼Aを送信する。順次移行#2は、新システム200から処理の対象となるデータAが存在しない旨の応答を受信する。   [Step S182] The sequential migration # 2 transmits a processing request A to the new system 200. Sequential migration # 2 receives a response from the new system 200 that there is no data A to be processed.

[ステップS183]順次移行#1は、旧システム300にデータAを要求する。順次移行#1は、旧システム300からデータAを取得する。
[ステップS184]順次移行#2は、旧システム300にデータAを要求する。順次移行#2は、旧システム300からデータAを取得する。
[Step S183] Sequential migration # 1 requests data A from the old system 300. Sequential migration # 1 acquires data A from the old system 300.
[Step S184] Sequential migration # 2 requests data A from the old system 300. In the sequential migration # 2, data A is acquired from the old system 300.

[ステップS185]順次移行#1は、新システム200にデータAの登録を依頼する。順次移行#1は、新システム200からデータAの登録の正常終了応答を受信する。
[ステップS186]順次移行#2は、新システム200にデータAの登録を依頼する。順次移行#2は、新システム200からデータAが既に登録済みである旨の応答を受信する。
[Step S185] Sequential migration # 1 requests the new system 200 to register data A. Sequential migration # 1 receives a normal end response of registration of data A from the new system 200.
[Step S186] Sequential migration # 2 requests the new system 200 to register data A. Sequential migration # 2 receives a response from the new system 200 that data A has already been registered.

[ステップS187]順次移行#1は、新システム200に処理依頼Aを再送信する。順次移行#1は、新システム200から処理の結果応答を受信する。
[ステップS188]順次移行#1は、旧システム300にデータAの削除を依頼する。順次移行#1は、旧システム300からデータAの削除が完了した旨の応答を受信する。
[Step S187] The sequential migration # 1 retransmits the processing request A to the new system 200. The sequential migration # 1 receives a processing result response from the new system 200.
[Step S188] Sequential migration # 1 requests the old system 300 to delete data A. The sequential migration # 1 receives a response indicating that the deletion of the data A is completed from the old system 300.

[ステップS189]順次移行#2は、新システム200に処理依頼Aを再送信する。順次移行#2は、新システム200から処理の結果応答を受信する。
このように、順次移行#2が、新システム200にデータの登録を要求した際に、順次移行#1によって既に該当のデータが登録済みである場合でも、順次移行#2は、再度処理依頼を新システム200に送信することで正常に処理依頼を完了することができる。
[Step S189] The sequential migration # 2 retransmits the processing request A to the new system 200. The sequential migration # 2 receives a processing result response from the new system 200.
As described above, when the sequential migration # 2 requests the new system 200 to register data, even if the corresponding data has already been registered by the sequential migration # 1, the sequential migration # 2 requests the processing again. By transmitting to the new system 200, the processing request can be completed normally.

上記の通り、データ移行連携用サーバ100は、旧システム300から新システム200に対して、順次移行と一括移行とによってデータ移行を迅速に実行する。そして、順次移行や一括移行によって同一データに関するアクセスが競合するような場合も正常にデータ移行を実行し、業務処理を中断することなく処理応答することができる。   As described above, the data migration cooperation server 100 quickly executes data migration from the old system 300 to the new system 200 by sequential migration and batch migration. Even when access to the same data conflicts due to sequential migration or batch migration, the data migration can be executed normally and a processing response can be made without interrupting the business process.

以上、データ移行プログラム、データ移行方法およびデータ移行装置を図示の実施の形態に基づいて説明したが、これらに限定されるものではなく、各部の構成は同様の機能を有する任意の構成のものに置換することができる。また、これらに他の任意の構成物や行程が付加されてもよい。また、これらは前述した実施の形態のうちの任意の2以上の構成(特徴)を組み合わせたものであってもよい。   As described above, the data migration program, the data migration method, and the data migration apparatus have been described based on the illustrated embodiments. However, the present invention is not limited to these, and the configuration of each unit is an arbitrary configuration having the same function. Can be replaced. Moreover, other arbitrary structures and processes may be added to these. These may be a combination of any two or more configurations (features) of the above-described embodiments.

なお、上記の処理機能は、コンピュータによって実現することができる。その場合、データ移行連携用サーバ100が有すべき機能の処理内容を記述したプログラムが提供される。そのプログラムをコンピュータで実行することにより、上記処理機能がコンピュータ上で実現される。   The above processing functions can be realized by a computer. In that case, a program describing the processing contents of the functions that the data migration cooperation server 100 should have is provided. By executing the program on a computer, the above processing functions are realized on the computer.

処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体には、磁気記録装置、光ディスク、光磁気記録媒体、半導体メモリなどがある。磁気記録装置には、HDD、フレキシブルディスク(FD)、磁気テープ(MT)などがある。光ディスクには、DVD(Digital Versatile Disc)、DVD−RAM、CD−ROM(Compact Disc - Read Only Memory)、CD−R(Recordable)/RW(ReWritable)などがある。光磁気記録媒体には、MO(Magneto - Optical disk)などがある。   The program describing the processing contents can be recorded on a computer-readable recording medium. Examples of the computer-readable recording medium include a magnetic recording device, an optical disk, a magneto-optical recording medium, and a semiconductor memory. Examples of the magnetic recording device include an HDD, a flexible disk (FD), and a magnetic tape (MT). Optical discs include DVD (Digital Versatile Disc), DVD-RAM, CD-ROM (Compact Disc-Read Only Memory), CD-R (Recordable) / RW (ReWritable), and the like. Magneto-optical recording media include MO (Magneto-Optical disk).

上記プログラムを流通させる場合には、例えば、そのプログラムが記録されたDVD、CD−ROMなどの可搬型記録媒体が販売される。また、プログラムをサーバコンピュータに格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することもできる。   When the program is distributed, for example, a portable recording medium such as a DVD or CD-ROM in which the program is recorded is sold. It is also possible to store the program in a server computer and transfer the program from the server computer to another computer via a network.

上記プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録されたプログラム若しくはサーバコンピュータから転送されたプログラムを、自己の記憶装置に格納する。そして、コンピュータは、自己の記憶装置からプログラムを読み取り、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行することもできる。また、コンピュータは、サーバコンピュータからプログラムが転送される毎に、逐次、受け取ったプログラムに従った処理を実行することもできる。   The computer that executes the program stores, for example, the program recorded on the portable recording medium or the program transferred from the server computer in its own storage device. Then, the computer reads the program from its own storage device and executes processing according to the program. The computer can also read the program directly from the portable recording medium and execute processing according to the program. In addition, each time the program is transferred from the server computer, the computer can sequentially execute processing according to the received program.

本実施の形態の概念図である。It is a conceptual diagram of this Embodiment. 本実施の形態のシステム構成を示す図である。It is a figure which shows the system configuration | structure of this Embodiment. データ移行連携用サーバのハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the server for data migration cooperation. データ移行連携用サーバのデータ移行機能を示すブロック図である。It is a block diagram which shows the data migration function of the server for data migration cooperation. データ移行連携用テーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of the table for data migration cooperation. 業務処理要求のデータ構造例を示す図である。It is a figure which shows the example of a data structure of a business process request. 業務処理要求管理テーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of a business process request management table. データ移行ログのデータ構造例を示す図である。It is a figure which shows the data structure example of a data migration log. 移行データリストのデータ構造例を示す図である。It is a figure which shows the data structure example of a transfer data list. データ移行連携用サーバによる順次移行の手順を示すフローチャートである。It is a flowchart which shows the procedure of the sequential transfer by the server for data transfer cooperation. データ移行連携用サーバによる一括移行の手順を示すフローチャートである。It is a flowchart which shows the procedure of the batch transfer by the server for data transfer cooperation. 順次移行を表す第1の模式図である。It is a 1st schematic diagram showing sequential transfer. 順次移行を表す第2の模式図である。It is a 2nd schematic diagram showing sequential transfer. 順次移行と一括移行とが競合しない場合の処理の流れの具体例を示す第1のシーケンス図である。It is a 1st sequence diagram which shows the specific example of the flow of a process when sequential transfer and batch transfer do not compete. 順次移行と一括移行とが競合しない場合の処理の流れの具体例を示す第2のシーケンス図である。It is a 2nd sequence diagram which shows the specific example of the flow of a process when sequential transfer and batch transfer do not compete. 順次移行と一括移行とが競合する場合の処理の流れの具体例を示す第1のシーケンス図である。It is a 1st sequence diagram which shows the specific example of the flow of a process when sequential transfer and batch transfer compete. 順次移行と一括移行とが競合する場合の処理の流れの具体例を示す第2のシーケンス図である。It is a 2nd sequence diagram which shows the specific example of the flow of a process when sequential transfer and batch transfer compete. 順次移行が競合する場合の具体例を示す第1のタイミング図である。FIG. 11 is a first timing diagram illustrating a specific example when sequential transitions compete. 順次移行が競合する場合の具体例を示す第2のタイミング図である。FIG. 10 is a second timing diagram illustrating a specific example in the case where sequential transitions compete.

符号の説明Explanation of symbols

1 コンピュータ
1a システム管理情報記憶手段
1b 処理依頼手段
1c データ要求手段
1d 登録依頼手段
1e 再処理依頼手段
1f 削除依頼手順
2 移行先データ処理システム
2a サービス群
2b データ記憶手段
3 移行元データ処理システム
3a サービス群
3b データ記憶手段
DESCRIPTION OF SYMBOLS 1 Computer 1a System management information storage means 1b Processing request means 1c Data request means 1d Registration request means 1e Reprocessing request means 1f Deletion request procedure 2 Migration destination data processing system 2a Service group 2b Data storage means 3 Migration source data processing system 3a service Group 3b Data storage means

Claims (3)

移行元データ処理システムと移行先データ処理システムとに接続されたコンピュータを、
データ処理依頼を受け付けると、前記移行先データ処理システムに前記データ処理依頼を送信する処理依頼手段、
前記処理依頼手段による送信に対し前記移行先データ処理システムから処理対象データの不存在応答を受信すると、前記移行元データ処理システムに前記処理対象データの取得要求を送信するデータ要求手段、
前記データ要求手段による取得要求に対し前記移行元データ処理システムから前記処理対象データを受信した場合、前記移行先データ処理システムに受信したデータの登録依頼を送信する登録依頼手段、
前記データ要求手段による取得要求に対し前記移行元データ処理システムから前記処理対象データの不存在応答を受信した場合、および、前記登録依頼手段により登録依頼が送信された場合、前記処理依頼手段が送信した前記データ処理依頼を前記移行先データ処理システムに再送信する再処理依頼手段、
前記登録依頼手段による送信に対し前記移行先データ処理システムから登録完了応答を受信し、かつ、前記再処理依頼手段による再送信に対し前記移行先データ処理システムから処理結果応答を受信すると、前記移行元データ処理システムに前記処理対象データの削除依頼を送信する削除依頼手段、
として機能させることを特徴とするデータ移行プログラム。
A computer connected to the migration source data processing system and the migration destination data processing system,
Processing request means for receiving the data processing request and transmitting the data processing request to the migration destination data processing system;
A data requesting means for transmitting an acquisition request for the processing target data to the source data processing system upon receiving a non-existence response of the processing target data from the migration destination data processing system in response to the transmission by the processing requesting means;
Registration request means for transmitting the received data registration request to the migration destination data processing system when the processing target data is received from the migration source data processing system in response to the acquisition request by the data request means;
In response to an acquisition request from the data requesting means, when a response to the absence of the processing target data is received from the migration source data processing system, and when a registration request is sent by the registration requesting means, the processing requesting means sends Reprocessing request means for retransmitting the data processing request to the migration destination data processing system;
When the registration completion response is received from the migration destination data processing system in response to the transmission by the registration request unit, and the processing result response is received from the migration destination data processing system in response to the retransmission by the reprocessing request unit, the migration A deletion request means for transmitting a deletion request for the processing target data to the original data processing system;
Data migration program characterized by functioning as
移行元データ処理システムと移行先データ処理システムとに接続されたコンピュータが、
データ処理依頼を受け付けると、前記移行先データ処理システムに前記データ処理依頼を送信する処理依頼ステップと、
前記処理依頼ステップによる送信に対し前記移行先データ処理システムから処理対象データの不存在応答を受信すると、前記移行元データ処理システムに前記処理対象データの取得要求を送信するデータ要求ステップと、
前記データ要求ステップによる取得要求に対し前記移行元データ処理システムから前記処理対象データを受信した場合、前記移行先データ処理システムに受信したデータの登録依頼を送信する登録依頼ステップと、
前記データ要求ステップによる取得要求に対し前記移行元データ処理システムから前記処理対象データの不存在応答を受信した場合、および、前記登録依頼ステップにより登録依頼が送信された場合、前記処理依頼ステップが送信した前記データ処理依頼を前記移行先データ処理システムに再送信する再処理依頼ステップと、
前記登録依頼ステップによる送信に対し前記移行先データ処理システムから登録完了応答を受信し、かつ、前記再処理依頼ステップによる再送信に対し前記移行先データ処理システムから処理結果応答を受信すると、前記移行元データ処理システムに前記処理対象データの削除依頼を送信する削除依頼ステップと、
を実行することを特徴とするデータ移行方法。
A computer connected to the source data processing system and the destination data processing system
Upon receiving a data processing request, a processing request step for transmitting the data processing request to the migration destination data processing system;
A data requesting step of transmitting an acquisition request for the processing target data to the source data processing system upon receiving a non-existence response of the processing target data from the migration destination data processing system in response to the transmission by the processing request step;
A registration request step for transmitting a registration request for the received data to the migration destination data processing system when the processing target data is received from the migration source data processing system in response to the acquisition request by the data request step;
In response to the acquisition request in the data request step, when the non-existence response of the processing target data is received from the migration source data processing system, and when the registration request is transmitted in the registration request step, the processing request step transmits A reprocessing request step for re-sending the data processing request to the migration destination data processing system;
When the registration completion response is received from the migration destination data processing system in response to the transmission by the registration request step and the processing result response is received from the migration destination data processing system in response to the retransmission by the reprocessing request step, the migration A deletion request step for transmitting a deletion request for the processing target data to the original data processing system;
The data migration method characterized by performing.
移行元データ処理システムと移行先データ処理システムとに接続されたデータ移行装置であって、
データ処理依頼を受け付けると、前記移行先データ処理システムに前記データ処理依頼を送信する処理依頼手段と、
前記処理依頼手段による送信に対し前記移行先データ処理システムから処理対象データの不存在応答を受信すると、前記移行元データ処理システムに前記処理対象データの取得要求を送信するデータ要求手段と、
前記データ要求手段による取得要求に対し前記移行元データ処理システムから前記処理対象データを受信した場合、前記移行先データ処理システムに受信したデータの登録依頼を送信する登録依頼手段と、
前記データ要求手段による取得要求に対し前記移行元データ処理システムから前記処理対象データの不存在応答を受信した場合、および、前記登録依頼手段により登録依頼が送信された場合、前記処理依頼手段が送信した前記データ処理依頼を前記移行先データ処理システムに再送信する再処理依頼手段と、
前記登録依頼手段による送信に対し前記移行先データ処理システムから登録完了応答を受信し、かつ、前記再処理依頼手段による再送信に対し前記移行先データ処理システムから処理結果応答を受信すると、前記移行元データ処理システムに前記処理対象データの削除依頼を送信する削除依頼手段と、
を有することを特徴とするデータ移行装置。
A data migration device connected to the migration source data processing system and the migration destination data processing system,
Upon receiving a data processing request, processing request means for transmitting the data processing request to the migration destination data processing system;
A data requesting means for sending an acquisition request for the processing target data to the source data processing system upon receiving a non-existence response of the processing target data from the migration destination data processing system in response to the transmission by the processing requesting means;
A registration request means for transmitting a registration request for the received data to the migration destination data processing system when the processing target data is received from the migration source data processing system in response to an acquisition request by the data request means;
In response to an acquisition request from the data requesting means, when a response to the absence of the processing target data is received from the migration source data processing system, and when a registration request is sent by the registration requesting means, the processing requesting means sends Reprocessing request means for retransmitting the data processing request to the migration destination data processing system;
When the registration completion response is received from the migration destination data processing system in response to the transmission by the registration request unit, and the processing result response is received from the migration destination data processing system in response to the retransmission by the reprocessing request unit, the migration A deletion request means for transmitting a deletion request for the processing target data to the original data processing system;
A data migration apparatus comprising:
JP2007318767A 2007-12-10 2007-12-10 Data migration program, data migration method, and data migration apparatus Active JP5040629B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007318767A JP5040629B2 (en) 2007-12-10 2007-12-10 Data migration program, data migration method, and data migration apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007318767A JP5040629B2 (en) 2007-12-10 2007-12-10 Data migration program, data migration method, and data migration apparatus

Publications (2)

Publication Number Publication Date
JP2009140428A true JP2009140428A (en) 2009-06-25
JP5040629B2 JP5040629B2 (en) 2012-10-03

Family

ID=40870937

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007318767A Active JP5040629B2 (en) 2007-12-10 2007-12-10 Data migration program, data migration method, and data migration apparatus

Country Status (1)

Country Link
JP (1) JP5040629B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013089029A (en) * 2011-10-18 2013-05-13 Fujitsu Telecom Networks Ltd Data management system, center device, and data management method
JP2013175117A (en) * 2012-02-27 2013-09-05 Nippon Telegr & Teleph Corp <Ntt> Data migration device and its operating method
JP2013250629A (en) * 2012-05-30 2013-12-12 Mizuho Information & Research Institute Inc Information management system and information management method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008293378A (en) 2007-05-25 2008-12-04 Panasonic Corp Program rewriting device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003173279A (en) * 2001-12-06 2003-06-20 Hitachi Ltd Method of transferring file between storage device
JP2005084963A (en) * 2003-09-09 2005-03-31 Hitachi Ltd File-sharing device and method for transferring data between file-sharing devices
JP2006092054A (en) * 2004-09-22 2006-04-06 Hitachi Ltd Method for data migration
JP2007041888A (en) * 2005-08-04 2007-02-15 Fujitsu Ltd Database restructuring device and database restructuring program
JP2007293486A (en) * 2006-04-24 2007-11-08 Fujitsu Ltd Disk device, disk control method and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003173279A (en) * 2001-12-06 2003-06-20 Hitachi Ltd Method of transferring file between storage device
JP2005084963A (en) * 2003-09-09 2005-03-31 Hitachi Ltd File-sharing device and method for transferring data between file-sharing devices
JP2006092054A (en) * 2004-09-22 2006-04-06 Hitachi Ltd Method for data migration
JP2007041888A (en) * 2005-08-04 2007-02-15 Fujitsu Ltd Database restructuring device and database restructuring program
JP2007293486A (en) * 2006-04-24 2007-11-08 Fujitsu Ltd Disk device, disk control method and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013089029A (en) * 2011-10-18 2013-05-13 Fujitsu Telecom Networks Ltd Data management system, center device, and data management method
JP2013175117A (en) * 2012-02-27 2013-09-05 Nippon Telegr & Teleph Corp <Ntt> Data migration device and its operating method
JP2013250629A (en) * 2012-05-30 2013-12-12 Mizuho Information & Research Institute Inc Information management system and information management method

Also Published As

Publication number Publication date
JP5040629B2 (en) 2012-10-03

Similar Documents

Publication Publication Date Title
US5613155A (en) Bundling client write requests in a server
US9361390B2 (en) Web content management
KR100987746B1 (en) Job management device, cluster system, and computer-readable medium storing job management program
US6237005B1 (en) Web server mechanism for processing multiple transactions in an interpreted language execution environment
US20030212660A1 (en) Database scattering system
US20070113017A1 (en) System and method to protect data stored in a storage system
RU2016122623A (en) DATABASE MANAGEMENT SYSTEM
JP2005243026A (en) Method, system, and computer program for system architecture for arbitrary number of backup components
US7519633B2 (en) Asynchronous replication of data
US20200104404A1 (en) Seamless migration of distributed systems
JP5040629B2 (en) Data migration program, data migration method, and data migration apparatus
US20030088638A1 (en) Support of fixed-block storage devices over escon links
JP2005196618A (en) Storage device and its control method
JP2003345640A (en) Data backup system
US20230376470A1 (en) Moving Window Data Deduplication in Distributed Storage
JP2896394B2 (en) File server device
US8706714B2 (en) File aggregation method and information processing system using the same
JP4222065B2 (en) Data access method and information system in information system
CN103838586A (en) System and method for opening file
CN113495739A (en) Information processing apparatus, information processing method and system, computer readable medium
JP2008158978A (en) Database synchronous system, database synchronous method, database server, control method for database server, and program
JP2005526328A (en) Automatic data import
US20240078485A1 (en) Data management system and data management method
JP4981412B2 (en) File transfer system and method, management apparatus and server
US20050021641A1 (en) Program, method, apparatus and recording medium for supporting inquiries from server to operator

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100715

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120612

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120625

R150 Certificate of patent or registration of utility model

Ref document number: 5040629

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150720

Year of fee payment: 3