JP6984120B2 - Load compare device, load compare program and load compare method - Google Patents

Load compare device, load compare program and load compare method Download PDF

Info

Publication number
JP6984120B2
JP6984120B2 JP2016240747A JP2016240747A JP6984120B2 JP 6984120 B2 JP6984120 B2 JP 6984120B2 JP 2016240747 A JP2016240747 A JP 2016240747A JP 2016240747 A JP2016240747 A JP 2016240747A JP 6984120 B2 JP6984120 B2 JP 6984120B2
Authority
JP
Japan
Prior art keywords
load
linkage map
production
development
program module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2016240747A
Other languages
Japanese (ja)
Other versions
JP2018097547A (en
Inventor
鉄也 長岡
武 岡田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chugoku Electric Power Co Inc
Original Assignee
Chugoku Electric Power Co 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 Chugoku Electric Power Co Inc filed Critical Chugoku Electric Power Co Inc
Priority to JP2016240747A priority Critical patent/JP6984120B2/en
Publication of JP2018097547A publication Critical patent/JP2018097547A/en
Application granted granted Critical
Publication of JP6984120B2 publication Critical patent/JP6984120B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

この発明は、世代の異なるロードを比較するロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法に関する。 The present invention relates to a load compare device, a load compare program and a load compare method for comparing loads of different generations.

コンピュータシステムが処理するロード(システムソフトウエア)は、部品となる複数個のプログラムモジュール(オブジェクト)を結合することによって作成される。ロードの開発においては、複数のプログラムモジュールを同時期に並行して作成することが一般的におこなわれている。ロードのバージョンアップは、一般的に、既に実行している本番のロードとは別に、当該本番のロードを対象となるコンピュータシステムにおいて実行している状況下で並行しておこなわれる。 The load (system software) processed by a computer system is created by combining a plurality of program modules (objects) that are components. In load development, it is common practice to create multiple program modules in parallel at the same time. The load version upgrade is generally performed in parallel with the actual load that has already been executed, while the actual load is being executed on the target computer system.

従来、ロードのバージョンアップのために、当該ロードにおける一部のプログラムモジュールを更新した場合、あらかじめ作成されたリンケージマップに記載された各プログラムモジュールの更新日付を、ロードの作成者が目視により確認することによって更新が適正におこなわれたことを確認していた。 Conventionally, when some program modules in the load are updated in order to upgrade the load, the load creator visually confirms the update date of each program module described in the linkage map created in advance. By doing so, it was confirmed that the update was performed properly.

関連する技術として、具体的には、従来、たとえば、機能モジュールをプログラムに新たに追加した場合、機能モジュールの追加前後における基本モジュールのソースファイルの差分が、差分リストに登録された差分と重複する場合に、重複する差分をユーザに提示することにより開発プログラムのソースファイルの変更履歴を管理するようにした技術があった(たとえば、下記特許文献1を参照。)。 As a related technology, specifically, in the past, for example, when a functional module is newly added to a program, the difference in the source file of the basic module before and after the addition of the functional module overlaps with the difference registered in the difference list. In some cases, there was a technique for managing the change history of the source file of the development program by presenting the duplicate difference to the user (see, for example, Patent Document 1 below).

また、関連する技術として、具体的には、従来、たとえば、所定のプログラムおよび当該プログラムの実行用JCLが入力されると、入力された実行用JCLの論理、構文をチェックし、チェック後の実行用JCLの処理確認を、実際に運用しているファイル情報格納テーブルから読み出したファイルを用いて模擬的に実行し、ファイルが利用している実行用JCL名や記憶装置内のファイル一覧を作成するようにした技術があった(たとえば、下記特許文献2を参照。)。 Further, as a related technique, specifically, conventionally, for example, when a predetermined program and a JCL for executing the program are input, the logic and syntax of the input JCL for execution are checked, and the execution after the check is performed. The process confirmation of the JCL for execution is simulated using the file read from the file information storage table that is actually in operation, and the JCL name for execution used by the file and the file list in the storage device are created. (For example, see Patent Document 2 below).

特開2012−220979号公報Japanese Unexamined Patent Publication No. 2012-220979 特開平5−94335号公報Japanese Unexamined Patent Publication No. 5-94335

上記のように、複数のプログラムモジュールの開発を同時期に並行しておこなっているため、ロードの開発途中においてはテストが完了したプログラムモジュールと、テストが完了していないプログラムモジュールとが混在する状況がある。しかしながら、上述した従来の技術は、このような状況下において急遽本番システムを修正しなければならない場合、テストが完了していない開発途中のプログラムモジュールが取り込まれたロードが本番のロードとしてロードされ、本番障害を引き起こす場合があるという問題があった。 As mentioned above, since the development of multiple program modules is being carried out in parallel at the same time, the situation where the program modules that have been tested and the program modules that have not been tested coexist during the development of the load. There is. However, with the above-mentioned conventional technology, if the production system must be modified in a hurry under such circumstances, the load containing the program module under development that has not been tested is loaded as the production load. There was a problem that it could cause a production failure.

この発明は、上述した従来技術による問題点を解消するため、本番ロードから開発ロードへの更新に際してのデグレードを防止することができるロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法を提供することを目的とする。 It is an object of the present invention to provide a load compare device, a load compare program, and a load compare method that can prevent degradation when updating from a production load to a development load in order to solve the problems caused by the above-mentioned prior art. And.

また、この発明は、上述した従来技術による問題点を解消するため、開発が完了していない開発ロードが本番のコンピュータシステムにロードされることによって、当該本番のコンピュータシステムにおいて障害が発生することを防止できるロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法を提供することを目的とする。 Further, in order to solve the problems caused by the above-mentioned prior art, the present invention states that a failure occurs in the production computer system by loading the development load for which development has not been completed into the production computer system. It is an object of the present invention to provide a load compare device, a load compare program and a load compare method that can be prevented.

上述した課題を解決し、目的を達成するため、この発明にかかるロードコンペア装置は、本番システムにおいて実行されている本番ロードのリンケージマップを取得する第1の取得部と、前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールに差し替えた、あるいは、前記複数のプログラムモジュールに前記別のプログラムモジュールを追加した開発ロードのリンケージマップを取得する第2の取得部と、前記第1の取得部によって取得された前記本番ロードのリンケージマップと、前記第2の取得部によって取得された前記開発ロードのリンケージマップとを比較する比較部と、前記比較部によって比較された比較結果に基づいて、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分を出力する差分出力部と、を備えたことを特徴とする。 In order to solve the above-mentioned problems and achieve the object, the load compare device according to the present invention comprises a first acquisition unit for acquiring a linkage map of the production load being executed in the production system, and the production load. Linkage map of the development load in which at least a part of the plurality of program modules is replaced with another program module of a generation different from the generation of the plurality of program modules, or the other program module is added to the plurality of program modules. A comparison unit that compares the linkage map of the production load acquired by the first acquisition unit with the linkage map of the development load acquired by the second acquisition unit. And, based on the comparison result compared by the comparison unit, the difference output unit that outputs the difference between the linkage map of the production load and the linkage map of the development load is provided.

また、この発明にかかるロードコンペア装置は、上記の発明において、前記差分出力部が、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分のみを出力することを特徴とする。 Further, the load compare device according to the present invention is characterized in that, in the above invention, the difference output unit outputs only the difference between the linkage map of the production load and the linkage map of the development load.

また、この発明にかかるロードコンペア装置は、上記の発明において、前記本番ロードのリンケージマップが、当該本番ロードを構成するプログラムモジュールの更新日付を示し、前記開発ロードのリンケージマップが、当該開発ロードを構成するプログラムモジュールの更新日付を示し、前記差分出力部が、前記開発ロードを構成するプログラムモジュールのうち、更新日付が、当該開発ロードのリンケージマップが示す更新日付よりも前のプログラムモジュールに関する情報を、前記差分として出力することを特徴とする。 Further, in the load compare device according to the present invention, in the above invention, the linkage map of the production load indicates the update date of the program module constituting the production load, and the linkage map of the development load indicates the development load. The update date of the constituent program modules is indicated, and the difference output unit provides information on the program modules constituting the development load whose update date is earlier than the update date indicated by the linkage map of the development load. , It is characterized in that it is output as the difference.

また、この発明にかかるロードコンペア装置は、上記の発明において、前記開発ロードのリンケージマップが、前記本番ロードのリンケージマップとの差異の区分を示し、前記差分出力部が、前記開発ロードを構成するプログラムモジュールのうち、当該開発ロードのリンケージマップの区分に該当しないプログラムモジュールに関する情報を、前記差分として出力することを特徴とする。 Further, in the load compare device according to the present invention, in the above invention, the linkage map of the development load indicates the classification of the difference from the linkage map of the production load, and the difference output unit constitutes the development load. Among the program modules, information about the program modules that do not correspond to the classification of the linkage map of the development load is output as the difference.

また、この発明にかかるロードコンペア装置は、上記の発明において、前記開発ロードのリンケージマップが、前記本番ロードを構成するプログラムモジュールのステップ数に対する当該開発ロードを構成するプログラムモジュールのステップ数の差異を示し、前記差分出力部が、前記開発ロードを構成するプログラムモジュールのうち、前記本番ロードを構成するプログラムモジュールのステップ数に対する差異が一致しないプログラムモジュールに関する情報を、前記差分として出力することを特徴とする。 Further, in the load compare device according to the present invention, in the above invention, the linkage map of the development load differs between the number of steps of the program module constituting the production load and the number of steps of the program module constituting the development load. The difference output unit is characterized in that, among the program modules constituting the development load, information regarding the program modules whose differences with respect to the number of steps of the program modules constituting the production load do not match is output as the difference. do.

また、この発明にかかるロードコンペアプログラムは、コンピュータに、本番システムにおいて実行されている本番ロードのリンケージマップを取得し、前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を、前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールに差し替えた開発ロードのリンケージマップを取得し、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとを比較し、比較された比較結果に基づいて、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分を出力する、処理を実行させることを特徴とする。 Further, the load compare program according to the present invention acquires a linkage map of the production load being executed in the production system on the computer, and at least a part of the plurality of program modules constituting the production load is the plurality of programs. Obtain the linkage map of the development load replaced with another program module of a different generation from the module generation, compare the linkage map of the production load with the linkage map of the development load, and based on the compared comparison result. It is characterized in that the process of outputting the difference between the linkage map of the production load and the linkage map of the development load is executed.

また、この発明にかかるロードコンペア方法は、コンピュータに、本番システムにおいて実行されている本番ロードのリンケージマップを取得させ、前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を、前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールに差し替えた開発ロードのリンケージマップを取得させ、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとを比較させ、比較された比較結果に基づいて、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分を出力させる、処理を実行させることを特徴とする。 Further, in the load compare method according to the present invention, a computer is made to acquire a linkage map of a production load being executed in a production system, and at least a part of a plurality of program modules constituting the production load is used as the plurality of programs. The linkage map of the development load replaced with another program module of a different generation from the module generation is acquired, the linkage map of the production load is compared with the linkage map of the development load, and the comparison result is used. It is characterized in that the process of outputting the difference between the linkage map of the production load and the linkage map of the development load is executed.

この発明にかかるロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法によれば、本番ロードから開発ロードへの更新に際してのデグレードを防止することができるという効果を奏する。 According to the load compare device, the load compare program, and the load compare method according to the present invention, it is possible to prevent degradation at the time of updating from the production load to the development load.

また、この発明にかかるロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法によれば、開発が完了していない開発ロードが本番のコンピュータシステムロードされることによって本番のコンピュータシステムにおいて障害が発生することを防止できるという効果を奏する。 Further, according to the load compare device, the load compare program, and the load compare method according to the present invention, the development load that has not been developed is loaded into the production computer system, which causes a failure in the production computer system. It has the effect of being able to prevent it.

この発明にかかる実施の形態のロードコンペア装置の構成を示す説明図である。It is explanatory drawing which shows the structure of the load compare apparatus of embodiment which concerns on this invention. ロード開発の概要を示す説明図である。It is explanatory drawing which shows the outline of road development. プログラム変更書の一例を示す説明図である。It is explanatory drawing which shows an example of a program change document. プログラムモジュールの区分を示す説明図である。It is explanatory drawing which shows the division of a program module. プログラム変更一覧の一例を示す説明図である。It is explanatory drawing which shows an example of the program change list. ロードコンペア装置がおこなうロードコンペア処理の概要を示す説明図である。It is explanatory drawing which shows the outline of the load compare processing performed by a load compare device. ロードコンペア装置の機能的構成を示すブロック図である。It is a block diagram which shows the functional configuration of a load compare device. 結果確認リストの一例を示す説明図である。It is explanatory drawing which shows an example of the result confirmation list. この発明にかかる実施の形態のロードコンペア装置の処理手順を示すフローチャートである。It is a flowchart which shows the processing procedure of the load compare apparatus of embodiment which concerns on this invention.

以下に添付図面を参照して、この発明にかかるロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法の好適な実施の形態を詳細に説明する。 Hereinafter, preferred embodiments of the load compare device, load compare program and load compare method according to the present invention will be described in detail with reference to the accompanying drawings.

(ロードコンペア装置の構成)
まず、この発明にかかる実施のロードコンペア装置の構成について説明する。図1は、この発明にかかる実施の形態のロードコンペア装置の構成を示す説明図である。図1においては、この発明にかかる実施の形態のロードコンペア装置を概念的に示している。
(Configuration of load compare device)
First, the configuration of the load compare device according to the present invention will be described. FIG. 1 is an explanatory diagram showing a configuration of a load compare device according to an embodiment of the present invention. FIG. 1 conceptually shows a load compare device according to an embodiment of the present invention.

図1において、この発明にかかる実施の形態のロードコンペア装置は、たとえば、電気事業者が管理運用する本番登録システム(本番システム)100を構成するコンピュータ装置や記憶装置などの各種のリソース110(110a〜110e)によって実現することができる。本番登録システム100において、コンピュータ装置や記憶装置などの各種のリソース110(110a〜110e)は、事業所ごとに設置されて、事業所ごとの制御システムを構築している。 In FIG. 1, the load compare device according to the embodiment of the present invention is, for example, various resources 110 (110a) such as a computer device and a storage device constituting a production registration system (production system) 100 managed and operated by an electric power company. It can be realized by ~ 110e). In the production registration system 100, various resources 110 (110a to 110e) such as a computer device and a storage device are installed at each business establishment to construct a control system for each business establishment.

