JP2005322159A - Data linkage system and method - Google Patents

Data linkage system and method Download PDF

Info

Publication number
JP2005322159A
JP2005322159A JP2004141492A JP2004141492A JP2005322159A JP 2005322159 A JP2005322159 A JP 2005322159A JP 2004141492 A JP2004141492 A JP 2004141492A JP 2004141492 A JP2004141492 A JP 2004141492A JP 2005322159 A JP2005322159 A JP 2005322159A
Authority
JP
Japan
Prior art keywords
data
processing
transmission
linkage
conversion
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004141492A
Other languages
Japanese (ja)
Inventor
Hirotaka Ishikawa
裕崇 石川
Yoshihiro Tsukuda
義博 佃
Toru Hirota
徹 広田
Masashi Jinbo
正志 神保
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2004141492A priority Critical patent/JP2005322159A/en
Publication of JP2005322159A publication Critical patent/JP2005322159A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To ensure maintainability, response easiness at the occurrence of an error, and flexibility of a system. <P>SOLUTION: This data linkage system 101 between business systems includes three data processing definition/execution parts such as a data reception part 102 for receiving data from a transmission source system 106, a data converting/processing part 103 for converting/processing data received from the transmission source system 106 to generate data transmitted to a reception destination system 107, and a data transmission part 104 for transmitting the data to the reception destination system 107. In addition, the system includes a processing schedule part 105 for controlling the processing sequence in the data reception part 102, the data converting/processing part 102 and the data transmission part 104. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、2つ以上のシステム間でのデータ連携を行うデータ連携システム、方法、及びコンピュータプログラムに関する。   The present invention relates to a data linkage system, method, and computer program for performing data linkage between two or more systems.

従来、それぞれの業務内容や処理データに対応して異なるシステムが構築され、業務等に利用されている。近年では、これらの各システムを独立的に運用するのでなく、各システム間でデータの授受を行い、情報を共有して活用しようとされている。   Conventionally, different systems have been constructed corresponding to each business content and processing data, and are used for business. In recent years, instead of operating these systems independently, it has been attempted to exchange data and share information between the systems.

しかしながら、これらシステム間でデータ等の情報をそのままの形でやり取りできるとは限らない。これは、システム毎に使用されるプログラムやプログラム言語が異なる場合が多いためである。また、同様なプログラムを使用していても、各データの形式がそれぞれのシステムにおいて最適化されているため、結果的に共通のデータとしてシームレスに連携させにくいという現実があるからである。   However, it is not always possible to exchange information such as data between these systems as they are. This is because the programs and program languages used for each system are often different. Even if a similar program is used, the format of each data is optimized in each system, and as a result, there is a reality that it is difficult to seamlessly link as common data.

そこで、異なるシステム間でデータのやり取りを行う方法が提案されている。例えば特許文献1には、連携元及び連携先のシステムのデータ定義情報をもとに、連携パターン中から該当パターンを選択するステップと、選択されたパターンに従い複数の処理及び該複数の処理を実行する順番を設定した制御情報を生成するステップと、連携元システムからのデータについて、該当制御情報に従い実行することで生成されたデータを連携先システムに出力するステップとを有する連携方法及び連携プログラムが開示されている。   Therefore, a method for exchanging data between different systems has been proposed. For example, in Patent Literature 1, a step of selecting a corresponding pattern from among linkage patterns based on data definition information of the linkage source and linkage destination systems, and a plurality of processes and the plurality of processes are executed according to the selected pattern A linkage method and a linkage program having a step of generating control information in which the order to be performed is generated and a step of outputting data generated by executing the control information according to the corresponding control information to the linkage destination system. It is disclosed.

また、特許文献2には、転送元システムから転送先システムに対してデータを変換する際に連携データベースに格納された変換テーブルに基づいて変換データを作成するデータ連携システムが開示されている。   Patent Document 2 discloses a data linkage system that creates conversion data based on a conversion table stored in a linkage database when data is converted from a transfer source system to a transfer destination system.

また、特許文献3には、利用者の認証とシステム相互間の連携を行うセキュアサーバを持つシステム間連携セキュリティシステムが開示されている。   Patent Document 3 discloses an inter-system cooperation security system having a secure server that performs user authentication and inter-system cooperation.

また、特許文献4には、接続元からのカプセル化されたデータと、接続先へのカプセル化されたデータの内部構造を比較し、授受すべきデータ項目が定義された接続定義データを作成するデータファイルの接続装置及び情報処理システムが開示されている。   Patent Document 4 compares the internal structure of the encapsulated data from the connection source and the encapsulated data to the connection destination, and creates connection definition data in which data items to be exchanged are defined. A data file connection device and an information processing system are disclosed.

例えば、特許文献1では、予めデータ処理のパターンを登録しておくことによって、連携データの定義情報から、そのデータ定義情報に最も適当な連携パターンを自動判別し、処理制御情報として生成し、処理制御情報における処理順序や優先レベルを自動決定して実行することが提案されている。ここで提案されるデータ連携によれば、データ定義情報を与えるだけで、処理の作成及び制御情報の生成・実行までをほぼオートマティック(自動的)に行うことができ、データ定義情報の修正変更に柔軟に対応できるとされている。   For example, in Patent Document 1, by registering a data processing pattern in advance, the linkage pattern most appropriate for the data definition information is automatically determined from the linkage data definition information, and is generated as process control information. It has been proposed to automatically determine and execute the processing order and priority level in the control information. According to the data linkage proposed here, the process creation and control information generation / execution can be performed almost automatically (automatically) simply by giving the data definition information. It is said that it can respond flexibly.

特開2002−298072号公報JP 2002-298072 A 特開2002−99451号公報JP 2002-99451 A 特開2002−140301号公報JP 2002-140301 A 特開平9−223051号公報JP 9-223051 A

しかしながら、上記特許文献1に開示されたデータ連携では、自動生成されたデータ処理プログラムのメンテナンス性は一般的に高いものではなく、処理がブラックボックス化する傾向にあり、システム上何らかの問題が生じた場合の対応、例えば処理実行時にエラーが発生した際に、その処理を再実行するための再実行箇所を特定すること等が極めて難しくなる場合があった。   However, in the data linkage disclosed in Patent Document 1, the maintainability of the automatically generated data processing program is not generally high, and the process tends to become a black box, causing some problem on the system. In some cases, for example, when an error occurs during execution of a process, it may be extremely difficult to specify a re-execution location for re-executing the process.

また、処理の作成及び制御情報の生成・実行までを自動的に行えることは、その処理が一定である場合には運用上極めて多くのメリットを享受することができるが、処理の内容が変わる場合にはそれに応じて必要なプログラム変更を根本的に行う必要性が生じる場合が多く、システムの柔軟性が不足する傾向にあった。   In addition, the automatic creation of processes and the generation / execution of control information can provide a great deal of operational benefits if the processes are constant, but the contents of the processes change. In many cases, it is necessary to fundamentally make necessary program changes accordingly, and the flexibility of the system tends to be insufficient.

本発明は上記のような点に鑑みなされたものであって、メンテナンス性やエラー発生時の対応容易性、システムの柔軟性を確保できるようにすることを目的とする。   The present invention has been made in view of the above points, and an object thereof is to ensure maintainability, ease of handling when an error occurs, and flexibility of the system.

