JPH07129373A - Application version managing device - Google Patents

Application version managing device

Info

Publication number
JPH07129373A
JPH07129373A JP5271826A JP27182693A JPH07129373A JP H07129373 A JPH07129373 A JP H07129373A JP 5271826 A JP5271826 A JP 5271826A JP 27182693 A JP27182693 A JP 27182693A JP H07129373 A JPH07129373 A JP H07129373A
Authority
JP
Japan
Prior art keywords
application
version
client
server
message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP5271826A
Other languages
Japanese (ja)
Inventor
Hideki Ono
英樹 小野
Tomoko Matsuzawa
智子 松澤
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP5271826A priority Critical patent/JPH07129373A/en
Publication of JPH07129373A publication Critical patent/JPH07129373A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To manage the consistency of versions between server application and a client application in an integrated/dispersed application system and to provide the application of the newest version to an application user. CONSTITUTION:A server application version managing device 101 executes version inspection for a version inspection request outputted from a client application version managing device 104 at an application prepared date. At the time of detecting the discrepancy of versions, the application of the newest version is automatically loaded down from a server system 100 to a client system 103, so that the system 103 can store always the newest application.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は統合分散アプリケーショ
ンシステムにおけるアプリケーションバージョン管理装
置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an application version management device in an integrated distributed application system.

【0002】[0002]

【従来の技術】近年、アプリケーションはLAN(Lo
cal Area Network)の普及、データベ
ースアクセスツール等の充実によりサーバー−クライア
ント方式によるに分散アプリケーションシステムの構築
が一般化している。サーバー−クライアント方式でシス
テムを構築した場合サーバーアプリケーションとクライ
アントアプリケーション間でバージョンの整合性をとる
必要がある。
2. Description of the Related Art In recent years, applications have been LAN (Lo)
Due to the spread of the Cal Area Network) and the enhancement of database access tools and the like, the construction of a distributed application system by the server-client method has become common. When the system is constructed by the server-client method, it is necessary to make the versions consistent between the server application and the client application.

【0003】以下に従来のアプリケーションバージョン
管理装置について説明する。図13において130はサ
ーバーアプリケーション、131はクライアントアプリ
ケーション、132はネットワーク、13aはクライア
ントアプリケーションからの電文を処理する電文処理
部、13bはクライアントアプリケーションへの電文を
作成する電文作成部、13cはクライアントアプリケー
ションから送られてきたバージョンを検査するバージョ
ン検査部、13dはクライアントアプリケーションのバ
ージョン情報、13e、13fはネットワークと情報を
送受信する送受信部、13gはサーバーアプリケーショ
ンからの電文を処理する電文処理部、13hはサーバー
アプリケーションへ送信する電文を作成するコマンド電
文作成部、13iはクライアントアプリケーション作成
時に設定したバージョン情報である。
A conventional application version management device will be described below. In FIG. 13, 130 is a server application, 131 is a client application, 132 is a network, 13a is a message processing unit that processes messages from the client application, 13b is a message creating unit that creates messages to the client application, and 13c is from the client application. A version checking unit for checking the version sent, 13d is version information of the client application, 13e and 13f are transmitting / receiving units for transmitting / receiving information to / from the network, 13g is a message processing unit for processing a message from the server application, and 13h is a server. A command message creating unit 13i that creates a message to be sent to the application is version information set when creating the client application.

【0004】以上のように構成されたアプリケーション
バージョン管理装置について、以下にその動作について
説明する。
The operation of the application version management device configured as described above will be described below.

【0005】クライアントアプリケーション131はア
プリケーション作成時にソースコード内にバージョン情
報13iを定義してロードモジュールを作成する。サー
バーアプリケーションのサービスを受ける時ネットワー
ク132を通じてサーバーアプリケーション130へコ
マンド電文を送信する。この時コマンド電文作成部13
hおいて、電文のバージョンフィールドにロードモジュ
ール内に定義してある自己のバージョン情報13iを設
定して電文送受信部13fを通じてサーバーアプリケー
ション130へ送信する。これはクライアントアプリケ
ーションがサーバーアプリケーションへ電文を送信する
毎に行われる。
The client application 131 defines the version information 13i in the source code when creating the application and creates the load module. When receiving the service of the server application, a command message is transmitted to the server application 130 through the network 132. At this time, the command message creating unit 13
At h, the version information 13i of the user defined in the load module is set in the version field of the message and transmitted to the server application 130 through the message transmitting / receiving unit 13f. This is done every time the client application sends a message to the server application.

