JP5251718B2 - Data conversion program, data conversion method, and data conversion apparatus - Google Patents

Data conversion program, data conversion method, and data conversion apparatus Download PDF

Info

Publication number
JP5251718B2
JP5251718B2 JP2009114700A JP2009114700A JP5251718B2 JP 5251718 B2 JP5251718 B2 JP 5251718B2 JP 2009114700 A JP2009114700 A JP 2009114700A JP 2009114700 A JP2009114700 A JP 2009114700A JP 5251718 B2 JP5251718 B2 JP 5251718B2
Authority
JP
Japan
Prior art keywords
data
conversion
record
error
flow
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.)
Active
Application number
JP2009114700A
Other languages
Japanese (ja)
Other versions
JP2010262587A (en
Inventor
正雄 友藤
茂夫 吉川
一郎 江口
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 JP2009114700A priority Critical patent/JP5251718B2/en
Publication of JP2010262587A publication Critical patent/JP2010262587A/en
Application granted granted Critical
Publication of JP5251718B2 publication Critical patent/JP5251718B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、データ変換システムにおける変換エラー発生時のリカバリ技術に関する。   The present invention relates to a recovery technique when a conversion error occurs in a data conversion system.

データ供給元システムからデータを収集して、変換・加工を行い、データ供給先システムにデータを配布するデータ変換システムが一般に普及しつつある。データ変換システムは、図23に示すように、データ供給元システム(A、B)からデータを収集し、該収集データを複数のデータ変換(変換1、2、3)を行い、その加工したデータをデータ供給先システム(C、D)に配布するものである。   A data conversion system that collects data from a data supply source system, performs conversion / processing, and distributes the data to the data supply destination system is becoming popular. As shown in FIG. 23, the data conversion system collects data from the data supply source systems (A, B), performs a plurality of data conversions (conversions 1, 2, 3), and processes the processed data. Are distributed to the data supply destination systems (C, D).

データ供給元システムからのデータ収集には、業務システムの種類により、汎用機のプログラムがデータ変換システム側にファイルを転送する場合と、オープン系のリレーショナル・データベースに格納されたデータをSQL(Structured Query Language :構造化問い合わせ言語)で直接抽出する場合とがある。   For data collection from the data supplier system, depending on the type of business system, a general-purpose machine program transfers files to the data conversion system side, and data stored in an open relational database is SQL (Structured Query). (Language: structured query language).

従来、複数の変換処理(文字等のコード変換、クレンジングなど)の何れかにおいて、データ不正や無効データによる異常が発生した場合、(1)途中の変換処理における中間データを利用者に修正してもらい、エラー発生以降の変換処理を行う、(2)収集した全データ内から異常レコードを利用者に修正してもらい、全データを再入力して、先頭の変換処理から全データに対する変換処理を行う、(3)変換エラー発生時に、異常発生レコードの処理をスキップして、正常レコードの処理を続行させる、などのエラーリカバリの方式が採られてきた(例えば、特許文献1参照)。   Conventionally, when an error due to data fraud or invalid data occurs in any of a plurality of conversion processes (code conversion of characters etc., cleansing, etc.), (1) the intermediate data in the conversion process in the middle is corrected to the user (2) Have the user correct the abnormal record from all the collected data, re-enter all the data, and convert all the data from the first conversion process. (3) When a conversion error occurs, an error recovery method has been adopted, such as skipping an abnormal record processing and continuing normal record processing (see, for example, Patent Document 1).

上記従来の方式において、エラー発生時点のデータを修正してリカバリする際に、利用者は、収集時点のデータではなくて、変換処理中の中間データを確認/修正することになる。中間データは、収集データからのレコード順入れ替わりや複数の変換を経ているため、利用者によるエラー原因の見極めやデータの修正を難しくしている。   In the above-described conventional method, when correcting and recovering data at the time of error occurrence, the user confirms / corrects intermediate data being converted, not data at the time of collection. Since the intermediate data has undergone a change of order of records from the collected data and a plurality of conversions, it is difficult for the user to determine the cause of the error and correct the data.

また、異常発生レコードの変換処理をスキップして、正常レコードを継続させる方式の場合、エラーの数や種類が大量であるため、エラー個所やエラー内容の見極めは一層複雑となる。また、変換エラー毎にリカバリを開始するポイントが異なり、利用者のリカバリ操作が煩雑となる。   In addition, in the method of skipping the abnormal record conversion process and continuing the normal record, since the number and types of errors are large, the determination of the error location and error content becomes more complicated. Further, the point at which recovery is started for each conversion error is different, and the user's recovery operation becomes complicated.

さらに、データ変換フローで変換異常データが含まれる場合、そのデータ(レコード)をスキップし、その他のデータの変換処理を続行させたいケースがあるが、後続の変換処理によっては、ソート、集計で全データが揃わずに不正な変換結果となるなどの問題がある。この場合のリカバリとして、修正データを含む全データによるデータ変換フロー先頭からの再実行が必要となり、データ量が大量でリカバリに時間を要する。   Furthermore, when conversion abnormal data is included in the data conversion flow, there are cases where you want to skip that data (record) and continue the conversion process of other data. There are problems such as incorrect conversion results due to lack of data. Recovery in this case requires re-execution from the beginning of the data conversion flow with all data including correction data, and the amount of data is large and recovery takes time.

特開2006−3978号公報JP 2006-3978 A

上述してきた問題を解決するため、本発明では、データ変換システムにおいて、収集データ追跡の仕組みや、収集データや中間データを一定期間蓄積して管理する蓄積ファイル機構(データの保持/再利用/管理)を用いたリカバリの仕組みを組合せた、効率的なデータ変換のエラーリカバリ装置、方法、およびプログラムを提供する。   In order to solve the above-described problems, in the present invention, in the data conversion system, a collection data tracking mechanism and an accumulation file mechanism for accumulating and managing collection data and intermediate data for a certain period (data retention / reuse / management) Efficient data conversion error recovery apparatus, method, and program combining the recovery mechanism using

本発明の一態様は、供給元システムから収集したデータを変換して供給先システムに供給するデータ変換装置におけるデータ変換プログラムに関し、コンピュータに、前記収集データを蓄積ファイルに保持して管理する蓄積ファイル管理ステップと、前記蓄積ファイルから対象となるデータを抽出し、該データにレコード識別番号を付加するレコード情報付加ステップと、前記レコード識別番号が付加されたデータに対しレコード毎に複数の変換処理を行うデータ変換ステップと、前記変換処理においてエラーが発生した場合、エラーレコードを除き、その他のレコードを予め定義された待合せポイントまで継続処理する変換継続ステップと、前記エラーレコードに対し利用者が修正した修正レコードを取得し、当該修正レコードに対する変換の再処理を行う変換再処理ステップと、前記データ内の全レコードの変換が正常完了した時点で、前記データから前記レコード識別番号を切り取り、配付データとして出力する配布データ出力ステップを実行させる構成とすることによって、データ変換に異常が生じた場合に、エラー個所やエラー内容、収集データからのレコード順入れ替わりに影響を受けないでリカバリを実行することが可能となる。   One aspect of the present invention relates to a data conversion program in a data conversion apparatus that converts data collected from a supply source system and supplies the data to a supply destination system, and stores the collected data in a storage file and manages the collected data in a computer A management step, a record information adding step for extracting target data from the accumulated file and adding a record identification number to the data, and a plurality of conversion processes for each record with respect to the data to which the record identification number is added. A data conversion step to be performed; a conversion continuation step in which, if an error occurs in the conversion process, except for an error record, other records are continuously processed to a predefined meeting point; and the error record is corrected by the user Get a correction record and change the correction record A conversion reprocessing step for performing reprocessing, and a distribution data output step for cutting out the record identification number from the data and outputting it as distribution data when conversion of all records in the data is normally completed; By doing so, when an abnormality occurs in data conversion, it becomes possible to perform recovery without being affected by the error location, the error content, and the change of the record order from the collected data.

以上、本発明によれば、データ変換フローで変換異常が発生した場合、収集時点の異常レコードのみ抽出可能とすることによって、変換エラー個所やエラー内容、収集データからのレコード順入れ替わりに影響を受けず、また大量エラー発生時のリカバリ対象データの特定が不要となる。   As described above, according to the present invention, when a conversion abnormality occurs in the data conversion flow, only the abnormal record at the time of collection can be extracted, so that it is affected by the conversion error location, the error content, and the order of the records from the collected data. In addition, it is not necessary to specify recovery target data when a large number of errors occur.

また、データ変換フローのリカバリ実行においては、変換処理(ソート、集計)によっては全データを揃わせる必要があるが、全データを揃わせる変換処理直前の修正データ(レコード)のみで処理を行うため、リカバリ時間が短縮できる。   Also, in the recovery execution of the data conversion flow, it is necessary to prepare all the data depending on the conversion processing (sorting and aggregation), but the processing is performed only with the correction data (record) immediately before the conversion processing to prepare all the data. Recovery time can be shortened.

さらに、全データを揃わせる変換処理までをデータ変換フロー中断ポイントとして判別して保持し、異常データ(レコード)が取り除かれるまで待ち合わせ制御を行うことで、データ変換フローの出力データを確定させない状態を保ちながら、修正データのみのリカバリ操作を繰り返し行うことができる。   In addition, the conversion process to collect all data is determined and held as a data conversion flow interruption point, and by waiting control until abnormal data (record) is removed, the output data of the data conversion flow is not fixed. The recovery operation of only the correction data can be repeatedly performed while keeping the data.

本発明の実施の形態になるデータ変換システムの一基本構成を示す。1 shows a basic configuration of a data conversion system according to an embodiment of the present invention. 本発明の実施の形態になるデータ変換のフロー実行管理テーブルのデータ構造例を示す。The data structure example of the flow execution management table of the data conversion which becomes embodiment of this invention is shown. 本発明の実施の形態になる蓄積ファイル管理テーブルのデータ構造例を示す。The example of a data structure of the storage file management table which becomes embodiment of this invention is shown. 本発明の実施の形態になる蓄積ファイルのレコード管理情報を示す。The record management information of the accumulation | storage file which becomes embodiment of this invention is shown. 本発明の実施の形態になるエラー発生時におけるデータ変換の流れを説明する図(実施例1)である。It is a figure (Example 1) explaining the flow of the data conversion at the time of the occurrence of the error which becomes embodiment of this invention. 本発明の実施の形態になるデータ変換エラー時の利用者による変換エラーデータの修正手順を説明する図(実施例1)である。It is a figure (Example 1) explaining the correction procedure of the conversion error data by the user at the time of the data conversion error which becomes embodiment of this invention. 本発明の実施の形態になるデータ変換フローのリカバリ実行操作と資源再利用によるリカバリ処理の構成(実施例1)を示す。The structure (Example 1) of the recovery process by the recovery execution operation of the data conversion flow which becomes embodiment of this invention and resource reuse is shown. 本発明の実施の形態になるデータ変換システムにおけるデータ変換の全体フロー( 実施例1)を示す。1 shows an overall flow of data conversion (Example 1) in a data conversion system according to an embodiment of the present invention. 本発明の実施の形態になる正常データ保持ポイントの判別処理フロー(実施例1)を示す。7 shows a normal data holding point determination processing flow (embodiment 1) according to the embodiment of the present invention. 本発明の実施の形態になるレコード識別情報付加の処理フローを示す。The processing flow of record identification information addition which becomes embodiment of this invention is shown. 本発明の実施の形態になるデータ変換フロー実行の処理フロー(実施例1)を示す。The processing flow (Example 1) of the data conversion flow execution which becomes embodiment of this invention is shown. 本発明の実施の形態になる異常レコード情報出力の処理フローを示す。The processing flow of the abnormal record information output which becomes embodiment of this invention is shown. 本発明の実施の形態になる異常データ抽出/格納の処理フローを示す。6 shows a processing flow of abnormal data extraction / storage according to an embodiment of the present invention. 本発明の実施の形態になるデータ変換のリカバリ実行処理フローを示す。The recovery conversion processing flow of the data conversion which becomes embodiment of this invention is shown. 本発明の実施の形態になる中断再開の処理フローを示す。The processing flow of interruption resumption which becomes embodiment of this invention is shown. 本発明の実施の形態になるエラー発生時におけるデータ変換の流れを説明する図(実施例2)を示す。The figure (Example 2) explaining the flow of the data conversion at the time of the error generation which becomes embodiment of this invention is shown. 本発明の実施の形態になるデータ変換エラー時の利用者による変換エラーデータの修正手順を説明する図( 実施例2)を示す。The figure (Example 2) explaining the correction procedure of the conversion error data by the user at the time of the data conversion error which becomes embodiment of this invention is shown. 本発明の実施の形態になるデータ変換フローのリカバリ実行操作と資源再利用によるリカバリ処理の構成(実施例2)を示す。The structure (Example 2) of the recovery process by the recovery execution operation and resource reuse of the data conversion flow which becomes embodiment of this invention is shown. 本発明の実施の形態になるデータ変換システムにおけるデータ変換の全体フロー( 実施例2)を示す。The whole flow (Example 2) of the data conversion in the data conversion system which becomes embodiment of this invention is shown. 本発明の実施の形態になる正常データ保持ポイントの判別処理フロー(実施例2)を示す。The normal data retention point determination processing flow (Example 2) according to the embodiment of the present invention will be described. 本発明の実施の形態になるデータ変換フロー実行の処理フロー(実施例2)を示す。The processing flow (Example 2) of the data conversion flow execution which becomes embodiment of this invention is shown. 本発明の実施の形態になるデータ変換フロー実行の処理フロー続き(実施例2)を示す。The processing flow continuation (Example 2) of the data conversion flow execution which becomes embodiment of this invention is shown. 従来のデータ変換システムの構成を示す。The structure of the conventional data conversion system is shown.

以下、図面にもとづいて本発明の実施形態を説明する。収集データ追跡の仕組みと、収集データや中間データを一定期間蓄積して管理する蓄積ファイル機構(データの保持/再利用/管理)を用いたリカバリの仕組みと、を組合せて行うデータ変換システムに関し、以下2つの実施例について説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. Regarding a data conversion system that combines a collection data tracking mechanism and a recovery mechanism using a storage file mechanism (data retention / reuse / management) that accumulates and manages collection data and intermediate data for a certain period of time, Two examples will be described below.

実施例1では、データ変換フローにおいて変換エラーが発生した場合、エラーレコードを除き、その他のデータ(レコード)はデータ保持ポイントまで全てのレコードの変換処理を続行させ、リカバリ時に、修正レコードのみ処理を行い、データ保持ポイント到達時に全データの変換処理を行う手法を扱う。   In the first embodiment, when a conversion error occurs in the data conversion flow, except for the error record, the other data (records) continues the conversion process of all records up to the data holding point, and only the corrected record is processed at the time of recovery. And handle the method of converting all data when the data retention point is reached.

また、実施例2では、実施例1のデータ保持ポイントの待ち合わせ処理において、後続の変換処理の影響を判別し、影響がなければフロー終了直前まで処理続行することによりリカバリ時間の短縮化を行う手法を扱う。
(実施例1)
図1は、本発明の実施の形態になるデータ変換システムの一基本構成を示す。本データ変換システムは、互いにLAN(Local Area Network)などのネットワークに接続するデータ変換装置1、データ供給元システム2(システム1、2)、およびデータ供給先システム3(システム3、4)から構成される。
In the second embodiment, in the data holding point waiting process according to the first embodiment, the influence of the subsequent conversion process is determined, and if there is no influence, the process is continued immediately before the end of the flow to shorten the recovery time. Handle.
Example 1
FIG. 1 shows a basic configuration of a data conversion system according to an embodiment of the present invention. This data conversion system includes a data conversion apparatus 1, a data supply source system 2 (systems 1 and 2), and a data supply destination system 3 (systems 3 and 4) that are connected to a network such as a LAN (Local Area Network). Is done.

データ変換装置1は、データ供給元システム2からデータ収集して、蓄積ファイル機構を用い、データ収集蓄積部10と蓄積ファイル100によって収集したデータの保持/管理を行い、つぎのデータ変換フロー処理部4において、レコード情報付加部11で収集データを取り出し、該データに装置内で一意となるレコード識別番号を付加する。   The data conversion apparatus 1 collects data from the data supply source system 2, uses the storage file mechanism, retains / manages data collected by the data collection / storage unit 10 and the storage file 100, and performs the next data conversion flow processing unit 4, the record data adding unit 11 takes out the collected data and adds a record identification number that is unique within the apparatus to the data.

その後、複数の変換部12a、12b・・・にてレコード識別番号を付加したまま変換処理を行う。そして、全ての変換が正常完了した時点で、レコード識別情報切取部13においてデータからレコード識別番号が切り離され、配付データとして蓄積ファイルに格納される。   Thereafter, the conversion processing is performed with the record identification numbers added by the plurality of conversion units 12a, 12b. When all the conversions are normally completed, the record identification information cutting unit 13 separates the record identification number from the data and stores it as distribution data in the accumulation file.

データ変換フローにおいて、変換エラーが発生した場合は、エラーレコードを除き、その他のデータ(レコード)は処理を継続して、フロー実行管理テーブル200で管理しているデータ保持ポイント(待合せポイント)まで全てのレコードの変換処理を続行させる。データ保持ポイントでは、データ変換フロー開始時にフロー定義内容を参照して、全レコードの一括処理が必要な変換処理(ソート、集計)の有無と配置が判定される。   When a conversion error occurs in the data conversion flow, except for the error record, the other data (record) continues to be processed until the data holding point (waiting point) managed by the flow execution management table 200 is reached. Continue the conversion process for the current record. At the data holding point, the flow definition contents are referred to at the start of the data conversion flow, and the presence / absence and arrangement of conversion processing (sorting and counting) that require batch processing of all records are determined.

全レコードの一括処理が含まれない変換処理のみの場合は、データ変換フロー完了直前をデータ保持ポイントとし、全レコードの一括処理が含まれる場合は、その直前をデータ保持ポイントとして管理することとなる。   When only conversion processing that does not include batch processing of all records is performed, the data retention point is managed immediately before the completion of the data conversion flow, and when batch processing of all records is included, the data immediately before is managed as a data retention point. .

リカバリ操作においては、利用者のリカバリデータ取り出し操作に対して、格納抽出処理部15で異常レコード情報を参照しながら収集データ上の異常レコードのみを抽出し、利用者に修正レコード(未修正レコード含む)を再格納させる。   In the recovery operation, in response to the user's recovery data retrieval operation, the storage / extraction processing unit 15 extracts only the abnormal record on the collected data while referring to the abnormal record information, and the user receives a correction record (including an uncorrected record). ) Is stored again.

リカバリ実行においては、エラー個所やエラー内容を問わず、利用者のデータ変換フロー再実行の操作にしたがって、修正レコードのみに対しデータ変換フローの再処理を行う。処理がデータ保持ポイントに到達すると、リカバリ処理部14において、変換処理途中の正常レコードとデータ集約を行い、異常レコード情報がなくなるか否かでリカバリ操作が終わったことを判別して、それを契機に全データの変換処理を行う。   In the recovery execution, regardless of the error location and the error content, the data conversion flow is reprocessed only for the correction record in accordance with the user's data conversion flow re-execution operation. When the process reaches the data holding point, the recovery processing unit 14 aggregates data with normal records in the middle of the conversion process, determines that the recovery operation is completed based on whether or not abnormal record information is lost, and triggers it. All data conversion processing is performed.

ここで、データ変換装置1は、図示していないがCPU(Central Processing Unit )、メモリを備えたコンピュータであり、上述したデータ変換処理を行うプログラムは、データ変換装置1に備わる補助記憶装置(図にない)に格納され、電源投入時にメモリにロードされ、CPUによって実行されるものとなっている。また、該プログラムは、CD(Compact Disc)、DVD(Digital Versatile Disk)、フレキシブルディスク、MO(Magneto Optical Disk)等の記憶媒体に格納し、各媒体のドライブ装置によって、データ変換装置1にロードさせるように構成してもよい。   Here, although not shown, the data conversion device 1 is a computer including a CPU (Central Processing Unit) and a memory, and a program for performing the above-described data conversion processing is an auxiliary storage device (see FIG. Are loaded into the memory when the power is turned on and executed by the CPU. The program is stored in a storage medium such as a CD (Compact Disc), a DVD (Digital Versatile Disk), a flexible disk, or an MO (Magneto Optical Disk), and is loaded into the data conversion apparatus 1 by a drive device of each medium. You may comprise as follows.

図2は、本発明の実施の形態になるデータ変換のフロー実行管理テーブルのデータ構造例を示す。フロー実行管理テーブル200は、データ変換フローを管理するもので、「実行ID(Identification)」、「処理状態」、「正常データ保持ポイント」、および「処理続行」の項目から構成されている。
「実行ID」は、データ変換フロー実行毎の通番、「処理状態」は、データ変換フローの処理状態(実行中、中断、再開中)、「正常データ保持ポイント」は、リカバリ用の正常変換データの保持ポイント、および「処理続行」は、データ保持ポイントが存在しても最終変換処理まで処理を続行するかのフラグ、をそれぞれ示している。
FIG. 2 shows an example of the data structure of the data conversion flow execution management table according to the embodiment of the present invention. The flow execution management table 200 manages the data conversion flow, and includes items of “execution ID (Identification)”, “processing state”, “normal data holding point”, and “processing continuation”.
“Execution ID” is the serial number for each execution of the data conversion flow, “Processing state” is the processing state of the data conversion flow (during execution, suspension, or restarting), and “Normal data retention point” is the normal conversion data for recovery The “holding point” and “continue processing” indicate a flag indicating whether or not the processing is continued until the final conversion processing even if the data holding point exists.

図3は、本発明の実施の形態になる蓄積ファイル管理テーブルのデータ構造例を示す。蓄積ファイル管理テーブル101は、蓄積ファイル100の状態を管理するもので、「蓄積ファイルID」、「データボックス名」、「収集元システムNo.」、「変換フローID」、「データ状態」、および「蓄積ファイルレコード管理情報」の項目から構成されている。   FIG. 3 shows an example of the data structure of the accumulated file management table according to the embodiment of the present invention. The accumulated file management table 101 manages the status of the accumulated file 100. The “accumulated file ID”, “data box name”, “collection source system No.”, “conversion flow ID”, “data status”, and It consists of items of “accumulated file record management information”.

「蓄積ファイルID」は、蓄積ファイルの管理レコードID(収集ファイル/格納ファイル単位の一意の通番)、「データボックス名」は、蓄積ファイルのデータ型毎の任意の名前、「収集元システムNo.」は、収集元システム番号、「変換フローID」は、データ変換フロー実行毎の通番、「データ状態」は、蓄積ファイルID単位のデータ処理状態(格納済:データ格納完了、抽出中:データ抽出中(抽出処理中/中断状態)、抽出済:データ抽出完了)、「蓄積ファイルレコード管理情報」は、変換フローIDにリンクする異常発生レコード管理/エラー情報出力ファイル、をそれぞれ示している。   “Storage file ID” is the management record ID of the storage file (unique serial number for each collection file / storage file), “Data box name” is an arbitrary name for each data type of the storage file, “Collection source system No. "Collection source system number", "conversion flow ID" is a serial number for each data conversion flow execution, and "data state" is a data processing state in units of accumulated file IDs (stored: data storage completed, extracting: data extraction Medium (extraction process in progress / interrupted state), extracted: data extraction complete), and “accumulated file record management information” indicate an abnormal record management / error information output file linked to the conversion flow ID.

図4は、本発明の実施の形態になる蓄積ファイルのレコード管理情報を示す。蓄積ファイルレコード管理情報101aは、a:蓄積ファイルID−蓄積ファイルID毎の通番/b:無効レコードフラグ(ING:無効レコードON)/c:収集元システム番号/d:変換エラー発生の変換処理番号/e:エラー項目番号/f:異常レコードの収集データレコード長/g:変換エラー種別(コード、クレンジング等)/h:シスログ(システムログ)異常メッセージ(変換内容、エラー項目、エラー内容)など、複数のCSV(Comma Separated Value )形式の情報レコードから構成されている。   FIG. 4 shows record management information of the accumulation file according to the embodiment of the present invention. The accumulated file record management information 101a includes: a: accumulated file ID−serial number for each accumulated file ID / b: invalid record flag (ING: invalid record ON) / c: collection source system number / d: conversion process number of conversion error occurrence / E: Error item number / f: Abnormal record collection data record length / g: Conversion error type (code, cleansing, etc.) / h: Syslog (system log) error message (conversion content, error item, error content), etc. It is composed of a plurality of CSV (Comma Separated Value) format information records.

図5は、本発明の実施の形態になるエラー発生時におけるデータ変換の流れを説明する図(実施例1)を示す。本例は、データ変換フロー実行で変換異常が発生した場合の、リカバリ効率化に向けた準備処理の手順を説明したものである。   FIG. 5 is a diagram (Example 1) for explaining the flow of data conversion when an error occurs according to the embodiment of the present invention. In this example, the procedure of the preparation process for improving the recovery efficiency when a conversion abnormality occurs in the execution of the data conversion flow is described.

データ供給元システムからのデータ収集が行われた場合に、データ収集時点のデータ再利用に備えて蓄積ファイル100を用いてデータを保持する。なお、蓄積ファイル100の情報管理は、蓄積ファイル管理テーブル101にて行う。   When data is collected from the data supply source system, the data is stored using the storage file 100 in preparation for data reuse at the time of data collection. Information management of the accumulation file 100 is performed by the accumulation file management table 101.

利用者によるデータ変換フロー実行(ID=42)の指示によって、データ変換フロー実行が開始されると、ソート、集計の変換処理では、全てのレコードを揃えて処理する必要があり、リカバリ用の正常データ保持ポイント判別部20が、その待合せポイント(正常データ保持ポイント)を変換フロー定義より判別して、データ変換のフロー実行管理テーブル200に保持する。   When the data conversion flow execution is started by the user's data conversion flow execution (ID = 42) instruction, in the sort / aggregate conversion processing, it is necessary to process all the records together, and normal for recovery The data holding point discriminating unit 20 discriminates the waiting point (normal data holding point) from the conversion flow definition and holds it in the data conversion flow execution management table 200.

また、正常データ保持ポイント判別部20は、第1番目に現れる全データ一括変換処理(ソート/集計等の変換種別)を検知して、正常データ保持ポイントをフロー実行管理テーブル200に保持する。   The normal data holding point determination unit 20 detects all data batch conversion processing (conversion type such as sorting / aggregation) that appears first, and holds the normal data holding point in the flow execution management table 200.

データ変換フローのデータ処理を開始すると、データ抽出部21が、蓄積ファイル100より対象となるデータの抽出を行い、レコード情報付加部11が、抽出データへのレコード情報を付加する。具体的には、収集ファイル単位に管理する蓄積ファイルIDにレコード番号を追加し、データにレコード単位のIDが付加される。以降、異常発生時の異常レコードのみを対象としたレコード毎の管理がなされる。   When data processing of the data conversion flow is started, the data extraction unit 21 extracts target data from the accumulation file 100, and the record information addition unit 11 adds record information to the extracted data. More specifically, a record number is added to the storage file ID managed for each collected file, and the ID for each record is added to the data. Thereafter, management for each record is performed only for an abnormal record when an abnormality occurs.

データの1 レコード毎のID(識別子)として蓄積ファイルID及び蓄積ファイルID単位のレコード番号が埋込まれることによって、変換フローにおける変換エラーレコードの追跡が可能となる。   By embedding the storage file ID and the record number for each storage file ID as an ID (identifier) for each record of data, it is possible to track the conversion error record in the conversion flow.

但し、本仕組みにおいて、データの管理情報は、収集ファイル単位で保持し、アクセス数削減による性能向上と管理情報数削減による容量削減を行っている。   However, in this mechanism, data management information is held in units of collected files, and performance is improved by reducing the number of accesses and capacity is reduced by reducing the number of management information.

つぎに、変換12a、12bを実行する。このとき、データ変換異常(レコード2 がコード変換エラー、レコード4 がクレンジングエラー)が発生すると、蓄積ファイルレコード管理情報101aに異常レコード情報が書き込まれ、異常発生レコードのみレコード毎の情報管理がなされる。一方、変換12a、12bにおける正常レコードは、待合せ16を制御する正常データ保持ポイントまで処理を続行し、蓄積ファイル100に保持して蓄積ファイル管理テーブル101の”データ状態”を”格納済”とし、データ変換フロー処理を中断させる(リカバリ待ちの状態)。   Next, conversions 12a and 12b are executed. At this time, if a data conversion error occurs (record 2 is a code conversion error and record 4 is a cleansing error), the abnormal record information is written in the accumulated file record management information 101a, and only the abnormal record is managed for each record. . On the other hand, the normal records in the conversions 12a and 12b continue processing up to the normal data holding point that controls the waiting 16 and are held in the accumulated file 100 to set the “data state” in the accumulated file management table 101 to “stored”. Data conversion flow processing is interrupted (waiting for recovery).

図6は、本発明の実施の形態になるデータ変換エラー時の利用者による変換エラーデータの修正手順を説明する図(実施例1)を示す。   FIG. 6 is a diagram (Example 1) for explaining a procedure for correcting conversion error data by a user at the time of a data conversion error according to an embodiment of the present invention.

図5から続く利用者のデータ修正に伴うデータ抽出から格納までの処理の手順を示したものである。利用者が蓄積ファイル100からデータ変換フロー実行ID=42を指定してデータ抽出操作01をすると、リカバリデータ格納抽出部15は、抽出処理(リカバリ)15aにて、蓄積ファイル管理テーブル101のフロー実行IDにリンクする蓄積ファイルレコード管理情報101aを取得する。蓄積ファイル100から異常レコードIDを取得し、そのID(蓄積ファイルID+レコード番号)を元に、蓄積ファイル100から異常レコードのオフセット(位置)を特定して、抽出データファイル100’にレコードIDを付加して抽出する(利用者には抽出データ情報が分かるよう蓄積ファイルレコード管理情報も出力する)。本抽出処理によって、変換エラーの個所やエラー内容に影響を受けずに、データ収集時点のレコードから異常レコードのみを収集して抽出することが可能となる。   FIG. 6 shows a procedure of processing from data extraction to storage accompanying user data correction following FIG. When the user specifies the data conversion flow execution ID = 42 from the accumulated file 100 and performs the data extraction operation 01, the recovery data storage / extraction unit 15 executes the flow of the accumulated file management table 101 in the extraction process (recovery) 15a. The accumulated file record management information 101a linked to the ID is acquired. An abnormal record ID is acquired from the accumulation file 100, an offset (position) of the abnormal record is specified from the accumulation file 100 based on the ID (accumulation file ID + record number), and a record ID is added to the extracted data file 100 ′. (The accumulated file record management information is also output so that the user can know the extracted data information). With this extraction process, it is possible to collect and extract only abnormal records from records at the time of data collection without being affected by the location of the conversion error and the error contents.

つぎに、利用者がデータ修正03(レコード2のみ修正してレコード4は無効レコードとして破棄)して、データ変換フロー実行IDを指定して格納データファイルをデータ格納処理すると、付加されたレコードIDより修正レコードの蓄積ファイル100におけるオフセット(位置)を特定してレコードは置換される。   Next, when the user corrects data 03 (only record 2 is corrected and record 4 is discarded as an invalid record) and the data conversion flow execution ID is specified and the storage data file is stored, the added record ID is added. The record is replaced by specifying the offset (position) in the accumulation file 100 of the corrected record.

格納データに含まれないレコードは、以降のリカバリで無効レコードとして扱うため、蓄積ファイルレコード管理情報101a(ファイルA)に無効レコードのフラグを立てる。データ抽出/格納操作においては、収集レコードの特定と再利用を行えることで、繰り返しリカバリ操作が可能,かつ,一部の異常レコードのみ修正してリカバリ実行することも可能であり、段階的な変換エラーのリカバリが可能となる。   Since records that are not included in the stored data are treated as invalid records in the subsequent recovery, an invalid record flag is set in the accumulated file record management information 101a (file A). In data extraction / storage operations, it is possible to specify and reuse collected records, so that repeated recovery operations can be performed, and only some abnormal records can be corrected and recovery can be executed. Error recovery is possible.

図7は、本発明の実施の形態になるデータ変換フローのリカバリ実行操作と資源再利用によるリカバリ処理の構成(実施例1)を示す。本例は、図6から続くリカバリ実行処理の手順を示している。   FIG. 7 shows the configuration (Example 1) of the recovery process by the recovery execution operation and resource reuse of the data conversion flow according to the embodiment of the present invention. This example shows the procedure of the recovery execution process that continues from FIG.

利用者のリカバリ実行操作において、変換異常の発生個所が散在した場合や異常原因が異なる場合も(データ誤り/無効データ)、収集時点の異常レコードの特定や再利用/置き換えを可能とすることによって、データ変換フロー再実行と同一手順でリカバリ操作ができる。   In the recovery execution operation of the user, even if the location of the conversion error is scattered or the cause of the error is different (data error / invalid data), it is possible to identify the error record at the time of collection and reuse / replace it. The recovery operation can be performed in the same procedure as the data conversion flow re-execution.

リカバリ実行処理(実行ID=42)では、蓄積ファイル100からのデータ抽出部21において、蓄積ファイルレコード管理情報101aを参照して、異常レコードに該当する修正レコード(未修正レコード含む)を全て抽出する(無効レコードは抽出抑止)。   In the recovery execution process (execution ID = 42), the data extraction unit 21 from the storage file 100 refers to the storage file record management information 101a and extracts all correction records (including uncorrected records) corresponding to the abnormal records. (Invalid records are suppressed from being extracted).

抽出データに対するレコード情報付加部11では、蓄積ファイルレコード管理情報101aを参照して、修正レコードに対応する異常レコードのレコードIDを付加する。   The record information adding unit 11 for the extracted data adds the record ID of the abnormal record corresponding to the correction record with reference to the accumulated file record management information 101a.

変換部12a、12bは、修正レコードのみ変換処理を行い、データ変換フロー実行管理テーブル200で管理する正常データ保持ポイントまでの変換処理を行う。中断再開処理22の待ち合わせ処理においては、蓄積ファイルレコード管理情報101a内の異常レコードが全てなくなることを判別できたときに、該当レコードを削除し、後続の処理を行う。   The conversion units 12a and 12b perform the conversion process only on the correction record, and the conversion process up to the normal data holding point managed by the data conversion flow execution management table 200. In the waiting process of the interruption / resumption process 22, when it is determined that all the abnormal records in the accumulated file record management information 101a have disappeared, the corresponding record is deleted and the subsequent process is performed.

リカバリ処理(中断再開処理22)のマージ処理においては、修正レコードと蓄積ファイル100に保持の正常処理済データをマージし、フロー開始時点のレコードID(蓄積ファイル+通番)順にソート処理を行い、全データをフロー開始時点のレコード順に戻す。なお、本ソート処理は、正常レコードがソート済と同等のため処理オーバヘッドは極めて少ない。   In the merge process of the recovery process (suspend / resume process 22), the corrected record and the normally processed data held in the accumulated file 100 are merged, and the sort process is performed in the order of the record ID (accumulated file + serial number) at the start of the flow. Return data in the order of records at the beginning of the flow. This sort processing has very little processing overhead because normal records are equivalent to already sorted records.

以降は、全データによる変換3(集計) を行った後、レコード情報切取処理部13でレコードIDを切り取ってデータ変換フローを完了させる。   Thereafter, after performing conversion 3 (aggregation) with all data, the record information cut processing unit 13 cuts the record ID and completes the data conversion flow.

以下、図8〜図15を用いて、データ変換システムにおける各変換処理のフローを説明する。   Hereinafter, the flow of each conversion process in the data conversion system will be described with reference to FIGS.

図8は、本発明の実施の形態になるデータ変換システムにおけるデータ変換の全体フロー( 実施例1)を示す。各ステップ(S11〜S23)の処理は以下の通り。
S11:データ変換装置1は、データ供給元システム2からデータを収集し、収集したデータを蓄積ファイル100に保持し、蓄積ファイル管理テーブル101によって該データを管理する。
S12:利用者による入力操作によって、データ変換処理フローが開始される。
S13:データ変換フローにおける正常データ保持ポイントを判別(詳細は図9)。
S14:蓄積ファイル100からデータを抽出し、レコード毎にシステム内で識別可能なIDを付与するレコード識別情報付加処理を行う(詳細は図10)。
S15:データ変換フロー実行処理を行う(詳細は図11)。
S16:各データ変換処理に異常がなかったかを判定する。
S17:異常があれば、利用者によるデータ修正を含めた異常データの抽出/格納処理を行う(詳細は図13) 。
S18:リカバリ用のデータ変換フロー処理を行う(詳細は図14) 。
S19:レコード識別情報切取部13は、全データによる変換3(集計) を行った後、ステップS14において付加されたレコード単位の識別情報を切り取る。
S20:以上の処理結果を配布ファイル300として出力し、データ変換フローを完了させる。
S21:供給先システム3へ配布データを配付する。
FIG. 8 shows an overall flow of data conversion (Example 1) in the data conversion system according to the embodiment of the present invention. Processing of each step (S11 to S23) is as follows.
S11: The data conversion apparatus 1 collects data from the data supply source system 2, holds the collected data in the accumulation file 100, and manages the data by the accumulation file management table 101.
S12: The data conversion process flow is started by an input operation by the user.
S13: A normal data holding point in the data conversion flow is determined (details are shown in FIG. 9).
S14: Data is extracted from the accumulation file 100, and record identification information addition processing for assigning an ID that can be identified in the system for each record is performed (details are shown in FIG. 10).
S15: A data conversion flow execution process is performed (details are shown in FIG. 11).
S16: It is determined whether or not there is an abnormality in each data conversion process.
S17: If there is an abnormality, extraction / storage processing of abnormality data including data correction by the user is performed (details are shown in FIG. 13).
S18: A data conversion flow process for recovery is performed (details are shown in FIG. 14).
S19: The record identification information cutout unit 13 cuts out the record unit identification information added in step S14 after performing conversion 3 (aggregation) with all data.
S20: The above processing result is output as the distribution file 300, and the data conversion flow is completed.
S21: Distribute the distribution data to the supply destination system 3.

図9は、本発明の実施の形態になる正常データ保持ポイントの判別処理フロー(実施例1)を示す。
S31:データ変換フローの各変換定義内容および変換処理順序を読み込む。
S32:変換フローに全レコードの待ち合わせが必要な変換(ソート/集計)があるか否かを判断する。
S33:データ変換フローの第1番目に現れる全レコードの待ち合わせが必要な変換処理を検索する。
S34:検索した変換処理の1つ前の変換処理を終えた直後に、正常データ保持ポイントと判別してデータ変換のフロー実行管理テーブル200に設定する。
S35:ステップS32において、全レコードの待合せを必要とする変換がない場合には、データ変換フローの最終の変換処理直後に正常データ保持ポイントを設定する(データ変換フロー実行毎の管理情報に設定)。
FIG. 9 shows a normal data holding point determination processing flow (Example 1) according to the embodiment of the present invention.
S31: Read each conversion definition content and conversion processing order of the data conversion flow.
S32: It is determined whether or not there is a conversion (sort / aggregate) that requires waiting for all records in the conversion flow.
S33: Search for a conversion process that requires waiting for all the records appearing first in the data conversion flow.
S34: Immediately after finishing the conversion process immediately before the searched conversion process, it is determined as a normal data holding point and set in the data conversion flow execution management table 200.
S35: If there is no conversion requiring waiting for all records in step S32, a normal data holding point is set immediately after the final conversion process of the data conversion flow (set in the management information for each execution of the data conversion flow). .

図10は、本発明の実施の形態になるレコード識別情報付加の処理フローを示す。
S41:初回のデータ変換フローで処理対象とするデータを蓄積ファイル100から一時ファイルにデータを抽出する。
S42:一時ファイルから1レコード単位毎に切り出しを行う。
S43:蓄積ファイル管理情報101aに、蓄積ファイルID(収集ファイル毎のID)単位の管理レコードにデータ変換フローID(実行毎に採番) を書込む。
S44:レコードの先頭に1項目を追加して、蓄積ファイルID(上位8ビット)+蓄積ファイルID単位のレコード番号(下位8ビット) を設定し、後続の変換処理用の入力ファイルに書き込む。これによって、収集ファイル単位の蓄積ファイル情報の各レコードがレコード番号で管理される。
S45:抽出データに対する最終レコードへの識別情報付加処理は終わったかを判断し、終わっていない場合には、ステップS42に戻り、以降の処理を繰り返す。
FIG. 10 shows a processing flow for adding record identification information according to the embodiment of the present invention.
S41: Data to be processed in the first data conversion flow is extracted from the accumulation file 100 to a temporary file.
S42: Cut out from the temporary file for each record unit.
S43: Write the data conversion flow ID (numbered every execution) to the management record in units of storage file ID (ID for each collected file) in the storage file management information 101a.
S44: One item is added to the head of the record, storage file ID (upper 8 bits) + record number (lower 8 bits) in units of storage file ID is set, and written to the input file for subsequent conversion processing. Thereby, each record of the accumulated file information for each collected file is managed by the record number.
S45: It is determined whether the identification information adding process to the final record for the extracted data is completed. If not completed, the process returns to step S42 and the subsequent processes are repeated.

図11は、本発明の実施の形態になるデータ変換フロー実行の処理フロー(実施例1)を示す。
S51:変換処理直後が正常データ保持ポイントかを判断する。
S52:変換処理直後が正常データ保持ポイントである場合、変換処理の出力先に蓄積ファイルを割り当てる。
S53:蓄積ファイル管理情報に新たなデータファイルの管理レコードを追加する。
S54:ステップS51において、正常データ保持ポイントでない場合、各変換処理の出力先をメモリまたは一時作業ファイルとする。
S55:変換処理を1レコード毎実行する。
S56:正常に処理されたか否かを判断する。
S57:ステップS56において、変換に異常があった場合に、異常レコードは変換せずに、異常レコード情報出力処理を行う(詳細は図12)。
S58:変換処理内の最終レコードかを判断する。最終レコードになければ、ステップS55に戻り、以降の処理を繰り返す。
S59:最終レコードであれば、正常データ保持ポイント以降、またはデータ変換フローの最終変換処理にあるかを判断する。最終でなければ、ステップS51に戻り、以降の処理を繰り返す。
S60:最終であれば、蓄積ファイルレコード管理情報内に異常レコードが残存するか否かを判断する。
S61:異常レコードが残存していれば、蓄積ファイル管理情報の蓄積ファイルを格納済にして、データ変換フロー処理を中断する。
S62:異常レコードが残存していなければ、リカバリフロー実行中か否かを判断する。リカバリフローが実行中でなければ、本フローは終了する。
S63:リカバリフロー実行中の場合、中断再開処理を行う(詳細は図15)。
S64:データ変換処理は最終であるかを判断し、最終処理でない場合には、ステップS51に戻って、以降の処理を繰り返す。
FIG. 11 shows a processing flow (Example 1) for executing the data conversion flow according to the embodiment of the present invention.
S51: It is determined whether the normal data holding point is immediately after the conversion process.
S52: If the normal data holding point is immediately after the conversion process, the storage file is assigned to the output destination of the conversion process.
S53: A new data file management record is added to the accumulated file management information.
S54: If it is not a normal data holding point in step S51, the output destination of each conversion process is a memory or a temporary work file.
S55: The conversion process is executed for each record.
S56: It is determined whether or not the processing has been normally performed.
S57: If there is an abnormality in the conversion in step S56, the abnormal record information output process is performed without converting the abnormal record (details are shown in FIG. 12).
S58: It is determined whether it is the last record in the conversion process. If it is not in the last record, the process returns to step S55 and the subsequent processing is repeated.
S59: If it is the final record, it is determined whether it is after the normal data holding point or in the final conversion process of the data conversion flow. If it is not final, the process returns to step S51 and the subsequent processing is repeated.
S60: If it is final, it is determined whether or not an abnormal record remains in the accumulated file record management information.
S61: If an abnormal record remains, the storage file of the storage file management information is stored, and the data conversion flow process is interrupted.
S62: If no abnormal record remains, it is determined whether or not the recovery flow is being executed. If the recovery flow is not being executed, this flow ends.
S63: When the recovery flow is being executed, an interruption / resumption process is performed (for details, see FIG. 15).
S64: It is determined whether the data conversion process is final. If the data conversion process is not final, the process returns to step S51 to repeat the subsequent processes.

また、リカバリ時には、ステップS56に続けて、(A)のフローを走らせる。
S65:リカバリ中か否かを判定し、リカバリ中でなければ、(A)のフローは終了する。
S66:リカバリ中ならば、蓄積ファイル管理情報に該当異常レコード情報があり、かつ、エラー発生以降の変換処理である場合、その異常レコード情報を削除する。
At the time of recovery, the flow of (A) is run following step S56.
S65: It is determined whether recovery is in progress. If recovery is not in progress, the flow (A) ends.
S66: If recovery is in progress, if there is corresponding abnormal record information in the stored file management information and the conversion process is after the occurrence of an error, the abnormal record information is deleted.

図12は、本発明の実施の形態になる異常レコード情報出力の処理フローを示す。
S71:シスログ(システムログ)へレコードID(蓄積ファイルID+通番)、エラー変換番号、エラー内容等を埋め込んでエラーメッセージ出力する。
S72:蓄積ファイル管理情報内の該当フローIDにリンクする蓄積ファイルレコード管理情報があるかを判断する。
S73:蓄積ファイルレコード管理情報がある場合に、蓄積ファイルレコード管理情報に以下のCSV形式の情報レコードを追加(1レコード追加) する。
FIG. 12 shows a processing flow of output of abnormal record information according to the embodiment of the present invention.
S71: The record ID (accumulation file ID + serial number), error conversion number, error content, etc. are embedded in the syslog (system log) and an error message is output.
S72: It is determined whether there is accumulated file record management information linked to the corresponding flow ID in the accumulated file management information.
S73: If there is accumulated file record management information, the following CSV format information record is added to the accumulated file record management information (one record is added).

レコードID(蓄積ファイルID+通番)、無効レコードフラグ、収集元システム、レコード長、エラー変換番号、エラー項目番号、レコード長、・・・等。
S74:蓄積ファイルレコード管理情報がない場合に、蓄積ファイルレコード管理情報を生成して、蓄積ファイル管理情報内の該当フローIDの管理レコードに、生成ファイル名を設定する。
Record ID (accumulated file ID + serial number), invalid record flag, collection source system, record length, error conversion number, error item number, record length,.
S74: When there is no accumulated file record management information, the accumulated file record management information is generated, and the generated file name is set in the management record of the corresponding flow ID in the accumulated file management information.

図13は、本発明の実施の形態になる異常データ抽出/格納の処理フローを示す。
S81:利用者が、エラー発生のデータ変換フローID(実行毎のID)を指定して、データ抽出を行う。
S82:蓄積ファイル管理情報の該当フロー実行IDの管理レコードより、蓄積ファイルレコード管理情報を特定する。
S83:蓄積ファイルレコード管理情報から1レコード情報(CSV形式)を読み込み、異常となったレコードIDを特定する。
S84:レコードIDに対応する蓄積ファイルIDと通番(レコード番号) より、蓄積ファイルで管理の収集データから配置オフセットを特定する。
S85:抽出データファイルにレコードIDを付加した該当レコードを追加する。
S86:蓄積ファイルレコード管理情報の最終レコードかを判定する。最終レコードでなければ、ステップS83に戻り、以降の処理を繰り返す。
S87:最終レコードであれば、蓄積ファイルレコード管理情報をコピーして出力する。
S88:利用者に異常レコード修正させる(付加されているレコードIDは残す)。
S89:利用者が、格納データファイル(修正レコードファイル)を、エラー発生のデータ変換フローID(実行毎のID)を指定して格納する。
S90:格納データファイルからレコードIDを読み込む。
S91:レコードIDに対応する蓄積ファイルIDと通番(レコード番号) より、蓄積ファイルで管理の収集データから配置オフセットを特定する。
S92:レコードIDを切り取って、特定したオフセットで蓄積ファイルで管理の収集データを修正レコードで上書きする。
S93:蓄積ファイルレコード管理情報内のレコードIDと格納データファイル内のレコードIDとの比較結果を保持する。
S94:蓄積ファイルレコード管理情報の全レコードの比較が終了かを判定する。比較が終了していなければ、ステップS90に戻り、以降の処理を繰り返す。
S94:比較が終了していれば、蓄積ファイルレコード管理情報内のレコードIDが格納データファイル内のレコードIDに対して余っていた場合、無効レコードフラグ(IGN)を設定する。
FIG. 13 shows a processing flow of abnormal data extraction / storage according to the embodiment of the present invention.
S81: The user specifies the data conversion flow ID (ID for each execution) in which an error has occurred and performs data extraction.
S82: The storage file record management information is specified from the management record of the corresponding flow execution ID of the storage file management information.
S83: One record information (CSV format) is read from the accumulated file record management information, and an abnormal record ID is specified.
S84: An arrangement offset is specified from the collected data managed in the storage file from the storage file ID corresponding to the record ID and the serial number (record number).
S85: The corresponding record with the record ID added is added to the extracted data file.
S86: It is determined whether it is the last record of the accumulated file record management information. If it is not the last record, the process returns to step S83 and the subsequent processing is repeated.
S87: If it is the last record, the accumulated file record management information is copied and output.
S88: The user is made to correct the abnormal record (leave the added record ID).
S89: The user stores the stored data file (corrected record file) by specifying the data conversion flow ID (ID for each execution) in which an error has occurred.
S90: The record ID is read from the stored data file.
S91: An arrangement offset is specified from the collected data managed in the storage file based on the storage file ID corresponding to the record ID and the serial number (record number).
S92: The record ID is cut out, and the collected data of management is overwritten with the correction record in the storage file with the specified offset.
S93: The comparison result between the record ID in the stored file record management information and the record ID in the stored data file is held.
S94: It is determined whether or not the comparison of all the records in the stored file record management information is completed. If the comparison is not completed, the process returns to step S90 and the subsequent processing is repeated.
S94: If the comparison is completed, an invalid record flag (IGN) is set when the record ID in the stored file record management information is more than the record ID in the stored data file.

図14は、本発明の実施の形態になるデータ変換のリカバリ実行処理フローを示す。
S101:利用者が、エラー発生のデータ変換フローID(実行毎のID)を指定して、データ変換フローを再実行させる。
S102:蓄積ファイルレコード管理情報から、異常レコードIDを特定(無効レコードは無視)する。
S103:レコードIDに対応する蓄積ファイルIDと通番(レコード番号)より、蓄積ファイルで管理の収集データから配置オフセットを特定する。
S104:レコード識別情報付加処理を行う(詳細は図10)。
S105:データ変換フロー実行の処理(詳細は図11)及び中断再開処理を行う(詳細は図15)。
FIG. 14 shows a recovery execution processing flow of data conversion according to the embodiment of the present invention.
S101: The user designates the data conversion flow ID (ID for each execution) in which an error has occurred and re-executes the data conversion flow.
S102: An abnormal record ID is specified from the accumulated file record management information (invalid records are ignored).
S103: The arrangement offset is specified from the collected data managed in the accumulation file from the accumulation file ID corresponding to the record ID and the serial number (record number).
S104: Record identification information addition processing is performed (details are shown in FIG. 10).
S105: Data conversion flow execution processing (details are shown in FIG. 11) and interruption / resumption processing are performed (details are shown in FIG. 15).

図15は、本発明の実施の形態になる中断再開の処理フローを示す。
S112:レコード退避時の蓄積ファイル割り当てIDから、退避データを特定して、データ出力先ファイルにコピーする(後続のリカバリ変換処理の出力レコードは追加書き)。
S113:レコードIDをキーにソートして、フロー開始時点の順に戻す.
(実施例2)
以下、図16から図22を用いて、変換エラー時に後続の変換処理影響を判別してフロー終了直前まで処理続行する方式につき、実施例1と異にする部分を中心に説明する。
FIG. 15 shows a processing flow for resuming interruption according to the embodiment of the present invention.
S112: The saved data is specified from the accumulated file allocation ID at the time of saving the record, and copied to the data output destination file (the output record of the subsequent recovery conversion process is additionally written).
S113: Sort record IDs as keys and return to the order of the flow start time.
(Example 2)
Hereinafter, with reference to FIGS. 16 to 22, a method for determining the influence of the subsequent conversion process at the time of a conversion error and continuing the process until immediately before the end of the flow will be described with a focus on differences from the first embodiment.

図16は、本発明の実施の形態になるエラー発生時におけるデータ変換の流れを説明する図(実施例2)である。   FIG. 16 is a diagram (Example 2) for explaining the flow of data conversion when an error occurs according to the embodiment of the present invention.

まず、正常データ保持ポイント判別部20は、正常データ保持ポイントまでエラー続行の指定があるか否かをフロー実行管理テーブル200を参照して判断する。エラー続行が指定されていれば、ソート/集計の変換処理の前に変換エラーが発生したときの待合せ処理16において、エラー発生項目と以降に処理するソート/集計処理のキー項目(例えば、レコードデータ部のキー項目3)との関係の有無をチェックし(データ変換フローの項目関係情報を検索)、無関係であれば、待合せを行わずにその後の処理を続行させる。   First, the normal data retention point determination unit 20 refers to the flow execution management table 200 to determine whether or not there is an instruction to continue the error up to the normal data retention point. If error continuation is specified, in the waiting process 16 when a conversion error occurs before the sort / aggregate conversion process, an error occurrence item and a sort / aggregate process key item (for example, record data) to be processed thereafter If there is no relation, the subsequent processing is continued without waiting.

このとき、異常レコードはエラー項目以外の項目データを処理しながら、データ変換フローの最終の変換処理まで続行する。   At this time, the abnormal record continues to the final conversion process of the data conversion flow while processing the item data other than the error item.

図16の例では、データ変換フローの項目関係情報を検索して、後続変換処理の続行可否を判断し、後続のソート処理のキー項目3に影響しない項目でのエラーとなっているため待合せ処理が無視される。そして、変換3において、項目3のソート処理を行い、その処理結果を蓄積ファイル100にデータBとして出力する。また、蓄積ファイル100の別領域に異常レコードを格納する。   In the example of FIG. 16, the item relation information of the data conversion flow is searched to determine whether or not the subsequent conversion process can be continued. Since an error occurs in an item that does not affect the key item 3 of the subsequent sort process, the waiting process is performed. Is ignored. Then, in conversion 3, the item 3 is sorted, and the processing result is output as data B to the storage file 100. Further, the abnormal record is stored in another area of the accumulation file 100.

また、リカバリを行う手順として、実施例1と同様に、利用者による異常レコードの修正とリカバリ操作を行うが、リカバリ実行処理においては、再度のソート/集計処理を行わずに、蓄積ファイル100に保持された異常レコードを修正レコードに置換することによって変換処理を完了させる。   Further, as a procedure for performing the recovery, the user corrects the abnormal record and performs a recovery operation in the same manner as in the first embodiment. In the recovery execution process, the storage file 100 is not subjected to the sort / aggregate process again. The conversion process is completed by replacing the retained abnormal record with the correction record.

以上の本発明によって、変換エラー発生後に全てのレコードを揃えて処理する変換処理(ソート/集計)が現れても、待合せ処理において、それらの処理続行の可否(影響有無)を判断し、可能な場合に、変換処理を続行する構成とすることによって、リカバリ処理においては、データ変換フローの途中から全レコードを処理することがなくなり、実施例1と比較してリカバリ時間の更なる短縮を図ることが可能となる。   According to the present invention described above, even if conversion processing (sorting / aggregation) for processing all records after the conversion error occurs, it is possible to determine whether or not to continue the processing (waiting / not affecting) in the waiting processing. In this case, by adopting a configuration in which the conversion process is continued, in the recovery process, all records are not processed from the middle of the data conversion flow, and the recovery time is further shortened compared to the first embodiment. Is possible.

図17は、本発明の実施の形態になるデータ変換エラー時の利用者による変換エラーデータの修正手順を説明する図( 実施例2)である。   FIG. 17 is a diagram (Example 2) for explaining the conversion error data correction procedure by the user at the time of a data conversion error according to the embodiment of the present invention.

変換エラー時に後続の変換処理影響を判別してフロー終了直前まで処理続行する本実施例において、利用者による変換エラーデータの修正処理の構成は、図6と同一の構成となる。例では、抽出処理15aによって、蓄積ファイルID=852のエラーレコード4が抽出され、格納処理15bによって、利用者が修正入力したレコード4xに置換されて再格納されることを示している。   In this embodiment in which the influence of the subsequent conversion process is determined at the time of the conversion error and the process is continued until just before the end of the flow, the configuration of the correction process of the conversion error data by the user is the same as that in FIG. In the example, it is shown that the error record 4 with the accumulation file ID = 852 is extracted by the extraction process 15a, and is replaced and re-stored by the storage process 15b by the record 4x that is corrected and input by the user.

図18は、本発明の実施の形態になるデータ変換フローのリカバリ実行操作と資源再利用によるリカバリ処理の構成(実施例2)を示す。   FIG. 18 shows a configuration (Example 2) of the recovery process by the recovery execution operation and resource reuse of the data conversion flow according to the embodiment of the present invention.

蓄積ファイル100内の異常レコードは、利用者による修正レコード(レコード4x)によって置換され、ソートや集計のように、本来、全レコードの待合せが必要な変換処理が存在する場合であっても、修正レコードのみについてリカバリ処理を行うことによってリカバリ時間の更なる短縮が可能となる。   An abnormal record in the accumulation file 100 is replaced with a correction record (record 4x) by the user, and correction is performed even when there is a conversion process that originally needs to wait for all records, such as sorting and aggregation. The recovery time can be further shortened by performing the recovery process for only the record.

図19は、本発明の実施の形態になるデータ変換システムにおけるデータ変換の全体フロー(実施例2)を示す。全体フローでは、ステップS203の正常データ保持ポイント判別処理(詳細は図20) と、ステップS205のデータ変換フロー実行処理(詳細は図21)を異にするが、後の処理は上述してきた図8の実施例1と同一である。ステップS203、S205の処理は、以下、それぞれ図20、21において詳述する。   FIG. 19 shows an overall flow (Example 2) of data conversion in the data conversion system according to the embodiment of the present invention. In the overall flow, the normal data retention point determination process (detailed in FIG. 20) in step S203 and the data conversion flow execution process (detailed in FIG. 21) in step S205 are different, but the subsequent process is the above-described FIG. This is the same as Example 1. The processing of steps S203 and S205 will be described in detail below with reference to FIGS.

図20は、本発明の実施の形態になる正常データ保持ポイントの判別処理フロー(実施例2)を示す。ステップS221〜S225は、先に述べた図9の実施例1と同一の処理であるので、以下の説明は割愛する。
S226:データ変換フローの定義内容としてのエラー続行指定があるかを判断する。
S227:エラー続行指定があれば、データ変換フロー実行毎の管理情報としてフロー実行管理テーブル200の「処理続行」項目に「有り」のフラグをたてる。これによって、データ変換フローは最終の変換処理直後まで処理が続行されることとなる。
FIG. 20 shows a normal data holding point determination processing flow (embodiment 2) according to the embodiment of the present invention. Steps S221 to S225 are the same processing as that of the first embodiment of FIG. 9 described above, and thus the following description is omitted.
S226: It is determined whether there is an error continuation designation as the definition content of the data conversion flow.
S227: If there is an error continuation designation, a flag “present” is set in the “process continuation” item of the flow execution management table 200 as management information for each execution of the data conversion flow. As a result, the data conversion flow is continued until immediately after the final conversion process.

図21は、本発明の実施の形態になるデータ変換フロー実行の処理フロー(実施例2)を示す。以下では、図11の実施例1と異にするデータ変換フロー実行処理の部分について説明する。   FIG. 21 shows a processing flow (Example 2) for executing the data conversion flow according to the embodiment of the present invention. In the following, a part of the data conversion flow execution process that is different from the first embodiment of FIG. 11 will be described.

変換処理を1レコード毎実行した後、ステップS236において、正常に処理されたか否かを判断する。
S243:処理に異常があった場合に、図12のフローにしたがって異常レコード情報をレコード管理情報101aとしてエラー変換番号と項目番号を出力する。
S244:フロー実行テーブル200を参照し、処理続行の指定があるか否かを判断する。
S245:処理続行指定がない場合、異常レコードについての変換処理は行わない。
S246:処理続行指定がある場合、異常項目以外のデータを変換処理結果レコードとして出力する一方、異常項目にはデータなし(空白または0)を設定した後、最終レコードとなるまで、次のレコードの処理を行う。
After executing the conversion process for each record, it is determined in step S236 whether or not the process has been normally performed.
S243: When there is an abnormality in the process, the error record number and the item number are output with the abnormal record information as the record management information 101a according to the flow of FIG.
S244: Referring to the flow execution table 200, it is determined whether or not processing continuation is designated.
S245: If there is no processing continuation designation, conversion processing for abnormal records is not performed.
S246: If processing continuation is specified, data other than the abnormal item is output as a conversion processing result record, while no data (blank or 0) is set for the abnormal item, and then the next record is recorded until the final record is reached. Process.

また、蓄積ファイルレコード管理情報内に異常レコードが残存するか否かを判断するステップS247において、残存する場合には、以下の処理を行う。
S247:(処理続行指定あり)で、かつ(データ変換フローの最終変換処理以外) か否かを判断する。最終変換処理以外であれば、以下の処理を行う。
S248:各変換項目の定義情報を検索し、後続の変換種別が「ソート」または「集計」となるキー項目情報を取得する。
S249:各変換の項目定義情報間のマッピング情報(項目リンク情報)から、キー項目とリンクする項目リストを抽出(各変換毎に該当する項目)する。
S250:キー項目が変換エラー項目にリンクする項目か否かを判断する。変換エラー項目にリンクする項目であれば、ステップS251において、蓄積ファイル管理情報の蓄積ファイルを格納済にし、データ変換フロー処理を中断して、本フローを終了させる。
In step S247 for determining whether or not an abnormal record remains in the accumulated file record management information, the following processing is performed if it remains.
S247: It is determined whether (the process continuation designation is specified) and (other than the final conversion process of the data conversion flow). If it is not final conversion processing, the following processing is performed.
S248: The definition information of each conversion item is searched, and key item information whose subsequent conversion type is “sort” or “total” is acquired.
S249: An item list linked to the key item is extracted from the mapping information (item link information) between the item definition information of each conversion (item corresponding to each conversion).
S250: It is determined whether the key item is an item linked to the conversion error item. If the item is linked to the conversion error item, in step S251, the storage file of the storage file management information is stored, the data conversion flow process is interrupted, and this flow is ended.

また、キー項目が変換エラー項目にリンクする項目でないならば、ステップS231に戻って以降の処理を繰り返す。   If the key item is not an item linked to the conversion error item, the process returns to step S231 and the subsequent processing is repeated.

なお、ステップS250の判断処理は、エラーレコード分繰り返し行われる。   Note that the determination processing in step S250 is repeated for the error records.

一方、ステップS247において、データ変換フローが最終処理であれば、ステップS251において、蓄積ファイル管理情報の蓄積ファイルを格納済にして、データ変換フロー処理を中断する。   On the other hand, if the data conversion flow is the final process in step S247, the stored file of the stored file management information is stored in step S251, and the data conversion flow process is interrupted.

図22は、本発明の実施の形態になるデータ変換フロー実行の処理フロー続き(実施例2)を示す。本例では、図21のステップS236において、変換処理に異常がなかった場合、S236−S247間で、リカバリ時に走らせる処理フロー(B)を示す。
S261:本処理がリカバリ実行中であるか否かを判断する。リカバリ中でないなら、(B)の処理の適用はなく、リカバリ中であれば、以下の処理を行う。
S262:蓄積ファイル管理情報に、該当異常レコード情報有り、かつエラー発生以降の変換処理の場合、その異常レコード情報を削除する。
S263:(処理続行指定有り)かつ(最終の変換処理)かを判断する。最終処理でないなら、(B)のフローは終了とし、最終処理であれば、
S264:退避した蓄積ファイルデータからレコードIDを検索して、該当の異常レコードのオフセットを特定する。
S265:正常の変換レコードによって異常レコードを置換する。
FIG. 22 shows a processing flow continuation (Example 2) of the data conversion flow execution according to the embodiment of the present invention. In this example, in step S236 of FIG. 21, when there is no abnormality in the conversion process, a process flow (B) that is executed during recovery between S236 and S247 is shown.
S261: It is determined whether or not this process is being executed for recovery. If recovery is not in progress, the process (B) is not applied. If recovery is in progress, the following process is performed.
S262: If the storage file management information includes the corresponding abnormal record information and the conversion process is performed after the error occurs, the abnormal record information is deleted.
S263: It is determined whether (the processing continuation is specified) and (the final conversion processing). If it is not final processing, the flow of (B) is ended, and if it is final processing,
S264: The record ID is searched from the saved accumulated file data, and the offset of the corresponding abnormal record is specified.
S265: Replace the abnormal record with the normal conversion record.

複数のシステム間のデータを収集/加工/配布するデータ活用分野   Data utilization field for collecting / processing / distributing data between multiple systems

1 データ変換装置
2 供給元システム
3 供給先システム
4 データ変換フロー処理部
10 データ収集蓄積部
11 レコード識別情報付加部
12 変換部
13 レコード識別情報切取部
14 リカバリ処理部
15 リカバリデータ格納抽出部
20 正常データ保持ポイント
21 データ抽出部
50 リカバリ実行
100 蓄積ファイル
101 蓄積ファイル管理テーブル
101a レコード管理情報
102 蓄積データ(正常処理データ)
103 異常レコード
200 フロー実行管理テーブル
300 出力ファイル
DESCRIPTION OF SYMBOLS 1 Data converter 2 Supply source system 3 Supply destination system 4 Data conversion flow process part 10 Data collection storage part 11 Record identification information addition part 12 Conversion part 13 Record identification information clipping part 14 Recovery process part 15 Recovery data storage extraction part 20 Normal Data retention point 21 Data extraction unit 50 Recovery execution 100 Accumulated file 101 Accumulated file management table 101a Record management information 102 Accumulated data (normal processing data)
103 Abnormal record 200 Flow execution management table 300 Output file

Claims (5)

データを保持するファイル蓄積手段にアクセス可能なコンピュータに供給元システムから収集したデータを変換して供給先システムに供給処理を実行させるデータ変換プログラムであって、
前記コンピュータに、
前記ファイル蓄積手段から対象となるデータを抽出し、該データにレコード識別番号を付加するレコード情報付加ステップと、
前記レコード識別番号が付加されたデータに対しレコード毎に複数の変換処理を行うデータ変換ステップと、
前記変換処理においてエラーが発生した場合、エラーレコードを除き、その他のレコードを予め定義された待合せポイントまで継続処理する変換継続ステップと、
前記エラーレコードに対し利用者が修正した修正レコードを取得し、当該修正レコードに対する変換の再処理を行う変換再処理ステップと、
前記データ内の全レコードの変換が正常完了した時点で、前記データから前記レコード識別番号を切り取り、配付データとして出力する配布データ出力ステップを実行させるデータ変換プログラム。
A data conversion program for converting data collected from a supply source system into a computer accessible to a file storage means for holding data and causing a supply destination system to execute supply processing,
In the computer,
A record information adding step of extracting target data from the file storage means and adding a record identification number to the data;
A data conversion step of performing a plurality of conversion processes for each record on the data to which the record identification number is added;
When an error occurs in the conversion process, a conversion continuation step of continuing the other records up to a predefined meeting point, excluding the error record,
A conversion reprocessing step of acquiring a correction record corrected by the user with respect to the error record, and performing a reprocessing of conversion on the correction record;
A data conversion program for executing a distribution data output step of cutting out the record identification number from the data and outputting it as distribution data when conversion of all records in the data is normally completed.
前記待合せポイントは、前記複数の変換処理の内、全データが揃った時点で一括処理する必要のある変換処理部に設定されることを特徴とする請求項1に記載のデータ変換プログラム。   2. The data conversion program according to claim 1, wherein the waiting point is set in a conversion processing unit that needs to perform batch processing when all of the plurality of conversion processes are completed. エラー発生時における前記変換継続ステップは、後続の変換処理に対する影響の有無を判別し、影響がない場合、前記待合せポイントを無視してフロー終了直前まで処理続行することを特徴とする請求項1または2に記載のデータ変換プログラム。   The conversion continuation step when an error occurs determines whether or not there is an influence on a subsequent conversion process, and if there is no influence, ignores the waiting point and continues the process until immediately before the end of the flow. 2. The data conversion program according to 2. データを保持するファイル蓄積手段にアクセス可能なコンピュータが供給元システムから収集したデータを変換して供給先システムに供給処理を実行するデータ変換方法であって、
前記コンピュータが、
前記ファイル蓄積手段から対象となるデータを抽出し、該データにレコード識別番号を付加するレコード情報付加ステップと、
前記レコード識別番号が付加されたデータに対しレコード毎に複数の変換処理を行うデータ変換ステップと、
前記変換処理においてエラーが発生した場合、エラーレコードを除き、その他のレコードを予め定義された待合せポイントまで継続処理する変換継続ステップと、
前記エラーレコードに対し利用者が修正した修正レコードを取得し、当該修正レコードに対する変換の再処理を行う変換再処理ステップと、
前記データ内の全レコードの変換が正常完了した時点で、前記データから前記レコード識別番号を切り取り、配付データとして出力する配布データ出力ステップを実行することを特徴とするデータ変換方法。
A data conversion method in which a computer accessible to a file storage means for holding data converts data collected from a supply source system and executes supply processing to the supply destination system.
The computer is
A record information adding step of extracting target data from the file storage means and adding a record identification number to the data;
A data conversion step of performing a plurality of conversion processes for each record on the data to which the record identification number is added;
When an error occurs in the conversion process, a conversion continuation step of continuing the other records up to a predefined meeting point, excluding the error record,
A conversion reprocessing step of acquiring a correction record corrected by the user with respect to the error record, and performing a reprocessing of conversion on the correction record;
A data conversion method characterized by executing a distribution data output step of cutting out the record identification number from the data and outputting it as distribution data when conversion of all records in the data is normally completed.
供給元システムから収集したデータを変換して供給先システムに供給するデータ変換装置であって、
前記収集データを保持するファイル蓄積手段と、
前記ファイル蓄積手段から対象となるデータを抽出し、該データにレコード識別番号を付加するレコード情報付加手段と、
前記レコード識別番号が付加されたデータに対しレコード毎に複数の変換処理を行うデータ変換手段と、
前記変換処理においてエラーが発生した場合、エラーレコードを除き、その他のレコードを予め定義された待合せポイントまで継続処理する変換継続手段と、
前記エラーレコードに対し利用者が修正した修正レコードを取得し、当該修正レコードに対する変換の再処理を行う変換再処理手段と、
前記データ内の全レコードの変換が正常完了した時点で、前記データから前記レコード識別番号を切り取り、配付データとして出力する配布データ出力手段を有することを特徴とするデータ変換装置。
A data conversion device that converts data collected from a supply source system and supplies the converted data to a supply destination system,
File storage means for holding the collected data;
Record information adding means for extracting target data from the file storage means and adding a record identification number to the data;
Data conversion means for performing a plurality of conversion processes for each record on the data to which the record identification number is added;
If an error occurs in the conversion process, conversion continuation means for continuously processing other records up to a predefined meeting point, excluding error records;
A conversion reprocessing means for acquiring a correction record corrected by the user with respect to the error record, and performing a reprocessing of conversion on the correction record;
A data conversion apparatus comprising distribution data output means for cutting out the record identification number from the data and outputting it as distribution data when conversion of all the records in the data is normally completed.
JP2009114700A 2009-05-11 2009-05-11 Data conversion program, data conversion method, and data conversion apparatus Active JP5251718B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009114700A JP5251718B2 (en) 2009-05-11 2009-05-11 Data conversion program, data conversion method, and data conversion apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009114700A JP5251718B2 (en) 2009-05-11 2009-05-11 Data conversion program, data conversion method, and data conversion apparatus

Publications (2)

Publication Number Publication Date
JP2010262587A JP2010262587A (en) 2010-11-18
JP5251718B2 true JP5251718B2 (en) 2013-07-31

Family

ID=43360580

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009114700A Active JP5251718B2 (en) 2009-05-11 2009-05-11 Data conversion program, data conversion method, and data conversion apparatus

Country Status (1)

Country Link
JP (1) JP5251718B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014199504A (en) * 2013-03-29 2014-10-23 株式会社日立システムズ Customer specific data cleansing processing system and customer specific data cleansing processing method
JP7100991B2 (en) * 2018-03-01 2022-07-14 株式会社日立システムズ Data conversion device and data conversion method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11212917A (en) * 1998-01-29 1999-08-06 Nec Corp Transaction recovery system and its program recording medium
JP2006003978A (en) * 2004-06-15 2006-01-05 Fujitsu Ltd Conversion error record recovery program

Also Published As

Publication number Publication date
JP2010262587A (en) 2010-11-18

Similar Documents

Publication Publication Date Title
JP4318643B2 (en) Operation management method, operation management apparatus, and operation management program
US8103911B2 (en) Method and system for disaster recovery based on journal events pruning in a computing environment
JP6048038B2 (en) Information processing apparatus, program, and information processing method
CN111400408A (en) Data synchronization method, device, equipment and storage medium
CN107545015B (en) Processing method and processing device for query fault
JPH06284126A (en) Network management system
CN110795287B (en) Data recovery method, system, electronic equipment and computer storage medium
CN105573859A (en) Data recovery method and device of database
US20120089580A1 (en) Update management apparatus, update management method, and computer-readable medium storing update management program
JP2006259892A (en) Event notice control program and device
CN112637263A (en) Multi-data center resource optimization promotion method and system and storage medium
CN107179965B (en) Database recovery method and device
JP5251718B2 (en) Data conversion program, data conversion method, and data conversion apparatus
CN110222039B (en) Data storage and garbage data cleaning method, device, equipment and storage medium
US6546500B1 (en) Computer, computer network system, and recording medium
WO2021238408A1 (en) Object storage platform, object aggregation method and apparatus, and server
CN112068981B (en) Knowledge base-based fault scanning recovery method and system in Linux operating system
CN112463795A (en) Dynamic hash method, device, equipment and storage medium
KR101237746B1 (en) Data backup apparatus and method for the same
CN111241191A (en) Database synchronization method and device
CN104239182A (en) Cluster file system split-brain processing method and device
CN112835887A (en) Database management method, database management device, computing equipment and storage medium
JP5718256B2 (en) System performance analysis apparatus, system performance analysis method, and system performance analysis program
CN114115751B (en) Automatic operation time consumption monitoring method and system for large-scale distributed storage
CN111427989B (en) Index processing method, index processing system and storage medium for full text retrieval

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120105

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: 20130319

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130401

R150 Certificate of patent or registration of utility model

Ref document number: 5251718

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: 20160426

Year of fee payment: 3