JP2001184282A - Oltp system and storage medium - Google Patents

Oltp system and storage medium

Info

Publication number
JP2001184282A
JP2001184282A JP37184499A JP37184499A JP2001184282A JP 2001184282 A JP2001184282 A JP 2001184282A JP 37184499 A JP37184499 A JP 37184499A JP 37184499 A JP37184499 A JP 37184499A JP 2001184282 A JP2001184282 A JP 2001184282A
Authority
JP
Japan
Prior art keywords
client
unspecified
unused
message
function
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
JP37184499A
Other languages
Japanese (ja)
Inventor
Yasuyuki Nakamura
康之 中村
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP37184499A priority Critical patent/JP2001184282A/en
Publication of JP2001184282A publication Critical patent/JP2001184282A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To execute acceptance processing by accepting a request even from an unspecific client. SOLUTION: In this OLTP system, a server side is provided with an unspecific client ID registering table 44 for registering plural non-use clients ID, and at the time of accepting a connection request from an unspecific client 3, a client corresponding process 43 searches one non-use client ID in a non-use state at present, and sets client information corresponding to the non-use client ID, and defines the non-use client ID as a use decided client ID, and transmits it to the unspecific client 3 being the origin of request. Afterwards, the use decided client ID is used as a key with a server 4 so that the transmission and reception of data can be realized.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、クライアントから
の要求処理を実行するOLTPシステム及び記録媒体に
係り、特に不特定クライアントからの要求に対する接続
処理及び障害時復旧処理を行うOLTPシステム及び記
録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an OLTP system and a recording medium for executing a request process from a client, and more particularly to an OLTP system and a recording medium for performing a connection process and a failure recovery process for a request from an unspecified client. .

【0002】[0002]

【従来の技術】従来、クライアントとサーバとの間でメ
ッセージデータを送受信するOLTPシステムでは、シ
ステムの障害に対処するために、サーバ自体が処理の履
歴を磁気ディスク等の第二次記録媒体にファイル保存す
るのが一般的である。このようなファイルをジャーナル
ファイルと呼んでいる。なお、履歴データには、クライ
アントからの入力メッセージ、クライアントへの出力メ
ッセージ、データベース更新記録等が含まれる。
2. Description of the Related Art Conventionally, in an OLTP system for transmitting and receiving message data between a client and a server, in order to cope with a system failure, the server itself stores a processing history in a file on a secondary recording medium such as a magnetic disk. It is common to save. Such a file is called a journal file. Note that the history data includes an input message from the client, an output message to the client, a database update record, and the like.

【0003】以上のようなシステムにおいて、システム
障害発生時、ジャーナルファイルから履歴データを読み
出し、データベースの更新、クライアントへのメッセー
ジ返却といった一連の復旧処理を行う。サーバは、メッ
セージ返却時、クライアントを一意に識別する必要があ
ることから、特定クライアントごとにクライアントID
(識別子)を割り振りし、クライアント側から接続要求
があったとき、当該クライアントのクライアントIDを
登録しておくのが一般的である。
In the above system, when a system failure occurs, history data is read from a journal file, and a series of recovery processes such as updating a database and returning a message to a client are performed. When returning a message, the server needs to uniquely identify the client.
Generally, an (identifier) is allocated, and when there is a connection request from the client side, the client ID of the client is generally registered.

【0004】以下、従来システムにおける特定クライア
ント1とサーバ2との処理について図4を参照して説明
する。
[0004] Hereinafter, the processing between the specific client 1 and the server 2 in the conventional system will be described with reference to FIG.

【0005】(a) 特定クライアント1は、サーバ2
に対してIPアドレスなどのクライアントに関する情報
のもとに接続要求を送出する。
(A) The specific client 1 is the server 2
Sends a connection request based on the client information such as the IP address.

【0006】(b) サーバ2側であるクライアント対
応プロセス21は、その接続要求を受け付け、登録済み
クライアントIDテーブル22の登録済みクライアント
IDに対応してクライアント1のIPアドレス等の情報
をクライアントIDとして登録するとともに、クライア
ントメッセージ受信プロセス23を生成する。
(B) The client process 21 on the server 2 side accepts the connection request and sets information such as the IP address of the client 1 as a client ID corresponding to the registered client ID in the registered client ID table 22. At the same time as registration, a client message receiving process 23 is generated.

【0007】(c) このクライアントメッセージ受信
プロセス23は、クライアント1からのメッセージを受
信する。このメッセージにはクライアントIDと入力メ
ッセージが含まれている。受信プロセス23は、履歴を
残すために、入力メッセージジャーナルファイル24に
対してクライアントID、入力メッセージおよび(c)
〜(f)までの一連の業務処理を一意に識別させるとと
もに、他の特定クライアントの業務処理と区別するため
のトランザクションIDを保存するとともに、クライア
ントID、トランザクションID含む入力メッセージを
送出しアプリケーション25を実行する。
(C) The client message receiving process 23 receives a message from the client 1. This message includes the client ID and the input message. The reception process 23 sends the client ID, the input message and (c) to the input message journal file 24 to leave a history.
(F) is uniquely identified, a transaction ID for distinguishing from a specific client's business process is stored, and an input message including the client ID and the transaction ID is sent to the application 25. Execute.

【0008】(d) アプリケーション25は、クライ
アントID、入力メッセージ等に基づき、RDB(リレ
ーショナルデータベース)26を参照し、該当するデー
タの更新処理等を行った後、クライアントID、トラン
ザクションID含む更新後のRDBイメージをジャーナ
ル管理プロセス27に渡す。
(D) The application 25 refers to an RDB (relational database) 26 based on a client ID, an input message, and the like, performs an update process of corresponding data and the like, and updates the data including the client ID and the transaction ID. The RDB image is passed to the journal management process 27.

【0009】(e) ジャーナル管理プロセス27は、
アプリケーション処理終了後、RDB26を更新したR
DBイメージ等をRDBジャーナルファイル28に保存
し、次のステップであるクライアントメッセージ送信プ
ロセス29に対して返信用出力メッセージ等を送出す
る。
(E) The journal management process 27
After the application process ends, the R
The DB image or the like is stored in the RDB journal file 28, and a reply output message or the like is sent to the client message sending process 29 which is the next step.

【0010】(f) クライアントメッセージ送信プロ
セス29は、履歴を残すために、クライアントID、出
力メッセージ及びトランザクションID等を出力メッセ
ージジャーナル30に保存するとともに、その出力メッ
セージ等をクライアント1に返信する。
(F) The client message transmission process 29 stores a client ID, an output message, a transaction ID, and the like in the output message journal 30 to leave a history, and returns the output message and the like to the client 1.