【0006】一方サーバーアプリケーション130もク
ライアントアプリケーション131のクライアントバー
ジョン情報13dをソースコード内に定義してロードモ
ジュールを作成する。送受信部13eで受信したクライ
アントアプリケーション131からのコマンド電文をバ
ージョン検査部13cに渡す。バージョン検査部13c
はサーバーアプリケーション130が保持しているクラ
イアントバージョン情報13dとコマンド電文に設定さ
れているバージョン情報を比較し、バージョンの不一致
を検出した場合は電文作成部13bに「バージョン不一
致」のエラー電文送信を依頼してクライアントアプリケ
ーション131に対するサービスを停止する。バージョ
ンの整合性がとれている場合は電文処理部13aに電文
を渡しクライアントアプリケーション131に対するサ
ービスを継続する。
On the other hand, the server application 130 also defines the client version information 13d of the client application 131 in the source code to create a load module. The command message from the client application 131 received by the transmitting / receiving unit 13e is passed to the version checking unit 13c. Version checking unit 13c
Compares the client version information 13d held by the server application 130 with the version information set in the command message, and if a version mismatch is detected, requests the message creating unit 13b to send an error message "version mismatch". Then, the service for the client application 131 is stopped. If the versions are consistent, the message is passed to the message processing unit 13a and the service for the client application 131 is continued.

【0007】クライアントアプリケーション131はサ
ーバーアプリケーション装置130から「バージョン不
一致」電文を検出した場合はアプリケーション使用者に
対してバージョンの不一致を通知してアプリケーション
サービスを終了する。これらのバージョン管理処理はす
べてアプリケーション内部の処理によって実現されてい
る。
When the client application 131 detects a "version mismatch" message from the server application device 130, it notifies the application user of the version mismatch and terminates the application service. All of these version management processes are realized by the processes inside the application.

【0008】[0008]

【発明が解決しようとする課題】しかしながら上記の従
来の方法ではアプリケーション起動後サーバーアプリケ
ーションとクライアントアプリケーション間の電文によ
りバージョン情報の確認処理を実施しているためアプリ
ケーションを起動しなければバージョンの確認ができな
いという問題点を有していた。
However, in the above-mentioned conventional method, since the version information confirmation processing is performed by the message between the server application and the client application after the application is started, the version cannot be confirmed unless the application is started. Had the problem.

【0009】また、アプリケーション内部に静的に保持
している情報を使用してバージョン管理を実施している
ため複数のサーバーアプリケーションとクライアントア
プリケーションで構成されている統合分散アプリケーシ
ョンシステムにおいて個々のアプリケーションにバージ
ョン管理の情報を持たせなければならずバージョン更新
時に誤ったバージョン情報でアプリケーションを作成す
る危険性があるという問題点も有していた。
In addition, since version management is performed using information that is statically held inside the application, in the integrated distributed application system composed of a plurality of server applications and client applications, the version can be applied to each application. There is also a problem that management information must be provided and there is a risk of creating an application with incorrect version information when updating the version.

【0010】本発明は上記従来の問題点を解決するもの
でアプリケーションに依存せずにバージョン管理を実施
し、アプリケーション使用者に最新のアプリケーション
提供を実現するアプリケーションバージョン管理装置を
提供することを目的とする。
An object of the present invention is to solve the above-mentioned conventional problems and to provide an application version management device which implements version management without depending on an application and provides an application user with the latest application. To do.

【0011】[0011]

【課題を解決するための手段】この目的を達成するため
に本発明のアプリケーションバージョン管理装置はサー
バー上でアプリケーションのバージョンを管理するサー
バーアプリケーションバージョン管理装置とクライアン
ト上でアプリケーションのバージョンを管理するクライ
アントアプリケーションバージョン管理装置とバージョ
ン管理の対象となるアプリケーション名を記述したアプ
リケーション定義ファイルから構成される。
In order to achieve this object, an application version management device of the present invention is a server application version management device that manages an application version on a server and a client application that manages an application version on a client. It consists of a version management device and an application definition file that describes the name of the application to be version managed.

【0012】[0012]

【作用】この構成によって、アプリケーション管理装置
は統合分散アプリケーションシステムの各アプリケーシ
ョンを管理しているマネージャープログラムから起動さ
れ、アプリケーション定義ファイルに保持している前回
の作成日時とサーバーシステムのディスク装置に格納し
ているクライアントアプリケーションの作成日時を比較
することによりアプリケーションの更新を判断しアプリ
ケーションから独立した形でバージョンの管理が可能と
なる。またアプリケーションバージョン管理処理実施後
アプリケーションマネージャーを自動的に起動すること
により使用者はバージョン管理を意識することなくアプ
リケーションを使用することができる。さらに、サーバ
ーアプリケーションバージョン管理装置によりバージョ
ンの不一致を検出した場合はダウンロード機能とアップ
デート機能によりにクライアントシステムへ最新アプリ
ケーションモジュールをダウンロードすることによりア
プリケーション使用者に最新のアプリケーションを提供
することができる。
With this configuration, the application management device is started by the manager program that manages each application of the integrated distributed application system, and the last created date and time stored in the application definition file and the disk device of the server system are stored. By comparing the creation date and time of the existing client application, it is possible to determine the update of the application and manage the version independently of the application. Further, by automatically starting the application manager after the application version management process is performed, the user can use the application without being aware of version management. Furthermore, when a version mismatch is detected by the server application version management device, the latest application module can be downloaded to the client system by the download function and the update function, so that the latest application can be provided to the application user.

【0013】[0013]

【実施例】【Example】

(実施例1)以下、本発明の一実施例について図面を参
照しながら説明する。図1は本発明の一実施例における
アプリケーションバージョン管理装置を備えた統合分散
アプリケーションシステムの概略構成図である。
(Embodiment 1) An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic configuration diagram of an integrated distributed application system including an application version management device according to an embodiment of the present invention.