この発明にかかる実施の形態のロードコンペア装置を実現するコンピュータ装置は、たとえば、事業所ごとの制御システムを構築するコンピュータ装置や記憶装置などの各種のリソース110(110a〜110e)のうち、特定の事業所に設置されたリソース110aによって実現することができる。この実施の形態においては、以下、特定の事業所に設置されたコンピュータ装置をロードコンペア装置として符号110aを付して説明する。 The computer device that realizes the load compare device according to the embodiment of the present invention is, for example, specific among various resources 110 (110a to 110e) such as a computer device and a storage device for constructing a control system for each business establishment. It can be realized by the resource 110a installed in the business establishment. In this embodiment, a computer device installed in a specific business establishment will be described below with reference to a reference numeral 110a as a load compare device.

具体的に、この発明にかかる実施の形態のロードコンペア装置110aは、たとえば、サーバコンピュータなどの汎用的なコンピュータ装置によって実現することができる。この発明にかかる実施の形態のロードコンペア装置110aは、たとえば、事業所ごとのシステムを構築する事業所ごとに設置されたコンピュータ装置のうち、任意の事業所のコンピュータ装置によって実現することができる。この場合、本番登録システム100を構成する各事業所のシステムは、それぞれ、ロードコンペア装置110aに接続される。 Specifically, the load compare device 110a according to the embodiment of the present invention can be realized by a general-purpose computer device such as a server computer. The load compare device 110a according to the embodiment of the present invention can be realized by, for example, a computer device of any business establishment among computer devices installed in each business establishment for constructing a system for each business establishment. In this case, the systems of each business establishment constituting the production registration system 100 are connected to the load compare device 110a, respectively.

ロードコンペア装置110aには、この発明にかかる実施の形態のロードコンペアプログラムがインストールされており、当該ロードコンペア装置110aが、インストールされているロードコンペアプログラムを実行することにより、この発明にかかる実施の形態のロードコンペア方法が実現される。 The load compare program of the embodiment according to the present invention is installed in the load compare device 110a, and the load compare device 110a executes the installed load compare program to carry out the present invention. A form of load compare method is realized.

ロードコンペア装置110aは、本番登録DB(Data Base)121、本番LIB(Library)122、受付LIB123、テストLIB124、依頼処理部125、本番登録処理部126a、認可処理部127、登録処理部128、終了処理部129、を備えている。本番登録DB121は、電気事業者が管理運用する本番登録システム100の運用に用いる各種のデータを記憶する。具体的に、本番登録DB121は、たとえば、発電所、変電所、送電設備、通信設備などの保守管理にかかる各種のデータを記憶する。より具体的には、本番登録DB121は、たとえば、発電所における発電条件、過去の発電量の履歴などに関するデータを、発電所ごとなどの事業所単位で記憶する。 The load compare device 110a includes a production registration DB (Data Base) 121, a production LIB (Library) 122, a reception LIB123, a test LIB124, a request processing unit 125, a production registration processing unit 126a, an authorization processing unit 127, a registration processing unit 128, and an end. The processing unit 129 is provided. The production registration DB 121 stores various data used for the operation of the production registration system 100 managed and operated by the electric power company. Specifically, the production registration DB 121 stores various data related to maintenance management of, for example, a power plant, a substation, a power transmission facility, a communication facility, and the like. More specifically, the production registration DB 121 stores, for example, data regarding power generation conditions at a power plant, history of past power generation amount, and the like for each business establishment such as each power plant.

本番LIB122aは、本番ロードを記憶する。本番ロードは、複数のプログラムモジュールによって構成されており、本番登録システム100において実際に運用されている。本番登録システム100は、本番ロードの実行に際して、本番登録DB121に記憶された各種のデータを用いる。本番ロードおよび当該本番ロードを構成する各プログラムモジュールは、本番LIB122aに登録される前に開発ロードとしてテストLIB124に登録され、ロードコンペア装置110aにおいて動作することが確認されている。 The production LIB 122a stores the production load. The production load is composed of a plurality of program modules and is actually operated in the production registration system 100. The production registration system 100 uses various data stored in the production registration DB 121 when executing the production load. The production load and each program module constituting the production load are registered in the test LIB 124 as a development load before being registered in the production LIB 122a, and it has been confirmed that the program modules operate in the load compare device 110a.

受付LIB123aは、本番LIB122aに登録するロード(本番ロード)を記憶する。受付LIB123aは、依頼処理部125を介して、本番登録システム100から本番LIB122aに対するロードの登録を依頼する依頼要求を受け付ける。受付LIB123aは、依頼要求を受け付けた場合、開発ロードとしてテストLIB124に登録され、システムコンピュータにおいて動作することが確認された開発ロードを、本番ロードとして受け付けて記憶する。 The reception LIB123a stores the load (production load) registered in the production LIB122a. The reception LIB123a receives a request for registration of a load from the production registration system 100 to the production LIB122a via the request processing unit 125. When the reception LIB123a receives the request, the reception LIB123a receives and stores the development load registered in the test LIB124 as the development load and confirmed to operate on the system computer as the production load.

開発ロードは、複数のプログラムモジュールによって構成されている。開発ロードは、本番ロードを構成する複数のプログラムモジュールと、本番ロードを構成する複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールと、によって構成されている。 The development load consists of multiple program modules. The development load is composed of a plurality of program modules constituting the production load and another program module of a generation different from the generation of the plurality of program modules constituting the production load.

開発ロードは、本番ロードを構成する複数のプログラムモジュールの少なくとも一部を、複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールに差し替えることによって構成することができる。あるいは、開発ロードは、本番ロードを構成する複数のプログラムモジュールに、複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールを追加することによって構成することができる。 The development load can be configured by replacing at least a part of the plurality of program modules constituting the production load with another program module of a generation different from the generation of the plurality of program modules. Alternatively, the development load can be configured by adding another program module of a generation different from the generation of the plurality of program modules to the plurality of program modules constituting the production load.