【0011】ところで、以上のような一連の処理途中に
おいてクライアント1、サーバ2の何れかに障害が発生
した時、以下のような復旧処理を行う。
By the way, when a failure occurs in either the client 1 or the server 2 during the above-described series of processing, the following recovery processing is performed.

【0012】* クライアント1で障害が発生し、復旧
した場合。
* When a failure occurs in the client 1 and the client 1 recovers.

【0013】クライアント1からクライアントIDを引
数として再度接続要求を出力すると、サーバ2はその接
続要求を受け付けるが、このとき既に業務処理が完了し
ていると考えられる。そこで、サーバ2は、出力メッセ
ージジャーナルファイル30を見ながら、クライアント
1に出力メッセージ等を返送する。
When the client 1 outputs a connection request again with the client ID as an argument, the server 2 accepts the connection request. At this time, it is considered that the business process has already been completed. Therefore, the server 2 returns an output message or the like to the client 1 while viewing the output message journal file 30.

【0014】* サーバで障害が発生し、復旧した場
合。
* When a failure occurs in the server and the server is recovered.

【0015】処理中にあった全クライアントIDに関
し、入力メッセージジャーナルファイル24、RDBジ
ャーナルファイル28及び出力メッセージジャーナルフ
ァイル30を参照し、どこまで処理が進行しているかを
特定し、その処理途中から処理を継続する。
For all the client IDs that were being processed, the input message journal file 24, the RDB journal file 28, and the output message journal file 30 are referenced to determine how far the processing has progressed. continue.

【0016】[0016]

【発明が解決しようとする課題】しかしながら、以上の
ようなシステムでは、クライアント1にクライアントI
Dを割り振り、サーバ2にてそのクライアントIDを管
理する方式であるので、以下のような問題が指摘されて
いる。
However, in the system described above, the client 1
D is assigned and the server 2 manages the client ID, so the following problems have been pointed out.

【0017】その1つは、クライアント1を追加する度
に、サーバ2にクライアントIDを追加設定する必要が
あること。
One is that every time a client 1 is added, it is necessary to additionally set a client ID in the server 2.

【0018】他の1つは、インターネットに代表される
ような不特定クライアントからアクセスを受けるような
システムには、OLTPが適用できないこと。仮に適用
可能にする場合、クライアントから別途登録手続の要求
を出すようにし、サーバ2にクライアントを登録すると
いった面倒な処理が必要となる。
The other is that OLTP cannot be applied to a system that is accessed by an unspecified client such as the Internet. If the application is to be applied, it is necessary to perform a troublesome process of separately issuing a request for a registration procedure from the client and registering the client in the server 2.

【0019】本発明は上記事情に鑑みてなされたもの
で、サーバがクライアントIDを登録する必要なしに不
特定クライアントを一意に識別し所要の処理を実行する
OLTPシステムを提供することにある。
The present invention has been made in view of the above circumstances, and it is an object of the present invention to provide an OLTP system in which a server uniquely identifies an unspecified client without having to register a client ID and executes a required process.

【0020】また、本発明の他の目的は、システム障害
回復時、適切に復旧処理を実行するOLTPシステムを
提供することにある。
It is another object of the present invention to provide an OLTP system that appropriately executes a recovery process when a system failure is recovered.

【0021】さらに、本発明の他の目的は、システム障
害回復時、適切に復旧処理するための復旧処理用プログ
ラムを記録した記録媒体を提供することにある。
Still another object of the present invention is to provide a recording medium in which a recovery processing program for appropriately performing a recovery processing upon recovery from a system failure is recorded.

【0022】[0022]

【課題を解決するための手段】(1) 上記課題を解決
するために、本発明に係るOLTPシステムは、クライ
アントとサーバとの間でデータを送受信するOLTP
(オンライントランザクション)システムにおいて、前
記サーバは、複数の未使用クライアントIDを登録する
不特定クライアントID登録手段と、不特定クライアン
トからのクライアント情報のもとに接続要求を受けたと
き、前記不特定クライアントID登録手段に登録される
複数の未使用クライアントIDの中から現在未使用状態
にある未使用クライアントIDを選択し、前記クライア
ント情報である不特定クライアントIDを設定すること
により使用状態にし、かつ、当該未使用クライアントを
使用確定クライアントIDとして前記不特定クライアン
トに送出するクライアント対応プロセス手段とを設けた
構成である。
(1) To solve the above problems, an OLTP system according to the present invention provides an OLTP system for transmitting and receiving data between a client and a server.
In the (online transaction) system, the server comprises: an unspecified client ID registration unit for registering a plurality of unused client IDs; and when the server receives a connection request based on client information from the unspecified client, Selecting an unused client ID that is currently in an unused state from among a plurality of unused client IDs registered in the ID registration unit, setting the unspecified client ID that is the client information to a use state, and Client corresponding process means for sending the unused client to the unspecified client as a use confirmed client ID.

【0023】本発明は、以上のような構成とすることに
より、不特定クライアントから接続要求があっても、未
使用クライアントIDの中から未使用のものを探し、不
特定クライアント情報を不特定クライアントIDを設定
することにより、未使用クライアントIDを使用確定ク
ライアントIDとして不特定クライアントに送信するの
で、事前にクライアントIDを登録すること無く、サー
バがクライアントを一意に識別でき、以後、不特定クラ
イアントとサーバとが使用確定クライアントIDのもと
にデータの送受信が可能となる。
According to the present invention having the above-described configuration, even if there is a connection request from an unspecified client, the unused client ID is searched for an unused client ID, and the unspecified client information is obtained. By setting the ID, the unused client ID is transmitted to the unspecified client as the use confirmed client ID. Therefore, the server can uniquely identify the client without registering the client ID in advance, and thereafter, the unspecified client can be identified. The server can transmit and receive data based on the use-determined client ID.