本発明のデータ連携システムは、2つ以上のシステム間でのデータ連携を行うデータ連携システムであって、送信元システムからデータを受信するデータ受信部分と、前記送信元システムから受信したデータを変換及び/又は加工し、受信先システムへの送信データを生成するデータ変換・加工部分と、前記受信先システムにデータを送信するデータ送信部分と、前記データ受信部分、前記データ変換・加工部分、及び前記データ送信部分における処理の順序を制御する処理スケジュール部分とを有する点に特徴を有する。
本発明のデータ連携方法は、データ連携システムを介して2つ以上のシステム間でのデータ連携を行うデータ連携方法であって、前記データ連携システムのデータ受信部分により、送信元システムからデータを受信する手順と、前記データ連携システムのデータ変換・加工部分により、前記送信元システムから受信したデータを変換及び/又は加工し、受信先システムへの送信データを生成する手順と、前記データ連携システムのデータ送信部分により、前記受信先システムにデータを送信する手順と、前記データ連携システムの処理スケジュール部分により、前記データ受信部分、前記データ変換・加工部分、及び前記データ送信部分における処理の順序を制御する手順とを有する点に特徴を有する。
本発明のコンピュータプログラムは、2つ以上のシステム間でのデータ連携を行うための処理をコンピュータに実行させるコンピュータプログラムであって、コンピュータを、送信元システムからデータを受信するデータ受信部分と、前記送信元システムから受信したデータを変換及び/又は加工し、受信先システムへの送信データを生成するデータ変換・加工部分と、前記受信先システムにデータを送信するデータ送信部分と、前記データ受信部分、前記データ変換・加工部分、及び前記データ送信部分における処理の順序を制御する処理スケジュール部分として機能させる点に特徴を有する。
The data linkage system of the present invention is a data linkage system that performs data linkage between two or more systems, and converts a data reception part that receives data from a transmission source system and data received from the transmission source system. And / or a data conversion / processing part for generating transmission data to the receiving system, a data transmitting part for transmitting data to the receiving system, the data receiving part, the data converting / processing part, and And a processing schedule part for controlling the processing order in the data transmission part.
The data linkage method of the present invention is a data linkage method for performing data linkage between two or more systems via a data linkage system, and receives data from a transmission source system by a data receiving portion of the data linkage system. A procedure for converting and / or processing data received from the transmission source system by a data conversion / processing part of the data linkage system, and generating transmission data to the reception destination system; The data transmission part controls the order of processing in the data reception part, the data conversion / processing part, and the data transmission part by the procedure of transmitting data to the receiving system and the processing schedule part of the data linkage system It has the feature in having a procedure to do.
The computer program of the present invention is a computer program that causes a computer to execute processing for data linkage between two or more systems, the computer receiving data from a transmission source system, A data conversion / processing part that converts and / or processes data received from the transmission source system and generates transmission data to the reception destination system, a data transmission part that transmits data to the reception destination system, and the data reception part The data conversion / processing portion and the data transmission portion function as a processing schedule portion for controlling the processing order.

本発明によれば、送信元システムからデータを受信するデータ受信部分と、送信元システムから受信したデータを変換及び/又は加工し、受信先システムへの送信データを生成するデータ変換・加工部分と、受信先システムにデータを送信するデータ送信部分と、データ受信部分、データ変換・加工部分、及びデータ送信部分における処理の順序を制御する処理スケジュール部分とを有することにより、業務システム間のデータ連携処理のメンテナンス性やエラー発生時の対応容易性、システムの柔軟性を確保することができる。   According to the present invention, a data receiving portion that receives data from a transmission source system, a data conversion / processing portion that converts and / or processes data received from the transmission source system, and generates transmission data to the reception destination system. Data linkage between business systems by having a data transmission part that transmits data to the receiving system, a data reception part, a data conversion / processing part, and a processing schedule part that controls the processing order in the data transmission part It is possible to ensure process maintainability, ease of handling when an error occurs, and system flexibility.

以下、添付図面を参照して、本発明の好適な実施形態について説明する。図1は、業務システム間データ連携システムの全体概要図である。業務システム間データ連携システム101は、送信元システム106からデータを受信するデータ受信部分102と、送信元システム106から受信したデータを変換・加工し、受信先システム107への送信データを生成するデータ変換・加工部分103と、受信先システム107にデータを送信するデータ送信部分104と、いった3つのデータ処理定義・実行部分を有する。更に、これらデータ受信部分102、データ変換・加工部分103、及びデータ送信部分104における処理の順序を制御する処理スケジュール部分105を有する。   Preferred embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 1 is an overall schematic diagram of an inter-business-system data linkage system. The inter-business-system data linkage system 101 is a data receiving part 102 that receives data from the transmission source system 106 and data that converts and processes the data received from the transmission source system 106 and generates transmission data to the reception destination system 107. It has three data processing definition / execution parts such as a conversion / processing part 103 and a data transmission part 104 for transmitting data to the receiving system 107. Furthermore, the data receiving part 102, the data converting / processing part 103, and the processing schedule part 105 for controlling the processing order in the data transmitting part 104 are provided.

データ受信部分102は、システム間でのデータ連携を行うに際して、複数の送信元システム106からデータベース(DB)やファイルといった送信元データ111を、データ受信用伝送ミドルウェア108を介して受信し、受信済み内部データファイル113として格納する。   The data receiving unit 102 receives source data 111 such as databases (DBs) and files from a plurality of source systems 106 via the data receiving transmission middleware 108 when data is linked between the systems. Store as an internal data file 113.

データ変換・加工部分103は、データ受信部分102によって格納された受信済み内部データファイル113を変換・加工し、送信用内部データファイル114を生成するために、文字コード変換、ファイルレイアウト変換、ファイルフォーマット変換、データフォーマット変換、処理ロジックの各機能を有するデータ変換・加工用ソフトウェア110を備える。   The data conversion / processing unit 103 converts / processes the received internal data file 113 stored by the data receiving unit 102, and generates character code conversion, file layout conversion, file format to generate a transmission internal data file 114. Data conversion / processing software 110 having functions of conversion, data format conversion, and processing logic is provided.

データ送信部分104は、データ変換・加工部分103において生成した送信用内部データファイル114を、データ送信用伝送ミドルウェア109を介して、複数の受信先システム107のDBやファイルといった受信先データ112に送信する。   The data transmission part 104 transmits the internal data file 114 for transmission generated in the data conversion / processing part 103 to the reception destination data 112 such as DBs and files of a plurality of reception destination systems 107 via the data transmission transmission middleware 109. To do.

処理スケジュール部分105は、データ受信部分102、データ変換・加工部分103、データ送信部分104の前後関係や処理順序を定義し、処理自体を実行し、処理実行状況や結果を確認して、データ受信部分102、データ変換・加工部分103、データ送信部分104をコントロールしていく。   The processing schedule part 105 defines the context and processing order of the data reception part 102, the data conversion / processing part 103, and the data transmission part 104, executes the process itself, confirms the process execution status and results, and receives the data. The part 102, the data conversion / processing part 103, and the data transmission part 104 are controlled.

次に、図2を参照して、処理部品化・テンプレート化について説明する。図2に示すように、データ受信用プログラム、データ格納場所変更用プログラム、受信データバックアップ用プログラム等のデータ受信用単体部品プログラム208、データ変換・加工用プログラム、不要中間データ削除プログラム等のデータ変換・加工用単体部品プログラム209、送信データバックアップ用プログラム、データ格納場所変更用プログラム、データ送信用プログラム等のデータ送信用単体部品プログラム210のように機能や役割をある程度限定した単体プログラムを予め部品プログラムとして用意しておく。   Next, with reference to FIG. 2, processing parts / templates will be described. As shown in FIG. 2, data conversion such as a data reception program, a data storage location change program, a data reception single part program 208 such as a reception data backup program, a data conversion / processing program, an unnecessary intermediate data deletion program, etc. Single component programs with limited functions and roles to some extent, such as machining single component program 209, transmission data backup program, data storage location change program, data transmission program, etc. Prepare as.

図1で説明した処理スケジュール部分105上には、処理テンプレート格納エリア201を用意し、そこに図1で説明したデータ受信部分102で実行すべき処理機能を持たせたデータ受信用処理テンプレート205を用意し、また図1で説明したデータ変換・加工部分103で実行すべき処理機能を持たせたデータ変換・加工用処理テンプレート206を用意し、更に図1で説明したデータ送信部分103で実行すべき処理機能を持たせたデータ送信用処理テンプレート207を用意しておく。   A processing template storage area 201 is prepared on the processing schedule portion 105 described with reference to FIG. 1, and a data reception processing template 205 having processing functions to be executed by the data receiving portion 102 described with reference to FIG. Prepare a data conversion / processing template 206 having a processing function to be executed in the data conversion / processing part 103 described with reference to FIG. 1, and execute it in the data transmission part 103 described with reference to FIG. A data transmission processing template 207 having a power processing function is prepared.

そして、データ受信用単体部品プログラム208を、図1で説明したデータ受信部分102で必要な処理の内容や順序に適う形で組み合わせることによって処理定義の雛形を構築し、データ受信用処理テンプレート205として図1で説明した処理スケジュール部分105上の処理テンプレート格納エリア201において保持・管理する。同様に、データ変換・加工用単体部品プログラム209を、図1で説明したデータ変換・加工部分103で必要な処理の内容や順序に適う形で組み合わせることによって処理定義の雛形を構築し、データ変換・加工用処理テンプレート206として図1で説明した処理スケジュール部分105上の処理テンプレート格納エリア201において保持・管理し、データ送信用単体部品プログラム210を、図1で説明したデータ送信部分104で必要な処理の内容や順序に適う形で組み合わせることによって処理定義の雛形を構築し、データ送信用処理テンプレート207として図1で説明した処理スケジュール部分105上の処理テンプレート格納エリア201において保持・管理する。   Then, a data reception processing component template 208 is constructed by combining the data reception single component program 208 in a form suitable for the content and order of processing necessary for the data reception portion 102 described in FIG. The data is stored and managed in the processing template storage area 201 on the processing schedule portion 105 described in FIG. Similarly, a process definition template is constructed by combining the data conversion / processing single part program 209 in a form suitable for the contents and order of processing required in the data conversion / processing part 103 described in FIG. 1 is held and managed as the processing template 206 for processing in the processing template storage area 201 on the processing schedule portion 105 described in FIG. 1, and the data transmission single component program 210 is necessary for the data transmission portion 104 described in FIG. A process definition template is constructed by combining them in a form that suits the contents and order of the processes, and is stored and managed as the data transmission process template 207 in the process template storage area 201 on the process schedule portion 105 described in FIG.