依頼処理部125は、依頼システム130および本番登録依頼システム140と接続している。依頼システム130は、当該依頼システム130の操作者とシステムとのインターフェースをつかさどる。依頼処理部125は、たとえば、依頼システム130において受け付けた依頼操作に応じて依頼システム130から依頼処理部125に出力される依頼要求に基づき、ロードコンペア装置110aとは別のシステムにおいてそれぞれ作成されたプログラムモジュールを開発ロードとしてテストLIB124に登録する。 The request processing unit 125 is connected to the request system 130 and the production registration request system 140. The request system 130 controls the interface between the operator of the request system 130 and the system. The request processing unit 125 is created in a system different from the load compare device 110a, for example, based on the request request output from the request system 130 to the request processing unit 125 in response to the request operation received in the request system 130. Register the program module as a development load in test LIB124.

また、依頼処理部125は、たとえば、本番登録依頼システム140において受け付けた依頼操作に応じて本番登録依頼システム140から依頼処理部125に出力される依頼要求に基づき、テストLIB124に登録された開発ロードを本番ロードとして受付LIB123aに登録する。受付LIB123aは、本番登録依頼システム140の依頼操作に応じて、本番LIB122aに登録するロードを当該本番LIB122aに登録するまでの間、一時的に記憶する。 Further, the request processing unit 125 is, for example, a development load registered in the test LIB 124 based on a request request output from the production registration request system 140 to the request processing unit 125 in response to a request operation received in the production registration request system 140. Is registered in the reception LIB123a as the production load. The reception LIB123a temporarily stores the load to be registered in the production LIB122a until it is registered in the production LIB122a in response to the request operation of the production registration request system 140.

本番登録処理部126aは、受付LIB123aに一時的に記憶されたロードを本番LIB122aに登録する。受付LIB123aに一時的に記憶されたロードは、本番登録処理部126aによって本番LIB122aに登録された時点において本番ロードとなる。本番登録処理部126aは、受付LIB123aに対して依頼処理部125を介してアクセスすることによって、受付LIB123aが一時的に記憶するロードを、本番ロードとして本番LIB122aに登録する。 The production registration processing unit 126a registers the load temporarily stored in the reception LIB123a in the production LIB122a. The load temporarily stored in the reception LIB123a becomes the production load when it is registered in the production LIB122a by the production registration processing unit 126a. The production registration processing unit 126a registers the load temporarily stored by the reception LIB123a in the production LIB122a as the production load by accessing the reception LIB123a via the request processing unit 125.

本番登録処理部126aは、本番LIB122aに登録されたロードの動作を中断させることのないように、更新後のロードを構成する各プログラムモジュールを更新する。具体的には、本番登録処理部126aは、たとえば、或る時点において、実行中のプログラムモジュールおよび当該プログラムモジュールの実行に際して共働するプログラムモジュールは更新せず、実行していないプログラムモジュールおよび当該プログラムモジュールの実行に際して共働するプログラムモジュールを更新する。 The production registration processing unit 126a updates each program module constituting the updated load so as not to interrupt the operation of the load registered in the production LIB 122a. Specifically, the production registration processing unit 126a does not update, for example, a program module that is being executed and a program module that cooperates with the execution of the program module at a certain point in time, and the program module that is not being executed and the program concerned. Update the program module that works together when the module is executed.

これにより、通年にわたって常時滞りなく電気を送配電する電気事業者が管理運用する本番登録システム100において、当該本番登録システム100を停止することなく、当該本番登録システム100の運用にかかるロードを更新することができる。 As a result, in the production registration system 100 managed and operated by the electric power company that constantly transmits and distributes electricity throughout the year, the load related to the operation of the production registration system 100 is updated without stopping the production registration system 100. be able to.

本番登録依頼システム140は、依頼処理部125に加えて、認可処理部127、登録処理部128および終了処理部129と接続している。認可処理部127は、受付LIB123aを介しておこなわれるロードの更新の/不認可を判断する。本番登録システム100からの依頼操作に応じた本番LIB122aにおけるロードの更新は、認可処理部127により認可の判断がなされた場合に実行される。 The production registration request system 140 is connected to the authorization processing unit 127, the registration processing unit 128, and the termination processing unit 129 in addition to the request processing unit 125. The authorization processing unit 127 determines the / disapproval of the load update performed via the reception LIB123a. The load update in the production LIB 122a in response to the request operation from the production registration system 100 is executed when the approval processing unit 127 determines the approval.

登録処理部128は、本番登録DB121に対するデータの登録処理をおこなう。登録処理部128は、たとえば、発電所における発電条件に変更があった場合に、変更後の発電条件に関するデータを本番登録DB121に対して登録する登録処理をおこなう。登録処理部128は、本番登録依頼システム140において受け付けた依頼操作に応じて本番登録依頼システム140から登録処理部128に出力される依頼要求に基づき、当該依頼要求とともに入力された変更後の発電条件に関するデータを本番登録DB121に登録する。 The registration processing unit 128 performs data registration processing for the production registration DB 121. For example, when the power generation conditions in the power plant are changed, the registration processing unit 128 performs registration processing for registering the data related to the changed power generation conditions in the production registration DB 121. The registration processing unit 128 is based on the request request output from the production registration request system 140 to the registration processing unit 128 in response to the request operation received by the production registration request system 140, and the changed power generation condition input together with the request request. The data related to the above is registered in the production registration DB 121.

終了処理部129は、テストLIB124による比較結果の確認に供される結果確認リスト150を出力する。結果確認リスト150は、たとえば、本番登録システム100に接続された表示装置に表示することによって出力してもよく、本番登録システム100に接続されたプリンタを介して印刷物によって出力してもよい。結果確認リスト150については後述する。 The end processing unit 129 outputs a result confirmation list 150 used for confirmation of the comparison result by the test LIB 124. The result confirmation list 150 may be output, for example, by displaying it on a display device connected to the production registration system 100, or may be output by a printed matter via a printer connected to the production registration system 100. The result confirmation list 150 will be described later.

この実施の形態におけるロードコンペア装置110aは、ファイル伝送システム160を備えている。ファイル伝送システム160は、それぞれが本番LIB122b〜122eおよび受付LIB123b〜123eを備える複数の別の制御システム110b〜110eと接続されている。ロードコンペア装置110aは、それぞれ、依頼処理部125を介して本番登録依頼システム140から受け付けた本番登録依頼に基づき、接続されている別の制御システム110b〜110eと通信をおこなうことによって、当該別の制御システム110b〜110eが備える本番LIB122aに対して、本番登録システム100から受け付けたロードを伝送する。 The load compare device 110a in this embodiment includes a file transmission system 160. The file transmission system 160 is connected to a plurality of different control systems 110b-110e, each of which comprises a production LIB 122b-122e and a reception LIB 123b-123e. Each of the load compare devices 110a communicates with another connected control system 110b to 110e based on the production registration request received from the production registration request system 140 via the request processing unit 125, thereby causing the other. The load received from the production registration system 100 is transmitted to the production LIB122a provided in the control systems 110b to 110e.

別の制御システム110b〜110eにおける受付LIB123b〜123eは、それぞれ、ファイル伝送システム160を介して送信されたロードを受け付けて記憶する。受付LIB123b〜123eが登録を受け付けたロードは、本番登録処理部126b〜126eによって本番LIB122b〜122eに登録される。 The reception LIBs 123b to 123e in the other control systems 110b to 110e each receive and store the load transmitted via the file transmission system 160. The load for which the reception LIBs 123b to 123e have received registration is registered in the production LIBs 122b to 122e by the production registration processing units 126b to 126e.

(ロード開発の概要)
つぎに、ロード開発の概要について説明する。図2は、ロード開発の概要を示す説明図である。図2において、ロードの開発すなわち開発ロード200の作成においては、開発ロード200を構成するプログラムモジュールを作成あるいは改修するごとに、プログラム変更書201を作成する(図3を参照)。
(Overview of road development)
Next, the outline of road development will be described. FIG. 2 is an explanatory diagram showing an outline of road development. In FIG. 2, in the development of the load, that is, the creation of the development load 200, the program change document 201 is created every time the program module constituting the development load 200 is created or modified (see FIG. 3).

作成されたプログラム変更書201の内容は、ロードコンペア装置110aを実現するコンピュータ装置によって読み込む。プログラム変更書201は、開発ロード200を本番LIB122aにロードするまでの間に読み込む。すなわち、プログラム変更書201は、作成されるごとにロードコンペア装置110aを実現するコンピュータ装置によって読み込んでもよく、開発ロード200を本番登録システム100にロードする直前にまとめて、ロードコンペア装置110aを実現するコンピュータ装置によって読み込んでもよい。 The contents of the created program change document 201 are read by a computer device that realizes the load compare device 110a. The program change 201 is read before the development load 200 is loaded into the production LIB122a. That is, the program change document 201 may be read by a computer device that realizes the load compare device 110a each time it is created, and the development load 200 is collectively realized immediately before being loaded into the production registration system 100 to realize the load compare device 110a. It may be read by a computer device.

ロードコンペア装置110aは、読み込んだプログラム変更書201の内容に基づいて、プログラム変更一覧202を作成する(図5を参照)。プログラム変更一覧202は、本番ロードと開発ロード200との差分に関する情報を示す。 The load compare device 110a creates a program change list 202 based on the contents of the read program change document 201 (see FIG. 5). The program change list 202 shows information regarding the difference between the production load and the development load 200.

(プログラム変更書201の一例)
つぎに、プログラム変更書201の一例について説明する。図3は、プログラム変更書201の一例を示す説明図である。図3において、プログラム変更書201は、作成あるいは改修されたプログラムモジュールの名称、当該プログラムモジュールの区分、および、作成あるいは改修の具体的内容を示す。図3においては、「MNO」という名称のプログラムモジュールに対して、具体的内容として100ステップ減じる「変更」をおこなったことを示している。
(Example of program change 201)
Next, an example of the program change document 201 will be described. FIG. 3 is an explanatory diagram showing an example of the program change document 201. In FIG. 3, the program change document 201 shows the name of the created or modified program module, the classification of the program module, and the specific contents of the created or modified program. In FIG. 3, it is shown that the program module named “MNO” has been “changed” by 100 steps as a concrete content.