【0024】(2) 前記(1)の構成要素に新たに、
前記クライアント対応プロセス手段によって生成される
クライアントメッセージ受信プロセスに基づいて前記不
特定クライアントから送信されてくるクライアントID
及び入力メッセージを登録する入力メッセージジャーナ
ル登録手段と、前記入力メッセージに基づいてデータベ
ースを更新し、その更新後のデータベースイメージを登
録するとともに、出力メッセージを出力するデータベー
スジャーナル登録手段と、この出力メッセージを登録す
る出力メッセージジャーナル登録手段とを設け、さら
に、前記クライアント対応プロセス手段は、障害が発生
した前記不特定クライアントから障害回復後に復旧要請
を含む使用確定クライアントIDのもとに接続要求を受
けたとき、前記不特定クライアントID登録手段に当該
使用確定クライアントIDが存在するか否かを判断する
クライアントID存在確認手段と、この使用確定クライ
アントIDが存在するとき、復旧要請の内容を判断する
手段と、この判断結果から継続指定の場合には前記出力
メッセージジャーナル登録手段の出力メッセージを前記
不特定クライアントに送出する継続処理手段と、前記判
断結果から新規指定の場合には前記各ジャーナル登録手
段の実行した処理データを削除し最初から処理を実行す
る新規処理手段とを有する構成である。
(2) A new component is added to the component (1).
A client ID transmitted from the unspecified client based on a client message receiving process generated by the client corresponding process means
And an input message journal registering means for registering an input message; a database journal registering means for updating a database based on the input message, registering the updated database image and outputting an output message; Output message journal registering means for registering, and further, the client handling process means receives a connection request from the unspecified client having a failure under a use-determined client ID including a recovery request after recovery from the failure. Means for determining whether the use-determined client ID exists in the unspecified client ID registration means, and means for determining the content of a recovery request when the use-determined client ID exists, This decision From the output message journal registering means to send the output message to the unspecified client in the case of continuation designation, and processing data executed by each journal registration means in the case of new designation from the judgment result. New processing means for deleting and executing the processing from the beginning.

【0025】この発明は、以上のような構成とすること
により、不特定クライアントから接続要求のもとに入力
メッセージが送信されてくると、そのメッセージに基づ
いて履歴を保存するために入力メッセージ、データ更新
イメージ、出力メッセージのジャーナルを作成し登録す
るが、その処理途中で例えば不特定クライアントに障害
が発生し、その後に回復したとき、不特定クライアント
は、使用確定クライアントIDのもとにサーバに復旧要
請が出される。
According to the present invention, when an input message is transmitted from an unspecified client in response to a connection request, the input message is stored in order to save a history based on the message. A journal of data update images and output messages is created and registered, but during the processing, for example, when a failure occurs in an unspecified client, and after that, the unspecified client returns to the server based on the use confirmed client ID. A request for restoration is issued.

【0026】ここで、サーバのクライアント対応プロセ
スのクライアントID存在確認手段は、不特定クライア
ントID登録手段に使用確定クライアントIDが存在す
る時、実行中であったことおよび復旧要請の内容を判断
する。そして、その判断内容から継続指定であれば、継
続処理手段は、出力メッセージを前記不特定クライアン
トに送出し、また新規指定であれば、新規処理手段は実
行した処理データを削除し最初から処理を実行するの
で、不特定クライアントであっても、事前にクライアン
トIDを登録すること無く、サーバ側で動的に発生され
る使用確定クライアントIDを用いて、障害回復後にサ
ーバに対して必要な復旧処理を要請可能である。
Here, the client ID existence confirmation means of the client corresponding process of the server, when the use-determined client ID exists in the unspecified client ID registration means, judges that it is being executed and the content of the recovery request. Then, if the determination is a continuation designation, the continuation processing means sends an output message to the unspecified client. If the designation is new, the new processing means deletes the executed processing data and starts the processing from the beginning. Even if the client is unspecified, even if it is an unspecified client, a recovery process required for the server after recovery from the failure using the use-determined client ID dynamically generated on the server side without registering the client ID in advance Can be requested.

【0027】(3) また、本発明は、前記(1)の構
成要素に新たに、クライアント対応プロセス手段によっ
て生成されるクライアントメッセージ受信プロセスに基
づいて前記不特定クライアントから送信されてくる使用
確定クライアントID及び入力メッセージを登録する入
力メッセージジャーナル登録手段と、前記入力メッセー
ジに基づいてデータベースを更新し、その更新後のデー
タベースイメージを登録するとともに、出力メッセージ
を出力するデータベースジャーナル登録手段と、この出
力メッセージを登録する出力メッセージジャーナル登録
手段とを設け、さらに、前記クライアント対応プロセス
手段は、前記不特定クライアントの障害発生後、一定時
間アクセスがないとき、前記ジャーナル登録手段に登録
されている実行した処理データを削除する処理済みデー
タ消去手段と、前記不特定クライアントID登録手段の
該当未使用クライアントIDを使用状態から未使用状態
に設定する未使用状態設定手段とを設けた構成である。
(3) According to the present invention, a use-determined client newly transmitted from the unspecified client based on a client message receiving process generated by a client corresponding process means is newly added to the component (1). Input message journal registering means for registering an ID and an input message; database journal registering means for updating a database based on the input message, registering the updated database image, and outputting an output message; And an output message journal registering means for registering, when the client-specific process means has not been accessed for a certain period of time after the failure of the unspecified client, the client registered process means This configuration is provided with a processed data erasing unit that deletes processing data, and an unused state setting unit that sets a corresponding unused client ID of the unspecified client ID registration unit from a used state to an unused state.

【0028】この発明は、以上のような構成とすること
により、不特定クライアントの障害発生後、一定時間ア
クセスがないとき、不特定クライアントID登録手段の
該当未使用クライアントIDを使用状態から未使用状態
にするので、複数の未使用クライアントIDを有効に生
かしつつ、不特定クライアントの接続要請を受付けるこ
とが可能である。
According to the present invention, with the above configuration, when there is no access for a certain period of time after the occurrence of a failure of an unspecified client, the corresponding unused client ID of the unspecified client ID registration means is changed from the used state to unused. Since the state is set, it is possible to receive a connection request from an unspecified client while effectively utilizing a plurality of unused client IDs.

【0029】(4) また、本発明は、複数の未使用ク
ライアントIDを登録する不特定クライアントID登録
部を有し、不特定クライアントのメッセージに関する処
理を実行するプログラムを記録したコンピュータ読取可
能な記録媒体であって、前記サーバ側プログラムは、前
記不特定クライアントからクライアント情報である不特
定クライアントIDを受けたとき、前記不特定クライア
ントID登録部から現在未使用状態にある未使用クライ
アントIDを検索する未使用クライアントID検索機能
と、この機能による検索によって未使用状態にある未使
用クライアントIDがあるとき、対応させて前記不特定
クライアントIDを書込んで使用状態に設定する使用状
態設定機能と、この検索された前記未使用クライアント
IDを使用確定クライアントIDとし、要求元の不特定
クライアントに返送する使用確定クライアントID送出
機能とを有することにより、コンピュータが記録媒体に
記録されるプログラムを読取って、不特定クライアント
の接続要請に対してクライアントIDを与えることが可
能である。
(4) The present invention has a non-specific client ID registration unit for registering a plurality of unused client IDs, and has a computer-readable recording recording a program for executing a process relating to a message of the non-specific client. Medium, the server-side program retrieves an unused client ID that is currently in an unused state from the unspecified client ID registration unit when receiving an unspecified client ID that is client information from the unspecified client. An unused client ID search function, a use state setting function of writing the unspecified client ID and setting the used state in correspondence with an unused client ID in an unused state by the search by this function; Using the searched unused client ID A computer ID that reads a program recorded on a recording medium and sends a client ID in response to an unspecified client connection request. It is possible to give.

