JP2020184098A - Interface apparatus and program - Google Patents

Interface apparatus and program Download PDF

Info

Publication number
JP2020184098A
JP2020184098A JP2019086468A JP2019086468A JP2020184098A JP 2020184098 A JP2020184098 A JP 2020184098A JP 2019086468 A JP2019086468 A JP 2019086468A JP 2019086468 A JP2019086468 A JP 2019086468A JP 2020184098 A JP2020184098 A JP 2020184098A
Authority
JP
Japan
Prior art keywords
rpa
data
server
interface
interface device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2019086468A
Other languages
Japanese (ja)
Other versions
JP6626596B1 (en
Inventor
貴雄 戸田
Takao Toda
貴雄 戸田
翔一 伊藤
Shoichi Ito
翔一 伊藤
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.)
MUFG Bank Ltd
Original Assignee
MUFG Bank 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 MUFG Bank Ltd filed Critical MUFG Bank Ltd
Priority to JP2019086468A priority Critical patent/JP6626596B1/en
Application granted granted Critical
Publication of JP6626596B1 publication Critical patent/JP6626596B1/en
Publication of JP2020184098A publication Critical patent/JP2020184098A/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

To provide a general-purpose interface technique for cooperative processing between systems using RPA.SOLUTION: One aspect of the present invention relates to an interface apparatus that includes a parameter generation unit that generates an RPA control parameter based on parameter information commonly defined in systems, and an RPA control unit that processes data acquired from a first system according to the generated RPA control parameter, and controls an RPA server so as to provide the processed data to a second system.SELECTED DRAWING: Figure 4

Description

本発明は、システム間の連携処理のためのインタフェース装置に関する。 The present invention relates to an interface device for cooperative processing between systems.

近年の人手不足の問題や事務処理の効率化の要求に対処するため、RPA(Robotic Process Automation)を検討及び導入する企業が増加している。典型的なRPAでは、人間がコンピュータ画面上で手動によって行っていた定型的な操作手順が、ソフトウェアにより実現されるロボットによって自動的に実行される。 An increasing number of companies are considering and introducing RPA (Robotic Process Automation) in order to deal with the problem of labor shortage and the demand for more efficient paperwork in recent years. In a typical RPA, routine operating procedures that humans have manually performed on a computer screen are automatically executed by a robot realized by software.

特許第6447689号Patent No. 6447689

典型的な手動によるシステム間のデータ転送処理では、ユーザは、コンピュータ端末を操作して、転送元となる連携元システムから転送対象のデータを取得し、取得したデータに対して必要な変換処理を実行し、変換後のデータを転送先となる連携先システムに送信している。このようなデータ転送処理は、比較的単純な操作手順に従ってユーザによって手動により実行可能である。一方、多数のデータに対してこのような同種のデータ転送処理が実行される必要がある場合、人手を介することなくRPAを利用することが効果的であると考えられる。 In a typical manual data transfer process between systems, a user operates a computer terminal to acquire data to be transferred from a link source system that is a transfer source, and performs necessary conversion processing on the acquired data. It is executed and the converted data is sent to the linked system that is the transfer destination. Such a data transfer process can be manually executed by the user according to a relatively simple operation procedure. On the other hand, when it is necessary to execute the same kind of data transfer processing on a large amount of data, it is considered effective to use RPA without human intervention.

一方、従来のRPAでは、RPAを利用した連携元システムと連携先システムとの間のデータ転送を実現するためのインタフェースは、これら2つのシステム間に固有なものとして構築される。従って、図1に示されるように、2つのシステム間毎にインタフェース仕様が構築されることになり、連携元システムと連携先システムとが増えた場合、システム間でアーキテクチャが混在することになり、保守性が低下することになる。また、システム間毎にインタフェース仕様が設計される必要があるため、開発効率が低下する。 On the other hand, in the conventional RPA, the interface for realizing the data transfer between the cooperation source system and the cooperation destination system using the RPA is constructed as unique between these two systems. Therefore, as shown in FIG. 1, interface specifications are constructed for each of the two systems, and when the number of cooperation source systems and cooperation destination systems increases, the architectures will be mixed between the systems. Maintainability will be reduced. In addition, since interface specifications need to be designed for each system, development efficiency is reduced.

従って、本発明の課題は、RPAを利用したシステム間の連携処理のための汎用的なインタフェース技術を提供することである。 Therefore, an object of the present invention is to provide a general-purpose interface technique for cooperative processing between systems using RPA.