プログラムモジュールは、該当するプログラムモジュールから一部のステップを削除したり、該当するプログラムモジュールにステップを追加したりすることによって変更される。この実施の形態においては、本番ロードを構成するプログラムモジュールに対して増減したステップ数が所定数以内(たとえば、5〜10ステップ以内)である場合を、「変更」の区分に該当するものとみなす。 The program module is modified by removing some steps from the corresponding program module or adding steps to the corresponding program module. In this embodiment, the case where the number of steps increased or decreased with respect to the program module constituting the production load is within a predetermined number (for example, within 5 to 10 steps) is regarded as falling under the category of "change". ..

増減したステップ数など、「変更」の区分に該当する条件は、ロードの作成者などが任意に設定することができる。たとえば、本番ロードを構成するプログラムモジュールに対して増減したステップ数によって「変更」を区別することに代えて、本番ロードを構成するプログラムモジュールのステップ数に対する、増減したステップ数の割合によって「変更」に該当するか否かを区別してもよい。 The conditions corresponding to the "change" category, such as the number of steps increased or decreased, can be arbitrarily set by the creator of the load. For example, instead of distinguishing "change" by the number of steps increased or decreased for the program module that constitutes the production load, "change" is made by the ratio of the number of steps increased or decreased to the number of steps of the program module that constitutes the production load. It may be distinguished whether or not it corresponds to.

(プログラムモジュールの区分)
つぎに、プログラムモジュールの区分について説明する。図4は、プログラムモジュールの区分を示す説明図である。図4(a)〜(c)において、プログラムモジュールの区分は、「新規」、「変更」、「削除」のいずれかによって示される。
(Classification of program modules)
Next, the classification of the program module will be described. FIG. 4 is an explanatory diagram showing the division of the program module. In FIGS. 4A to 4C, the classification of the program module is indicated by any of "new", "change", and "deletion".

具体的に、図4(a)においては、ステップ数が「100」の新規のプログラムモジュールを作成したことを示している。図4(b)においては、既存のプログラムモジュールに対して、「10」ステップを減じる変更をおこなったことを示している。図4(c)においては、ステップ数が「200」のプログラムモジュールを削除したことを示している。 Specifically, FIG. 4A shows that a new program module having "100" steps has been created. FIG. 4B shows that the existing program module has been modified by reducing the number of "10" steps. FIG. 4C shows that the program module having the number of steps of "200" has been deleted.

(プログラム変更一覧202の一例)
つぎに、プログラム変更一覧202の一例について説明する。図5は、プログラム変更一覧202の一例を示す説明図である。図5において、プログラム変更一覧202は、作成あるいは改修されたプログラムモジュールごとに、当該プログラムモジュールの識別番号(項番)、当該プログラムモジュールの名称(ファイル名称、リソース名称)、区分、増減したステップ数、本番登録日、更新日時(タイムスタンプ)、および、当該プログラムモジュールの容量(プログラムサイズ)を示す。
(Example of program change list 202)
Next, an example of the program change list 202 will be described. FIG. 5 is an explanatory diagram showing an example of the program change list 202. In FIG. 5, the program change list 202 shows the identification number (item number) of the program module, the name of the program module (file name, resource name), classification, and the number of steps increased / decreased for each created or modified program module. , Production registration date, update date and time (time stamp), and capacity (program size) of the program module.

プログラムモジュールの識別番号や名称は、プログラムモジュールの作成者やロードの作成者などによって任意に付与される、プログラムモジュールごとに一意の情報を示す。増減したステップ数は、区分が「変更」または「削除」の場合は、対応する変更前のプログラムモジュールに対して増減したステップ数を示し、区分が「新規」の場合は、新規に作成されたプログラムモジュールのステップ数を直接的に示す。 The identification number and name of the program module indicate information unique to each program module, which is arbitrarily assigned by the creator of the program module, the creator of the load, and the like. The increased / decreased number of steps indicates the number of steps increased / decreased with respect to the corresponding program module before the change when the category is "change" or "delete", and when the category is "new", it is newly created. Directly indicate the number of steps in the program module.

本番登録日は、本番登録システム100への本番登録の予定日であって、ロードの作成者などが任意に設定することができる。更新日時は、タイムスタンプであって、該当するプログラムモジュールが本番登録システム100に記録された時刻を示す。 The production registration date is a scheduled date for production registration to the production registration system 100, and can be arbitrarily set by the creator of the load or the like. The update date and time is a time stamp and indicates the time when the corresponding program module is recorded in the production registration system 100.

図5に示すプログラム変更一覧202においては、上述した図3に示したプログラム変更書201が示す「変更」を、上から5段目の欄に示している。図5に示すプログラム変更一覧202は、「MNO」という名称のプログラムモジュールに関する情報と同様に、プログラム変更書201を読み取ることによって取得した情報を所定の順序を示している。 In the program change list 202 shown in FIG. 5, the “change” indicated by the program change document 201 shown in FIG. 3 described above is shown in the fifth column from the top. The program change list 202 shown in FIG. 5 shows a predetermined order of the information acquired by reading the program change document 201, as well as the information about the program module named “MNO”.

(ロードコンペア処理の概要)
つぎに、ロードコンペア装置110aがおこなうロードコンペア処理の概要について説明する。図6は、ロードコンペア装置110aがおこなうロードコンペア処理の概要を示す説明図である。図6において、ロードコンペア装置110aは、ロードコンペア処理に際して、本番ロードのリンケージマップと、開発ロード200のリンケージマップと、を取得する。
(Overview of load compare processing)
Next, an outline of the load compare process performed by the load compare device 110a will be described. FIG. 6 is an explanatory diagram showing an outline of the load compare process performed by the load compare device 110a. In FIG. 6, the load compare device 110a acquires a linkage map of the production load and a linkage map of the development load 200 during the load compare process.

本番ロードのリンケージマップは、本番ロードを構成するプログラムモジュールに関する情報を示す。リンケージマップは、本番ロードを構成するプログラムモジュールごとに、当該プログラムモジュールの識別番号、当該プログラムモジュールの名称、更新日時、容量(プログラムサイズ)などのプログラムモジュールに関する情報を示す。 The production load linkage map shows information about the program modules that make up the production load. The linkage map shows information about the program module such as the identification number of the program module, the name of the program module, the update date and time, and the capacity (program size) for each program module constituting the production load.

開発ロード200のリンケージマップは、開発ロード200を構成するプログラムモジュールごとに、当該プログラムモジュールの識別番号、当該プログラムモジュールの名称、更新日時、容量(プログラムサイズ)などのプログラムモジュールに関する情報を示す。開発ロード200のリンケージマップは、たとえば、プログラム変更一覧202に基づいて作成することができる。 The linkage map of the development load 200 shows information about the program module such as the identification number of the program module, the name of the program module, the update date and time, and the capacity (program size) for each program module constituting the development load 200. The linkage map of the development load 200 can be created, for example, based on the program change list 202.

つぎに、ロードコンペア装置110aは、取得したリンケージマップどうしを比較(ロードコンペア)する。このロードコンペアにより、本番ロードのリンケージマップと開発ロード200のリンケージマップとの差分を特定することができる。本番ロードのリンケージマップおよび開発ロード200のリンケージマップにおいて、区分が「新規」の場合、該当するプログラムモジュールに関する情報は、開発ロード200のリンケージマップのみに存在する。また、区分が「削除」の場合、該当するプログラムモジュールに関する情報は、本番ロードのリンケージマップのみに存在する。区分が「変更」の場合、該当するプログラムモジュールに関する情報は、ステップ数やサイズに関する情報が異なる。 Next, the load compare device 110a compares (load compare) the acquired linkage maps. By this load compare, it is possible to identify the difference between the linkage map of the production load and the linkage map of the development load 200. If the indicator is "new" in the production load linkage map and the development load 200 linkage map, information about the corresponding program module is only present in the development load 200 linkage map. Also, if the indicator is "Delete", the information about the corresponding program module exists only in the linkage map of the production load. When the classification is "change", the information about the corresponding program module is different from the information about the number of steps and the size.

その後、本番ロードのリンケージマップと開発ロード200のリンケージマップとの比較結果に基づいて、本番ロードのリンケージマップと開発ロード200のリンケージマップとの差分を一覧にして示す結果確認リスト150を出力する。 Then, based on the comparison result between the linkage map of the production load and the linkage map of the development load 200, the result confirmation list 150 showing the difference between the linkage map of the production load and the linkage map of the development load 200 is output.

(ロードコンペア装置110aの機能的構成)
つぎに、この発明にかかる実施の形態のロードコンペア装置110aの機能的構成について説明する。図7は、ロードコンペア装置110aの機能的構成を示すブロック図である。
(Functional configuration of load compare device 110a)
Next, the functional configuration of the load compare device 110a according to the embodiment of the present invention will be described. FIG. 7 is a block diagram showing a functional configuration of the load compare device 110a.

図7において、この発明にかかる実施の形態のロードコンペア装置110aの機能は、第1の取得部701と、第2の取得部702と、比較部703と、差分出力部704と、によって実現される。第1の取得部701、第2の取得部702、比較部703および差分出力部704は、ロードコンペア装置110aを実現する本番登録システム100が備える各部によって実現することができる。 In FIG. 7, the function of the load compare device 110a according to the embodiment of the present invention is realized by the first acquisition unit 701, the second acquisition unit 702, the comparison unit 703, and the difference output unit 704. To. The first acquisition unit 701, the second acquisition unit 702, the comparison unit 703, and the difference output unit 704 can be realized by each unit included in the production registration system 100 that realizes the load compare device 110a.