【0014】図1において100はサーバーアプリケー
ションとクライアントアプリケーションを保持したサー
バーシステム、101はクライアントシステムからの要
求によりクライアントアプリケーションのバージョンを
管理するサーバーアプリケーションバージョン管理装
置、102はサーバーアプリケーションとクライアント
アプリケーションを保持するディスク装置、103、1
06はクライアントアプリケーションが動作するクライ
アントシステム、104、107はクライアントアプリ
ケーションのバージョンを管理するクライアントアプリ
ケーションバージョン管理装置、105、108はクラ
イアントアプリケーションとアプリケーション定義ファ
イルを保持するディスク装置、109はサーバーシステ
ムとクライアントシステムを接続するネットワークであ
る。
In FIG. 1, 100 is a server system that holds a server application and a client application, 101 is a server application version management device that manages the version of the client application in response to a request from the client system, and 102 is a server application and a client application. Disk device, 103, 1
Reference numeral 06 is a client system on which a client application operates, 104 and 107 are client application version management devices that manage versions of client applications, 105 and 108 are disk devices that hold client applications and application definition files, and 109 is a server system and client system. Is a network that connects

【0015】図2はサーバーおよびクライアントのアプ
リケーションバージョン管理装置の内部構成図である。
図2においては200はクライアントアプリケーション
を保持しているディスク装置、201は作成日時を比較
するバージョン比較部、202はクライアントシステム
からの電文を処理する電文処理部、203はネットワー
クとの通信制御を行う送受信部、204はクライアント
アプリケーションとアプリケーション定義ファイルを保
持しているディスク装置、205は電文を処理する電文
処理部、206はディスク装置内のクライアントアプリ
ケーションとアプリケーション定義ファイルを管理する
ファイル管理部、207はネットワークとの通信制御を
行う送受信部、208はバージョン不一致が検出された
ファイル名を格納するファイル名格納領域である。
FIG. 2 is an internal block diagram of the application version management device of the server and the client.
In FIG. 2, 200 is a disk device that holds a client application, 201 is a version comparison unit that compares creation dates and times, 202 is a message processing unit that processes messages from the client system, and 203 is communication control with the network. A transmission / reception unit, 204 is a disk device that holds a client application and an application definition file, 205 is a message processing unit that processes electronic messages, 206 is a file management unit that manages client applications and application definition files in the disk device, and 207 is A transmission / reception unit for controlling communication with the network, and 208 is a file name storage area for storing a file name for which a version mismatch is detected.

【0016】図3はサーバーシステムとクライアントシ
ステム間で送受信されるの電文のフォーマットである。
図3において300はクライアントからサーバーへ送信
するバージョン検査依頼電文、301はバージョン検査
依頼電文に対する検査依頼応答電文である。
FIG. 3 shows a format of a message transmitted / received between the server system and the client system.
In FIG. 3, 300 is a version inspection request message transmitted from the client to the server, and 301 is an inspection request response message for the version inspection request message.

【0017】さらに図4はバージョン検査をするアプリ
ケーション名を記述してあるアプリケーション定義ファ
イルの詳細図である。
Further, FIG. 4 is a detailed diagram of an application definition file in which an application name for version checking is described.

【0018】以上のように構成された統合分散アプリケ
ーションシステムにおいてバージョンチェック処理につ
いて図5、図6のフローチャートと共に説明する。
The version check processing in the integrated distributed application system configured as described above will be described with reference to the flowcharts of FIGS.

【0019】統合分散アプリケーションシステムは複数
のアプリケーションから構成されている。これらのアプ
リケーションの使用者を確認する認証処理やアプリケー
ションの起動処理を行うマネージャープログラムと呼ば
れるアプリケーションがある。使用者は通常このマネー
ジャープログラムを起動する。マネージャープログラム
は起動後直ちにクライアントシステム103内のクライ
アントアプリケーションバージョン管理装置104を起
動する。クライアントアプリケーションバージョン管理
装置104が起動されるとファイル管理部206はアプ
リケーション定義ファイル(図4)からアプリケーショ
ン名(図4ではappl001.exe)と前回設定した作成日時
(同様に1993/11/23 16:13:38)を読み電文処理部20
5へ渡す(フローチャート5・1)。電文処理部205は同ア
プリケーション名と作成日時を使用してバージョン検査
依頼電文300を作成し(フローチャート5・2)送受信部2
07を介してサーバーシステムへ送信する(フローチャート5
・3)。
The integrated distributed application system is composed of a plurality of applications. There is an application called a manager program that performs authentication processing for confirming the user of these applications and application startup processing. The user normally launches this manager program. The manager program activates the client application version management device 104 in the client system 103 immediately after activation. When the client application version management device 104 is activated, the file management unit 206 causes the application definition file (FIG. 4) to display the application name (appl001.exe in FIG. 4) and the previously created creation date (also 1993/11/23 16: 13:38) and the message processing unit 20
5 (Flowchart 5.1). The message processing unit 205 creates the version check request message 300 using the same application name and creation date and time (Flowchart 5-2) Transmission / reception unit 2
07 to the server system (Flowchart 5
・ 3).