また更に、データ受信用処理テンプレート205と同様の機能、目的を備えた他の複数のデータ受信用処理テンプレートを集合させておくデータ受信部分処理テンプレート群202、データ変換・加工用処理テンプレート206と同様の機能、目的を備えた他の複数のデータ変換・加工用処理テンプレートを集合させておくデータ変換・加工部分処理テンプレート群203、データ送信用処理テンプレート207と同様の機能、目的を備えた他の複数のデータ送信用処理テンプレートを集合させておくデータ送信部分処理テンプレート群204を、図1で説明した処理スケジュール部分105上の処理テンプレート格納エリア201において保持・管理する。そして、そのテンプレートを随時コピーすることで、実際の処理定義情報として反映・活用し、個々の単体部品プログラム、各データ処理定義・実行部分を流用化、再利用化する。   Further, the same as the data reception partial processing template group 202 and the data conversion / processing processing template 206, in which a plurality of other data reception processing templates having functions and purposes similar to those of the data reception processing template 205 are assembled. Other data conversion / processing partial processing template group 203 for assembling a plurality of other data conversion / processing processing templates having the functions and purposes, and other functions and purposes similar to those of data transmission processing template 207 A data transmission partial processing template group 204 in which a plurality of data transmission processing templates are assembled is held and managed in the processing template storage area 201 on the processing schedule portion 105 described with reference to FIG. Then, by copying the template as needed, it is reflected / utilized as actual process definition information, and each single component program and each data process definition / execution part is diverted and reused.

図3は、テンプレート内に配置される部品の組み合わせの一例を説明するための図であり、処理テンプレートにおいては、データ受信部分処理テンプレート群301、データ変換・加工部分処理テンプレート群302、データ送信部分処理テンプレート群303の各処理テンプレート群を問わず、外製市販ソフトウェア単体部品プログラム307のみから構成される外製市販ソフトウェア型処理テンプレート304、内製ソフトウェア単体部品プログラム308のみから構成される内製ソフトウェア型処理テンプレート306、外製市販ソフトウェア単体部品プログラム307及び内製ソフトウェア単体部品プログラム308が混在した形で構成される外製市販ソフトウェア&内製ソフトウェア混在型処理テンプレート305が存在することも可能である。   FIG. 3 is a diagram for explaining an example of a combination of parts arranged in a template. In a processing template, a data reception partial processing template group 301, a data conversion / processing partial processing template group 302, a data transmission portion Regardless of the processing template group of the processing template group 303, the in-house software that is composed only of the externally-made commercial software type processing template 304 and the in-house software single-component program 308 that are composed only of the externally-made commercial software single component program 307 There exists an externally manufactured commercial software & in-house software mixed type processing template 305 configured to include a mold processing template 306, an externally manufactured software single component program 307, and an in-house software single component program 308. Possible it is.

次に、図4を参照して、処理スケジュール部分105での処理動作(スケジュールソフトウェアの処理)について説明する。図4に示すとおり、処理スケジュール部分の処理テンプレート格納エリア401(図2の処理スケジュール部分の処理テンプレート格納エリア201と同じもの)において、データ受信部分処理テンプレート群402(図2のデータ受信部分処理テンプレート群202と同じもの)、データ変換・加工部分処理テンプレート群403(図2のデータ変換・加工部分処理テンプレート群203と同じもの)、データ送信部分処理テンプレート群404(図2のデータ送信部分処理テンプレート群204と同じもの)を保持し、各テンプレート群から、例えばそれぞれに部品単体プログラム410が埋め込まれた、データ受信用処理テンプレートA405、データ受信用処理テンプレートB406、データ変換・加工用処理テンプレートA407、データ送信用処理テンプレートA408、データ送信用処理テンプレートB409を実際の業務処理定義情報である実際の処理定義情報411上にコピーする。   Next, the processing operation (schedule software processing) in the processing schedule portion 105 will be described with reference to FIG. As shown in FIG. 4, in the processing template storage area 401 of the processing schedule portion (the same as the processing template storage area 201 of the processing schedule portion of FIG. 2), the data reception partial processing template group 402 (data reception partial processing template of FIG. 2). Group 202), data conversion / processing partial processing template group 403 (same as data conversion / processing partial processing template group 203 in FIG. 2), data transmission partial processing template group 404 (data transmission partial processing template in FIG. 2) Data reception processing template A 405, data reception processing template B 406, data conversion / processing processing template A 407, in which, for example, the component single unit program 410 is embedded from each template group. Data transmission processing template A 408, copies the data transmitting processing template B409 on actual processing definition information 411 is the actual business process definition information.

そして、実際の処理定義情報411上にコピーされた上記5テンプレート405〜409は、それぞれデータ受信実処理パターンA413、データ受信実処理パターンB414、データ変換・加工実処理パターンA415、データ送信実処理パターンA416、データ送信実処理パターンB417として登録され、各実処理パターン間処理順序の関連412にあるように各実処理パターンの処理順序付け、前後関係を定義し、各処理パターン中に配置されている各部品単体プログラム呼出、実行モジュール中に業務処理定義上必要なパラメータを与え、更にファイル到着監視の設定、処理起動時刻の設定等を実施するといった処理定義作成機能をも有する。同時に業務処理定義情報に基づく実際の処理の実行機能、及び処理実行状況・結果確認機能をも備える。   The 5 templates 405 to 409 copied onto the actual process definition information 411 are the data reception actual processing pattern A413, the data reception actual processing pattern B414, the data conversion / processing actual processing pattern A415, and the data transmission actual processing pattern, respectively. A416, registered as a data transmission actual processing pattern B417, defines the processing order of each actual processing pattern as in the relation 412 of the processing order between each actual processing pattern, and defines the front-rear relationship, and is arranged in each processing pattern. It also has a function for creating a process definition such as calling a single component program, giving parameters necessary for business process definition in the execution module, and setting file arrival monitoring, setting process start time, and the like. At the same time, an actual process execution function based on business process definition information and a process execution status / result confirmation function are also provided.

図2で説明したデータ受信用処理テンプレート205について、図5のデータ受信部分テンプレート解説図を用いて更に詳細に説明すると、図5のデータ受信用処理テンプレートの処理構成例502で示すように、まずHTTP、FTP、内製データ伝送ツール、データ伝送用市販パッケージソフトウェア等、種々の送信元システムからのデータ受信に必要なデータの伝送プロトコルに依拠した伝送データ受信プログラム503を先頭に配置し、そこにデータの到着待ち機能、データ到着時刻の制限時間設定機能を持たせる。次に後続のデータ受信エリアからデータ変換・加工用エリアにデータを移送するためのデータ移動プログラム504を配置する。ここでは常駐ファイル用エリアにデータを移送することも可能である。そして、データ変換・加工エリアへ移動されたデータのバックアップを行うための受信データバックアッププログラム505を配置する。図2で説明したデータ受信用処理テンプレート205は、専らデータ受信用処理テンプレートの処理構成例502のような順序で配置されたプログラム群を為し、データ受信処理用テンプレートの例506にあるように、HTTP、FTP、内製用、外販パッケージソフトウェア用の伝送プロトコルの相違等によって複数に分けられ、データ受信部分処理テンプレート群501の中で保持・管理される。   The data reception processing template 205 described with reference to FIG. 2 will be described in more detail with reference to the data reception partial template explanatory diagram of FIG. 5. As shown in the processing configuration example 502 of the data reception processing template of FIG. A transmission data reception program 503 based on a data transmission protocol necessary for data reception from various transmission source systems such as HTTP, FTP, an in-house data transmission tool, and commercial package software for data transmission is arranged at the head. Provide data arrival waiting function and time limit setting function for data arrival time. Next, a data movement program 504 for transferring data from the subsequent data reception area to the data conversion / processing area is arranged. Here, it is also possible to transfer data to the resident file area. Then, a received data backup program 505 for backing up the data moved to the data conversion / processing area is arranged. The data reception processing template 205 described with reference to FIG. 2 is a program group arranged exclusively in the order as in the processing configuration example 502 of the data reception processing template, as shown in the data reception processing template example 506. , HTTP, FTP, in-house production, and external sales package software are divided into a plurality of types according to the difference in transmission protocol, and are held and managed in the data reception partial processing template group 501.