上記課題を解決するため、本発明の一態様は、システム間で共通に定義されたパラメータ情報に基づきRPA制御パラメータを生成するパラメータ生成部と、前記生成したRPA制御パラメータに従って第1のシステムから取得したデータを処理し、前記処理されたデータを第2のシステムに提供するようRPAサーバを制御するRPA制御部と、を有するインタフェース装置に関する。 In order to solve the above problems, one aspect of the present invention is a parameter generation unit that generates RPA control parameters based on parameter information commonly defined between systems, and an acquisition from the first system according to the generated RPA control parameters. The present invention relates to an interface device having an RPA control unit that processes the processed data and controls an RPA server so as to provide the processed data to a second system.

本発明によると、RPAを利用したシステム間の連携処理のための汎用的なインタフェース技術が提供されることによって、システム間毎に個別のインタフェース仕様を構築することが不要となり、設計効率が向上すると共に、保守が容易になる。 According to the present invention, by providing a general-purpose interface technology for cooperative processing between systems using RPA, it becomes unnecessary to construct individual interface specifications for each system, and design efficiency is improved. At the same time, maintenance becomes easy.

従来のRPAによるシステム間連携を実現するためのインタフェース基盤を示す概略図である。It is a schematic diagram which shows the interface infrastructure for realizing the inter-system cooperation by the conventional RPA. 本発明の一実施例によるRPAによるシステム間連携を実現するためのインタフェース基盤を示す概略図である。It is a schematic diagram which shows the interface infrastructure for realizing the inter-system cooperation by RPA by one Example of this invention. 本発明の一実施例による情報処理システムを示すブロック図である。It is a block diagram which shows the information processing system by one Example of this invention. 本発明の一実施例によるRPAによるシステム間データ転送処理を示す概略図である。It is a schematic diagram which shows the data transfer processing between systems by RPA by one Example of this invention. 本発明の一実施例によるインタフェース装置のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware structure of the interface apparatus by one Example of this invention. 本発明の一実施例によるインタフェース装置の機能構成を示すブロック図である。It is a block diagram which shows the functional structure of the interface apparatus by one Example of this invention. 本発明の一実施例による機能単位による連携処理を示す概略図である。It is the schematic which shows the cooperation process by the functional unit by one Example of this invention. 本発明の一実施例によるRPAによるシステム間データ転送処理を示すフローチャートである。It is a flowchart which shows the data transfer processing between systems by RPA by one Example of this invention.

以下、図面に基づいて本発明の実施の形態を説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.

以下の実施例では、RPAによるシステム間の連携処理を実現するためのインタフェース装置が開示される。後述される実施例を概略すると、インタフェース装置は、図2に示されるように、複数の連携元システムと複数の連携先システムとの間で共通に定義されたインタフェース機能によってシステム間の連携処理を実現する。インタフェース装置は、処理対象のシステム間の連携処理(例えば、システム間におけるデータ転送など)のために提供されたシステム間に共通に定義されるパラメータ情報に基づきRPA制御パラメータを生成し、生成したRPA制御パラメータに従って連携元システムから取得したデータを処理し、処理されたデータを連携先システムに提供するようRPAサーバを制御する。 In the following examples, an interface device for realizing cooperative processing between systems by RPA is disclosed. Summarizing the examples described later, as shown in FIG. 2, the interface device performs cooperation processing between systems by an interface function commonly defined between a plurality of cooperation source systems and a plurality of cooperation destination systems. Realize. The interface device generates RPA control parameters based on the parameter information commonly defined between the systems provided for the cooperative processing between the systems to be processed (for example, data transfer between the systems), and the generated RPA. The RPA server is controlled so as to process the data acquired from the cooperation source system according to the control parameters and provide the processed data to the cooperation destination system.

まず、図3を参照して、本発明の一実施例による情報処理システムを説明する。図3は、本発明の一実施例による情報処理システムを示すブロック図である。 First, an information processing system according to an embodiment of the present invention will be described with reference to FIG. FIG. 3 is a block diagram showing an information processing system according to an embodiment of the present invention.

図3に示されるように、情報処理システム10は、1つ以上の連携元システム20、アプリケーションサーバ30、RPAサーバ40及び1つ以上の連携先システム50を有する。 As shown in FIG. 3, the information processing system 10 has one or more cooperation source systems 20, an application server 30, an RPA server 40, and one or more cooperation destination systems 50.