第1の取得部701は、本番登録システム100において実行されており、実行実績が確認された本番ロードのリンケージマップを取得する。本番ロードのリンケージマップは、本番ロードを構成するプログラムモジュールに関する情報を示す。リンケージマップは、本番ロードを構成するプログラムモジュールごとに、当該プログラムモジュールの識別番号、当該プログラムモジュールの名称、更新日時、容量(プログラムサイズ)などのプログラムモジュールに関する情報を示す。 The first acquisition unit 701 acquires the linkage map of the production load, which is executed in the production registration system 100 and whose execution results are confirmed. The production load linkage map shows information about the program modules that make up the production load. The linkage map shows information about the program module such as the identification number of the program module, the name of the program module, the update date and time, and the capacity (program size) for each program module constituting the production load.

第2の取得部702は、開発ロード200のリンケージマップを取得する。開発ロード200のリンケージマップは、開発ロード200を構成するプログラムモジュールごとに、当該プログラムモジュールの識別番号、当該プログラムモジュールの名称、更新日時、容量(プログラムサイズ)などのプログラムモジュールに関する情報を示す。 The second acquisition unit 702 acquires the linkage map of the development load 200. The linkage map of the development load 200 shows information about the program module such as the identification number of the program module, the name of the program module, the update date and time, and the capacity (program size) for each program module constituting the development load 200.

本番ロードのリンケージマップおよび開発ロード200のリンケージマップにおいて、区分が「新規」の場合、該当するプログラムモジュールに関する情報は、開発ロード200のリンケージマップのみに存在する。また、区分が「削除」の場合、該当するプログラムモジュールに関する情報は、本番ロードのリンケージマップのみに存在する。区分が「変更」の場合、該当するプログラムモジュールに関する情報は、ステップ数やサイズに関する情報が異なる。 If the indicator is "new" in the production load linkage map and the development load 200 linkage map, information about the corresponding program module is only present in the development load 200 linkage map. Also, if the indicator is "Delete", the information about the corresponding program module exists only in the linkage map of the production load. When the classification is "change", the information about the corresponding program module is different from the information about the number of steps and the size.

比較部703は、第1の取得部701によって取得された本番ロードのリンケージマップと、第2の取得部702によって取得された開発ロード200のリンケージマップとを比較する。比較部703は、本番ロードのリンケージマップと開発ロード200のリンケージマップとを比較することによって、たとえば、区分が「新規」であるプログラムモジュールに関する情報が、開発ロード200のリンケージマップのみに存在するか否かを判断する。また、比較部703は、本番ロードのリンケージマップと開発ロード200のリンケージマップとを比較することによって、たとえば、区分が「削除」であるプログラムモジュールに関する情報が、本番ロードのリンケージマップのみに存在するか否かを判断する。 The comparison unit 703 compares the linkage map of the production load acquired by the first acquisition unit 701 with the linkage map of the development load 200 acquired by the second acquisition unit 702. By comparing the linkage map of the production load with the linkage map of the development load 200, the comparison unit 703 may, for example, have information about the program module whose division is "new" only in the linkage map of the development load 200. Judge whether or not. Further, the comparison unit 703 compares the linkage map of the production load with the linkage map of the development load 200, so that, for example, information about the program module whose division is "deleted" exists only in the linkage map of the production load. Judge whether or not.

差分出力部704は、比較部703によって比較された比較結果に基づいて、本番ロードのリンケージマップと開発ロード200のリンケージマップとの差分を出力する。差分出力部704は、たとえば、本番ロードのリンケージマップと開発ロード200のリンケージマップとの差分のみを出力する。 The difference output unit 704 outputs the difference between the linkage map of the production load and the linkage map of the development load 200 based on the comparison result compared by the comparison unit 703. The difference output unit 704 outputs, for example, only the difference between the linkage map of the production load and the linkage map of the development load 200.

具体的に、差分出力部704は、たとえば、本番ロードのリンケージマップと開発ロード200のリンケージマップとの差分を一覧化したリストを、表示装置などのディスプレイを介して出力する。あるいは、具体的に、差分出力部704は、たとえば、本番ロードのリンケージマップと開発ロード200のリンケージマップとの差分を一覧化したリストを、プリンタを介して印刷して出力してもよい。 Specifically, the difference output unit 704 outputs, for example, a list listing the differences between the linkage map of the production load and the linkage map of the development load 200 via a display such as a display device. Alternatively, specifically, the difference output unit 704 may print and output a list listing the differences between the linkage map of the production load and the linkage map of the development load 200, for example, via a printer.

本番ロードのリンケージマップが、当該本番ロードを構成するプログラムモジュールの更新日付を示し、開発ロード200のリンケージマップが、当該開発ロード200を構成するプログラムモジュールの更新日付を示す場合、差分出力部704は、開発ロード200を構成するプログラムモジュールのうち、更新日付が、当該開発ロード200のリンケージマップが示す更新日付よりも前のプログラムモジュールに関する情報を、差分として出力してもよい。 When the linkage map of the production load indicates the update date of the program module constituting the production load, and the linkage map of the development load 200 indicates the update date of the program module constituting the development load 200, the difference output unit 704 indicates. , Of the program modules constituting the development load 200, the information regarding the program module whose update date is earlier than the update date indicated by the linkage map of the development load 200 may be output as a difference.

また、開発ロード200のリンケージマップが、本番ロードのリンケージマップとの差異の区分を示す場合、差分出力部704は、開発ロード200を構成するプログラムモジュールのうち、当該開発ロード200のリンケージマップの区分に該当しないプログラムモジュールに関する情報を、差分として出力してもよい。 Further, when the linkage map of the development load 200 indicates the classification of the difference from the linkage map of the production load, the difference output unit 704 divides the linkage map of the development load 200 among the program modules constituting the development load 200. Information about the program module that does not correspond to the above may be output as a difference.

あるいは、開発ロード200のリンケージマップが、本番ロードを構成するプログラムモジュールのステップ数に対する当該開発ロード200を構成するプログラムモジュールのステップ数の差異を示す場合、差分出力部704は、開発ロード200を構成するプログラムモジュールのうち、本番ロードを構成するプログラムモジュールのステップ数に対する差異が一致しないプログラムモジュールに関する情報を、差分として出力してもよい。 Alternatively, if the linkage map of the development load 200 shows the difference in the number of steps of the program module constituting the development load 200 with respect to the number of steps of the program module constituting the production load, the difference output unit 704 configures the development load 200. Information about the program modules whose differences with respect to the number of steps of the program modules constituting the production load do not match may be output as the differences.

差分出力部704は、本番ロードのリンケージマップと開発ロード200のリンケージマップとの差分のみを出力するものに限らず、それぞれのリンケージマップを構成するプログラムモジュールに関する情報どうしを対応づけた状態で、各リンケージマップの全体を示す一覧を出力してもよい。この場合、差分出力部704は、各リンケージマップの全体を示す一覧において、差分が生じているプログラムモジュールに関する情報を、強調して出力する。 The difference output unit 704 is not limited to outputting only the difference between the linkage map of the production load and the linkage map of the development load 200, and each of them is in a state where information about the program modules constituting each linkage map is associated with each other. You may output a list showing the entire linkage map. In this case, the difference output unit 704 emphasizes and outputs information about the program module in which the difference occurs in the list showing the entire linkage map.

(結果確認リストの一例)
つぎに、結果確認リスト150の一例について説明する。図8は、結果確認リスト150の一例を示す説明図である。図8において、結果確認リスト150は、本番ロード800のリンケージマップと開発ロード200のリンケージマップとの差分を示す。図8に示す結果確認リスト150は、本番ロード800のリンケージマップと開発ロード200のリンケージマップとの差分のみを示す。本番ロード800のリンケージマップと開発ロード200のリンケージマップとの差分は、各リンケージマップにおける区分、更新日付、プログラムモジュールの容量(プログラムサイズ)を示す情報に基づいて判断することができる。
(Example of result confirmation list)
Next, an example of the result confirmation list 150 will be described. FIG. 8 is an explanatory diagram showing an example of the result confirmation list 150. In FIG. 8, the result confirmation list 150 shows the difference between the linkage map of the production load 800 and the linkage map of the development load 200. The result confirmation list 150 shown in FIG. 8 shows only the difference between the linkage map of the production load 800 and the linkage map of the development load 200. The difference between the linkage map of the production load 800 and the linkage map of the development load 200 can be determined based on the information indicating the division, the update date, and the capacity (program size) of the program module in each linkage map.

具体的には、上記のように、「新規」の区分に該当するプログラムモジュールに関する情報は、開発ロード200のリンケージマップのみに存在する。これに対し、たとえば、区分に基づいて差分の判断をおこなう場合、本番ロード800との比較に用いた開発ロード200のリンケージマップにおいて、「新規」の区分に該当するプログラムモジュールに関する情報が本番ロード800のリンケージマップにも存在すると、当該プログラムモジュールに関する情報が結果確認リスト150において示される。 Specifically, as described above, the information about the program module corresponding to the "new" category exists only in the linkage map of the development load 200. On the other hand, for example, when determining the difference based on the classification, in the linkage map of the development load 200 used for comparison with the production load 800, the information about the program module corresponding to the "new" classification is the production load 800. If also present in the linkage map of, information about the program module is shown in the result confirmation list 150.

また、具体的には、たとえば、上記のように、「削除」の区分に該当するプログラムモジュールに関する情報は、本番ロード800のリンケージマップのみに存在する。これに対し、本番ロード800との比較に用いた開発ロード200のリンケージマップにおいて、「削除」の区分に該当するプログラムモジュールに関する情報が存在する場合、当該プログラムモジュールに関する情報が結果確認リスト150において示される。 Further, specifically, for example, as described above, the information regarding the program module corresponding to the "deletion" category exists only in the linkage map of the production load 800. On the other hand, if there is information about the program module corresponding to the "deletion" category in the linkage map of the development load 200 used for comparison with the production load 800, the information about the program module is shown in the result confirmation list 150. Is done.

また、具体的には、たとえば、上記のように、「変更」の区分に該当するプログラムモジュールのステップ数が、本番ロード800のリンケージマップに示されたステップ数に対して11ステップ以上異なる場合、当該プログラムモジュールに関する情報が結果確認リスト150において示される。 Specifically, for example, as described above, when the number of steps of the program module corresponding to the "change" category differs from the number of steps shown in the linkage map of the production load 800 by 11 steps or more. Information about the program module is shown in the result confirmation list 150.