図2で説明したデータ変換・加工用処理テンプレート206について、図6のデータ変換・加工部分テンプレート解説図を用いて更に詳細に説明すると、図6のデータ変換・加工用処理テンプレートの処理構成例602で示すように、まず図1で説明したデータ受信部分102で生成された変換・加工用データの整形を行うためにデータ変換・加工プログラム603を先頭に配置する。このデータ変換・加工プログラム603は以下のような機能を有する。
1.文字コード変換機能
例えば、SJIS、EUC、EBCDIC、KEIS等の文字コードを持ったデータを相互に変換する 機能である。
2.データフォーマット変換機能
例えば、数値項目、日付項目、文字列項目等、属性の異なる個々の項目のデータを相 互に変換する機能である。
3.ファイルフォーマット変換機能
例えば、可変長テキストファイル、固定長テキストファイル、バイナリデータファイ ル等、異なる形式のファイルフォーマットを相互に変換する機能である。
4.レイアウト変換機能
送信データと、受信データで同一或いは異なるデータレイアウトを取り扱い、レイア ウトの整形を行う機能である。
5.処理ロジック生成機能
データの抽出条件、変換条件等を、主に受信先システムの要件に合わせて種々の処理 ロジックを設定できる機能であり、主に以下のようなパターンを有する。
(1)1:1,N:1,1:N,N:Mといった送受信ファイル個数の観点から見 た変換様式
(2)n=m,n>m,n<mといった個々のファイルのレコード件数の観点から 見た変換様式
(3)主に下記のようなデータ作成条件の観点から見た変換様式
<a>セレクト
(条件取捨選択:合致条件・排他条件)
<b>エディット
(コンスタント値設定、個々の項目に対する編集)
<c>ソート
(コントロールキー項目による並べ替え:昇順・降順)
<d>サマリー
(条件キーによるデータ集計、及び演算)
<e>マージ
(同一レイアウト/フォーマット集積:n→1、m→n)
<f>ブランチ
(同一レイアウト/フォーマット分岐:1→n、n→m)
<g>マッチング(ジョイン)
(キー項目の合致判定に基づくデータ出力:1対n,n対m)
これらの機能を、単一もしくは複合的に組み合わせて、プログラム中で業務処理として定義することにより、柔軟に受信先システムへの送信データを作成する。次に定義した業務処理中で生成・使用された中間ファイル等で、必要のなくなったものを削除する不要中間データ削除プログラム604を配置する。図2で説明したデータ変換・加工用処理テンプレート206は、専らデータ変換・加工用処理テンプレートの処理構成例602のような順序で配置されたプログラム群を為し、データ変換・加工処理用テンプレートの例605にあるように、内製ソフトウェア部品、外販パッケージソフトウェア部品の相違等によって複数に分けられ、データ変換・加工部分処理テンプレート群601の中で保持・管理される。
The data conversion / processing processing template 206 described with reference to FIG. 2 will be described in more detail with reference to the data conversion / processing partial template explanatory diagram of FIG. First, a data conversion / processing program 603 is arranged at the head in order to reshape the conversion / processing data generated by the data receiving portion 102 described with reference to FIG. This data conversion / processing program 603 has the following functions.
1. Character code conversion function For example, it is a function that mutually converts data with character codes such as SJIS, EUC, EBCDIC, and KEIS.
2. Data format conversion function For example, it is a function that mutually converts data of individual items with different attributes such as numeric items, date items, and character string items.
3. File format conversion function This function converts file formats of different formats, such as variable-length text files, fixed-length text files, and binary data files.
4). Layout conversion function This function handles the same or different data layout for transmitted data and received data, and shapes the layout.
5). Processing logic generation function This is a function that can set various processing logics for data extraction conditions, conversion conditions, etc., mainly according to the requirements of the receiving system, and has the following patterns.
(1) Conversion format from the viewpoint of the number of transmitted and received files such as 1: 1, N: 1, 1: N, N: M (2) Number of records in individual files such as n = m, n> m, n <m (3) Conversion format from the viewpoint of data creation conditions as follows
<a> Select
(Condition selection: match condition / exclusion condition)
<B> Edit
(Constant value setting, editing for individual items)
<C> Sort
(Sort by control key items: ascending / descending order)
<D> Summary
(Data aggregation and calculation using condition keys)
<E> Merge
(Same layout / format integration: n → 1, m → n)
<F> branch
(Same layout / format branch: 1 → n, n → m)
<G> Matching (join)
(Data output based on key item match determination: 1 to n, n to m)
These functions are combined in a single or complex manner and defined as business processing in the program, so that transmission data to the receiving system can be created flexibly. Next, an unnecessary intermediate data deletion program 604 that deletes unnecessary intermediate files generated and used in the defined business process is arranged. The data conversion / processing template 206 described with reference to FIG. 2 is a group of programs arranged in the order as in the processing configuration example 602 of the data conversion / processing template. As in the example 605, it is divided into a plurality of parts depending on the difference between in-house software parts, external sales package software parts, etc., and stored and managed in the data conversion / processed partial processing template group 601.

図2で説明したデータ送信用処理テンプレート207について、図7のデータ送信部分テンプレート解説図を用いて更に詳細に説明すると、図7のデータ送信用処理テンプレートの処理構成例702で示すように、まず図1で説明したデータ変換・加工部分103で生成された送信用データを、バックアップを行うための送信データバックアッププログラム703を先頭に配置する。次にデータ変換・加工用エリアから後続のデータ送信エリアにデータを移送するためのデータ移動プログラム704を配置する。次にHTTP、FTP、内製データ伝送ツール、データ伝送用市販パッケージソフトウェア等、種々の受信先システムへのデータ送信に必要なデータの伝送プロトコルに依拠した伝送データ送信プログラム705を配置する。図2で説明したデータ送信用処理テンプレート207は、専らデータ送信用処理テンプレートの処理構成例702のような順序で配置されたプログラム群を為し、データ送信処理用テンプレートの例706にあるように、HTTP、FTP、内製用、外販パッケージソフトウェア用の伝送プロトコルの相違等によって複数に分けられ、データ受信部分処理テンプレート群701の中で保持・管理される。   The data transmission processing template 207 described with reference to FIG. 2 will be described in more detail with reference to the data transmission partial template explanatory diagram of FIG. 7. First, as shown in the processing configuration example 702 of the data transmission processing template of FIG. A transmission data backup program 703 for backing up the transmission data generated in the data conversion / processing part 103 described with reference to FIG. Next, a data movement program 704 for transferring data from the data conversion / processing area to the subsequent data transmission area is arranged. Next, a transmission data transmission program 705 based on a data transmission protocol necessary for data transmission to various recipient systems such as HTTP, FTP, an in-house data transmission tool, and commercially available package software for data transmission is arranged. The data transmission processing template 207 described with reference to FIG. 2 is a program group arranged exclusively in the order of the processing configuration example 702 of the data transmission processing template, as shown in the data transmission processing template example 706. , HTTP, FTP, in-house production, and external sales package software are divided into a plurality of transmission protocols, and are held and managed in the data reception partial processing template group 701.

データの取り扱いについては、図8に示すように、業務システム間データ連携HUBシステム801では、複数の送信元システム802からデータ受信用伝送ミドルウェア803を使用して受信されたデータをデータ受信用伝送ミドルウェア803用の格納場所に実体ファイル809として格納しておく。   Regarding the handling of data, as shown in FIG. 8, in the inter-business-system data cooperation HUB system 801, data received from a plurality of transmission source systems 802 using data reception transmission middleware 803 is used as data reception transmission middleware. It is stored in the storage location for 803 as an entity file 809.

そして、データ取り扱いパターンの例(1)素通り型806では、まずデータ受信用伝送ミドルウェア803用の格納場所に格納された実体ファイル809を、データ変換・加工処理用のエリアに実体ファイル809として移動しデータ変換・加工処理入力として使用し、処理結果出力についても実体ファイル809として格納後、データ送信用伝送ミドルウェア805用の格納場所へ移動させる。   Example of data handling pattern (1) In the pass-through type 806, first, the entity file 809 stored in the storage location for the data reception transmission middleware 803 is moved to the data conversion / processing area as the entity file 809. The data conversion / processing input is used, and the processing result output is also stored as the entity file 809 and then moved to the storage location for the data transmission transmission middleware 805.