【0020】一方電文処理部202はバージョン検査依
頼電文300を送受信部203から受信すると(フローチャー
ト6・1)電文に設定されているアプリケーション名と
作成日時をバージョン比較部201へ渡す(フローチャート6
・2)。バージョン比較部201はディスク装置200
に保持している指定されたアプリケーション名の作成日
時を取得し(フローチャート6・3)電文処理部202から渡
された作成日時との差分を求めディスク装置200のク
ライアントアプリケーションが更新されたか判断し(フロ
ーチャート6・4)バージョン一致またはバージョン不一致
を電文処理部202へ通知する。電文処理部202はバ
ージョン検査結果を検査依頼応答電文301の結果フラ
グにセットして(フローチャート6・5)送受信部203を介
してクライアントシステムへ送信する(フローチャート6・
6)。
On the other hand, when the electronic message processing unit 202 receives the version check request electronic message 300 from the transmission / reception unit 203 (Flowchart 6.1), it passes the application name and creation date and time set in the electronic message to the version comparison unit 201 (Flowchart 6).
・ 2). The version comparison unit 201 is the disk device 200.
The creation date and time of the specified application name stored in the table is acquired (Flowchart 6.3) and the difference with the creation date and time passed from the message processing unit 202 is obtained to determine whether the client application of the disk device 200 has been updated ( Flow chart 6.4) The version matching or version mismatch is notified to the message processing unit 202. The electronic message processing unit 202 sets the version inspection result in the result flag of the inspection request response electronic message 301 (Flowchart 6.5) and transmits it to the client system via the transmission / reception unit 203 (Flowchart 6
6).

【0021】電文処理部205は送受信部207から検
査依頼応答電文301を受信すると(フローチャート5・4)
同電文に設定されている結果フラグをアプリケーション
定義ファイルの検査結果フィールドにセットする(フローチ
ャート5・5)。バージョン検査処理はアプリケーション
定義ファイルに指定されているすべてのアプリケーショ
ンに対して実施する。
The message processing unit 205 receives the inspection request response message 301 from the transmitting / receiving unit 207 (flow chart 5.4).
The result flag set in the same telegram is set in the inspection result field of the application definition file (Flowcharts 5.5). The version check process is executed for all applications specified in the application definition file.

【0022】以上のように本実施例によれば、アプリケ
ーション作成時の作成日時をバージョン情報として利用
してクライアントアプリケーションのバージョンを管理
するアプリケーションバージョン管理装置をサーバーシ
ステムとクライアントシステムの双方に設けてバージョ
ン管理を一括して行うことによりアプリケーション内部
にバージョン管理の処理を持たなくてもアプリケーショ
ンのバージョン管理を実施することが可能となり誤った
バージョン情報でアプリケーションを作成してしまうと
いう危険を防止することができる。
As described above, according to this embodiment, both the server system and the client system are provided with the application version management device for managing the version of the client application by using the creation date and time when the application is created as the version information. By performing batch management, application version management can be performed without having version management processing inside the application, and the risk of creating an application with incorrect version information can be prevented. .

【0023】(実施例2)以下、本発明の第2の実施例
について図面を参照しながら説明する。図7はアプリケ
ーションバージョン管理装置の内部構造を示す図であ
る。図2に示した第1の実施例と同じ構成要素には同じ
符号が付与してありこれらについては重複した説明を省
略する。図7において700はクライアントシステムへ
アプリケーションを送信するダウンロード部、701は
サーバーシステムから送信されてきたアプリケーション
でクライアントシステムで保持しているクライアントア
プリケーションを更新するアップデート部である。また
図8は自動更新処理時にサーバーシステムとクライアン
トシステム間で送受信される電文のフォーマットであ
る。図8において800はダウンロード要求時に送信さ
れるダウンロード依頼電文、801は更新するアプリケ
ーションの内容を含んだダウンロード電文である。
(Second Embodiment) A second embodiment of the present invention will be described below with reference to the drawings. FIG. 7 is a diagram showing the internal structure of the application version management device. The same components as those of the first embodiment shown in FIG. 2 are designated by the same reference numerals, and duplicate description thereof will be omitted. In FIG. 7, reference numeral 700 is a download unit for transmitting an application to the client system, and reference numeral 701 is an update unit for updating the client application held by the client system by the application transmitted from the server system. Further, FIG. 8 shows a format of a message transmitted / received between the server system and the client system during the automatic update process. In FIG. 8, 800 is a download request message transmitted at the time of a download request, and 801 is a download message including the contents of the application to be updated.

【0024】以上のように構成されたアプリケーション
バージョン管理装置においてクライアントアプリケーシ
ョンの自動更新処理について図9、図10のフローチャ
ートと共に説明する。
The automatic update processing of the client application in the application version management device configured as described above will be described with reference to the flowcharts of FIGS. 9 and 10.