【0030】(5) さらに、本発明は、サーバ側コン
ピュータが記録媒体のプログラムを読取ることにより、
不特定クライアントからクライアント情報である不特定
クライアントIDを受けたとき、複数の未使用クライア
ントIDを登録する不特定クライアントID登録部から
未使用状態の未使用クライアントIDを検索する未使用
クライアントID検索機能と、この機能による検索によ
って未使用状態にある未使用クライアントIDがあると
き、対応させて不特定クライアントIDを書込んで使用
状態にする使用状態設定機能と、この検索された未使用
クライアントIDを使用確定クライアントIDとし、要
求元の不特定クライアントに返送する使用確定クライア
ントID送出機能と、障害が発生した不特定クライアン
トから障害回復後に前記使用確定クライアントIDのも
とに復旧要請を含む再接続要求を受けたとき、前記使用
確定クライアントIDが不特定クライアントID登録部
に存在するか否かを判断するクライアントID存在確認
機能と、この機能によって使用確定クライアントIDが
存在するとき、前記復旧要請の内容を判断する回復要請
内容判断機能と、この判断結果から継続指定であると
き、前記不特定クライアントに前記出力メッセージを返
信する継続処理機能と、判断結果から新規指定であると
き、前記ジャーナルファイルを調べて実行した処理デー
タを削除し、最初から処理を実行する新規処理機能とを
実現することにより、不特定クライアントの障害回復後
に復旧要請の内容に応じて適切な復旧処理を実現可能で
ある。
(5) Further, according to the present invention, when the server-side computer reads the program on the recording medium,
An unused client ID search function that searches for an unused unused client ID from an unspecified client ID registration unit that registers a plurality of unused client IDs when receiving an unspecified client ID that is client information from an unspecified client. When there is an unused client ID in an unused state as a result of the search by this function, a use state setting function for writing an unspecified client ID to make the used state correspond to the unused client ID, A use-determined client ID sending function for returning to the requesting unspecified client as a use-determined client ID; and a reconnection request including a recovery request based on the use-determined client ID after recovery from the faulty unspecified client. When the client is confirmed A client ID existence confirmation function for determining whether or not D exists in the unspecified client ID registration unit; and a recovery request content determination function for determining the content of the recovery request when a use-confirmed client ID exists by this function. When the continuation designation is made from this determination result, a continuation processing function of returning the output message to the unspecified client, and when the decision result is a new designation, delete the processing data executed by checking the journal file, By realizing the new processing function of executing the processing from the beginning, it is possible to realize appropriate recovery processing according to the content of the recovery request after recovery from the failure of the unspecified client.

【0031】[0031]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して説明する。図1は本発明に係るOLT
Pシステムの一実施の形態を示す構成図である。なお、
同図において図4と同一部分には同一の符号を付し、そ
の詳しい説明を省略する。このシステムは、多数の不特
定クライアント3,…と、各不特定クライアント3およ
び特定クライアント(図示せず)からの接続要求を含む
所要の業務処理を実行するサーバ4とによって構成され
ている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows an OLT according to the present invention.
FIG. 1 is a configuration diagram illustrating an embodiment of a P system. In addition,
4, the same parts as those in FIG. 4 are denoted by the same reference numerals, and the detailed description thereof will be omitted. This system is composed of a large number of unspecified clients 3,... And a server 4 that executes required business processes including connection requests from each unspecified client 3 and a specified client (not shown).

【0032】前記不特定クライアント3は、主記憶装置
または外部記憶装置上にクライアントIDを保存するI
D保存領域31が形成されている。このID保存領域3
1には、初期状態の段階では何らのIDが保存されてい
ないが、接続要求を送出した後、サーバ4から動的に割
り当てられる使用確定クライアントIDが送られてきた
とき、その使用確定クライアントIDを保存する。
The unspecified client 3 stores the client ID in a main storage device or an external storage device.
A D storage area 31 is formed. This ID storage area 3
No. 1 does not store any ID in the initial stage, but when a use-determined client ID dynamically assigned from the server 4 is transmitted from the server 4 after sending a connection request, the use-determined client ID is stored. Save.

【0033】前記サーバ4は、障害復旧処理などのプロ
グラムを記録する記録媒体41、クライアント3の要求
に応じた業務処理の他、記録媒体41に記録されるプロ
グラムに従って所要の処理を実行するCPUで構成され
たデータ処理部42および所定のタイミングで自動的に
作成し、または予め作成する未確定クライアントIDが
設定される不特定クライアント登録用クライアントID
テーブル(以下、不特定クライアントID登録用テーブ
ルと呼ぶ)44の他、図4と同様な構成要素である特定
クライアントごとにクライアントIDが割付けられてい
る登録済みクライアントIDテーブル22,入力メッセ
ージジャーナルファイル24,RDB26,RDBジャ
ーナルファイル28,出力メッセージジャーナルファイ
ル30が設けられている。
The server 4 includes a recording medium 41 for recording a program such as a failure recovery process, a CPU for executing necessary processes in accordance with a program recorded on the recording medium 41, in addition to a business process in response to a request from the client 3. The configured data processing unit 42 and a client ID for unspecified client registration to which an undetermined client ID automatically created at a predetermined timing or created in advance is set
In addition to a table (hereinafter, referred to as an unspecified client ID registration table) 44, a registered client ID table 22 in which client IDs are assigned to specific clients, which are components similar to FIG. 4, and an input message journal file 24 , RDB 26, RDB journal file 28, and output message journal file 30.

【0034】なお、記録媒体41としては、一般的には
CD−ROMが用いられるが、それ以外にも例えば磁気
ディスク、磁気テープ、CD−ROM、DVD−RO
M、フロッピーディスク、MO、CD−R、メモリカー
ドなどを用いてもよい。
As the recording medium 41, a CD-ROM is generally used, but other than that, for example, a magnetic disk, a magnetic tape, a CD-ROM, a DVD-RO
M, a floppy disk, an MO, a CD-R, a memory card, or the like may be used.