連携元システム20は、ストレージやメモリなどの記憶手段を備えたサーバなどの計算装置であり、例えば、連携処理がデータ転送処理である場合、データの転送元のサーバである。 The cooperation source system 20 is a computing device such as a server provided with storage means such as storage and memory. For example, when the cooperation processing is a data transfer processing, it is a data transfer source server.

アプリケーションサーバ30は、ストレージやメモリなどの記憶手段を備えたサーバなどの計算装置であり、例えば、SASプログラムなどのアプリケーションを実行するサーバである。アプリケーションサーバ30は、以下で詳細に説明されるインタフェース装置100を有する。例えば、インタフェース装置100は、SASプログラムを生成するためのジョブエディタ機能を提供すると共に、SASプログラムを視覚的にジョブとして生成可能なSAS Data Integration Studio(以降、SAS DIとして参照される)を実行基盤とし、複数の連携システムとのインタフェース連携を一元的に実行するためのインタフェース共通基盤として機能する。SAS DIにより実現されるインタフェース装置100は、インタフェース固有のプログラミングやジョブの実装を行わない思想に基づき、インタフェース定義書から取得されるパラメータファイルを入力とし、インタフェース処理を実行する。インタフェース装置100によるインタフェース連携については、RPAサーバ40を利用して、アプリケーション画面を介したファイルの入出力を制御する。 The application server 30 is a computing device such as a server provided with storage means such as storage and memory, and is, for example, a server that executes an application such as a SAS program. The application server 30 has an interface device 100 described in detail below. For example, the interface device 100 provides a job editor function for generating a SAS program, and also executes a SAS Data Integration Studio (hereinafter referred to as SAS DI) capable of visually generating a SAS program as a job. It functions as an interface common platform for centrally executing interface linkage with multiple linkage systems. The interface device 100 realized by SAS DI executes interface processing by inputting a parameter file acquired from an interface definition document based on the idea of not performing interface-specific programming or job implementation. For interface cooperation by the interface device 100, the RPA server 40 is used to control the input / output of files via the application screen.

RPAサーバ40は、ストレージやメモリなどの記憶手段を備えたサーバなどの計算装置であり、例えば、インタフェース装置100による制御下、連携元システム20から取得されたアプリケーションサーバ30のデータやファイルに対して処理を実行し、処理されたデータやファイルを連携先システム50に提供する。 The RPA server 40 is a computing device such as a server provided with storage means such as storage and memory. For example, for data and files of the application server 30 acquired from the cooperation source system 20 under the control of the interface device 100. The processing is executed, and the processed data and files are provided to the cooperation destination system 50.

連携先システム50は、ストレージやメモリなどの記憶手段を備えたサーバなどの計算装置であり、例えば、連携処理がデータ転送処理である場合、データの転送先のサーバである。 The cooperation destination system 50 is a computing device such as a server provided with storage means such as storage and memory. For example, when the cooperation processing is a data transfer processing, it is a data transfer destination server.

次に、図4を参照して、本発明の一実施例による情報処理システムによる連携処理を説明する。図4は、本発明の一実施例によるRPAによるシステム間データ転送処理を示す概略図である。 Next, with reference to FIG. 4, the cooperative processing by the information processing system according to the embodiment of the present invention will be described. FIG. 4 is a schematic view showing data transfer processing between systems by RPA according to an embodiment of the present invention.

図4に示されるように、アプリケーションサーバ30は、例えば、SASプログラムなどに従って連携元システム20のデータ又はファイルをRPAサーバ40を利用して処理し、処理後のデータ又はファイルを連携先システム50に提供する連携処理を実行する。以下の実施例では、連携処理として、データ転送処理に着目するが、本発明による連携処理はこれに限定されるものでない。 As shown in FIG. 4, the application server 30 processes the data or file of the cooperation source system 20 by using the RPA server 40 according to, for example, a SAS program, and transfers the processed data or file to the cooperation destination system 50. Execute the provided cooperation process. In the following examples, the data transfer process is focused on as the linked process, but the linked process according to the present invention is not limited to this.

具体的には、ステップS101において、アプリケーションサーバ30は、連携元システム20から処理対象のデータ又はファイルを抽出する。 Specifically, in step S101, the application server 30 extracts data or a file to be processed from the cooperation source system 20.