【0025】電文処理部205は実施例1のバージョン
検査処理後クライアントシステム上にバージョンの古い
アプリケーションが存在するとアップデート部701を
呼出す。アップデート部701はファイル名格納領域2
08からアプリケーション名を取得してダウンロード依
頼電文800を作成し(フローチャート9・1)送受信部20
7を介してサーバーシステムへ送信する。(フローチャート9
・2)電文処理部202は送受信部203からダウンロ
ード依頼電文800を受信すると電文に設定されている
アプリケーション名をダウンロード部700へ渡す。ダ
ウンロード部700はこのアプリケーション名でディス
ク装置200に保持してあるクライアントアプリケーシ
ョンをオープンして1レコードずつ読み込み(フローチャート
10・1)ダウンロード電文801を作成し(フローチャート
10・2)送受信部203を介してクライアントシステ
ムへ送信する(フローチャート10・3)。ダウンロード電文
801には順序番号を付加しダウンロード時のレコード
抜けを防止する。
The message processing unit 205 calls the updating unit 701 when an old version of the application exists on the client system after the version checking process of the first embodiment. The update unit 701 has a file name storage area 2
08 to obtain the application name and create a download request message 800 (Flowchart 9.1) Transmitter / receiver 20
7 to the server system. (Flowchart 9
2) Upon receiving the download request message 800 from the transmission / reception unit 203, the message processing unit 202 passes the application name set in the message to the download unit 700. The download unit 700 opens the client application stored in the disk device 200 with this application name, reads one record at a time (Flowchart 10.1), and creates a download message 801 (Flowchart 10.2) via the transmission / reception unit 203. Send to the client system (Flowchart 10.3). A sequence number is added to the download message 801 to prevent missing records at the time of download.

【0026】アップデート部701は送受信部207か
らダウンロード電文801を受信するとディスク装置2
04の該当するクライアントアプリケーションにダウン
ロード電文を書込む(フローチャート9・3)。すべてのレコ
ードを受信してクライアントアプリケーションの更新処
理を正常終了するとアプリケーション定義ファイルの作
成日時フィールドに更新後の作成日時を設定し結果フラ
グの内容をバージョン一致に変更し(フローチャート9・4)
次のアプリケーションのダウンロード処理を実施する。
更新処理が異常終了した場合は作成日時、結果フラグは
更新せずに次のダウンロード処理を実施する。
When the update section 701 receives the download message 801 from the transmission / reception section 207, the disk unit 2
The download message is written in the corresponding client application 04 (flow chart 9.3). When all the records are received and the update processing of the client application ends normally, the updated creation date and time is set in the application definition file creation date and time, and the content of the result flag is changed to version match (Flowchart 9.4).
Perform the download processing of the following applications.
If the update process ends abnormally, the next download process is performed without updating the creation date and time and the result flag.

【0027】以上のように本実施例によれば、実施例1
によりクライアントシステム上のバージョンの不一致を
検出した場合、最新ロードモジュールをダウンロードす
る機能を設けることにより、自動的にクライアントシス
テムに最新ロードモジュールを配布することができ、ア
プリケーション使用者は意識する事なく常に最新のバー
ジョンでアプリケーションを利用することが可能とな
る。
As described above, according to this embodiment, the first embodiment
If a version mismatch on the client system is detected by, the latest load module can be automatically distributed to the client system by providing the function to download the latest load module, and the application user will always be aware of it. The application can be used with the latest version.

【0028】(実施例3)以下、本発明の第3の実施例
について図面を参照しながら説明する。図11はクライ
アントアプリケーションバージョン管理装置の内部構造
を示す図である。図11において111はアプリケーシ
ョン起動時にバージョン更新が正常に実施されたか検査
するアプリケーション起動チェック部、112はアプリ
ケーション使用者に対してバージョン不一致のメッセー
ジを表示するエラー表示部である。
(Third Embodiment) A third embodiment of the present invention will be described below with reference to the drawings. FIG. 11 is a diagram showing the internal structure of the client application version management device. In FIG. 11, reference numeral 111 is an application start check unit that checks whether the version update is normally executed when the application is started, and 112 is an error display unit that displays a version mismatch message to the application user.

【0029】以上のように構成されたアプリケーション
バージョン管理装置においてアプリケーション起動時の
バージョン整合性検査の処理について図12のフローチ
ャートと共に説明する。
The process of the version consistency check at the time of starting the application in the application version management device configured as described above will be described with reference to the flowchart of FIG.

【0030】統合分散アプリケーションシステムを構成
している各アプリケーションはアプリケーション使用者
の指示によりマネージャープログラムから起動される。
マネージャープログラムは指定されたアプリケーション
を起動する前にアプリケーション起動チェック部111
を呼び出す。この際起動するアプリケーションのロード
モジュール名をパラメータとしてアプリケーション起動
チェック部111に渡す。
Each application that constitutes the integrated distributed application system is activated from the manager program according to an instruction from the application user.
The manager program checks the application start check unit 111 before starting the specified application.
Call. At this time, the load module name of the application to be activated is passed to the application activation check unit 111 as a parameter.