【0035】前記不特定クライアントID登録用テーブ
ル44には、データ処理部42から接続要求受付け時の
不特定クライアントに関する情報を受けた時にランダム
ID発生源(図示せず)から発生する未使用クライアン
トIDまたは予めサーバ利用者によって設定される未使
用クライアントIDを登録する未使用クライアントID
設定欄、不特定クライアント3の接続要求受付け時に未
使用となっている未使用クライアントIDに対応させて
不特定クライアント3の受付けに関する情報である例え
ばIPアドレス等の不特定クライアントIDを設定する
不特定クライアントID設定欄が設けられている。な
お、不特定クライアントID設定欄とともに、或いは不
特定クライアントID設定欄に代えて、使用状態を表す
フラグを設定するフラグ設定欄を設けたものでもよい。
The unspecified client ID registration table 44 includes an unused client ID generated from a random ID generation source (not shown) when receiving information on the unspecified client at the time of receiving the connection request from the data processing unit 42. Or an unused client ID for registering an unused client ID set in advance by the server user
In the setting column, an unspecified client ID such as an IP address, which is information relating to the reception of the unspecified client 3, is set in association with an unused client ID which is unused when the connection request of the unspecified client 3 is received. A client ID setting column is provided. Note that a flag setting column for setting a flag indicating a use state may be provided together with the unspecified client ID setting column or instead of the unspecified client ID setting column.

【0036】前記データ処理部42は、不特定クライア
ント33から接続要求を受けたとき、不特定クライアン
トID登録用テーブル44の未使用クライアントIDの
中から現在未使用とされる未使用クライアントIDを選
択し、この選択された未使用クライアントIDに対応さ
せて不特定クライアント3に関する情報を設定した後、
未使用クライアントIDを使用確定クライアントIDと
して返送するとともに、トランザクションに関するプロ
セス処理の生成を行うクライアント対応プロセス43の
他、図4と同様な処理を実行するクライアントメッセー
ジ受信プロセス23、RDB26へのメッセージ更新等
を行うアプリケーション25、ジャーナル管理プロセス
27およびクライアントメッセージ送信プロセス29等
が設けられている。
When receiving a connection request from the unspecified client 33, the data processing unit 42 selects an unused client ID that is currently unused from among the unused client IDs in the unspecified client ID registration table 44. After setting information on the unspecified client 3 in association with the selected unused client ID,
An unused client ID is returned as a use confirmed client ID, and a client message receiving process 23 that executes the same processing as in FIG. 4, a message update to the RDB 26, etc. Application 25, a journal management process 27, a client message transmission process 29, and the like.

【0037】次に、以上のようなOLTPシステムの動
作について図3を参照して説明する。 (1) 先ず、不特定クライアント3からIPアドレス
などのクライアント情報(クライアントIDでもある)
をもとに接続要求を送出すると、クライアント対応プロ
セス43は、接続要求を受け付けた後、記録媒体41に
記録されているプログラムを読取り、次のような処理を
実行する。
Next, the operation of the OLTP system as described above will be described with reference to FIG. (1) First, client information such as an IP address from the unspecified client 3 (also a client ID)
When a connection request is transmitted based on the connection request, the client process 43 reads the program recorded on the recording medium 41 after receiving the connection request, and executes the following processing.

【0038】すなわち、クライアント対応プロセス43
は、受け付けた引数のクライアントIDを読取り(S
1)、このクライアントIDが登録済みクライアントI
Dテーブル22に登録されているかいるか否かを判断し
(S2)、登録されている場合には予め定める特定クラ
イアントであると判断し、図4に示す従来と同様に登録
済みクライアントIDに関する一連の処理を実行する
(S3)。この一連の処理は、従来技術で説明した
(c)〜(f)に記載した通りであるので、その説明に
譲って省略する。
That is, the client corresponding process 43
Reads the client ID of the received argument (S
1), this client ID is a registered client I
It is determined whether or not the client is registered in the D table 22 (S2). If the client is registered, it is determined that the client is a predetermined specific client. The process is executed (S3). This series of processing is as described in (c) to (f) described in the related art, and will not be described here.

【0039】ここで、クライアントIDが登録済みクラ
イアントIDテーブル22に登録されていない場合、そ
のクライアントIDに障害回復要請等の情報が入ってい
るか否かを判断する(S1〜S4:障害回復要請有無判
断機能)。
If the client ID is not registered in the registered client ID table 22, it is determined whether the client ID contains information such as a failure recovery request (S1 to S4: Failure recovery request presence / absence). Judgment function).

【0040】一方、障害回復要請等でないとき、不特定
クライアントID登録用テーブル44から現在未使用状
態にある未使用クライアントIDを探し(S5:未使用
クライアントID検索機能)、未使用状態にある未使用
クライアントIDに対応させてクライアントに関するI
Pアドレス等の情報(クライアントID)を書込み、使
用状態に設定するとともに(S6:使用状態設定機
能)、前記検索された未使用クライアントIDを使用確
定クライアントIDとし、要求元の不特定クライアント
3に返送する(S7:使用確定クライアントID送出機
能)。
On the other hand, when the request is not a failure recovery request or the like, an unused client ID that is currently in an unused state is searched from the unspecified client ID registration table 44 (S5: unused client ID search function). I related to the client corresponding to the used client ID
The information (client ID) such as the P address is written and set to the use state (S6: use state setting function), and the searched unused client ID is used as the use-confirmed client ID. It is returned (S7: use confirmed client ID sending function).

【0041】不特定クライアント3は、クライアント対
応プロセス43から返送されてくる使用確定クライアン
トIDをID保存領域31に保存する。以後、クライア
ント3とサーバ4とのメッセージ送受信は使用確定クラ
イアントIDをキーとして行われる。また、クライアン
トメッセージ23、アプリケーション25、ジャーナル
管理プロセス27及びクライアントメッセージ送信プロ
セス29に関する処理は、従来技術で説明した(c)〜
(f)に記載した通りである。
The unspecified client 3 stores the use confirmed client ID returned from the client process 43 in the ID storage area 31. Thereafter, the message transmission and reception between the client 3 and the server 4 is performed using the use confirmed client ID as a key. The processes related to the client message 23, the application 25, the journal management process 27, and the client message transmission process 29 have been described in the related art (c) to (c).
As described in (f).

【0042】(2) ところで、不特定クライアント3
は、障害発生後、障害が回復したとき、ID保存領域3
1に保存される使用確定クライアントIDのもとに継続
指定または新規指定を含む復旧要請を送出するので、こ
の場合にはステップS1〜S3の処理を経てステップ4
に移行する。このステップ4では、クライアントIDに
継続指定,新規指定等のデータを含んでいるので、ステ
ップS8に移行し、不特定クライアントID登録用テー
ブル44に受付けた引数の使用確定クライアントIDが
存在するか否かを判断する(クライアントID存在確認
機能)。
(2) By the way, unspecified client 3
Indicates that the ID storage area 3
Since a restoration request including a continuation designation or a new designation is transmitted based on the use-confirmed client ID stored in No. 1, in this case, the process goes to Step 4 through Steps S 1 to S 3
Move to In this step 4, since the client ID includes data such as continuation designation, new designation, and the like, the process proceeds to step S8 to determine whether or not the unspecified client ID registration table 44 contains the use confirmation client ID of the received argument. (Client ID existence confirmation function).