ステップS102において、アプリケーションサーバ30は、抽出したデータ又はファイルに対して文字コード変換処理を実行する。例えば、当該文字コード変換処理は、連携元システム20に格納されているデータ又はファイルの文字コードを連携先システム50において利用される文字コードに変換する何れか適切な変換処理であってもよい。 In step S102, the application server 30 executes the character code conversion process on the extracted data or file. For example, the character code conversion process may be any appropriate conversion process that converts the character code of the data or file stored in the cooperation source system 20 into the character code used in the cooperation destination system 50.

ステップS103において、アプリケーションサーバ30は、文字コード変換されたデータに対してファイル作成処理を実行する。RPAサーバ40は、インタフェース装置100による制御の下で当該処理によって得られたインタフェースファイルに対して各種操作及び処理を実行する。 In step S103, the application server 30 executes a file creation process on the character code-converted data. The RPA server 40 executes various operations and processes on the interface file obtained by the process under the control of the interface device 100.

ステップS104において、インタフェース装置100は、作成されたインタフェースファイルに対して各種操作及び処理をRPAサーバ40に実行させるため、RPA起動処理を実行する。このとき、インタフェース装置100は、インタフェース(IF)送受信履歴テーブルにRPAの実行開始を記録すると共に、RPAサーバ40によるインタフェースファイルに対する処理及び操作をSOAP(Simple Object Access Protocol)を介し制御する。 In step S104, the interface device 100 executes the RPA activation process in order to cause the RPA server 40 to execute various operations and processes on the created interface file. At this time, the interface device 100 records the start of RPA execution in the interface (IF) transmission / reception history table, and controls the processing and operation of the interface file by the RPA server 40 via SOAP (Simple Object Access Protocol).

ステップS105において、RPAサーバ40は、インタフェース装置100からのSOAPを介した制御の下、処理対象のインタフェースファイルに対して処理及び操作を実行する。このとき、RPAサーバ40は、実行結果をSOAPを介しインタフェース装置100に提供し、インタフェース装置100は、実行結果をIF送受信履歴テーブルに記録する。 In step S105, the RPA server 40 executes processing and operation on the interface file to be processed under the control of the interface device 100 via SOAP. At this time, the RPA server 40 provides the execution result to the interface device 100 via SOAP, and the interface device 100 records the execution result in the IF transmission / reception history table.

ステップS106において、RPAサーバ40は、処理及び操作後のファイルを連携先システム50に提供し、連携先システム50は、RPAサーバ40によって処理されたファイルを取り込む。 In step S106, the RPA server 40 provides the processed and operated files to the cooperation destination system 50, and the cooperation destination system 50 takes in the files processed by the RPA server 40.

ここで、インタフェース装置100は、典型的には、サーバにより実現され、例えば、図5に示されるようなハードウェア構成を有してもよい。すなわち、インタフェース装置100は、バスBを介し相互接続されるドライブ装置101、補助記憶装置102、メモリ装置103、CPU(Central Processing Unit)104、外部インタフェース装置105及び通信装置106を有する。 Here, the interface device 100 is typically implemented by a server and may have, for example, a hardware configuration as shown in FIG. That is, the interface device 100 includes a drive device 101, an auxiliary storage device 102, a memory device 103, a CPU (Central Processing Unit) 104, an external interface device 105, and a communication device 106 that are interconnected via the bus B.

インタフェース装置100における後述される各種機能及び処理を実現するプログラムを含む各種コンピュータプログラムは、CD−ROM(Compact Disk−Read Only Memory)などの記録媒体107によって提供されてもよい。プログラムを記憶した記録媒体107がドライブ装置101にセットされると、プログラムが記録媒体107からドライブ装置101を介して補助記憶装置102にインストールされる。但し、プログラムのインストールは必ずしも記録媒体107により行う必要はなく、ネットワークなどを介し何れかの外部装置からダウンロードするようにしてもよい。補助記憶装置102は、インストールされたプログラムを格納すると共に、必要なファイルやデータなどを格納する。メモリ装置103は、プログラムの起動指示があった場合に、補助記憶装置102からプログラムやデータを読み出して格納する。プロセッサとして機能するCPU104は、メモリ装置103に格納されたプログラムやプログラムを実行するのに必要なパラメータなどの各種データに従って、後述されるようなインタフェース装置100の各種機能及び処理を実行する。外部インタフェース装置105は、ネットワーク又は外部装置に接続するための通信インタフェースとして用いられる。通信装置106は、外部装置と通信するための各種通信処理を実行する。しかしながら、インタフェース装置100は、上述したハードウェア構成に限定されるものでなく、他の何れか適切なハードウェア構成により実現されてもよい。 Various computer programs including programs that realize various functions and processes described later in the interface device 100 may be provided by a recording medium 107 such as a CD-ROM (Compact Disk-Read Only Memory). When the recording medium 107 storing the program is set in the drive device 101, the program is installed in the auxiliary storage device 102 from the recording medium 107 via the drive device 101. However, the program does not necessarily have to be installed on the recording medium 107, and may be downloaded from any external device via a network or the like. The auxiliary storage device 102 stores the installed program and also stores necessary files and data. The memory device 103 reads and stores a program or data from the auxiliary storage device 102 when a program start instruction is given. The CPU 104, which functions as a processor, executes various functions and processes of the interface device 100 as described later according to various data such as a program stored in the memory device 103 and parameters necessary for executing the program. The external interface device 105 is used as a communication interface for connecting to a network or an external device. The communication device 106 executes various communication processes for communicating with the external device. However, the interface device 100 is not limited to the hardware configuration described above, and may be realized by any other suitable hardware configuration.