【0031】アプリケーション起動チェック部111は
アプリケーション定義ファイルのアプリケーション名フ
ィールドに同一のアプリケーション名が存在しなければ
バージョン管理対象のアプリケーションではないと判断
しマネージャープログラムに制御を戻す(フローチャート12
・1)。アプリケーション名が存在する場合は結果フラ
グの内容を検査する。結果フラグがバージョン一致なら
ばマネージャープログラムにバージョン一致を返値とし
て渡し制御を戻す(フローチャート12・2)。バージョン不
一致の場合はエラー表示部112によりエラーメッセー
ジを表示してアプリケーション使用者にバージョン不一
致を通知する(フローチャート12・3)。アプリケーション
使用者によりエラー表示が解除されるとアプリケーショ
ン起動チェック部111はマネージャープログラムにバ
ージョン不一致を返して制御を戻す(フローチャート12・
4)。
If the same application name does not exist in the application name field of the application definition file, the application activation check unit 111 determines that the application is not a version management application and returns control to the manager program (Flowchart 12).
・ 1). If the application name exists, check the contents of the result flag. If the result flag is the version match, the version match is passed to the manager program as a return value and the control is returned (Flowchart 12.2). If the versions do not match, an error message is displayed on the error display unit 112 to notify the application user of the version mismatch (Flowchart 12.3). When the error display is canceled by the application user, the application start check unit 111 returns a version mismatch to the manager program and returns the control (Flowchart 12
4).

【0032】マネージャープログラムはアプリケーショ
ン起動チェック部111の返値としてバージョン一致が
返された場合は指定されたアプリケーション起動処理を
実施し、バージョン不一致が返された場合はアプリケー
ション起動処理を中止する。
The manager program executes the designated application starting process when the version matching is returned as the return value of the application starting checking unit 111, and stops the application starting process when the version mismatch is returned.

【0033】以上のように本実施例によれば、バージョ
ン更新情報を保持するファイルと同バージョン更新情報
を基にアプリケーション使用者およびマネージャープロ
グラムにバージョン不一致を通知する手段を設けること
によりバージョン更新が正常に実施できなかった場合、
誤ったバージョンでアプリケーションを使用した際の予
測不可能な障害を未然に防止することが可能となる。
As described above, according to the present embodiment, the version update is normally performed by providing the means for notifying the application user and the manager program of the version mismatch based on the file holding the version update information and the same version update information. If we couldn't
It is possible to prevent unpredictable failures when using the application with the wrong version.

【0034】[0034]

【発明の効果】以上のように本発明は統合分散アプリケ
ーショクライアントアプリケーションシステムの環境に
おいてサーバー、クライアントの双方にバージョン管理
装置を設けることによりアプリケーション内部で個々に
バージョン管理の処理を行わなくてもシステム全体のバ
ージョン管理を実施しかつクライアントのロードモジュ
ールを自動的に更新することができる優れたアプリケー
ションバージョン管理装置を実現できるものである。
As described above, according to the present invention, in the environment of the integrated distributed application client application system, by providing the version management device on both the server and the client, the entire system can be processed without performing the version management processing inside the application. It is possible to realize an excellent application version management device capable of performing version management of the above and automatically updating the load module of the client.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1の実施例におけるアプリケーショ
ンバージョン管理装置を備えた分散アプリケーションシ
ステムの概要図
FIG. 1 is a schematic diagram of a distributed application system including an application version management device according to a first embodiment of the present invention.

【図2】本発明の第1の実施例におけるアプリケーショ
ンバージョン管理装置の内部構造の概要図
FIG. 2 is a schematic diagram of an internal structure of an application version management device according to the first embodiment of the present invention.

【図3】本発明の第1の実施例におけるバージョン検査
処理時の電文フォーマット図
FIG. 3 is a message format diagram during version check processing in the first embodiment of the present invention.

【図4】本発明の実施例におけるアプリケーション定義
ファイルの概要図
FIG. 4 is a schematic diagram of an application definition file according to an embodiment of the present invention.

【図5】本発明の第1の実施例におけるクライアントア
プリケーションバージョン管理装置のフローチャート
FIG. 5 is a flowchart of a client application version management device according to the first embodiment of the present invention.

【図6】本発明の第1の実施例におけるサーバーアプリ
ケーションバージョン管理装置のフローチャート
FIG. 6 is a flowchart of a server application version management device according to the first embodiment of the present invention.

【図7】本発明の第2の実施例におけるアプリケーショ
ンバージョン管理装置の内部構造の概要図
FIG. 7 is a schematic diagram of an internal structure of an application version management device according to a second embodiment of the present invention.

【図8】本発明の第2の実施例におけるダウンロード処
理時の電文フォーマット図
FIG. 8 is a message format diagram during download processing according to the second embodiment of this invention.

【図9】本発明の第2の実施例におけるクライアントア
プリケーションバージョン管理装置のフローチャート
FIG. 9 is a flowchart of a client application version management device according to the second embodiment of the present invention.

【図10】本発明の第2の実施例におけるサーバーアプ
リケーションバージョン管理装置のフローチャート
FIG. 10 is a flowchart of a server application version management device according to the second embodiment of the present invention.

【図11】本発明の第3の実施例におけるアプリケーシ
ョンバージョン管理装置の内部構造の概要図
FIG. 11 is a schematic diagram of an internal structure of an application version management device according to a third embodiment of the present invention.

【図12】本発明の第3の実施例におけるアプリケーシ
ョン起動チェック処理のフローチャート
FIG. 12 is a flowchart of an application activation check process according to the third embodiment of the present invention.

【図13】従来のアプリケーションバージョン管理装置
の概要図
FIG. 13 is a schematic diagram of a conventional application version management device.

【符号の説明】[Explanation of symbols]

100 サーバーシステム 101 サーバーアプリケーションバージョン管理装置 102 ディスク装置 103 クライアントシステム 104 クライアントアプリケーションバージョン管理
装置 105 ディスク装置 106 クライアントシステム 107 クライアントアプリケーションバージョン管理
装置 108 ディスク装置 109 ネットワーク 200 ディスク装置 201 バージョン比較部 202 電文処理部 203 送受信部 204 ディスク装置 205 電文処理部 206 ファイル管理部 207 送受信部 300 バージョン検査依頼電文 301 検査依頼応答電文 700 ダウンロード部 701 アップデート部 800 ダウンロード依頼電文 801 ダウンロード電文 111 アプリケーション起動チェック部 112 エラー表示部 130 サーバーアプリケーション装置 131 クライアントアプリケーション装置 132 ネットワーク 13a 電文処理部 13b 電文作成部 13c バージョン検査部 13d クライアントバージョン情報 13e 電文送受信部 13f 電文送受信部 13g 電文処理部 13h コマンド電文作成部 13i バージョン情報
100 server system 101 server application version management device 102 disk device 103 client system 104 client application version management device 105 disk device 106 client system 107 client application version management device 108 disk device 109 network 200 disk device 201 version comparison unit 202 message processing unit 203 Transmitter / receiver 204 Disk device 205 Message processing unit 206 File management unit 207 Transmitter / receiver 300 Version inspection request message 301 Inspection request response message 700 Download unit 701 Update unit 800 Download request message 801 Download message 111 Application startup check unit 112 Error display unit 13 0 server application device 131 client application device 132 network 13a message processing unit 13b message creating unit 13c version checking unit 13d client version information 13e message sending / receiving unit 13f message sending / receiving unit 13g message processing unit 13h command message creating unit 13i version information

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションのバージョン情報を持
つアプリケーション定義ファイルと、アプリケーション
の作成日時をバージョンとして管理するサーバーアプリ
ケーションバージョン管理手段と、サーバーからのバー
ジョンの確認要求に対してクライアントアプリケーショ
ンのバージョンを検査してサーバーへ結果を通知するク
ライアントアプリケーションバージョン管理手段とを備
えたアプリケーションバージョン管理装置。
1. An application definition file having version information of an application, a server application version management means for managing the creation date and time of the application as a version, and a client application version for checking a version confirmation request from the server. An application version management device comprising a client application version management means for notifying the server of the result.
【請求項2】 クライアントシステム上のアプリケーシ
ョンのバージョンが古い場合バージョンアップされたア
プリケーションをクライアントへ送信するサーバーアプ
リケーションバージョン管理手段と、サーバーから送信
されてくるクライアントアプリケーションを受信してク
ライアント上に存在する古いバージョンのアプリケーシ
ョンを更新するクライアントアプリケーションバージョ
ン管理手段を備えた請求項1記載のアプリケーションバ
ージョン管理装置。
2. When the version of the application on the client system is old, the server application version management means for sending the upgraded application to the client, and the old version existing on the client by receiving the client application sent from the server. The application version management device according to claim 1, further comprising client application version management means for updating the version application.
【請求項3】 アプリケーションのバージョン更新情報
を保持するアプリケーション定義ファイルと、統合分散
アプリケーションを管理しているマネージャープログラ
ムから呼び出され起動しようとしているアプリケーショ
ンのバージョン更新が正常に実施されたか検査する手段
と、検査の結果バージョン更新が実施されていない場合
アプリケーション使用者およびマネージャープログラム
にバージョン不一致を通知する手段とを備えた請求項1
記載のアプリケーションバージョン管理装置 。
3. An application definition file that holds version update information of an application, and means for checking whether or not the version update of an application which is called by a manager program that manages an integrated distributed application and is about to be started has been normally executed. A means for notifying the application user and the manager program of the version inconsistency when the version update is not carried out as a result of the inspection.
The described application version management device.
JP5271826A 1993-10-29 1993-10-29 Application version managing device Pending JPH07129373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5271826A JPH07129373A (en) 1993-10-29 1993-10-29 Application version managing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5271826A JPH07129373A (en) 1993-10-29 1993-10-29 Application version managing device

Publications (1)

Publication Number Publication Date
JPH07129373A true JPH07129373A (en) 1995-05-19

Family

ID=17505398

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5271826A Pending JPH07129373A (en) 1993-10-29 1993-10-29 Application version managing device

Country Status (1)

Country Link
JP (1) JPH07129373A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0844544A (en) * 1994-07-30 1996-02-16 Nec Corp Execution module management system for decentralized transaction system
JPH09223022A (en) * 1996-02-16 1997-08-26 Fuji Xerox Co Ltd Program down loading method considering version
JPH11312154A (en) * 1998-04-28 1999-11-09 Nec Corp Cooperative work aiding system and recording medium thereof
JPH11514760A (en) * 1995-10-30 1999-12-14 ノキア テレコミュニカシオンス オサケ ユキチュア Upgrading mobile phone software
US6980558B2 (en) 1999-12-01 2005-12-27 Sharp Kabushiki Kaisha Method of distributing program to a plurality of nodes within a network by using gateway
JP2007207257A (en) * 2007-02-15 2007-08-16 Sony Corp Data transfer apparatus and data transfer system
US7284044B2 (en) 2001-03-30 2007-10-16 Seiko Epson Corporation Network technique for troubleshooting
JP2008102950A (en) * 2007-11-19 2008-05-01 Ricoh Co Ltd Information system, program management server device and computer readable recording medium
JP2008305139A (en) * 2007-06-07 2008-12-18 Panasonic Corp Method and apparatus for confirming consistency of system
JP2011510388A (en) * 2008-01-22 2011-03-31 アマデウス エス.エイ.エス Method and system for deploying incompatible server versions in a client / server computing environment
US8108305B2 (en) 1997-11-05 2012-01-31 Sony Corporation Data sending/receiving method and apparatus, data receiving apparatus and data sending apparatus
JP2013524576A (en) * 2010-03-29 2013-06-17 インテル コーポレイション Method and apparatus for operation manager driven profile update
US8898256B2 (en) 2004-07-13 2014-11-25 International Business Machines Corporation Prioritization of application component distribution

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0844544A (en) * 1994-07-30 1996-02-16 Nec Corp Execution module management system for decentralized transaction system
JPH11514760A (en) * 1995-10-30 1999-12-14 ノキア テレコミュニカシオンス オサケ ユキチュア Upgrading mobile phone software
JPH09223022A (en) * 1996-02-16 1997-08-26 Fuji Xerox Co Ltd Program down loading method considering version
US8108305B2 (en) 1997-11-05 2012-01-31 Sony Corporation Data sending/receiving method and apparatus, data receiving apparatus and data sending apparatus
US8577800B1 (en) 1997-11-05 2013-11-05 Sony Corporation Data sending/receiving method and apparatus, data receiving apparatus and data sending apparatus
JPH11312154A (en) * 1998-04-28 1999-11-09 Nec Corp Cooperative work aiding system and recording medium thereof
US6377977B1 (en) 1998-04-28 2002-04-23 Nec Corporation Method for loading application program and opening files in host terminals before collaborating on a joint project
US6980558B2 (en) 1999-12-01 2005-12-27 Sharp Kabushiki Kaisha Method of distributing program to a plurality of nodes within a network by using gateway
US7284044B2 (en) 2001-03-30 2007-10-16 Seiko Epson Corporation Network technique for troubleshooting
US8898256B2 (en) 2004-07-13 2014-11-25 International Business Machines Corporation Prioritization of application component distribution
US9304755B2 (en) 2004-07-13 2016-04-05 International Business Machines Corporation Prioritization of application component distribution
JP2007207257A (en) * 2007-02-15 2007-08-16 Sony Corp Data transfer apparatus and data transfer system
JP2008305139A (en) * 2007-06-07 2008-12-18 Panasonic Corp Method and apparatus for confirming consistency of system
JP2008102950A (en) * 2007-11-19 2008-05-01 Ricoh Co Ltd Information system, program management server device and computer readable recording medium
JP2011510388A (en) * 2008-01-22 2011-03-31 アマデウス エス.エイ.エス Method and system for deploying incompatible server versions in a client / server computing environment
JP2013524576A (en) * 2010-03-29 2013-06-17 インテル コーポレイション Method and apparatus for operation manager driven profile update

Similar Documents

Publication Publication Date Title
US8930937B2 (en) Intelligent patch checker
US20190058789A1 (en) Method and apparatus for remote control and updating of wireless mobile devices
US7124409B2 (en) Automatic software installation on heterogeneous networked computer systems
US8001095B2 (en) Method of updating a version of an application program
US20020004824A1 (en) Method and apparatus for automatically deploying data and simultaneously Executing computer program scripts in a computer network
JPH07129373A (en) Application version managing device
JP2001216187A (en) Method and device for making data coincident among devices
JP2007280415A (en) Management device, version management system and program version management method
JP4882291B2 (en) Module update program
JP4573181B2 (en) Module distribution method, program, and distribution server
JPH1124934A (en) Distribution management method for client program in client server system
US20090222452A1 (en) Stateful Database Command Structure
JP4410224B2 (en) Program version management system and method
JP2000298609A (en) Library updating method and its updating system
JP2000112766A (en) Software distribution system
JPH10240600A (en) Method for maintaining consistency of data in data sharing system
JPH08212060A (en) Electronic mail system
JPH07319854A (en) External character management system
JP2004310235A (en) System and method for version control of program
JPH05233336A (en) Exclusive control system in on-line system
US20060095462A1 (en) Method, system and program for constructing a database
JPH11282664A (en) Incompatible program correction system
JPH02270054A (en) Communication terminal equipment
JP2004310234A (en) System and method for generation management of file
JP2004310231A (en) Receiver and method for receiving indication of version-up for program