(ロードコンペア装置110aの処理手順)
つぎに、この発明にかかる実施の形態のロードコンペア装置110aの処理手順について説明する。図9は、この発明にかかる実施の形態のロードコンペア装置110aの処理手順を示すフローチャートである。図9に示す処理は、依頼システム130において受け付けた依頼操作に応じて依頼システム130から依頼処理部125に出力される依頼要求を受け付けた場合に実行される。
(Processing procedure for load compare device 110a)
Next, the processing procedure of the load compare device 110a according to the embodiment of the present invention will be described. FIG. 9 is a flowchart showing a processing procedure of the load compare device 110a according to the embodiment of the present invention. The process shown in FIG. 9 is executed when a request request output from the request system 130 to the request processing unit 125 is received in response to the request operation received by the request system 130.

図9のフローチャートにおいて、まず、本番ロード800のリンケージマップを取得する(ステップS901)。本番ロード800のリンケージマップは、たとえば、当該本番ロード800を本番LIB122aに登録した際に、本番登録システム100における所定の記憶領域に別途登録しておく。ステップS901においては、本番登録システム100に対するロードコンペアプログラムの実行指示を受け付けた場合に、所定の記憶領域を参照し、あらかじめ本番登録システム100に登録されている本番ロード800のリンケージマップを取得する。 In the flowchart of FIG. 9, first, the linkage map of the production load 800 is acquired (step S901). For example, when the production load 800 is registered in the production LIB 122a, the linkage map of the production load 800 is separately registered in a predetermined storage area in the production registration system 100. In step S901, when the execution instruction of the load compare program for the production registration system 100 is received, the predetermined storage area is referred to and the linkage map of the production load 800 registered in advance in the production registration system 100 is acquired.

つぎに、開発ロード200のリンケージマップを取得する(ステップS902)。ステップS902においては、たとえば、依頼システム130において受け付けた依頼操作に応じて依頼システム130から依頼処理部125に出力される依頼要求を受け付けるまでの任意のタイミングにおいて、あらかじめ本番登録システム100における所定の記憶領域に登録しておいた開発ロード200のリンケージマップを取得する。ステップS902においては、開発ロード200のリンケージマップの入力を促す所定のガイダンスを出力することによって開発ロード200のリンケージマップを入力させ、入力された最新の開発ロード200のリンケージマップを取得してもよい。 Next, the linkage map of the development load 200 is acquired (step S902). In step S902, for example, at an arbitrary timing until the request request output from the request system 130 to the request processing unit 125 is received in response to the request operation received by the request system 130, a predetermined storage in the production registration system 100 is performed in advance. Acquire the linkage map of the development load 200 registered in the area. In step S902, the linkage map of the development load 200 may be input by outputting a predetermined guidance prompting the input of the linkage map of the development load 200, and the latest input linkage map of the development load 200 may be acquired. ..

つぎに、ステップS901において取得された本番ロード800のリンケージマップと、ステップS902において取得された開発ロード200のリンケージマップと、を比較する(ステップS903)。ステップS903においては、たとえば、上記のように、各プログラムモジュールの区分に基づいて、開発ロード200のリンケージマップのみに「新規」の区分に該当するプログラムモジュールに関する情報が存在するか、本番ロード800のリンケージマップのみに「削除」の区分に該当するプログラムモジュールに関する情報が存在するか、などを判断する。 Next, the linkage map of the production load 800 acquired in step S901 and the linkage map of the development load 200 acquired in step S902 are compared (step S903). In step S903, for example, as described above, based on the classification of each program module, only the linkage map of the development load 200 has information about the program module corresponding to the "new" classification, or the production load 800. Judge whether there is information about the program module corresponding to the "Delete" category only in the linkage map.

その後、ステップS903における比較結果に基づいて、結果確認リスト150を作成し(ステップS904)、作成した結果確認リスト150を出力して(ステップS905)、一連の処理を終了する。 After that, the result confirmation list 150 is created (step S904) based on the comparison result in step S903, the created result confirmation list 150 is output (step S905), and a series of processes is completed.

以上説明したように、この発明にかかる実施の形態のロードコンペア装置110aは、実行実績が確認された本番ロード800のリンケージマップと、開発ロード200のリンケージマップとを取得し、取得された各リンケージマップを比較した比較結果に基づいて、本番ロード800のリンケージマップと開発ロード200のリンケージマップとの差分を出力するようにしたことを特徴としている。 As described above, the load compare device 110a according to the embodiment of the present invention acquires the linkage map of the production load 800 and the linkage map of the development load 200 whose execution results have been confirmed, and each of the acquired linkages. It is characterized in that the difference between the linkage map of the production load 800 and the linkage map of the development load 200 is output based on the comparison result of comparing the maps.

この発明にかかる実施の形態のロードコンペア装置110aによれば、本番ロード800のリンケージマップと開発ロード200のリンケージマップとの差分を出力することにより、開発ロード200を基準として、当該開発ロード200のリンケージマップとの差分を作業者に確実に伝えることができ、開発ロード200を構成するプログラムモジュールが適切かどうかの確認作業の効率化を図ることができる。 According to the load compare device 110a of the embodiment according to the present invention, by outputting the difference between the linkage map of the production load 800 and the linkage map of the development load 200, the development load 200 is used as a reference for the development load 200. It is possible to reliably convey the difference from the linkage map to the operator, and it is possible to improve the efficiency of the confirmation work of whether or not the program module constituting the development load 200 is appropriate.

また、本番ロード800のリンケージマップと開発ロード200のリンケージマップとを比較することにより、本番ロード800と開発ロード200とを直接比較する場合よりも比較にかかるコンピュータ装置の処理負担の軽減を図ることができる。 Further, by comparing the linkage map of the production load 800 and the linkage map of the development load 200, the processing load of the computer device required for the comparison can be reduced as compared with the case of directly comparing the production load 800 and the development load 200. Can be done.

このように、本番登録システム100において運用されている本番ロード800を開発ロード200に更新する際におこなう本番ロード800と開発ロード200との差分の確認作業を確実かつ効率的におこなうことができるので、チェックにかかる作業者の負担軽減を図ることができる。これにより、最終的な確認作業を作業者がおこなう場合にも、煩雑な作業をおこなうことによる作業者の確認漏れをなくすことができ、開発が完了していないプログラムモジュールが組み込まれることによるデグレードを防止することができる。そして、これにより、開発が完了していない開発ロード200が本番登録システム100ロードされることによって本番登録システム100において障害が発生することを防止できる。 In this way, it is possible to reliably and efficiently perform the work of confirming the difference between the production load 800 and the development load 200, which is performed when updating the production load 800 operated in the production registration system 100 to the development load 200. , It is possible to reduce the burden on the worker involved in the check. As a result, even when the final confirmation work is performed by the operator, it is possible to eliminate the operator's omission of confirmation due to complicated work, and degradation due to the incorporation of a program module that has not been developed is eliminated. Can be prevented. As a result, it is possible to prevent a failure from occurring in the production registration system 100 due to the development load 200 whose development has not been completed being loaded into the production registration system 100.

通年にわたって常時滞りなく電気を送配電しなくてはならない電気事業者においては、本番登録システム100における障害の発生に起因して送配電が停止することは、断じて許容されない。この発明にかかる実施の形態のロードコンペア装置110aによれば、本番ロード800の更新に起因する本番登録システム100における障害の発生を防止することができ、電気受給者に対して通年にわたって常時滞りなく電気を送配電することができる。これにより、電気受給者の利便性を確実に維持し、電気受給者に安心して電気を使用させることができる。 For electric power companies that must constantly transmit and distribute electricity throughout the year, it is absolutely unacceptable to stop transmission and distribution due to the occurrence of a failure in the production registration system 100. According to the load compare device 110a of the embodiment according to the present invention, it is possible to prevent the occurrence of a failure in the production registration system 100 due to the renewal of the production load 800, and it is possible to prevent the electric recipient from having trouble all year round. Electricity can be transmitted and distributed. As a result, the convenience of the electricity recipient can be surely maintained, and the electricity recipient can use the electricity with peace of mind.

また、この発明にかかる実施の形態のロードコンペア装置110aは、本番ロード800のリンケージマップと開発ロード200のリンケージマップとの差分のみを出力するようにしたことを特徴としている。具体的に、この発明にかかる実施の形態のロードコンペア装置110aは、本番ロード800のリンケージマップと開発ロード200のリンケージマップとの差分の一覧を示す結果確認リスト150を出力する。 Further, the load compare device 110a according to the embodiment of the present invention is characterized in that only the difference between the linkage map of the production load 800 and the linkage map of the development load 200 is output. Specifically, the load compare device 110a according to the embodiment of the present invention outputs a result confirmation list 150 showing a list of differences between the linkage map of the production load 800 and the linkage map of the development load 200.

この発明にかかる実施の形態のロードコンペア装置110aによれば、基準となる開発ロード200のリンケージマップとの差分のみを出力することにより、出力結果に基づいておこなう確認作業の一層の効率化を図ることができる。これにより、本番ロード800の更新に起因する本番登録システム100における障害の発生を確実に防止することができ、電気受給者に対して通年にわたって常時滞りなく電気を送配電することができる。そして、これにより、電気受給者の利便性を確実に維持し、電気受給者に安心して電気を使用させることができる。 According to the load compare device 110a of the embodiment according to the present invention, by outputting only the difference from the linkage map of the reference development load 200, the efficiency of the confirmation work performed based on the output result is further improved. be able to. As a result, it is possible to reliably prevent the occurrence of a failure in the production registration system 100 due to the renewal of the production load 800, and it is possible to constantly transmit and distribute electricity to the electricity recipient without delay throughout the year. As a result, the convenience of the electricity recipient can be reliably maintained, and the electricity recipient can be made to use the electricity with peace of mind.