次に、図6及び7を参照して、本発明の一実施例によるインタフェース装置100を説明する。図6は、本発明の一実施例によるインタフェース装置100の機能構成を示すブロック図である。 Next, the interface device 100 according to an embodiment of the present invention will be described with reference to FIGS. 6 and 7. FIG. 6 is a block diagram showing a functional configuration of the interface device 100 according to an embodiment of the present invention.

図6に示されるように、インタフェース装置100は、パラメータ生成部110及びRPA制御部120を有する。インタフェース装置100は、上述したように、アプリケーションサーバ30に内蔵されてもよいし、あるいは、アプリケーションサーバ30とは別の装置として実現されてもよい。 As shown in FIG. 6, the interface device 100 has a parameter generation unit 110 and an RPA control unit 120. As described above, the interface device 100 may be built in the application server 30, or may be realized as a device different from the application server 30.

パラメータ生成部110は、システム間で共通に定義されたパラメータ情報に基づきRPA制御パラメータを生成する。具体的には、アプリケーションサーバ30との連携処理の対象となる連携元システム20と連携先システム50との複数のペアに共通するフォーマットにより記述されるインタフェース定義書が与えられると、当該インタフェース定義書は、例えば、パラメータファイル自動生成マクロなどの変換モジュールによってパラメータ情報を含むパラメータファイルに変換され、変換後のパラメータファイルがインタフェース装置100に提供される。 The parameter generation unit 110 generates RPA control parameters based on the parameter information commonly defined between the systems. Specifically, when an interface definition document described in a format common to a plurality of pairs of the linkage source system 20 and the linkage destination system 50 to be linked with the application server 30, the interface definition document is given. Is converted into a parameter file including parameter information by a conversion module such as a parameter file automatic generation macro, and the converted parameter file is provided to the interface device 100.

例えば、インタフェース定義書は、システム間の異なるペアに対して共通に定義可能であり、システム間のペア毎に要件が異なるファイル形式やファイルレイアウト、ファイル取り込み処理が定義可能な共通のフォーマットを有する。インタフェース定義書の具体的なデータ項目として、例えば、ファイル名や文字コードなどの送受信ファイル定義、接続先ホスト名や接続先フォルダなどのファイル送受信時の接続先、ファイルが存在しない場合の挙動(エラー、処理スキップなど)、データ取得SQLやデータ更新SQLなどのデータベース操作などのシステム間の連携処理のための各種パラメータが含まれうる。 For example, the interface definition document can be commonly defined for different pairs between systems, and has a common format in which file formats, file layouts, and file import processes with different requirements can be defined for each pair between systems. Specific data items in the interface definition document include, for example, send / receive file definitions such as file name and character code, connection destination when sending and receiving files such as connection destination host name and connection destination folder, and behavior when the file does not exist (error). , Processing skip, etc.), various parameters for cooperation processing between systems such as database operations such as data acquisition SQL and data update SQL may be included.

パラメータ生成部110は、取得したパラメータ情報に基づき、RPAサーバ40によるRPA処理を制御するためのRPA制御パラメータを生成し、生成したRPA制御パラメータをRPA制御部120にわたす。 The parameter generation unit 110 generates RPA control parameters for controlling RPA processing by the RPA server 40 based on the acquired parameter information, and passes the generated RPA control parameters to the RPA control unit 120.