【0043】ここで、存在しない場合にはエラーメッセ
ージ等を出力し、存在する場合には受付けた引数の使用
確定クライアントIDに継続指定のフラグがあるか否か
を判断し、継続指定のフラグありの場合には出力メッセ
ージジャーナルファイル30を見た後、クライアントメ
ッセージ送信プロセス29に指示を出し、クライアント
メッセージ送信プロセス29からクライアントID及び
出力メッセージを不特定クライアント3に返信する(S
9,S10:継続処理機能)。
Here, if it does not exist, an error message or the like is output. If it does exist, it is determined whether or not there is a flag for continuation designation in the accepted client ID of the argument used, and there is a flag for continuation designation. In the case of (1), after viewing the output message journal file 30, an instruction is issued to the client message transmission process 29, and the client message transmission process 29 returns the client ID and the output message to the unspecified client 3 (S
9, S10: continuation processing function).

【0044】また、ステップS9において新規指定の要
請があれば、入力メッセージジャーナルファイル24、
RDBジャーナルファイル28及び出力メッセージジャ
ーナルファイル30を調べ、処理途中のデータ等を削除
し、最初から処理を実行する(S11,S12:新規処
理機能)。
If there is a request for a new designation in step S9, the input message journal file 24,
The RDB journal file 28 and the output message journal file 30 are checked, data and the like that are being processed are deleted, and the processing is executed from the beginning (S11, S12: new processing function).

【0045】(3) クライアント3で障害が発生し、
そのまま復旧しない場合もしくはクライアント復旧後も
再接続要求を出力しない場合。この場合には、サーバ4
は、予めタイムアウト値が設定され、不特定クライアン
ト3から障害発生状態信号または接続要求受付け後に何
らアクセスが無い状態をタイミングとし、図3に示すよ
うな処理を実行する。すなわち、サーバ4のクライアン
ト対応プロセス43は、クライアント3がタイムアウト
していないかをチェックし(S21)、アクセスのない
時間がタイムアウト値を越えた時(S21,S22:タ
イムアウトチェック手段)、不特定クライアントID登
録用テーブル44に設定される使用状態にある未使用ク
ライアントIDをキーに入力メッセージジャーナルファ
イル24,RDBジャーナルファイル28,出力メッセ
ージジャーナルファイル30等から何処まで処理が行わ
れたかを検索し、既に行われている処理を削除し、元の
状態に戻す(S23:処理済みデータ消去手段)。ま
た、不特定クライアントID登録用テーブル44に設定
される不特定クライアントIDを削除し、未使用クライ
アントIDを未使用の状態にする(S24:テーブル未
使用状態設定手段)。
(3) A failure occurs in the client 3,
When recovery is not performed as it is or when reconnection request is not output after client recovery. In this case, the server 4
A timeout value is set in advance, and a process as shown in FIG. 3 is executed with a timing when there is no access after receiving a failure occurrence status signal or a connection request from the unspecified client 3. That is, the client process 43 of the server 4 checks whether the client 3 has timed out (S21). If the time during which no access has been made exceeds the time-out value (S21, S22: time-out check means), the unspecified client Using the unused client ID in the used state set in the ID registration table 44 as a key, the input message journal file 24, the RDB journal file 28, the output message journal file 30, etc. are searched to determine how far the processing has been performed. The processing being performed is deleted, and the original state is restored (S23: processed data erasing means). Further, the unspecified client ID set in the unspecified client ID registration table 44 is deleted, and the unused client ID is set in an unused state (S24: table unused state setting unit).

【0046】このようにタイムアウト処理を実行するこ
とにより、未使用クライアントIDをすべて使いきるこ
となく、再利用することが可能となる。
Executing the timeout process in this way makes it possible to reuse unused client IDs without using them all.

【0047】(4) なお、サーバ4で障害が発生し、
その後、サーバ4が障害を回復した場合には、従来技術
で説明したように、処理中にあった全クライアントID
に関し、入力メッセージジャーナルファイル24、RD
Bジャーナルファイル28及び出力メッセージジャーナ
ルファイル30を参照し、どこまで処理が進行している
かを特定し、その処理途中から引き継ぐように処理を実
行する。
(4) When a failure occurs in the server 4,
Thereafter, when the server 4 recovers from the failure, as described in the related art, all the client IDs being processed are processed.
, Input message journal file 24, RD
By referring to the B journal file 28 and the output message journal file 30, the extent to which the process has progressed is specified, and the process is executed so as to take over the process.

【0048】従って、以上のような実施の形態によれ
ば、複数の未使用クライアントIDの中から未使用状態
にある未使用クライアントIDに対応させて接続要求の
あった不特定クライアントのクライアントに関する情報
を設定する不特定クライアントID登録用テーブル44
を設けたことにより、多数の不特定クライアントであっ
ても、サーバ側でメッセージを受付けて所要の処理を実
行可能である。
Therefore, according to the above-described embodiment, the information on the client of the unspecified client that has made the connection request is associated with the unused client ID in the unused state from among the plurality of unused client IDs. Unspecified client ID registration table 44 for setting
Is provided, it is possible for even a large number of unspecified clients to receive a message on the server side and execute required processing.

【0049】また、サーバ4は、不特定クライアントを
受付けた後、未使用状態にある未使用クライアントID
を使用確定クライアントIDとし、要求元不特定クライ
アント3に送信するので、以後、不特定クライアント3
とサーバ4との間で使用確定クライアントIDを用い
て、データの送受信を行うことができる。
After receiving the unspecified client, the server 4 sets the ID of the unused client in the unused state.
Is used as the determined client ID and is transmitted to the requesting unspecified client 3.
Data can be transmitted / received between the server and the server 4 using the use-determined client ID.

【0050】また、不特定クライアント3に障害が発生
し、その後回復したとき、不特定クライアント3はサー
バ4に復旧を要請するが、このときサーバ3は使用確定
クライアントIDおよび復旧要請内容に応じて、例えば
継続処理または新規処理を実行するので、不特定クライ
アント3であっても、適切に復旧処理を実現できる。
Further, when a failure has occurred in the unspecified client 3 and the unspecified client recovers thereafter, the unspecified client 3 requests the server 4 for recovery. At this time, the server 3 responds to the use confirmed client ID and the contents of the recovery request. For example, since the continuation process or the new process is executed, even the unspecified client 3 can appropriately realize the recovery process.

【0051】その他、本発明はその要旨を逸脱しない範
囲で種々変形して実施できる。
In addition, the present invention can be variously modified and implemented without departing from the gist thereof.

【0052】[0052]