また、この発明にかかる実施の形態のロードコンペア装置110aは、本番ロード800を構成するプログラムモジュールの更新日付を示すリンケージマップと、開発ロード200を構成するプログラムモジュールの更新日付を示すリンケージマップとを用いて、開発ロード200を構成するプログラムモジュールのうち、更新日付が、当該開発ロード200のリンケージマップが示す更新日付よりも前のプログラムモジュールに関する情報を差分として出力するようにしたことを特徴としている。 Further, the load compare device 110a according to the embodiment of the present invention has a linkage map showing the update date of the program module constituting the production load 800 and a linkage map showing the update date of the program module constituting the development load 200. It is characterized in that, among the program modules constituting the development load 200, the information about the program module whose update date is earlier than the update date indicated by the linkage map of the development load 200 is output as a difference. ..

この発明にかかる実施の形態のロードコンペア装置110aによれば、確認作業をおこなう作業者が認識しやすい更新日付に基づいて確認作業をおこなうことにより、特に、差分が生じているプログラムモジュールが複数存在する場合における確認作業の一層の効率化を図ることができる。 According to the load compare device 110a of the embodiment according to the present invention, there are a plurality of program modules in which a difference is particularly generated by performing the confirmation work based on the update date that is easy for the operator performing the confirmation work to recognize. It is possible to further improve the efficiency of the confirmation work in such cases.

また、この発明にかかる実施の形態のロードコンペア装置110aは、本番ロード800のリンケージマップとの差異の区分を示す、開発ロード200のリンケージマップを用いて、開発ロード200を構成するプログラムモジュールのうち、当該開発ロード200のリンケージマップの区分に該当しないプログラムモジュールに関する情報を差分として出力することを特徴としている。 Further, the load compare device 110a according to the embodiment of the present invention uses the linkage map of the development load 200, which indicates the classification of the difference from the linkage map of the production load 800, among the program modules constituting the development load 200. It is characterized in that information about a program module that does not correspond to the classification of the linkage map of the development load 200 is output as a difference.

この発明にかかる実施の形態のロードコンペア装置110aによれば、確認作業をおこなう作業者に対して、差分の存在とあわせて、当該差分を生じているプログラムモジュールの区分を伝えることができる。これにより、いずれの区分に該当するプログラムモジュールに不備があるのかを迅速かつ的確に把握することができ、以降の適切な対応をおこなうことができるようにシステムソフトウエア開発を支援することができる。 According to the load compare device 110a of the embodiment according to the present invention, it is possible to inform the worker performing the confirmation work of the existence of the difference and the classification of the program module in which the difference is generated. As a result, it is possible to quickly and accurately grasp which category the program module corresponds to, and to support the development of system software so that appropriate measures can be taken thereafter.

また、更新日付とともに区分の差異を出力する場合には、確認作業における判断材料が多くなるので、差異の発生を認識させるとともに、当該認識以降の適切な対応をおこなうことができるようにシステムソフトウエア開発を支援することができる。 In addition, when the difference in classification is output together with the update date, there is a lot of judgment material in the confirmation work, so the system software so that the occurrence of the difference can be recognized and appropriate measures can be taken after the recognition. Can support development.

また、この発明にかかる実施の形態のロードコンペア装置110aは、本番ロード800を構成するプログラムモジュールのステップ数に対する、ステップ数の差異を示す開発ロード200のリンケージマップを用いて、開発ロード200を構成するプログラムモジュールのうち、本番ロード800を構成するプログラムモジュールのステップ数に対する差異が一致しないプログラムモジュールに関する情報を差分として出力することを特徴としている。 Further, the load compare device 110a according to the embodiment of the present invention configures the development load 200 by using the linkage map of the development load 200 showing the difference in the number of steps with respect to the number of steps of the program module constituting the production load 800. Among the program modules to be executed, the information regarding the program modules whose differences with respect to the number of steps of the program modules constituting the production load 800 do not match is output as a difference.

この発明にかかる実施の形態のロードコンペア装置110aによれば、確認作業をおこなう作業者に対して、差分の存在とあわせて、当該差分を生じているプログラムモジュールにおいて差異を生じているステップ数を伝えることができる。これにより、開発システムソフトウエアにおける各プログラムモジュールのステップ数の過不足を迅速かつ的確に把握することができ、以降の適切な対応をおこなうことができるようにシステムソフトウエア開発を支援することができる。 According to the load compare device 110a of the embodiment according to the present invention, the number of steps causing a difference in the program module in which the difference is generated, together with the existence of the difference, is determined for the operator performing the confirmation work. I can tell. As a result, it is possible to quickly and accurately grasp the excess or deficiency of the number of steps of each program module in the development system software, and it is possible to support the system software development so that appropriate measures can be taken thereafter. ..

また、更新日付あるいは区分とともにステップ数の差異を出力する場合には、確認作業における判断材料が多くなるので、差異の発生を認識させるとともに、当該認識以降の適切な対応をおこなうことができるようにシステムソフトウエア開発を支援することができる。 In addition, when the difference in the number of steps is output together with the update date or classification, there is a lot of judgment material in the confirmation work, so it is possible to recognize the occurrence of the difference and take appropriate measures after the recognition. It can support system software development.

以上のように、この発明にかかるロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法は、世代の異なるロードを比較するロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法に有用であり、特に、一部のプログラムモジュールに開発途中のプログラムモジュールが含まれる可能性があるロードを比較するロードコンペア装置、ロードコンペアプログラムおよびロードコンペア方法に適している。 As described above, the load compare device, the load compare program, and the load compare method according to the present invention are useful for the load compare device, the load compare program, and the load compare method for comparing loads of different generations, and in particular, some of them. The program module may contain a program module under development. Suitable for load compare devices, load compare programs and load compare methods.

100 本番登録システム
110a ロードコンペア装置
121 本番登録DB
122 本番LIB
123 受付LIB
124 テストLIB
125 依頼処理部
126a 本番登録処理部
127 認可処理部
128 登録処理部
129 終了処理部
130 依頼システム
140 本番登録依頼システム
150 結果確認リスト
160 ファイル伝送システム
200 開発ロード
201 プログラム変更書
202 プログラム変更一覧
100 Production registration system 110a Load compare device 121 Production registration DB
122 Production LIB
123 Reception LIB
124 Test LIB
125 Request processing unit 126a Production registration processing unit 127 Authorization processing unit 128 Registration processing unit 129 Termination processing unit 130 Request system 140 Production registration request system 150 Result confirmation list 160 File transmission system 200 Development load 201 Program change form 202 Program change list

Claims (10)