一実施例では、パラメータ情報は、RPA共通リクエスト情報及びRPA個別リクエスト情報を含んでもよい。RPA共通リクエスト情報は、例えば、RPA共通リクエストテンプレートファイルに含まれ、連携元システム20と連携先システム50との複数のペアに共通するRPA処理のための共通パラメータを含む。他方、RPA個別リクエスト情報は、例えば、RPA個別リクエストファイルに含まれ、各RPA処理に個別に設定される個別パラメータを含む。 In one embodiment, the parameter information may include RPA common request information and RPA individual request information. The RPA common request information is included in, for example, the RPA common request template file, and includes common parameters for RPA processing common to a plurality of pairs of the cooperation source system 20 and the cooperation destination system 50. On the other hand, the RPA individual request information includes, for example, individual parameters included in the RPA individual request file and individually set for each RPA process.

RPA制御部120は、RPA制御パラメータに従って、連携元システム20から取得したデータを処理し、処理されたデータを連携先システム50に提供するようRPAサーバ40を制御する。具体的には、RPA制御部120は、連携元システム20の処理対象のデータからアプリケーションサーバ30によって文字コード変換等されたインタフェースファイルをRPAサーバ40に提供すると共に、パラメータ生成部110から提供されたパラメータ情報に従ってインタフェースファイルに対して処理を実行するようRPAサーバ40を制御する。ここで、RPA制御部120は、例えば、IF送受信履歴テーブルを有し、当該処理のステータス(例えば、実行開始、実行結果など)をIF送受信履歴テーブルに格納してもよい。 The RPA control unit 120 processes the data acquired from the cooperation source system 20 according to the RPA control parameters, and controls the RPA server 40 so as to provide the processed data to the cooperation destination system 50. Specifically, the RPA control unit 120 provides the RPA server 40 with an interface file in which the data to be processed by the cooperation source system 20 is converted into a character code by the application server 30, and is provided by the parameter generation unit 110. The RPA server 40 is controlled to execute processing on the interface file according to the parameter information. Here, the RPA control unit 120 may have, for example, an IF transmission / reception history table, and may store the status of the process (for example, execution start, execution result, etc.) in the IF transmission / reception history table.

RPAサーバ40は、RPA制御部120から取得したRPA制御パラメータに従って、インタフェース装置100から取得したインタフェースファイルに対してRPA処理を実行する。RPA処理の実行後、RPAサーバ40は、連携先システム50に処理されたデータを送信すると共に、インタフェース装置100に実行結果(例えば、成功、不成功など)を通知する。 The RPA server 40 executes RPA processing on the interface file acquired from the interface device 100 according to the RPA control parameters acquired from the RPA control unit 120. After executing the RPA process, the RPA server 40 transmits the processed data to the cooperation destination system 50 and notifies the interface device 100 of the execution result (for example, success, failure, etc.).

一実施例では、RPA制御部120は、複数のデータを機能単位で処理してもよい。例えば、個々のファイル毎に送信する場合、図7に示されるように、IF_ID1のデータに対して上述したような連携元システム20からのデータ抽出、インタフェースファイルの作成、及びRPA処理後の連携先システム50へのファイル送信が実行され、その後、次のIF_ID2のデータに対して同様にデータ抽出、ファイル作成及びファイル送信が実行される。例えば、IF_ID2のデータ抽出が失敗した場合、IF_ID1のデータのみが処理され、IF_ID2のデータは処理されることなく、これらのデータ間で不整合が生じる可能性がある。一方、IF_ID1及びIF_ID2の複数のデータがグループ化され、IF_ID1及びIF_ID2のデータに対してデータ抽出が実行され、その後、IF_ID1及びIF_ID2のデータに対してファイル作成が実行され、最後に、IF_ID1及びIF_ID2のデータに対してファイル送信が実行される。このようにして、データに対する連携処理を機能単位で1つのトランザクションとして実行することによって、例えば、IF_ID1及びIF_D2のデータ間の整合性が維持されることになる。 In one embodiment, the RPA control unit 120 may process a plurality of data in functional units. For example, when transmitting for each individual file, as shown in FIG. 7, the data of IF_ID1 is extracted from the linkage source system 20 as described above, the interface file is created, and the linkage destination after RPA processing. File transmission to the system 50 is executed, and then data extraction, file creation, and file transmission are similarly executed for the next IF_ID2 data. For example, if the data extraction of IF_ID2 fails, only the data of IF_ID1 is processed, the data of IF_ID2 is not processed, and inconsistency may occur between these data. On the other hand, a plurality of data of IF_ID1 and IF_ID2 are grouped, data extraction is executed for the data of IF_ID1 and IF_ID2, then file creation is executed for the data of IF_ID1 and IF_ID2, and finally IF_ID1 and IF_ID2. File transmission is executed for the data of. In this way, by executing the linkage process for the data as one transaction for each function, the consistency between the data of IF_ID1 and IF_D2 is maintained, for example.