データ取り扱いパターンの例(2)ファイル常駐・使い回し型807では、まずデータ受信用伝送ミドルウェア803用の格納場所に格納された実体ファイル809を、データ変換・加工処理用のエリアに実体ファイル809として格納するものと、他の処理でも使いまわしが可能なものとして、常駐化ファイル810として残しつつデータ変換・加工処理入力として使用し、処理結果出力についても実体ファイル809として格納後、データ送信用伝送ミドルウェア805用の格納場所へ移動させる。   Example of Data Handling Pattern (2) In the file resident / reusable type 807, first, the entity file 809 stored in the storage location for the data receiving transmission middleware 803 is converted into the data conversion / processing area as the entity file 809. The data to be stored and can be reused in other processes, and used as data conversion / processing input while remaining as a resident file 810. The processing result output is also stored as the entity file 809, and then transmitted for data transmission. Move to the storage location for middleware 805.

データ取り扱いパターンの例(3)バックアップ型808では、まずデータ受信用伝送ミドルウェア803用の格納場所に格納された実体ファイル809を、再処理等でも使用可能なように、世代管理を行いながらバックアップファイル811として残しつつ、データ変換・加工処理用のエリアに実体ファイル809として移動させ、データ変換・加工処理入力として使用し、処理結果出力についても実体ファイル809として格納後、後続処理で再処理等でも使用可能なように、世代管理を行いながらバックアップファイル811として残しつつ、データ送信用伝送ミドルウェア805用の格納場所へ移動させる。   Example of Data Handling Pattern (3) In the backup type 808, first, the actual file 809 stored in the storage location for the data receiving transmission middleware 803 is backed up while performing generation management so that it can be used for reprocessing and the like. 811 is moved to the data conversion / processing area as the entity file 809 and used as the data conversion / processing input, and the processing result output is also stored as the entity file 809 and then reprocessed in the subsequent processing. In order to be usable, it is moved to the storage location for the transmission middleware 805 for data transmission while keeping the backup file 811 while performing generation management.

データ送信用伝送ミドルウェア805用の格納場所へ移動された実体ファイル809は、データ送信用伝送ミドルウェア805によって複数の受信先システム804へデータ送信される。各処理が正常に行われた際は、常駐化ファイル810及びバックアップファイル811以外の実体ファイル809は削除されるが、処理異常が発生した場合は実体ファイル809は削除されず、データの確認、再処理が可能な機能を有する。   The substance file 809 moved to the storage location for the data transmission transmission middleware 805 is transmitted to the plurality of receiving systems 804 by the data transmission transmission middleware 805. When each process is normally performed, the entity file 809 other than the resident file 810 and the backup file 811 is deleted. However, when a process abnormality occurs, the entity file 809 is not deleted, and the data is confirmed and re-executed. It has a function that can be processed.

このように、データ受信部分、データ変換・加工部分、データ送信部分のすべてで送受信データを内部的には実体データファイルとして格納し、それを残しつつ処理を実行することにより、処理正常終了時には、処理結果データを確認できる仕組み、また、処理異常終了時に処理スケジュールソフトウェア上から処理実行状況を確認し、必要に応じて内部処理の途中から必要なファイルを使用し、処理の再実行が掛けられるような仕組み、必要に応じて、不必要データを削除する仕組み、必要に応じてデータを世代管理することで蓄積すると言った仕組みを持つことで、処理実行状況、結果の確認の容易性、処理再実行時の運用容易性等を確保することができる。   In this way, by sending and receiving data internally as an actual data file in all of the data reception part, data conversion / processing part, and data transmission part, by executing the process while leaving it, A mechanism that can check the processing result data, and the processing execution status can be checked from the processing schedule software when processing ends abnormally, and if necessary, the necessary files can be used from the middle of the internal processing, and the processing can be re-executed System, a mechanism to delete unnecessary data as needed, and a mechanism to store data by generation management as necessary, so that the process execution status, ease of checking results, Ease of operation at the time of execution can be ensured.

図9は処理実行状況履歴ファイル出力を説明するための図である。テンプレート群格納エリア901にある、受信用テンプレート902や変換・加工用テンプレート903、送信用テンプレート904の各テンプレートには、予めログファイル出力プログラムが組み込まれている部品単体プログラム905が埋め込まれており、これを実際の業務処理にそってテンプレートを設定し、実処理パターン間処理順序の関連907を定義することで実際の処理定義情報906を作成し、それを業務システム間データ連携HUBシステム913で実行することにより、送信元システム912からデータが業務システム間データ連携HUBシステム913を経由し受信先システム914へデータが送信されるが、その一連の処理の実行により処理パターンに組み込まれている部品単体プログラム呼出・実行モジュール911に組み込まれているログファイル出力プログラムが実行され、処理実行状況履歴ファイル915に内部処理状況が記録され、処理異常終了時等においてこの処理実行状況履歴ファイル915を参照することにより、その原因、再実行方法の特定を補助する機能を有する。   FIG. 9 is a diagram for explaining processing execution status history file output. In the template group storage area 901, the reception template 902, the conversion / processing template 903, and the transmission template 904 are each embedded with a component single program 905 in which a log file output program is embedded in advance. This is set according to the actual business process, and the actual process definition information 906 is created by defining the relation 907 of the process order between the actual process patterns, and is executed by the inter-business system data linkage HUB system 913 As a result, data is transmitted from the transmission source system 912 to the reception destination system 914 via the inter-business-system data linkage HUB system 913, but the single component incorporated in the processing pattern by executing the series of processing Program call / execution module 9 1 is executed, the internal processing status is recorded in the processing execution status history file 915, and by referring to the processing execution status history file 915 at the time of abnormal termination of processing, the cause, It has a function to assist specification of the re-execution method.

図10はセキュリティ施策を説明するための図である。テンプレート群格納エリア1001にある、受信用テンプレート1002や変換・加工用テンプレート1003、送信用テンプレート1004の各テンプレートには、予めデータ暗号化プログラムが組み込まれている部品単体プログラム1005が埋め込まれており、これを実際の業務処理に沿ってテンプレートを設定し、実処理パターン間処理順序の関連1007を定義することで実際の処理定義情報1006を作成し、それを業務システム間データ連携HUBシステム1013で実行することにより、送信元システム1012からデータが業務システム間データ連携HUBシステム1013を経由し受信先システム1014へデータが送信されるが、その一連の処理の実行により処理パターンに組み込まれている部品単体プログラム呼出・実行モジュール1011に組み込まれているデータ暗号化プログラムが実行されることにより、伝送データは暗号化適用範囲1015の範囲で暗号化され、セキュリティレベルを維持する機能を有する。   FIG. 10 is a diagram for explaining security measures. In the template group storage area 1001, a reception template 1002, a conversion / processing template 1003, and a transmission template 1004 are embedded with a component single program 1005 in which a data encryption program is embedded in advance. A template is set in accordance with the actual business process, and the actual process definition information 1006 is created by defining the relation 1007 between the actual process patterns, and is executed by the inter-business system data linkage HUB system 1013. As a result, the data is transmitted from the transmission source system 1012 to the reception destination system 1014 via the inter-business-system data linkage HUB system 1013, but the single component incorporated in the processing pattern by executing the series of processing. Program call By data encryption program installed in the execution module 1011 is executed, the transmission data is encrypted in the range of encryption coverage 1015 has a function of maintaining the security level.

図11は定義情報の一元管理を説明するための図である。業務システム間データ連携HUBシステム1102を管理する管理者は、管理者用のPC1109から、それらの設定内容を集中的に管理する機能を持った一元管理ソフトウェア1108を使用することにより、伝送元システム1101からデータ受信を行う受信用ミドルウェア1104や、ETLソフトウェアに代表されるデータ変換・加工ソフトウェア1105、及び受信先システム1103にデータを送信する送信ミドルウェア1106、及び全体の処理スケジュールを制御するスケジュールソフトウェア1107に対して設定・定義されたパラメータ、データの種別、データ送受信経路、処理ロジック、処理スケジュール・タイミング等の全ての情報を参照・更新することにより一元的に業務システム間データ連携HUBシステム1102を管理する機能を有する。   FIG. 11 is a diagram for explaining unified management of definition information. An administrator who manages the inter-business-system data linkage HUB system 1102 uses the central management software 1108 having a function of centrally managing the setting contents from the administrator PC 1109, so that the transmission source system 1101. To receiving middleware 1104 for receiving data from data, data conversion / processing software 1105 typified by ETL software, transmission middleware 1106 for sending data to the receiving system 1103, and schedule software 1107 for controlling the overall processing schedule By referring to and updating all information such as parameters, data types, data transmission / reception paths, processing logic, processing schedule / timing, etc., which are set and defined for the business system, the inter-business-system data linkage HUB system 1 02 has a function to manage.