本番システムにおいて実行されている本番ロードのリンケージマップを取得する第1の取得部と、
前記本番ロードを構成する複数のプログラムモジュールに前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールを追加した、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得する第2の取得部と、
前記第1の取得部によって取得された前記本番ロードのリンケージマップと、前記第2の取得部によって取得された前記開発ロードのリンケージマップとを比較する比較部と、
前記比較部によって比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールに関する情報が前記本番ロードのリンケージマップに存在する場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力する差分出力部と、
を備えたことを特徴とするロードコンペア装置。
The first acquisition unit, which acquires the linkage map of the production load running in the production system,
A development load linkage map that includes the classification of differences from the production load linkage map by adding another program module of a generation different from that of the production load to the plurality of program modules constituting the production load. The second acquisition unit to acquire, and
A comparison unit that compares the linkage map of the production load acquired by the first acquisition unit with the linkage map of the development load acquired by the second acquisition unit.
Based on the comparison result compared by the comparison unit, information on the program module corresponding to the category among the program module constituting the production load and the program module constituting the development load is displayed in the linkage map of the production load. If present, a difference output unit that outputs information about the program module as a difference between the linkage map of the production load and the linkage map of the development load.
A load compare device characterized by being equipped with.
本番システムにおいて実行されている本番ロードのリンケージマップを取得する第1の取得部と、
前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を削除した、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得する第2の取得部と、
前記第1の取得部によって取得された前記本番ロードのリンケージマップと、前記第2の取得部によって取得された前記開発ロードのリンケージマップとを比較する比較部と、
前記比較部によって比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールに関する情報が前記開発ロードのリンケージマップに存在する場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力する差分出力部と、
を備えたことを特徴とするロードコンペア装置。
The first acquisition unit, which acquires the linkage map of the production load running in the production system,
A second acquisition unit for acquiring at least a portion has been deleted, including the division of difference between linkage maps before Symbol production load, linkage maps of development road of a plurality of program modules forming the production load,
A comparison unit that compares the linkage map of the production load acquired by the first acquisition unit with the linkage map of the development load acquired by the second acquisition unit.
Based on the comparison result compared by the comparison unit, information on the program module corresponding to the category among the program module constituting the production load and the program module constituting the development load is displayed in the linkage map of the development load. If present, a difference output unit that outputs information about the program module as a difference between the linkage map of the production load and the linkage map of the development load.
A load compare device characterized by being equipped with.
本番システムにおいて実行されている本番ロードのリンケージマップを取得する第1の取得部と、
前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールに差し替えた、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得する第2の取得部と、
前記第1の取得部によって取得された前記本番ロードのリンケージマップと、前記第2の取得部によって取得された前記開発ロードのリンケージマップとを比較する比較部と、
前記比較部によって比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールのステップ数が前記本番ロードのリンケージマップに示されたステップ数に対して所定数以上異なる場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力する差分出力部と、
を備えたことを特徴とするロードコンペア装置。
The first acquisition unit, which acquires the linkage map of the production load running in the production system,
Including at least a portion was replaced with another program modules of different generations and generations before Symbol plurality of program modules, division of the difference between the linkage map of the previous SL production load of a plurality of program modules forming the production load , The second acquisition part to acquire the linkage map of the development load, and
A comparison unit that compares the linkage map of the production load acquired by the first acquisition unit with the linkage map of the development load acquired by the second acquisition unit.
Based on the comparison result compared by the comparison unit, the number of steps of the program module corresponding to the category among the program modules constituting the production load and the program modules constituting the development load is the linkage map of the production load. A difference output unit that outputs information about the program module as a difference between the linkage map of the production load and the linkage map of the development load when the number of steps differs from the number of steps shown in 1.
A load compare device characterized by being equipped with.
前記差分出力部は、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分のみを出力することを特徴とする請求項1〜のいずれか一つに記載のロードコンペア装置。 The load compare device according to any one of claims 1 to 3 , wherein the difference output unit outputs only the difference between the linkage map of the production load and the linkage map of the development load. コンピュータに、
本番システムにおいて実行されている本番ロードのリンケージマップを取得し、
前記本番ロードを構成する複数のプログラムモジュールに前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールを追加した、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得し、
前記本番ロードのリンケージマップと、前記開発ロードのリンケージマップとを比較し、
比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールに関する情報が前記本番ロードのリンケージマップに存在する場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力する、
処理を実行させることを特徴とするロードコンペアプログラム。
On the computer
Get the linkage map of the production load running in the production system
A development load linkage map that includes the classification of differences from the production load linkage map by adding another program module of a generation different from that of the production load to the plurality of program modules constituting the production load. To get,
Comparing the linkage map of the production load with the linkage map of the development load,
When information about the program module corresponding to the category among the program module constituting the production load and the program module constituting the development load exists in the linkage map of the production load based on the compared comparison result. , The information about the program module is output as the difference between the linkage map of the production load and the linkage map of the development load.
A load compare program characterized by executing processing.
コンピュータに、
本番システムにおいて実行されている本番ロードのリンケージマップを取得し、
前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を削除した、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得し、
前記本番ロードのリンケージマップと、前記開発ロードのリンケージマップとを比較し、
比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールに関する情報が前記開発ロードのリンケージマップに存在する場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力する、
処理を実行させることを特徴とするロードコンペアプログラム。
On the computer
Get the linkage map of the production load running in the production system
The deleted at least a portion of the plurality of program modules forming the production load, including the division of difference between linkage maps before Symbol production load, obtains the linkage map of development road,
Comparing the linkage map of the production load with the linkage map of the development load,
When information about the program module corresponding to the category among the program module constituting the production load and the program module constituting the development load exists in the linkage map of the development load based on the compared comparison result. , The information about the program module is output as the difference between the linkage map of the production load and the linkage map of the development load.
A load compare program characterized by executing processing.
コンピュータに、
本番システムにおいて実行されている本番ロードのリンケージマップを取得し、
前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールに差し替えた、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得し、
前記本番ロードのリンケージマップと、前記開発ロードのリンケージマップとを比較し、
比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールのステップ数が前記本番ロードのリンケージマップに示されたステップ数に対して所定数以上異なる場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力する、
処理を実行させることを特徴とするロードコンペアプログラム。
On the computer
Get the linkage map of the production load running in the production system
Including at least a portion was replaced with another program modules of different generations and generations before Symbol plurality of program modules, division of the difference between the linkage map of the previous SL production load of a plurality of program modules forming the production load , Get the development load linkage map,
Comparing the linkage map of the production load with the linkage map of the development load,
Based on the compared comparison results, the number of steps of the program module corresponding to the category among the program modules constituting the production load and the program modules constituting the development load is shown in the linkage map of the production load. When the difference is more than a predetermined number with respect to the number of steps, the information about the program module is output as the difference between the linkage map of the production load and the linkage map of the development load.
A load compare program characterized by executing processing.
コンピュータ
本番システムにおいて実行されている本番ロードのリンケージマップを取得
前記本番ロードを構成する複数のプログラムモジュールに前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールを追加した、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得
前記本番ロードのリンケージマップと、前記開発ロードのリンケージマップとを比較
比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールに関する情報が前記本番ロードのリンケージマップに存在する場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力る、
処理を実行ることを特徴とするロードコンペア方法。
Computer,
Get the linkage map production load running in a production system,
A development load linkage map that includes the classification of differences from the production load linkage map by adding another program module of a generation different from that of the production load to the plurality of program modules constituting the production load. to get the,
Compares the linkage map of the production load, and a linkage map of the development road,
When information about the program module corresponding to the category among the program module constituting the production load and the program module constituting the development load exists in the linkage map of the production load based on the compared comparison result. , information on the program module, you output as a difference between the linkage map of the development road and linkage map of the production load,
Load compare wherein that you run the process.
コンピュータ
本番システムにおいて実行されている本番ロードのリンケージマップを取得
前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を削除した、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得
前記本番ロードのリンケージマップと、前記開発ロードのリンケージマップとを比較
比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールに関する情報が前記開発ロードのリンケージマップに存在する場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力る、
処理を実行ることを特徴とするロードコンペア方法。
Computer,
Get the linkage map production load running in a production system,
The deleted at least a portion of the plurality of program modules forming the production load, including the division of difference between linkage maps before Symbol production load, obtains the linkage map of development road,
Compares the linkage map of the production load, and a linkage map of the development road,
When information about the program module corresponding to the category among the program module constituting the production load and the program module constituting the development load exists in the linkage map of the development load based on the compared comparison result. , information on the program module, you output as a difference between the linkage map of the development road and linkage map of the production load,
Load compare wherein that you run the process.
コンピュータ
本番システムにおいて実行されている本番ロードのリンケージマップを取得
前記本番ロードを構成する複数のプログラムモジュールの少なくとも一部を前記複数のプログラムモジュールの世代とは異なる世代の別のプログラムモジュールに差し替えた、前記本番ロードのリンケージマップとの差異の区分を含む、開発ロードのリンケージマップを取得
前記本番ロードのリンケージマップと、前記開発ロードのリンケージマップとを比較
比較された比較結果に基づいて、前記本番ロードを構成するプログラムモジュールおよび前記開発ロードを構成するプログラムモジュールのうち、前記区分に該当するプログラムモジュールのステップ数が前記本番ロードのリンケージマップに示されたステップ数に対して所定数以上異なる場合に、当該プログラムモジュールに関する情報を、前記本番ロードのリンケージマップと前記開発ロードのリンケージマップとの差分として出力る、
処理を実行ることを特徴とするロードコンペア方法。
Computer,
Get the linkage map production load running in a production system,
Including at least a portion was replaced with another program modules of different generations and generations before Symbol plurality of program modules, division of the difference between the linkage map of the previous SL production load of a plurality of program modules forming the production load , to get the linkage map of development road,
Compares the linkage map of the production load, and a linkage map of the development road,
Based on the compared comparison results, the number of steps of the program module corresponding to the category among the program modules constituting the production load and the program modules constituting the development load is shown in the linkage map of the production load. If different than the predetermined number with respect to the number of steps, information on the program module, you output as a difference between the linkage map of the development road and linkage map of the production load,
Load compare wherein that you run the process.
JP2016240747A 2016-12-12 2016-12-12 Load compare device, load compare program and load compare method Active JP6984120B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016240747A JP6984120B2 (en) 2016-12-12 2016-12-12 Load compare device, load compare program and load compare method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016240747A JP6984120B2 (en) 2016-12-12 2016-12-12 Load compare device, load compare program and load compare method

Publications (2)

Publication Number Publication Date
JP2018097547A JP2018097547A (en) 2018-06-21
JP6984120B2 true JP6984120B2 (en) 2021-12-17

Family

ID=62633038

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016240747A Active JP6984120B2 (en) 2016-12-12 2016-12-12 Load compare device, load compare program and load compare method

Country Status (1)

Country Link
JP (1) JP6984120B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112083946B (en) * 2020-09-17 2024-02-06 南方电网科学研究院有限责任公司 Method, device, terminal and medium for predicting program load rate of direct current protection system

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3946057B2 (en) * 2002-03-01 2007-07-18 富士通株式会社 Consistency inspection support method and consistency inspection support system
JP2007272443A (en) * 2006-03-30 2007-10-18 Hokkaido Univ Development support device, development support method and development support program
JP2008176483A (en) * 2007-01-17 2008-07-31 Vision Arts Kk Information providing system
JP4769826B2 (en) * 2008-02-14 2011-09-07 富士通株式会社 Level down detection program, level down detection method, and management program
JP2013114443A (en) * 2011-11-29 2013-06-10 Hitachi Systems Ltd System, method, and program for supporting material release confirmation
JP2013130950A (en) * 2011-12-20 2013-07-04 Hitachi Systems Ltd Load validity verification system, load validity verification method, and load validity verification program
JP2015079324A (en) * 2013-10-16 2015-04-23 株式会社日立システムズ Modification information management apparatus, modification information management program, and modification information management method

Also Published As

Publication number Publication date
JP2018097547A (en) 2018-06-21

Similar Documents

Publication Publication Date Title
US9176728B1 (en) Global software deployment/remediation management and associated analytics
US10956147B2 (en) Software distribution system, software distribution server, and software distribution method
CN108959059B (en) Test method and test platform
CN105404519A (en) Version control method, code testing method and system
CN109800156B (en) Subway signal system automatic test method based on configuration file command
CN104090776A (en) Software development method and system
CN106575227B (en) Automatic software update framework
US8775552B1 (en) Methods and systems for distribution of technical manuals
US10846212B2 (en) Evidence gathering system and method
CN111522741A (en) Interface test code generation method and device, electronic equipment and readable storage medium
JP6984120B2 (en) Load compare device, load compare program and load compare method
CN101025749B (en) Job definition verification system, and method thereof
CN108170588B (en) Test environment construction method and device
CN110007946B (en) Method, device, equipment and medium for updating algorithm model
CN107992420A (en) Put forward the management method and system of survey project
JP5537599B2 (en) Version upgrade management method in business system
JP4215255B2 (en) Degradation confirmation inspection method, degradation confirmation inspection system, and program therefor
CN115981718A (en) Code publishing method and device, computer equipment and storage medium
CN101295314A (en) File management system, file management method, support device thereof, and program thereof
WO2014065206A1 (en) Source code management system, method, and program
CN107480050A (en) A kind of method of testing of automatic test renewal bag
CN103761247B (en) A kind of processing method and processing device of error file
CN113805913A (en) Software query information management system and software query information management method
JP6907760B2 (en) Check device, check program and program check method
CN110865806A (en) Code processing method, device, server and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191031

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200925

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201110

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201218

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210601

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210615

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211108

R150 Certificate of patent or registration of utility model

Ref document number: 6984120

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150