次に、図8を参照して、本発明の一実施例によるRPAによるシステム間データ転送処理を説明する。当該システム間データ転送処理は、アプリケーションサーバ30が連携元システム20から取得したデータを文字コード変換等した後、変換後のインタフェースファイルに対して実行される。図8は、本発明の一実施例によるRPAによるシステム間データ転送処理を示すフローチャートである。 Next, with reference to FIG. 8, the data transfer process between systems by RPA according to the embodiment of the present invention will be described. The inter-system data transfer process is executed on the converted interface file after the application server 30 converts the data acquired from the cooperation source system 20 into a character code or the like. FIG. 8 is a flowchart showing an inter-system data transfer process by RPA according to an embodiment of the present invention.

図8に示されるように、ステップS201において、インタフェース装置100は、RPA処理を開始するようRPAサーバ40を制御すると共に、RPA処理の実行開始のステータスをIF送受信履歴テーブルに登録する。 As shown in FIG. 8, in step S201, the interface device 100 controls the RPA server 40 to start the RPA process, and registers the execution start status of the RPA process in the IF transmission / reception history table.

エラーがない場合、ステップS202において、インタフェース装置100は、RPA共通リクエストテンプレートファイルがあるか確認する。 If there is no error, in step S202, the interface device 100 checks whether the RPA common request template file exists.

RPA共通リクエストテンプレートファイルが検出されると(S202:YES)、インタフェース装置100は更に、RPA個別リクエストファイルがあるか確認する。RPA個別リクエストファイルが検出されると(S203:YES)、インタフェース装置100は、ステップS204において、RPA共通リクエストテンプレートファイル及びRPA個別リクエストファイルに基づき、RPAサーバ40を制御するためのRPAリクエストパラメータを生成する。他方、RPA共通リクエストテンプレートファイルが検出されなかった場合(S202:NO)、又は、RPA個別リクエストファイルが検出されなかった場合(S203:NO)、インタフェース装置100は、リターンコードを1に設定し、ステップS207に移行する。 When the RPA common request template file is detected (S202: YES), the interface device 100 further checks whether there is an RPA individual request file. When the RPA individual request file is detected (S203: YES), the interface device 100 generates an RPA request parameter for controlling the RPA server 40 based on the RPA common request template file and the RPA individual request file in step S204. To do. On the other hand, when the RPA common request template file is not detected (S202: NO) or when the RPA individual request file is not detected (S203: NO), the interface device 100 sets the return code to 1. The process proceeds to step S207.

ステップS205において、RPAサーバ40は、インタフェース装置100からSOAPを介し提供されたRPAリクエストパラメータに従ってRPA処理を実行し、RPAレスポンスパラメータを生成する。 In step S205, the RPA server 40 executes RPA processing according to the RPA request parameters provided from the interface device 100 via SOAP, and generates RPA response parameters.

ステップS206において、RPAサーバ40は、RPAレスポンスパラメータをデータセット化し、連携先システム50に送信する。連携先システム50は、受信したデータをSASデータセットとして格納する。 In step S206, the RPA server 40 creates a data set of RPA response parameters and transmits them to the cooperation destination system 50. The cooperation destination system 50 stores the received data as a SAS data set.

ステップS207において、インタフェース装置100は、当該処理の実行結果をIF送受信履歴テーブルに登録する。 In step S207, the interface device 100 registers the execution result of the process in the IF transmission / reception history table.

以上、本発明の実施例について詳述したが、本発明は上述した特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。 Although the examples of the present invention have been described in detail above, the present invention is not limited to the above-mentioned specific embodiments, and various modifications are made within the scope of the gist of the present invention described in the claims.・ Can be changed.

10 情報処理システム
20 連携元システム
30 アプリケーションサーバ
40 RPAサーバ
50 連携先システム
100 インタフェース装置
110 パラメータ生成部
120 RPA制御部
10 Information processing system 20 Cooperation source system 30 Application server 40 RPA server 50 Cooperation destination system 100 Interface device 110 Parameter generation unit 120 RPA control unit

Claims (5)