【発明の効果】以上説明したように本発明によれば、不
特定クライアントIDを登録する必要なしに不特定クラ
イアントを一意に識別し所要の処理を実行でき、またシ
ステム障害回復時、適切に復旧処理を行うことができる
OLTPシステムを提供できる。
As described above, according to the present invention, an unspecified client can be uniquely identified and required processing can be executed without the need to register an unspecified client ID. An OLTP system capable of performing processing can be provided.

【0053】また、本発明は、不特定クライアントID
を登録する必要なしに不特定クライアントを一意に識別
し所要の処理を実行でき、またシステム障害回復時、適
切に復旧処理を行うプログラムを記録した記録媒体を提
供できる。
Further, the present invention provides an unspecified client ID
It is possible to uniquely identify an unspecified client and execute a required process without having to register a file, and to provide a recording medium on which a program for appropriately performing a recovery process upon recovery from a system failure is recorded.

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

【図1】 本発明に係るOLTPシステムの一実施の形
態を示す構成図。
FIG. 1 is a configuration diagram showing an embodiment of an OLTP system according to the present invention.

【図2】 図1に示すシステムの動作を説明するフロー
チャート。
FIG. 2 is a flowchart for explaining the operation of the system shown in FIG. 1;

【図3】 不特定クライアントの障害回復後にアクセス
が無かったときのサーバ側処理の流れを説明するフロー
チャート。
FIG. 3 is a flowchart for explaining the flow of server-side processing when there is no access after a failure recovery of an unspecified client.

【図4】 従来のOLTPシステムの構成図。FIG. 4 is a configuration diagram of a conventional OLTP system.

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

3…不特定クライアント 4…サーバ 23…クライアントメッセージ受信プロセス 24…入力メッセージジャーナルファイル 25…アプリケーション 26…RDB 27…ジャーナル管理プロセス 28…RDBジャーナルファイル 29…クライアントメッセージ送信プロセス 30…出力メッセージジャーナルファイル 41…記録媒体 42…データ処理部 43…クライアント対応プロセス 3 Unspecified client 4 Server 23 Client message reception process 24 Input message journal file 25 Application 26 RDB 27 Journal management process 28 RDB journal file 29 Client message transmission process 30 Output message journal file 41 Recording medium 42 Data processing unit 43 Client process

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 クライアントとサーバとの間でデータを
送受信するOLTP(オンライントランザクション)シ
ステムにおいて、 前記サーバは、 複数の未使用クライアントIDを登録する不特定クライ
アントID登録手段と、 不特定クライアントからのクライアント情報のもとに接
続要求を受けたとき、前記不特定クライアントID登録
手段に登録される複数の未使用クライアントIDの中か
ら未使用状態の未使用クライアントIDを選択し、前記
クライアント情報である不特定クライアントIDを設定
し使用状態とし、かつ、当該未使用クライアントを使用
確定クライアントIDとして前記不特定クライアントに
送出するクライアント対応プロセス手段とを設け、 前記不特定クライアントが前記使用確定クライアントI
Dをキーとし、データの送受信を可能とすることを特徴
とするOLTPシステム。
1. An OLTP (Online Transaction) system for transmitting and receiving data between a client and a server, the server comprising: an unspecified client ID registration unit for registering a plurality of unused client IDs; When a connection request is received based on the client information, an unused client ID in an unused state is selected from a plurality of unused client IDs registered in the unspecified client ID registration means, and the client information is selected. A client corresponding process means for setting an unspecified client ID to be used and sending the unused client to the unspecified client as a use-determined client ID;
An OLTP system characterized in that data transmission and reception are enabled using D as a key.
【請求項2】 請求項1に記載するOLTPシステムに
おいて、 前記クライアント対応プロセス手段によって生成される
クライアントメッセージ受信プロセスに基づいて前記不
特定クライアントから送信されてくる使用確定クライア
ントID・入力メッセージ、この入力メッセージのもと
に更新される更新イメージおよび出力メッセージを登録
するメッセージジャーナル登録手段を設け、 さらに、前記クライアント対応プロセス手段は、障害が
発生した前記不特定クライアントから障害回復後に復旧
要請を含む使用確定クライアントIDのもとに接続要求
を受けたとき、前記不特定クライアントID登録手段に
当該使用確定クライアントIDが存在するか否かを判断
するクライアントID存在確認手段と、この使用確定ク
ライアントIDが存在するとき、復旧要請の内容を判断
する手段と、この判断結果から継続指定の場合には前記
出力メッセージを前記不特定クライアントに送出する継
続処理手段と、前記判断結果から新規指定の場合には前
記ジャーナル登録手段の実行した処理データを削除し最
初から処理を実行する新規処理手段とを有することを特
徴とするOLTPシステム。
2. The OLTP system according to claim 1, wherein a use-determined client ID / input message transmitted from said unspecified client based on a client message receiving process generated by said client corresponding process means. Message journal registering means for registering an update image and an output message to be updated based on a message; further, the client handling process means includes: When a connection request is received based on the client ID, a client ID existence confirming means for judging whether or not the use-determined client ID exists in the unspecified client ID registering means; Means for judging the content of the restoration request, continuation processing means for sending the output message to the unspecified client in the case of continuation designation from the judgment result, and the continuation processing means in the case of new designation from the judgment result. An OLTP system comprising: a new processing unit for deleting the processing data executed by the journal registration unit and executing the processing from the beginning.
【請求項3】 請求項1に記載するOLTPシステムに
おいて、 前記クライアント対応プロセス手段によって生成される
クライアントメッセージ受信プロセスに基づいて前記不
特定クライアントから送信されてくる使用確定クライア
ントID・入力メッセージ、この入力メッセージのもと
に更新される更新イメージおよび出力メッセージを登録
するメッセージジャーナル登録手段を設け、 さらに、前記クライアント対応プロセス手段は、前記不
特定クライアントの障害発生後、一定時間アクセスがな
いとき、前記ジャーナル登録手段に登録される実行した
処理データを削除する処理済みデータ消去手段と、前記
不特定クライアントID登録手段の該当未使用クライア
ントIDを使用状態から未使用状態に設定する未使用状
態設定手段とを設けたことを特徴とするOLTPシステ
ム。
3. The OLTP system according to claim 1, wherein a use-determined client ID and an input message transmitted from the unspecified client based on a client message receiving process generated by the client corresponding process means. Message journal registering means for registering an update image and an output message to be updated based on a message; further, the client corresponding process means, when there is no access for a certain period of time after the failure of the unspecified client, A processed data erasing unit that deletes the executed process data registered in the registration unit; and an unused state setting unit that sets the corresponding unused client ID of the unspecified client ID registration unit from the used state to the unused state. Establishment OLTP system, characterized in that.
【請求項4】 複数の未使用クライアントIDを登録す
る不特定クライアントID登録部を有し、不特定クライ
アントのメッセージに関する処理を実行するプログラム
を記録したコンピュータ読取可能な記録媒体であって、 前記サーバ側プログラムは、前記不特定クライアントか
らクライアント情報である不特定クライアントIDを受
けたとき、前記不特定クライアントID登録部から現在
未使用状態にある未使用クライアントIDを検索する未
使用クライアントID検索機能と、この機能による検索
によって未使用状態にある未使用クライアントIDがあ
るとき、対応させて前記不特定クライアントIDを書込
んで使用状態に設定する使用状態設定機能と、この検索
された前記未使用クライアントIDを使用確定クライア
ントIDとし、要求元の不特定クライアントに返送する
使用確定クライアントID送出機能とを有することを特
徴とする記録媒体。
4. A computer-readable recording medium having an unspecified client ID registration unit for registering a plurality of unused client IDs, and recording a program for executing a process related to an unspecified client message, wherein the server The side program, when receiving an unspecified client ID that is client information from the unspecified client, an unused client ID search function for searching an unused client ID that is currently in an unused state from the unspecified client ID registration unit; When there is an unused client ID in an unused state as a result of a search by this function, a use state setting function for writing the unspecified client ID and setting the used state to a use state in correspondence with the unused client ID; Use ID as client ID Recording medium; and a use deterministic client ID sending function for sending back to the original unspecified clients.
【請求項5】 複数の未使用クライアントIDを登録す
る不特定クライアントID登録部と不特定クライアント
の入力メッセージ、この入力メッセージに伴うデータベ
ース更新イメージおよび不特定クライアントへの出力メ
ッセージ等のジャーナルファイルとを有し、不特定クラ
イアントのメッセージに関する処理を実行するプログラ
ムを記録したコンピュータ読取可能な記録媒体であっ
て、 前記サーバ側プログラムは、前記不特定クライアントか
らクライアント情報である不特定クライアントIDを受
けたとき、前記不特定クライアントID登録部から現在
未使用状態にある未使用クライアントIDを検索する未
使用クライアントID検索機能と、この機能による検索
によって未使用状態にある未使用クライアントIDがあ
るとき、対応させて前記不特定クライアントIDを書込
んで使用状態に設定する使用状態設定機能と、この検索
された前記未使用クライアントIDを使用確定クライア
ントIDとし、要求元の不特定クライアントに返送する
使用確定クライアントID送出機能と、障害が発生した
不特定クライアントから障害回復後に前記使用確定クラ
イアントIDのもとに復旧要請を含む再接続要求を受け
たとき、前記使用確定クライアントIDが不特定クライ
アントID登録部に存在するか否かを判断するクライア
ントID存在確認機能と、この機能によって使用確定ク
ライアントIDが存在するとき、前記復旧要請の内容を
判断する回復要請内容判断機能と、この判断結果から継
続指定であるとき、前記不特定クライアントに前記出力
メッセージを返信する継続処理機能と、判断結果から新
規指定であるとき、前記ジャーナルファイルを調べて実
行した処理データを削除し、最初から処理を実行する新
規処理機能とを有することを特徴とする記録媒体。
5. An unspecified client ID registration unit for registering a plurality of unused client IDs, an input message of the unspecified client, a database update image accompanying the input message, and a journal file such as an output message to the unspecified client. A computer-readable recording medium storing a program for executing a process related to a message of an unspecified client, wherein the server-side program receives an unspecified client ID as client information from the unspecified client. An unused client ID search function for searching for an unused client ID that is currently in an unused state from the unspecified client ID registration unit; A use state setting function for writing the unspecified client ID and setting the use state to a use state, and a use confirmed client ID for returning the retrieved unused client ID to the use-unspecified client as the use-confirmed client ID The sending function, and when a reconnection request including a recovery request is received from the unspecified client in which the fault has occurred after recovery from the fault, based on the use-determined client ID, the use-determined client ID exists in the unspecified client ID registration unit. A client ID existence confirming function for determining whether or not to perform, a recovery request content determining function for determining the content of the recovery request when the use confirmed client ID exists by this function, and a case where the continuation is designated from the determination result. Continuation processing function for returning the output message to the unspecified client A new processing function for checking the journal file, deleting the executed processing data, and executing the processing from the beginning when a new designation is made based on the determination result.
JP37184499A 1999-12-27 1999-12-27 Oltp system and storage medium Pending JP2001184282A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP37184499A JP2001184282A (en) 1999-12-27 1999-12-27 Oltp system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP37184499A JP2001184282A (en) 1999-12-27 1999-12-27 Oltp system and storage medium

Publications (1)

Publication Number Publication Date
JP2001184282A true JP2001184282A (en) 2001-07-06

Family

ID=18499413

Family Applications (1)

Application Number Title Priority Date Filing Date
JP37184499A Pending JP2001184282A (en) 1999-12-27 1999-12-27 Oltp system and storage medium

Country Status (1)

Country Link
JP (1) JP2001184282A (en)

Similar Documents

Publication Publication Date Title
JP4453983B2 (en) Query sending method and query sending system to database
US7870099B2 (en) Computer readable recording medium having stored therein database synchronizing process program, and apparatus for and method of performing database synchronizing process
US7453865B2 (en) Communication channels in a storage network
US20100030880A1 (en) Failover in proxy server networks
JP2002358206A (en) Computer system, service layer, policy cache function part and policy management device
US10055475B2 (en) Authentication system, synchronization method, and authentication apparatus
US8250313B1 (en) Conflict avoidance in data store replication
JP2003524255A (en) Internet based remote data and file recovery system and method
US20060112083A1 (en) Object relation information management program, method, and apparatus
US20060265455A1 (en) Automatic recovery from failures of messages within a data interchange
US8223785B2 (en) Message processing and content based searching for message locations in an asynchronous network
JP3857259B2 (en) Object state transfer method, object state transfer device, object state transfer program, and recording medium for the program
US7373393B2 (en) File system
CN112822091A (en) Message processing method and device
WO2020153053A1 (en) Database management service providing system
CN108959548B (en) Service request processing method and device
US20030115202A1 (en) System and method for processing a request using multiple database units
US9667815B2 (en) Information processing system, information processing device, and information processing method
JP2001184282A (en) Oltp system and storage medium
JP2007102794A (en) Information processing system having front end processing function
JPH11127147A (en) Information contradiction discrimination, correction device and method in storage exchange electronic conference system and medium with recorded with information contradiction and correction program
JP2001060157A (en) Inter-application message exchange system
JPH0844609A (en) Data backup method
JP3330006B2 (en) Network system including information storage system, input system of the system, and
WO2022003911A1 (en) Workflow consistency securing device, workflow consistency securing method, and workflow consistency securing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061226

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090303

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090630