以上述べたように、処理定義をプログラム作成者によって作成することによる処理内部のメンテナンス性が高く、処理エラー発生時における再実行箇所特定の容易性が向上し、また個々の処理の部品化、テンプレート化による、高い流用性、再利用性(例えば処理テンプレート部分の仕様変更が発生しても、処理単位を細かく区切っているため、システム側の部品プログラムの修正を最小限に抑えることが可能となる)が向上する。これにより、従来の課題を解決し、更に大きなシステム運用上、管理上のメリットを享受することができる。   As described above, by creating the process definition by the program creator, the maintenance inside the process is high, the ease of specifying the re-execution location when a process error occurs, and the individual process parts and templates High reusability and reusability due to computerization (for example, even if the specification of the processing template part changes, the processing unit is divided finely, so it is possible to minimize the modification of the system part program. ) Will improve. As a result, the conventional problems can be solved, and further advantages in terms of system operation and management can be enjoyed.

(実施例)
以下、図12を参照して、多ファイルから多ファイルへのデータ連係の実施例として、複数工場からの部品注文情報をとりまとめて取引先別に仕分けする例について説明する。
(Example)
Hereinafter, as an example of data linkage from multiple files to multiple files, an example in which parts order information from a plurality of factories is collected and sorted by business partner will be described with reference to FIG.

1501:データ受信部分
データ受信部分1501には、当該システム外部からのデータを受信し、情報を格納 する機能を有する。
1501: Data receiving portion The data receiving portion 1501 has a function of receiving data from outside the system and storing information.

1502:データ変換部分
データ変換部分1502には、データ受信部分1501からデータを取込み、データ 送信部分1503へデータを送込む流れの間で、データ形態(レコード件数・ファイル レイアウト・ファイルフォーマット・文字コード等)の変換や、処理ロジック(ソート ・マッチング・サマリー・ブランチ・マージ・エディット)を司る機能(前述のデータ 変換・加工プログラム603)を有する。
1502: Data conversion portion The data conversion portion 1502 receives data from the data reception portion 1501 and sends the data to the data transmission portion 1503. The data format (number of records, file layout, file format, character code, etc.) ) Conversion and processing logic (sorting / matching / summary / branch / merging / editing) (the above-mentioned data conversion / processing program 603).

1503:データ送信部分
データ送信部分1503には、当該システムの外部へ送信する情報を格納し、配信す る機能を有する。
1503: Data transmission part The data transmission part 1503 has a function of storing and distributing information to be transmitted to the outside of the system.

1504:処理スケジュール部分
データ入力部分からデータを取込み、変換部分を経由してデータ送信部分へ送り込む といった、一連の流れを制御する機能を有する。
1504: Processing schedule part It has a function of controlling a series of flows such as taking data from the data input part and sending it to the data transmission part via the conversion part.

1505:全社分資材マスター情報
全社分資材マスター情報1505には、取引先毎の部品注文に必要なマスター情報の全社分が格納されている。取引先・部品・購入金額・納品場所等の、取引先・部品毎に必要な管理情報の詳細を格納している。
1505: Company-wide material master information Company-wide material master information 1505 stores company-wide information of master information necessary for ordering parts for each business partner. Stores details of management information required for each business partner / part such as business partner / part / purchase price / delivery location.

1506:工場A分発注情報
工場A分発注情報1506には、工場Aから出された部品毎の注文情報が格納されて いる。部品・数量・取引先・注文日・納期日・納入日・購入金額(最初は0)等の、工 場が取引先に対して部品の注文を行うにあたり、必要な管理情報の詳細を格納している 。
1506: Factory A order information The factory A order information 1506 stores order information for each part sent from the factory A. Stores the details of management information necessary for the factory to order parts from the supplier, such as parts, quantity, supplier, order date, delivery date, delivery date, and purchase price (initially 0). ing .

1507:工場B分発注情報
工場B分発注情報1507には、工場Bから出された部品毎の注文情報が格納されて いる。部品・数量・取引先・注文日・納期日・納入日・購入金額(最初は0)等の、工 場が取引先に対して部品の注文を行うにあたり、必要な管理情報の詳細を格納している 。
1507: Factory B order information The factory B order information 1507 stores order information for each part delivered from the factory B. Stores the details of management information necessary for the factory to order parts from the supplier, such as parts, quantity, supplier, order date, delivery date, delivery date, and purchase price (initially 0). ing .

1508:取引先a分発注情報
取引先a分発注情報1508には、取引先a向けに仕分けされた発注情報が格納され ている。
1508: Order information for business partner a Order information 1508 for business partner a stores ordering information sorted for business partner a.

1509:取引先a分発注エラー情報
取引先a分発注エラー情報1509には、取引先a向けに仕分けされた注文情報のう ち、取引先マスターに情報が存在しないために単価情報を取得できなかった注文情報が 格納されている。
1509: Order error information for business partner a The order error information 1509 for business partner a cannot obtain unit price information because there is no information in the business partner master among the order information sorted for business partner a. Stored order information.

1510:取引先a分発注エラーマスター情報
取引先a分発注エラーマスター情報1510には、取引先マスターに情報が存在する が、取引先a向けに仕分けされた注文情報が存在しなかった取引先マスター情報が格納 されている。
1510: Order error master information for supplier a Order information master information for supplier a 1515 contains information on the supplier master, but the supplier master for which the order information sorted for supplier a did not exist Information is stored.

1511:取引先b分発注情報
取引先b分発注情報1511には、取引先a向けに仕分けされた発注情報が格納され ている。
1511: Order information for the customer b The order information for the customer b is stored in the order information 1511 for the customer b.

1512:取引先b分発注エラー情報
取引先b分発注エラー情報1512には、取引先b向けに仕分けされた注文情報のう ち、取引先マスターに情報が存在しないために単価情報を取得できなかった注文情報が 格納されている。
1512: Order b error information for customer b The order error information 1512 for customer b cannot obtain unit price information because there is no information in the customer master among the order information sorted for the customer b. Stored order information.

1513:取引先b分発注エラーマスター情報
取引先b分発注エラーマスター情報1513には、取引先マスターに情報が存在する が、取引先b向けに仕分けされた注文情報が存在しなかった取引先マスター情報が格納 されている。
1513: Order error master information for supplier b Order information master information for supplier b 1515 contains information in the supplier master, but does not include order information sorted for supplier b Information is stored.

データ受信部分1501に当該外部システムであるところの工場A分発注情報1506と、当該外部システムであるところの工場B分発注情報1507をそれぞれ受信する(前述の伝送データ受信プログラム503を使用)。また、データ受信部分1501に全社分資材マスター情報1505を受信する(前述の伝送データ受信プログラム503を使用)。   The data reception part 1501 receives the factory A order information 1506 as the external system and the factory B order information 1507 as the external system (using the transmission data reception program 503 described above). Further, the company-wide material master information 1505 is received by the data receiving portion 1501 (using the transmission data receiving program 503 described above).

処理スケジュール部分1504は、データ受信部分1501に全てのファイルが到着するのを待ち続ける様に監視(制御)を行う。ここには時限の指定が可能であり、所定の時刻になっても必要な情報が揃わない場合には、同一レイアウト・同一フォーマットである0件のダミーファイルを作成し、代替ファイルとみなす(データ無しの空ファイルとして後続処理を進める)。例えば、工場A分発注情報1506の到着が間に合わない場合には、工場A分発注情報1506と同一レイアウトかつ同一フォーマットの0件の擬似ファイルを工場A分発注情報1506の代用として作成し、後続処理を進める。   The processing schedule portion 1504 performs monitoring (control) so as to wait for all files to arrive at the data receiving portion 1501. A time limit can be specified here, and if the necessary information is not available even at a predetermined time, zero dummy files with the same layout and format are created and regarded as alternative files (data The subsequent process proceeds as an empty file with no). For example, when the arrival of the factory A order information 1506 is not in time, 0 pseudo files having the same layout and the same format as the factory A order information 1506 are created as a substitute for the factory A order information 1506, and the subsequent processing is performed. To proceed.

データ変換部分1502では、先ず工場A分発注情報1506と工場B分発注情報1507をマージ(前述のデータ変換・加工プログラム603を使用)して、取引先・部品をキーに昇順にソートする(前述のデータ変換・加工プログラム603を使用)。これを、全社分注文情報と称する。   In the data conversion part 1502, the factory A order information 1506 and the factory B order information 1507 are first merged (using the data conversion / processing program 603 described above), and sorted in ascending order using the business partners and parts as keys (described above). Data conversion / processing program 603). This is referred to as company-wide order information.

全社分注文情報と全社分資材マスター情報1505を取引先・部品をキーとしてマッチングを行う(前述のデータ変換・加工プログラム603を使用)。合致した場合には全社分資材マスター情報1505の中に格納されている買入単価情報を取出し、全社分注文情報の該当する取引先・部品をキーに持つレコードに格納する。一方、全社分注文情報の該当レコードからは部品の注文数量を取出し、これと全社分資材マスター情報1505から得た買入単価を乗ずることによって、該当レコードの部品購入金額を計算する。この部品購入金額は全社分注文情報の該当する取引先・部品をキーに持つレコードに格納する。これを取引先別に仕分け処理を行い(前述のデータ変換・加工プログラム603を使用)、取引先a分の情報は取引先a分発注情報1508、取引先b分の情報は取引先b分発注情報1508として蓄積を繰り返す。   The company-wide order information and company-wide material master information 1505 are matched using the supplier / part as a key (using the data conversion / processing program 603 described above). If they match, the purchase unit price information stored in the company-wide material master information 1505 is taken out and stored in a record having the corresponding supplier / part of the company-wide order information as a key. On the other hand, the part purchase amount of the corresponding record is calculated by taking out the order quantity of the part from the corresponding record of the company-wide order information and multiplying this by the purchase unit price obtained from the company-wide material master information 1505. This part purchase price is stored in a record having the corresponding supplier / part of the company-wide order information as a key. This is sorted by business partner (using the above-described data conversion / processing program 603), information for business partner a is ordering information 1508 for business partner a, and information for business partner b is ordering information for business partner b. The accumulation is repeated as 1508.

全社分注文情報と全社分資材マスター情報1505を取引先・部品をキーとしてマッチングを行い(前述のデータ変換・加工プログラム603を使用)、合致しなかった場合には二通りのエラー処理を行う。   The company-wide order information and the company-wide material master information 1505 are matched using the supplier / part as a key (using the data conversion / processing program 603 described above). If they do not match, two types of error processing are performed.

エラー処理の一つ目は全社分資材マスター情報1505には情報が存在しない(取引先として契約情報が登録されていない)ため、全社分注文情報に単価情報を取得できなかった注文情報であり、その場合には全社分注文情報の該当する取引先・部品をキーに持つレコードに対して何も行わない状態で取引先発注エラー情報としてブランチ(前述のデータ変換・加工プログラム603を使用)させる。これが取引先aの部品データであるならば取引先a分発注エラー情報1509として蓄積し、取引先bの部品データであるならば取引先b分発注エラー情報1512として蓄積する。   The first error process is the order information for which unit price information could not be obtained in the company-wide order information because no information exists in the company-wide material master information 1505 (contract information is not registered as a business partner). In that case, a branch (using the above-described data conversion / processing program 603) is made as supplier order error information in a state in which nothing is performed on the record having the relevant supplier / part of the company-wide order information as a key. If this is part data of the supplier a, it is stored as order error information 1509 for the supplier a, and if it is part data of the supplier b, it is stored as order error information 1512 for the supplier b.

エラー処理の二つ目は全社分資材マスター情報1505に登録されているが全社分注文情報にはエントリーされていなかった(何らかの原因で注文が停止状態の)全社分注文情報であり、その場合には全社分資材マスター情報1505の該当する取引先・部品をキーに持つレコードに対して何も行わない状態で取引先発注エラーマスター情報としてブランチさせる(前述のデータ変換・加工プログラム603を使用)。これが取引先aの部品データであるならば取引先a分発注エラーマスター情報1510として蓄積し、取引先bの部品データであるならば取引先a分発注エラーマスター情報1513として蓄積する。以上の処理を全データについて繰り返し処理を行う。   The second error processing is the company-wide order information registered in the company-wide material master information 1505 but not entered in the company-wide order information (the order is suspended for some reason). Branches as supplier order error master information in a state where nothing is performed on the record having the relevant supplier / part of the company-wide material master information 1505 as a key (using the above-described data conversion / processing program 603). If this is part data of the supplier a, it is stored as order error master information 1510 for the supplier a, and if it is part data of the supplier b, it is stored as order error master information 1513 for the supplier a. The above processing is repeated for all data.

上記一連の処理を経て蓄積された取引先a分発注情報1508、取引先a分発注エラー情報1509、取引先a分発注エラーマスター情報1510、取引先b分発注情報1511、取引先b分発注エラー情報1512、取引先b分発注エラーマスター情報1513は、それぞれ取引先別毎の単位でデータ変換部分1502でファイルフォーマットを変換する。例えば、取引先aへ向けての情報群はCSVフォーマット、取引先bへ向けての情報群は固定長フォーマットに変換され、データ送信部分1503へ格納される。   Order information 1508 for supplier a, order error information 1509 for supplier a, order error master information 1510 for supplier a, order information 1511 for supplier b, order error for supplier b accumulated through the above series of processing. The information 1512 and the order error master information 1513 for the supplier b are converted in the file format by the data conversion part 1502 in units for each supplier. For example, the information group for the supplier a is converted into the CSV format, and the information group for the supplier b is converted into the fixed length format and stored in the data transmission part 1503.

具体的には、取引先a分発注情報1508と取引先a分発注エラー情報1509と取引先a分発注エラーマスター情報1510についてはデータ変換部分1502でCSV形式にファイルフォーマットを変換してデータ送信部分1503へ格納され、取引先b分発注情報1511と取引先b分発注エラー情報1512と取引先b分発注エラーマスター情報1513についてはデータ変換部分1502で固定長形式にファイルフォーマットを変換してデータ送信部分1503へ格納される。   Specifically, for the supplier a ordering information 1508, the supplier a ordering error information 1509, and the supplier a ordering error master information 1510, the data conversion part 1502 converts the file format into CSV format and sends the data. 1503, the order information 1511 for the customer b, the order error information 1512 for the customer b, and the order error master information 1513 for the customer b are converted into a fixed length format in the data conversion part 1502 and data is transmitted. Stored in portion 1503.

データ送信部分1503では、取引先毎の送信プロトコルの方法で当該システム外部に向けて送信(発信)する。具体的には、取引先a分発注情報1508と取引先a分発注エラー情報1509と取引先a分発注エラーマスター情報1510についてはデータ送信部分1503からFTPで発信され(前述の伝送データ送信プログラム705を使用)、取引先b分発注情報1511と取引先b分発注エラー情報1512と取引先b分発注エラーマスター情報1513についてはデータ送信部分1503からOracleNET8で発信される(前述の伝送データ送信プログラム705を使用)。   In the data transmission portion 1503, transmission (transmission) is performed outside the system by a transmission protocol method for each business partner. Specifically, the order information 1508 for the supplier a, the order error information 1509 for the supplier a, and the order error master information 1510 for the supplier a are transmitted from the data transmission portion 1503 by FTP (the transmission data transmission program 705 described above). ), The order information 1511 for the customer b, the order error information 1512 for the customer b, and the order error master information 1513 for the customer b are transmitted from the data transmission portion 1503 by OracleNET8 (the transmission data transmission program 705 described above) use).

なお、本発明の目的は、上述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム(或いは装置)に供給し、そのシステム(或いは装置)のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、達成されることは言うまでもない。   An object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system (or apparatus), and the system (or apparatus) computer (or CPU or MPU). Needless to say, this is also achieved by reading and executing the program code stored in the storage medium.

この場合、記憶媒体から読み出されたプログラムコード自体が上述した実施形態の機能を実現することになり、プログラムコード自体及びそのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、上述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(基本システム或いはオペレーティングシステム)等が実際の処理の一部又は全部を行い、その処理によって上述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (basic system or operating system) running on the computer based on the instruction of the program code. Needless to say, a case where the functions of the above-described embodiment are realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって上述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the CPU or the like provided in the board or function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.

業務システム間データ連携システムの全体概要図である。1 is an overall schematic diagram of a data linkage system between business systems. 処理部品化・テンプレート化の概略を説明するための図である。It is a figure for demonstrating the outline of processing component-izing and template-izing. テンプレート内に配置される部品の組み合わせの一例を説明するための図である。It is a figure for demonstrating an example of the combination of the components arrange | positioned in a template. スケジュールソフトウェア上の処理説明図である。It is processing explanatory drawing on schedule software. データ受信部分テンプレートについて説明するための図である。It is a figure for demonstrating a data reception partial template. データ変換・加工部分テンプレートについて説明するための図である。It is a figure for demonstrating a data conversion and process part template. データ送信部分テンプレートについて説明するための図である。It is a figure for demonstrating a data transmission partial template. データの取り扱いを説明するための図である。It is a figure for demonstrating handling of data. 処理実行状況履歴ファイル出力を説明するための図である。It is a figure for demonstrating process execution status log file output. セキュリティ施策を説明するための図である。It is a figure for demonstrating a security measure. 定義情報の一元管理を説明するための図である。It is a figure for demonstrating the unified management of definition information. 多ファイルから多ファイルへのデータ連携の実施例を示す図である。It is a figure which shows the Example of the data cooperation from multiple files to multiple files.

符号の説明Explanation of symbols

101:業務システム間データ連携システム
102:データ受信部分
103:データ変換・加工部分
104:データ送信部分
105:処理スケジュール部分
101: Data linkage system between business systems 102: Data reception part 103: Data conversion / processing part 104: Data transmission part 105: Processing schedule part

Claims (8)

2つ以上のシステム間でのデータ連携を行うデータ連携システムであって、
送信元システムからデータを受信するデータ受信部分と、
前記送信元システムから受信したデータを変換及び/又は加工し、受信先システムへの送信データを生成するデータ変換・加工部分と、
前記受信先システムにデータを送信するデータ送信部分と、
前記データ受信部分、前記データ変換・加工部分、及び前記データ送信部分における処理の順序を制御する処理スケジュール部分とを有することを特徴とするデータ連携システム。
A data linkage system that performs data linkage between two or more systems,
A data receiving part for receiving data from the source system;
A data conversion / processing part that converts and / or processes data received from the transmission source system and generates transmission data to the reception destination system;
A data transmission part for transmitting data to the recipient system;
A data linkage system comprising: a data receiving part, a data conversion / processing part, and a process schedule part for controlling a processing order in the data transmission part.
前記データ受信部分、前記データ変換・加工部分、前記データ送信部分のすべてでデータを内部的には実体データファイルとして格納することを特徴とする請求項1に記載のデータ連携システム。   2. The data linkage system according to claim 1, wherein data is internally stored as an actual data file in all of the data receiving part, the data converting / processing part, and the data transmitting part. 前記実体データファイルを残しつつ処理を実行することにより、処理正常終了時に、処理結果データを確認する手段を有することを特徴とする請求項2に記載のデータ連携システム。   3. The data linkage system according to claim 2, further comprising means for confirming the processing result data when the processing is normally completed by executing the processing while leaving the substance data file. 処理異常終了時に処理実行状況を確認し、内部処理の途中から必要な実体データファイルを使用し、処理の再実行を掛けることのできる手段を有することを特徴とする請求項2に記載のデータ連携システム。   3. The data linkage according to claim 2, further comprising means for confirming a processing execution status at the time of abnormal termination of a process, using a necessary entity data file in the middle of internal processing, and re-executing the processing. system. 実体データファイルを削除する手段を有することを特徴とする請求項2に記載のデータ連携システム。   The data linkage system according to claim 2, further comprising means for deleting the entity data file. 実体データファイルを世代管理して蓄積する手段を有することを特徴とする請求項2に記載のデータ連携システム。   3. The data linkage system according to claim 2, further comprising means for storing the actual data file under generation management. データ連携システムを介して2つ以上のシステム間でのデータ連携を行うデータ連携方法であって、
前記データ連携システムのデータ受信部分により、送信元システムからデータを受信する手順と、
前記データ連携システムのデータ変換・加工部分により、前記送信元システムから受信したデータを変換及び/又は加工し、受信先システムへの送信データを生成する手順と、
前記データ連携システムのデータ送信部分により、前記受信先システムにデータを送信する手順と、
前記データ連携システムの処理スケジュール部分により、前記データ受信部分、前記データ変換・加工部分、及び前記データ送信部分における処理の順序を制御する手順とを有することを特徴とするデータ連携方法。
A data linkage method for performing data linkage between two or more systems via a data linkage system,
A procedure for receiving data from a transmission source system by a data receiving part of the data linkage system;
A procedure for converting and / or processing data received from the transmission source system by the data conversion / processing part of the data linkage system, and generating transmission data to the reception destination system,
A procedure of transmitting data to the destination system by a data transmission portion of the data linkage system;
A data linkage method comprising: a procedure for controlling processing order in the data reception portion, the data conversion / processing portion, and the data transmission portion according to a processing schedule portion of the data linkage system.
2つ以上のシステム間でのデータ連携を行うための処理をコンピュータに実行させるコンピュータプログラムであって、
コンピュータを、送信元システムからデータを受信するデータ受信部分と、前記送信元システムから受信したデータを変換及び/又は加工し、受信先システムへの送信データを生成するデータ変換・加工部分と、前記受信先システムにデータを送信するデータ送信部分と、前記データ受信部分、前記データ変換・加工部分、及び前記データ送信部分における処理の順序を制御する処理スケジュール部分として機能させることを特徴とするコンピュータプログラム。
A computer program for causing a computer to execute a process for data linkage between two or more systems,
A data receiving part for receiving data from a transmission source system; a data conversion / processing part for converting and / or processing data received from the transmission source system to generate transmission data to the reception destination system; A computer program that functions as a data transmission part that transmits data to a reception destination system, a data reception part, the data conversion / processing part, and a process schedule part that controls the order of processing in the data transmission part .
JP2004141492A 2004-05-11 2004-05-11 Data linkage system and method Pending JP2005322159A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004141492A JP2005322159A (en) 2004-05-11 2004-05-11 Data linkage system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004141492A JP2005322159A (en) 2004-05-11 2004-05-11 Data linkage system and method

Publications (1)

Publication Number Publication Date
JP2005322159A true JP2005322159A (en) 2005-11-17

Family

ID=35469385

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004141492A Pending JP2005322159A (en) 2004-05-11 2004-05-11 Data linkage system and method

Country Status (1)

Country Link
JP (1) JP2005322159A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011258122A (en) * 2010-06-11 2011-12-22 Mitsubishi Electric Corp Data transfer unit, data transfer method, data transfer program, and data cooperation system
WO2012090281A1 (en) * 2010-12-27 2012-07-05 三菱電機株式会社 Data processing device
WO2012090280A1 (en) * 2010-12-27 2012-07-05 三菱電機株式会社 Data processing device
JP2013508873A (en) * 2009-10-27 2013-03-07 エグザリード Method and system for processing information in an information stream

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013508873A (en) * 2009-10-27 2013-03-07 エグザリード Method and system for processing information in an information stream
US9122769B2 (en) 2009-10-27 2015-09-01 Dassault Systemes Method and system for processing information of a stream of information
JP2011258122A (en) * 2010-06-11 2011-12-22 Mitsubishi Electric Corp Data transfer unit, data transfer method, data transfer program, and data cooperation system
WO2012090281A1 (en) * 2010-12-27 2012-07-05 三菱電機株式会社 Data processing device
WO2012090280A1 (en) * 2010-12-27 2012-07-05 三菱電機株式会社 Data processing device
JP5420084B2 (en) * 2010-12-27 2014-02-19 三菱電機株式会社 Data processing device
JPWO2012090281A1 (en) * 2010-12-27 2014-06-05 三菱電機株式会社 Data processing device

Similar Documents

Publication Publication Date Title
US6256667B1 (en) Intelligent messaging
CN108805470B (en) Automatic configuration method and device for production orders
US20220171606A1 (en) Microprocessor Including a Model of an Enterprise
JP2007516516A (en) Product data exchange
Menezes et al. Smart manufacturing execution systems for small and medium-sized enterprises
US6839601B1 (en) Fabrication architecture including enterprise resource planning integration
US20090171811A1 (en) Architectural Design For Product Catalog Management Application Software
JP2006506716A (en) Apparatus and method for creating a processing tool
US6963815B2 (en) Test support program and test support method
US20200327486A1 (en) Asset Tracking System And Method
JP2005322159A (en) Data linkage system and method
US6871113B1 (en) Real time dispatcher application program interface
JP6577412B2 (en) Operation management apparatus, operation management method, and operation management system
US20110119195A1 (en) Defining infrastructure design in a technical project management system
US6846684B1 (en) Integrated enterprise resource planning and manufacturing system
CN114386920A (en) Information operation system and method based on data sharing
JP5619642B2 (en) Business application component device
US6845280B1 (en) Work in progress management program interface
CN109118161B (en) SAAS management method and system for supply chain in construction industry
JP4336251B2 (en) Traceability system, trace information management method, trace information management program, and recording medium
JP2012159998A5 (en)
CN111222793A (en) Data interaction method and system
EP1958144A2 (en) Representing business transactions
CA2384851A1 (en) Planning and administrating a manufacturing plant
JPH11312197A (en) Schedule plan and preparation managing system