システム間で共通に定義されたパラメータ情報に基づきRPA制御パラメータを生成するパラメータ生成部と、
前記生成したRPA制御パラメータに従って第1のシステムから取得したデータを処理し、前記処理されたデータを第2のシステムに提供するようRPAサーバを制御するRPA制御部と、
を有するインタフェース装置。
A parameter generator that generates RPA control parameters based on parameter information that is commonly defined between systems,
An RPA control unit that processes the data acquired from the first system according to the generated RPA control parameters and controls the RPA server to provide the processed data to the second system.
Interface device with.
前記パラメータ情報は、RPA共通リクエスト情報及びRPA個別リクエスト情報を含む、請求項1記載のインタフェース装置。 The interface device according to claim 1, wherein the parameter information includes RPA common request information and RPA individual request information. 前記RPA制御部は、前記処理のステータスを格納する、請求項1又は2記載のインタフェース装置。 The interface device according to claim 1 or 2, wherein the RPA control unit stores the status of the process. 前記RPA制御部は、複数のデータを機能単位で処理する、請求項1乃至3何れか一項記載のインタフェース装置。 The interface device according to any one of claims 1 to 3, wherein the RPA control unit processes a plurality of data in functional units. システム間で共通のパラメータ情報に基づきRPA制御パラメータを生成するステップと、
前記生成したRPA制御パラメータに従って第1のシステムから取得したデータを処理し、前記処理されたデータを第2のシステムに提供するようRPAサーバを制御するステップと、
をコンピュータに実行させるプログラム。
Steps to generate RPA control parameters based on common parameter information between systems,
A step of processing the data acquired from the first system according to the generated RPA control parameters and controlling the RPA server to provide the processed data to the second system.
A program that causes a computer to run.
JP2019086468A 2019-04-26 2019-04-26 Interface device and program Expired - Fee Related JP6626596B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019086468A JP6626596B1 (en) 2019-04-26 2019-04-26 Interface device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019086468A JP6626596B1 (en) 2019-04-26 2019-04-26 Interface device and program

Publications (2)

Publication Number Publication Date
JP6626596B1 JP6626596B1 (en) 2019-12-25
JP2020184098A true JP2020184098A (en) 2020-11-12

Family

ID=69101044

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019086468A Expired - Fee Related JP6626596B1 (en) 2019-04-26 2019-04-26 Interface device and program

Country Status (1)

Country Link
JP (1) JP6626596B1 (en)

Also Published As

Publication number Publication date
JP6626596B1 (en) 2019-12-25

Similar Documents

Publication Publication Date Title
US5684996A (en) Method and arrangement for reducing the amount of information necessary for softway installation
US9405518B2 (en) Leveraging legacy applications for use with modern applications
JPH10133987A (en) Client/server system, client device, server device, data processing method, program preparing device and its method, and information storage medium
CN105487892A (en) Inter-cloud GIS service deploying system in Linux environment
EP3561680B1 (en) Rpc conversion process system and rpc conversion method
JP2004038876A (en) Data format conversion method and device for program and the like, and controller management system using the data format conversion device
CN104579792A (en) Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes
US20140101213A1 (en) Computer-readable recording medium, execution control method, and information processing apparatus
CN106713053A (en) Method and device for batch updating server firmware based on Linux
US20140288888A1 (en) Energy management system and a screen generation method thereof
CN112445519B (en) File change control method, device, equipment and storage medium
JP6626596B1 (en) Interface device and program
JPH03229352A (en) Program changing method
CN116069859A (en) Incremental data synchronization method of database, storage medium and computer equipment
JPH07295943A (en) Method for updating program
CN103617077A (en) Intelligent cloud migration method and system
JP2006260281A (en) Script generation program and batch execution system
JP4776602B2 (en) Programming device for controller, controller and controller management system
KR101547346B1 (en) Synchronous/asynchronous communication for business integration, interoperation of dynamic professional management system
EP1192550A1 (en) A method and device for integrating computerised client systems
CN112639730A (en) Method, device and system for writing and running processing of program file
JP2015095243A (en) Plant-control-system construction support apparatus, plant-control-system construction support method, and plant-control-system construction support program
WO2024084582A1 (en) Link system, link method, and link program
CN116541133B (en) Nanotube method for container application, device and electronic equipment thereof
US11934366B2 (en) Version processing apparatus, method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190426

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20190508

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20190611

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190919

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191129

R150 Certificate of patent or registration of utility model

Ref document number: 6626596

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees