Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP3597110B2 - Delivery management system and method for parameter file in business application - Google Patents
[go: Go Back, main page]

JP3597110B2 - Delivery management system and method for parameter file in business application - Google Patents

Delivery management system and method for parameter file in business application Download PDF

Info

Publication number
JP3597110B2
JP3597110B2 JP2000120560A JP2000120560A JP3597110B2 JP 3597110 B2 JP3597110 B2 JP 3597110B2 JP 2000120560 A JP2000120560 A JP 2000120560A JP 2000120560 A JP2000120560 A JP 2000120560A JP 3597110 B2 JP3597110 B2 JP 3597110B2
Authority
JP
Japan
Prior art keywords
terminal
file
parameter
distribution
server
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.)
Expired - Fee Related
Application number
JP2000120560A
Other languages
Japanese (ja)
Other versions
JP2001306422A (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.)
NEC Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP2000120560A priority Critical patent/JP3597110B2/en
Publication of JP2001306422A publication Critical patent/JP2001306422A/en
Application granted granted Critical
Publication of JP3597110B2 publication Critical patent/JP3597110B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、端末の業務アプリケーションが参照する各種パラメータファイルをサーバで管理、配信する、業務アプリケーションにおけるパラメータファイルの配信管理システムおよび方法に関する。
【0002】
【従来の技術】
従来、端末の業務アプリケーションが参照する各種パラメータファイルに対し、サーバの保持するパラメータファイルで端末側のパラメータファイルの更新を実施する場合には、サーバにてパラメータファイルを変更後、端末側にパラメータファイルを変更したとの通知を送り、手動で端末からサーバに接続して保管してあるパラメータファイルを取得して置換を行う必要があった。
【0003】
ここで、パラメータファイルとは、業務アプリケーションが使用するデータや上下限値、計算方法、表示形式等の様々なデータを業務アプリケーションとは別のファイルで提供するものであり、業務アプリケーションを使用するグループや端末といった単位で内容が違うものも存在する。
【0004】
【発明が解決しようとする課題】
しかしながら、上記従来の方法では、サーバ側で端末が最新のパラメータファイルを使用しているかどうかの判断がつきにくく、また、正しいパラメータファイルが使用されているかの確認もできない。
【0005】
そこで本発明は、上記従来の問題点を解消すべく、端末の業務アプリケーションが参照する各種パラメータファイルに対し、サーバ側からのパラメータファイルの管理が可能となる、業務アプリケーションにおけるパラメータファイルの配信管理システムおよび方法を提供することを目的とする。
【0006】
【課題を解決するための手段】
上述の課題を解決する手段を図1に示し、ここでサーバ(2)と端末(1)は1対nの関係にあるものとする。
【0007】
サーバにてパラメータ編集ツール(2a)を用いて変更の必要のある管理パラメータファイル(2e)を変更し、配信先を指定する。配信先には、ID情報管理ファイル(2c)に記述されている全ての端末、グループ、個別の端末が選択でき、選択した配信先を配信先管理ファイル(2d)に記述する。この場合のグループとは、複数台の端末の集まりを指すものである。
【0008】
端末にて業務アプリケーション(1a)を起動すると、パラメータ受信ツール(1b)が起動され、サーバのパラメータ配信ツール(2b)と接続される。パラメータ受信ツールは、接続された端末のID情報ファイル(1c)の端末IDを、サーバのパラメータ配信ツールに送る。パラメータ配信ツールは、送られてきた端末IDが配信先管理ファイルに存在するかチェックする。
【0009】
存在する場合は、パラメータファイルを圧縮ファイルの形でサーバから端末へ配信し、端末は圧縮ファイルを解凍し、パラメータファイル(1d)を置き換える。ファイルの圧縮機能はパラメータ配信ツールが、圧縮ファイルの解凍機能はパラメータ受信ツールがそれぞれ保有し、サーバから端末へ配信する必要のあるパラメータファイルが、複数存在する場合にも、圧縮することで1つのファイルにして配信する。配信終了後、サーバではパラメータ配信ツールが配信先管理ファイルから配信先の端末IDを削除し、配信結果ログファイル(2f)に配信結果を出力して端末との接続を切断する。端末では、パラメータファイルの置き換えが終了後、サーバとの接続を切断し、業務アプリケーションは置き換わったパラメータファイルを使用して業務を行う。
【0010】
存在しない場合は、サーバと端末の接続が切断されて業務アプリケーションは、従来のパラメータファイルを使用して業務を行う。
【0011】
なお、サーバにて配信結果ログファイルを確認することで変更したパラメータファイルの配信状況を確認することができる。
【0012】
【発明の実施の形態】
次に、本発明の実施の形態について図面を参照して説明する。
【0013】
図1は、本発明に係る一実施の形態の構成を示し、サーバ(2)と端末(1)は、1対nの関係にある。端末の数に制限はなしとする。また図2は、(a)が端末のID情報ファイルの内容を示し、(b)がサーバのID情報管理ファイル,配信先管理ファイル,配信結果ログファイルの内容を示す。
【0014】
端末は、業務アプリケーション(1a)、パラメータ受信ツール(1b)、ID情報ファイル(1c)、パラメータファイル(1d)、から構成されている。パラメータ受信ツールには、圧縮ファイルを解凍する機能が存在する。ID情報ファイル(1c)には、その端末のIDが登録されている。
【0015】
サーバは、パラメータ編集ツール(2a)、パラメータ配信ツール(2b)、ID情報管理ファイル(2c)、配信先管理ファイル(2d)、管理パラメータファイル(2e)、配信結果ログファイル(2f)から構成されている。パラメータ配信ツールには、1〜n個のファイルを1つのファイルに圧縮する機能が存在する。ID情報管理ファイル(2c)には、全ての端末のID、グループ名とそのグループのメンバの端末のIDが登録されている。
【0016】
パラメータ編集ツールでパラメータファイルを変更して、配信先を指定すると配信先管理ファイル(2d)に配信するパラメータファイル名と配信先の端末IDが登録される。
【0017】
端末の業務アプリケーションが起動すると、端末のパラメータ受信ツールとサーバのパラメータ配信ツールの間で回線が接続され、パラメータファイルの配信の必要がある場合は、パラメータファイルがサーバから端末に配信される。パラメータファイルが配信されると、パラメータ配信ツールは配信結果ログファイル(2f)に配信先の端末ID、配信したパラメータファイル名、配信した日時を登録する。
【0018】
次に上記構成のシステムの動作について説明する。
【0019】
まず、パラメータ変更時の処理の流れを図3、図4を用いて説明する。管理者は、サーバにてパラメータ編集ツールを起動(S1)し、変更の必要のあるパラメータファイルを選択(S2)する。選択したパラメータファイルの編集画面が表示(S3)されるので、管理者はパラメータの内容を変更(S4)し、パラメータファイルの編集画面を終了(S5)する。パラメータファイルの変更が行われると、パラメータ編集ツールは、ID情報管理ファイルから配信先のID情報を全て読み込み、パラメータファイルの配信先の選択画面が表示(S6)されるので、管理者は配信先を選択(S7)する。配信先としては、全ての端末への配信、グループへの配信、個別の端末への配信といったものが選択(S8)できる。
【0020】
全ての端末へ配信が選択された場合、パラメータ編集ツールは、変更されたパラメータファイルのミドルネームを“共通”に変更して保存(S9)し、配信先管理ファイルに保存したパラメータファイル名とID情報管理ファイル内の“ALL”に記述されている全IDを登録(S10)する。
【0021】
グループへ配信が選択された場合、パラメータ編集ツールは、変更されたパラメータファイルのミドルネームを選択されたグループ名に変更して保存(S11)し、配信先管理ファイルに保存したパラメータファイル名とID情報管理ファイルの選択されたグループの欄に記述されている全IDを登録(S12)する。
【0022】
個別の端末へ配信が選択された場合、パラメータ編集ツールは、変更されたパラメータファイルのミドルネームを選択された端末IDに変更して保存(S13)し、配信先管理ファイルに保存したパラメータファイル名と端末IDを登録(S14)する。
【0023】
パラメータ編集ツールを終了すると、サーバ側の配信準備は完了(S15)し、端末側からの接続を待ち状態となる。
【0024】
次に、パラメータ置換時の処理の流れについて図4、図5を用いて説明する。
【0025】
サーバでは、パラメータ配信ツールが起動されており、端末からの接続待ち状態(S21)になっている。利用者が、端末の業務アプリケーションを起動(S41)すると自動的にパラメータ受信ツールが起動(S42)される。パラメータ受信ツールは、ID情報ファイルを読み込み、自端末の端末IDを取得(S43)し、その端末IDをサーバのパラメータ配信ツールに送信し、サーバと接続(S44)する。パラメータ配信ツールは、端末IDを受信し、端末と接続(S22)すると、受信した端末IDが配信先管理ファイルに存在するかをチェックし、存在する場合には、その端末IDが登録されているパラメータファイル名を全て取得(S23)し、端末にパラメータファイルの配信の必要の有無を送信(S24)する。端末でパラメータファイルの配信の必要の有無を受信(S45)したら、端末配信の必要の有無をチェック(S46、S25)する。
【0026】
配信の必要がある場合には、端末からサーバへパラメータ配信要求を送信(S47)する。サーバは、パラメータ配信要求を受信(S26)すると、配信の必要のある全てのパラメータファイルを1つのファイルに圧縮(S27)し、圧縮したファイルを、端末に送信(S28)し、配信先の端末ID、配信したパラメータファイル名、配信日時を配信結果ログファイルに出力(S29)し、配信先管理ファイルから配信先の端末IDを全て削除(S30)する。端末は、圧縮ファイルを受信(S48)すると、圧縮ファイルの解凍(S49)を行い、解凍したパラメータファイルについているミドルネームを削除し、変更後のパラメータファイルにて、対応するパラメータファイルの置換(S50)を行う。後は、端末、サーバ共に接続を切断(S51,S31)し、端末は、業務アプリケーションを立ち上げて業務を開始(S52)し、サーバは、端末からの接続待ち状態(S32)に戻る。
【0027】
配信の必要がない場合には、その時点で端末、サーバ共に接続を切断(S51、S31)し、端末は、業務アプリケーションを立ち上げて業務を開始(S52)し、サーバは、端末からの接続待ち状態(S32)に戻る。
【0028】
次に、本発明の他の実施の形態について説明する。
【0029】
上述のパラメータファイルの管理をサーバで行うことに加え、使用するグループや使用する人により、意図的に違うバージョンの業務アプリケーションを使用させる場合に、サーバから業務アプリケーションを配信し、その業務アプリケーションのバージョンを配信結果ログファイルに登録することで、サーバでの業務アプリケーションの管理にも利用できる。
【0030】
まずサーバにて、複数の異なるバージョンの業務アプリケーションの中から、1つのバージョンの業務アプリケーションを選択し、この選択されたバージョンの業務アプリケーションを配信する端末を選択する。そして選択された配信先端末に、選択されたバージョンの業務アプリケーションを送信し、その配信先端末ID,配信された業務アプリケーションのバージョン,配信日時を配信結果ログファイルに出力する。端末では、サーバから送られたバージョンの業務アプリケーションを受信し、業務処理を行う。
【0031】
【発明の効果】
以上説明したように、本発明の第1の効果は、全てのパラメータファイルをサーバで管理し、必要に応じて全ての端末、グループ別の端末、個別の端末にパラメータファイルを配信し、配信先の端末ID、配信したパラメータファイル名、配信日時を配信結果ログファイルで保持して、サーバで端末のパラメータファイルの状況を管理しているので、全端末のパラメータファイルの状況をサーバで把握することができ、端末は特に意識しなくても最新のパラメータファイルを利用した業務を行うことができることである。
【0032】
第2の効果は、サーバで端末のパラメータファイルの状況を管理しているので、端末に問題が発生し、業務アプリケーションの再セットアップが必要になった場合にも、パラメータファイルを元の状態に戻すことが容易にできることである。
【図面の簡単な説明】
【図1】本発明に係る一実施の形態の構成図である。
【図2】(a)は端末のID情報ファイルの内容、(b)はサーバのID情報管理ファイル,配信先管理ファイル,配信結果ログファイルの内容を示す図である。
【図3】パラメータ変更時の処理の流れを示すフローチャートである。
【図4】パラメータ変更時の処理の流れを示すフローチャートである。
【図5】パラメータ置換時の処理の流れを示すフローチャートである。
【図6】パラメータ置換時の処理の流れを示すフローチャートである。
【符号の説明】
1 端末
1a 業務アプリケーション
1b パラメータ受信ツール
1c ID情報ファイル
1d パラメータファイル
2 サーバ
2a パラメータ編集ツール
2b パラメータ配信ツール
2c ID情報管理ファイル
2d 配信先管理ファイル
2e 管理パラメータファイル
2f 配信結果ログファイル
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a distribution management system and method for a parameter file in a business application, in which a server manages and distributes various parameter files referred to by a business application of a terminal.
[0002]
[Prior art]
Conventionally, when updating the parameter file on the terminal side with the parameter file held by the server for various parameter files referenced by the business application of the terminal, after changing the parameter file on the server, the parameter file on the terminal side It was necessary to send a notification that the file had been changed, manually connect to the server from the terminal, obtain the stored parameter file, and perform the replacement.
[0003]
Here, the parameter file is a file that provides various data such as data used by the business application, upper / lower limit values, calculation methods, display formats, and the like in a file different from the business application. Some content differs from unit to unit, such as devices and terminals.
[0004]
[Problems to be solved by the invention]
However, according to the above-described conventional method, it is difficult for the server to determine whether the terminal uses the latest parameter file, and it is not possible to confirm whether the correct parameter file is used.
[0005]
In order to solve the above-described conventional problems, the present invention provides a parameter file distribution management system in a business application, in which a parameter file can be managed from a server for various parameter files referred to by a business application of a terminal. And a method.
[0006]
[Means for Solving the Problems]
FIG. 1 shows a means for solving the above-mentioned problem. Here, it is assumed that the server (2) and the terminal (1) have a one-to-n relationship.
[0007]
The server changes the management parameter file (2e) that needs to be changed using the parameter editing tool (2a), and specifies the distribution destination. All terminals, groups, and individual terminals described in the ID information management file (2c) can be selected as the distribution destination, and the selected distribution destination is described in the distribution destination management file (2d). A group in this case, Ru der intended to refer to a collection of a plurality of terminals.
[0008]
When the business application (1a) is activated at the terminal, the parameter receiving tool (1b) is activated and connected to the parameter distribution tool (2b) of the server. The parameter receiving tool sends the terminal ID of the ID information file (1c) of the connected terminal to the parameter distribution tool of the server. The parameter distribution tool checks whether the transmitted terminal ID exists in the distribution destination management file.
[0009]
If so, the parameter file is delivered from the server to the terminal in the form of a compressed file, and the terminal decompresses the compressed file and replaces the parameter file (1d). The file distribution function is held by the parameter distribution tool, and the decompression function of the compressed file is held by the parameter reception tool. Even if there are multiple parameter files that need to be distributed from the server to the terminal, one file can be compressed. Distribute as a file. After the distribution is completed, the parameter distribution tool in the server deletes the terminal ID of the distribution destination from the distribution destination management file, outputs the distribution result to the distribution result log file (2f), and disconnects the connection with the terminal. At the terminal, after the replacement of the parameter file is completed, the connection with the server is disconnected, and the business application performs the business using the replaced parameter file.
[0010]
If it does not exist, the connection between the server and the terminal is disconnected, and the business application performs business using the conventional parameter file.
[0011]
The distribution status of the changed parameter file can be confirmed by checking the distribution result log file on the server.
[0012]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings.
[0013]
FIG. 1 shows the configuration of an embodiment according to the present invention, wherein the server (2) and the terminal (1) have a one-to-n relationship. There is no limit on the number of terminals. 2A shows the contents of the terminal ID information file, and FIG. 2B shows the contents of the server ID information management file, distribution destination management file, and distribution result log file.
[0014]
The terminal comprises a business application (1a), a parameter receiving tool (1b), an ID information file (1c), and a parameter file (1d). The parameter receiving tool has a function of decompressing a compressed file. The ID of the terminal is registered in the ID information file (1c).
[0015]
The server includes a parameter editing tool (2a), a parameter distribution tool (2b), an ID information management file (2c), a distribution destination management file (2d), a management parameter file (2e), and a distribution result log file (2f). ing. The parameter distribution tool has a function of compressing 1 to n files into one file. In the ID information management file (2c), IDs of all terminals, group names, and IDs of terminals of members of the group are registered.
[0016]
When the parameter file is changed by the parameter editing tool and the distribution destination is specified, the parameter file name to be distributed and the terminal ID of the distribution destination are registered in the distribution destination management file (2d).
[0017]
When the business application of the terminal starts, a line is connected between the parameter reception tool of the terminal and the parameter distribution tool of the server, and when the parameter file needs to be distributed, the parameter file is distributed from the server to the terminal. When the parameter file is distributed, the parameter distribution tool registers the terminal ID of the distribution destination, the distributed parameter file name, and the date and time of distribution in the distribution result log file (2f).
[0018]
Next, the operation of the system having the above configuration will be described.
[0019]
First, the flow of processing at the time of parameter change will be described with reference to FIGS. The administrator starts a parameter editing tool on the server (S1) and selects a parameter file that needs to be changed (S2). Since the editing screen for the selected parameter file is displayed (S3), the administrator changes the contents of the parameter (S4) and terminates the editing screen for the parameter file (S5). When the parameter file is changed, the parameter editing tool reads all the ID information of the distribution destination from the ID information management file, and a selection screen of the distribution destination of the parameter file is displayed (S6). Is selected (S7). As the distribution destination, distribution to all terminals, distribution to a group, and distribution to individual terminals can be selected (S8).
[0020]
When distribution to all terminals is selected, the parameter editing tool changes the middle name of the changed parameter file to “common” and saves it (S9), and saves the parameter file name and ID saved in the distribution destination management file. All IDs described in "ALL" in the information management file are registered (S10).
[0021]
When distribution to the group is selected, the parameter editing tool changes the middle name of the changed parameter file to the selected group name and saves it (S11), and saves the parameter file name and ID saved in the distribution destination management file. All the IDs described in the column of the selected group in the information management file are registered (S12).
[0022]
When the distribution to the individual terminal is selected, the parameter editing tool changes the middle name of the changed parameter file to the selected terminal ID and saves it (S13), and saves the parameter file name stored in the distribution destination management file. And the terminal ID are registered (S14).
[0023]
When the parameter editing tool is finished, the preparation for distribution on the server side is completed (S15), and the server waits for a connection from the terminal side.
[0024]
Next, the flow of processing at the time of parameter replacement will be described with reference to FIGS.
[0025]
In the server, the parameter distribution tool has been activated, and is in a state of waiting for a connection from a terminal (S21). When the user starts the business application of the terminal (S41), the parameter receiving tool is automatically started (S42). The parameter receiving tool reads the ID information file, acquires the terminal ID of the terminal itself (S43), transmits the terminal ID to the parameter distribution tool of the server, and connects to the server (S44). Upon receiving the terminal ID and connecting to the terminal (S22), the parameter distribution tool checks whether the received terminal ID exists in the distribution destination management file. If the terminal ID exists, the terminal ID is registered. All the parameter file names are acquired (S23), and the necessity of the parameter file distribution is transmitted to the terminal (S24). When you receive the presence or absence of the need for delivery of the parameter file by the terminal (S45), the terminal checks (S46, S25) the presence or absence of the need of delivery.
[0026]
If distribution is necessary, the terminal transmits a parameter distribution request to the server (S47). Upon receiving the parameter distribution request (S26), the server compresses all parameter files that need to be distributed into one file (S27), transmits the compressed file to the terminal (S28), The ID, the distributed parameter file name, and the distribution date and time are output to the distribution result log file (S29), and all the terminal IDs of the distribution destinations are deleted from the distribution destination management file (S30). Upon receiving the compressed file (S48), the terminal decompresses the compressed file (S49), deletes the middle name of the decompressed parameter file, and replaces the corresponding parameter file with the changed parameter file (S50). )I do. Thereafter, both the terminal and the server are disconnected (S51, S31), the terminal starts up the business application and starts the business (S52), and the server returns to the state of waiting for a connection from the terminal (S32).
[0027]
If there is no need for distribution, both the terminal and the server are disconnected at that time (S51, S31), the terminal starts up a business application and starts business (S52), and the server connects from the terminal. The process returns to the waiting state (S32).
[0028]
Next, another embodiment of the present invention will be described.
[0029]
In addition to managing the above-mentioned parameter file on the server, when intentionally using a different version of the business application depending on the group or user, the business application is distributed from the server and the version of the business application By registering this in the distribution result log file, the server can also be used to manage business applications.
[0030]
First, the server selects one version of the business application from a plurality of different versions of the business application, and selects a terminal that distributes the selected version of the business application. The selected version of the business application is transmitted to the selected distribution destination terminal, and the distribution destination terminal ID, the version of the distributed business application, and the distribution date and time are output to the distribution result log file. The terminal receives the version of the business application sent from the server and performs business processing.
[0031]
【The invention's effect】
As described above, the first effect of the present invention is that all parameter files are managed by the server, and the parameter file is distributed to all terminals, groups, and individual terminals as necessary. The terminal ID, distributed parameter file name, and distribution date and time are stored in the distribution result log file, and the status of the parameter file of the terminal is managed by the server. This allows the terminal to perform business using the latest parameter file without being particularly conscious.
[0032]
The second effect is that the status of the parameter file of the terminal is managed by the server. Therefore, even if a problem occurs in the terminal and the business application needs to be set up again, the parameter file is returned to the original state. It is easy to do.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of an embodiment according to the present invention.
2A is a diagram illustrating the contents of a terminal ID information file, and FIG. 2B is a diagram illustrating the contents of a server ID information management file, a distribution destination management file, and a distribution result log file.
FIG. 3 is a flowchart illustrating a flow of a process at the time of parameter change.
FIG. 4 is a flowchart showing a flow of a process at the time of parameter change.
FIG. 5 is a flowchart showing a flow of processing at the time of parameter replacement.
FIG. 6 is a flowchart showing a flow of processing at the time of parameter replacement.
[Explanation of symbols]
1 terminal 1a business application 1b parameter receiving tool 1c ID information file 1d parameter file 2 server 2a parameter editing tool 2b parameter distribution tool 2c ID information management file 2d distribution destination management file 2e management parameter file 2f distribution result log file

Claims (6)

業務アプリケーションを格納する端末と、この端末の業務アプリケーションが参照するパラメータファイルを格納するサーバとを備え、
前記サーバは、変更する必要のあるパラメータファイルを選択するパラメータ選択手段と、
この選択されたパラメータファイルの内容を変更するパラメータ変更手段と、
この変更されたパラメータファイルを配信する端末を選択する配信先選択手段と、
選択された配信先端末のIDに対応して、前記変更されたパラメータファイルおよび配信先データを配信先管理ファイルに登録する配信ファイル登録手段と、
前記端末から端末IDを受信して、前記配信先管理ファイルにあるか否か判別し、あるならば、前記端末にパラメータ配信の必要の有無を送信する配信有無確認手段と、
前記端末からパラメータ配信要求を受信して、前記変更されたパラメータファイルを前記端末に送信するファイル送信手段と、
ファイルを送信した端末IDを前記配信先管理ファイルから削除する配信先削除手段とを有し、
前記端末は、自身の端末IDを前記サーバに送信するID送信手段と、
前記サーバからパラメータ配信の必要の有無を受信して、必要ならば、前記サーバにパラメータ配信要求を送信する配信要求送信手段と、
記変更されたパラメータファイルにて、対応するパラメータファイルを置換するファイル置換手段とを有し、
前記サーバが、複数の異なるバージョンの業務アプリケーションを格納する業務アプリケーション格納手段と、
前記複数の異なるバージョンの中から、1つのバージョンの業務アプリケーションを選択するバージョン選択手段と、
この選択されたバージョンの業務アプリケーションを配信する端末を選択する配信先選択手段と、
選択された配信先端末に、前記選択されたバージョンの業務アプリケーションを送信するアプリケーション送信手段と、
配信先端末ID,配信された業務アプリケーションのバージョン,配信日時を配信結果ログファイルに出力するログ出力手段とをさらに有し、
前記端末が、サーバから送られたバージョンの業務アプリケーションを受信するアプリケーション受信手段をさらに有することを特徴とする業務アプリケーションにおけるパラメータファイルの配信管理システム。
A terminal that stores a business application, and a server that stores a parameter file referred to by the business application of the terminal;
The server, a parameter selection means for selecting a parameter file that needs to be changed,
Parameter changing means for changing the contents of the selected parameter file;
Distribution destination selection means for selecting a terminal to distribute the changed parameter file;
Distribution file registration means for registering the changed parameter file and distribution destination data in a distribution destination management file in accordance with the ID of the selected distribution destination terminal;
Receiving a terminal ID from the terminal, determining whether or not it is in the distribution destination management file, and if so, a distribution presence / absence confirming means for transmitting whether or not parameter distribution is necessary to the terminal;
And file transmission means for receiving a parameter distribution request from the terminal, and transmits the changed parameter file to the terminal,
Distribution destination deletion means for deleting the terminal ID that transmitted the file from the distribution destination management file,
An ID transmission unit that transmits the terminal ID of the terminal to the server;
A distribution request transmitting unit that receives the necessity of parameter distribution from the server and, if necessary, transmits a parameter distribution request to the server;
In front of Symbol changed parameters file, have a and file replacement means for replacing the corresponding parameter files,
A business application storage unit in which the server stores a plurality of different versions of business applications;
Version selecting means for selecting one version of the business application from the plurality of different versions;
Distribution destination selecting means for selecting a terminal for distributing the selected version of the business application;
Application transmission means for transmitting the selected version of the business application to the selected destination terminal;
Log output means for outputting the distribution destination terminal ID, the distributed version of the business application, and the distribution date and time to a distribution result log file;
The terminal, distribution management system parameter file in the business application, characterized in that it further have a application receiving means for receiving a version of the business applications sent from the server.
前記サーバが、配信する前記変更されたパラメータファイルを圧縮するファイル圧縮手段を有し、
前記端末が、受信した圧縮ファイルを解凍するファイル解凍手段を有することを特徴とする請求項1記載の業務アプリケーションにおけるパラメータファイルの配信管理システム。
Wherein the server has a file compression means for compressing said changed parameter file to deliver,
2. The system according to claim 1, wherein the terminal has a file decompressor for decompressing the received compressed file.
前記サーバが、配信先端末ID,配信されたパラメータファイル名,配信日時を配信結果ログファイルに出力するログ出力手段を有することを特徴とする請求項1または2記載の業務アプリケーションにおけるパラメータファイルの配信管理システム。3. The distribution of a parameter file in a business application according to claim 1, wherein the server has a log output unit that outputs a distribution destination terminal ID, a distributed parameter file name, and a distribution date and time to a distribution result log file. Management system. 業務アプリケーションを格納する端末に、この端末の業務アプリケーションが参照するパラメータファイルをサーバから配信する方法であって、
前記サーバにて、変更する必要のあるパラメータファイルを選択するステップと、
この選択されたパラメータファイルの内容を変更するステップと、
この変更されたパラメータファイルを配信する端末を選択するステップと、
選択された配信先端末のIDに対応して、前記変更されたパラメータファイルおよび配信先データを配信先管理ファイルに登録するステップと、
前記端末にて、自身の端末IDを前記サーバに送信するステップと、
前記サーバにて、受信した端末IDが前記配信先管理ファイルにあるか否か判別して、あるならば、前記端末にパラメータ配信の必要の有無を送信するステップと、
前記端末にて、パラメータ配信の必要の有無を受信して、必要ならば、前記サーバにパラメータ配信要求を送信するステップと、
前記サーバにて、パラメータ配信要求を受信して、前記変更されたパラメータファイルを前記端末に送信するステップと、
ファイルを送信した端末IDを前記配信先管理ファイルから削除するステップと、
前記端末にて、前記変更されたパラメータファイルにて、対応するパラメータファイルを置換するステップとを含み、
前記サーバにて、複数の異なるバージョンの業務アプリケーションの中から、1つのバージョンの業務アプリケーションを選択するステップと、
この選択されたバージョンの業務アプリケーションを配信する端末を選択するステップと、
選択された配信先端末に、前記選択されたバージョンの業務アプリケーションを送信するステップと、
配信先端末ID,配信された業務アプリケーションのバージョン,配信日時を配信結果ログファイルに出力するステップと、
前記端末にて、サーバから送られたバージョンの業務アプリケーションを受信するステップとをさらに有することを特徴とする業務アプリケーションにおけるパラメータファイルの配信管理方法。
A method of delivering, from a server, a parameter file referred to by a business application of the terminal to a terminal storing the business application,
At the server, selecting a parameter file that needs to be changed;
Changing the contents of the selected parameter file;
Selecting a terminal to deliver the changed parameter file;
Registering the changed parameter file and distribution destination data in a distribution destination management file in accordance with the ID of the selected distribution destination terminal;
Transmitting, at the terminal, its own terminal ID to the server;
The server determines whether the received terminal ID is in the distribution destination management file, and if so, transmits to the terminal whether parameter distribution is necessary or not;
Receiving, at the terminal, whether parameter distribution is necessary and, if necessary, transmitting a parameter distribution request to the server;
Transmitting by said server receives the parameter distribution request, the changed parameter file to the terminal,
Deleting the terminal ID that sent the file from the distribution destination management file;
At the terminal, in front Symbol changed parameter files, see contains a step of replacing the corresponding parameter files,
A step of selecting one version of the business application from the plurality of different versions of the business application in the server;
Selecting a terminal to deliver the selected version of the business application;
Transmitting the selected version of the business application to the selected distribution destination terminal;
Outputting the distribution destination terminal ID, the version of the distributed business application, and the distribution date and time to a distribution result log file;
Receiving, by the terminal, a version of the business application sent from the server , the distribution management method of the parameter file in the business application.
前記サーバにて、配信する前記変更されたパラメータファイルを圧縮するステップと、
前記端末にて、受信した圧縮ファイルを解凍するステップとをさらに有することを特徴とする請求項記載の業務アプリケーションにおけるパラメータファイルの配信管理方法。
A step of compressing the changed parameter file in the server, distributing,
The method according to claim 4 , further comprising: decompressing the received compressed file at the terminal.
前記サーバにて、配信先端末ID,配信されたパラメータファイル名,配信日時を配信結果ログファイルに出力するステップとをさらに有することを特徴とする請求項または記載の業務アプリケーションにおけるパラメータファイルの配信管理方法。At the server, the destination terminal ID, the distribution parameter file name, the parameter file in the business applications of claim 4 or 5, wherein further comprising a step of outputting a distribution date delivery result in a log file Delivery management method.
JP2000120560A 2000-04-21 2000-04-21 Delivery management system and method for parameter file in business application Expired - Fee Related JP3597110B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000120560A JP3597110B2 (en) 2000-04-21 2000-04-21 Delivery management system and method for parameter file in business application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000120560A JP3597110B2 (en) 2000-04-21 2000-04-21 Delivery management system and method for parameter file in business application

Publications (2)

Publication Number Publication Date
JP2001306422A JP2001306422A (en) 2001-11-02
JP3597110B2 true JP3597110B2 (en) 2004-12-02

Family

ID=18631348

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000120560A Expired - Fee Related JP3597110B2 (en) 2000-04-21 2000-04-21 Delivery management system and method for parameter file in business application

Country Status (1)

Country Link
JP (1) JP3597110B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4843470B2 (en) * 2006-11-30 2011-12-21 株式会社日立製作所 User information distribution apparatus, program, user information distribution system, and user information distribution method
US10313188B2 (en) * 2016-12-07 2019-06-04 Kyocera Document Solutions Inc. Method for remote management of multiple device configurations

Also Published As

Publication number Publication date
JP2001306422A (en) 2001-11-02

Similar Documents

Publication Publication Date Title
CN1685684B (en) Method for archiving multimedia messages
KR100996645B1 (en) Method and apparatus for enabling data synchronization in different devices with different functions
TWI270283B (en) Method and apparatus for arranging session between server and client device
EP2267982B1 (en) Method for sharing data using a digital media frame
AU2001277080B2 (en) Method and system for sharing images using a digital media frame
CN101965563A (en) Service management system & associated methodology of providing service related message prioritization in a mobile client
US7711804B2 (en) Methods and devices for the asynchronous delivery of digital data
JPH09325939A (en) Groupware system with agent function
US6484028B2 (en) Information delivery system using satellite communication
US5523854A (en) Store and forward data transmission
JP2002032282A (en) Content distribution system, distribution method and program product on network
JP4719732B2 (en) Backup server, mobile device, communication system using these, and backup method
JP3597110B2 (en) Delivery management system and method for parameter file in business application
JP2003029996A (en) Server system, client system, software streaming method and program
JP2003281004A (en) Network management system, managed device, management device, program
CN1972470A (en) Acquisition and update method for setting information of individualized ring-back tone
CN101207507B (en) System for managing mobile terminal capability information
JP2003173313A (en) Mail transfer protocol conversion system, conversion system management server, conversion system control program, storage medium storing this program, mail using device, mail using device control program
CN100546249C (en) Method and system for dynamically displaying login icon in instant messaging
JP2000293458A (en) Data distribution device, data receiving device, and control method thereof
JP2003006125A (en) Method and device for converting mail
JP2000293346A (en) Data distribution device and control method thereof
JP2003259031A (en) Phonebook management system and phonebook management method
JP2003006008A (en) Document management system and management method
CN100397845C (en) Many-to-many text message communication method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040316

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040514

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040907

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees