JP2019079456A - Information processing server, information processing system, information processing method in information processing server, and program - Google Patents

Information processing server, information processing system, information processing method in information processing server, and program Download PDF

Info

Publication number
JP2019079456A
JP2019079456A JP2017207974A JP2017207974A JP2019079456A JP 2019079456 A JP2019079456 A JP 2019079456A JP 2017207974 A JP2017207974 A JP 2017207974A JP 2017207974 A JP2017207974 A JP 2017207974A JP 2019079456 A JP2019079456 A JP 2019079456A
Authority
JP
Japan
Prior art keywords
database
information processing
browser screen
server
screen
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2017207974A
Other languages
Japanese (ja)
Other versions
JP7078836B2 (en
Inventor
渡邊 哲也
Tetsuya Watanabe
哲也 渡邊
仁 幸田
Hitoshi Koda
仁 幸田
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.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Marketing Japan Inc, Canon IT Solutions Inc filed Critical Canon Marketing Japan Inc
Priority to JP2017207974A priority Critical patent/JP7078836B2/en
Publication of JP2019079456A publication Critical patent/JP2019079456A/en
Application granted granted Critical
Publication of JP7078836B2 publication Critical patent/JP7078836B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To configure a system which exclusively controls data properly even when multiple windows are processed in parallel in the same terminal and in the same session, without using a session ID.SOLUTION: An information processing server includes a storage unit to be managed by browser screen requested from information processing terminals, and can be connected to a database server and the information processing terminal having a data registration unit where data managed in the storage unit are registered by browser screen. In the storage unit, unique ID is assigned to each browser screen, and a database in the database server to be connected when the browser screen is displayed and the ID assigned to the browser screen are associated with each other. The database in the database server to be connected when displaying the browser screen is exclusively controlled. When the browser screen is terminated, exclusive control on the database associated with the ID assigned to the browser screen is released.SELECTED DRAWING: Figure 1

Description

本発明は、画面遷移を伴う情報処理装置におけるデータベース管理の技術に関する。   The present invention relates to the technology of database management in an information processing apparatus with screen transition.

従来のウェブアプリケーションにおいて、複数ユーザが同時に同一のデータにアクセスする構成がある。しかし、複数ユーザが同時に同一のデータについて編集・変更等を実行すると、データの不整合が生じる可能性があるため、通常は複数ユーザが同時に同一のデータを更新できないよう排他制御させている。   In conventional web applications, there is a configuration in which a plurality of users access the same data simultaneously. However, when a plurality of users execute editing / modification on the same data at the same time, there is a possibility that data inconsistency may occur. Usually, exclusive control is performed so that a plurality of users can not update the same data simultaneously.

ウェブアプリケーションでのデータの排他制御方法は、セッションIDを利用した手法が一般的である。クライアントは、サーバより取得したセッションIDを要求の度にサーバに送付する。サーバは、セッションIDと業務データを紐づけて管理することにより、他のセッションIDからの同一データへのアクセスを排他する仕組みである。   The exclusive control method of data in the web application generally uses a method using a session ID. The client sends the session ID acquired from the server to the server at each request. The server is a mechanism for excluding access to the same data from other session IDs by managing the session ID and the business data in association with each other.

しかし、近年のタブブラウザの普及により、ウェブアプリケーションも同一のウィンドウを遷移していくだけでなく、同一端末内で同一セッションの複数ウィンドウ(タブ)を並行して利用することも多く行われるようになった。   However, with the widespread use of tab browsers in recent years, not only web applications transition through the same window, but multiple windows (tabs) of the same session are often used in parallel within the same terminal. The

特許文献1では、版数情報を持たない既存のシステムにあとから容易に追加することができ、排他制御を行うことができる排他制御方法及びその装置が開示されている   Patent Document 1 discloses an exclusive control method and apparatus that can be easily added later to an existing system having no version information and can perform exclusive control.

特開2006−86859号公報Unexamined-Japanese-Patent No. 2006-88659

しかしながら、特許文献1は、セッションIDを利用せずに排他制御を実現しているが、同一端末及び同一セッションでの複数ウィンドウを並行して処理する構成について触れていない。また、排他制御の解除については一定の手順後でしか解除されない。   However, although patent document 1 implements exclusive control without using session ID, it does not touch about the structure which processes several windows in the same terminal and the same session in parallel. Also, the release of exclusive control is released only after a certain procedure.

本発明の目的は、セッションIDを利用せずに、同一端末及び同一セッションでの複数ウィンドウを並行して処理する場合であっても、データの排他制御を問題なく行うことができるシステムを構成することである。   An object of the present invention is to configure a system capable of performing exclusive control of data without a problem even when processing multiple windows in the same terminal and the same session in parallel without using a session ID. It is.

本発明は、情報処理端末から表示要求されるブラウザ画面毎に管理される記憶部を備え、前記記憶部で管理されるデータを前記ブラウザ画面毎に登録するデータ登録部を有する前記情報処理端末と、データベースサーバとに接続可能な情報処理サーバであって、前記記憶部に前記ブラウザ画面毎にユニークなIDを付与するID付与手段と、前記ブラウザ画面の表示時に接続される前記データベースサーバ内のデータベースと、該ブラウザ画面に付与された前記IDを紐付けるデータベースID紐付け手段と、前記ブラウザ画面の表示中に接続される前記データベースサーバ内のデータベースを排他制御するデータベース排他制御手段と、前記ブラウザ画面を終了する際に、前記ブラウザ画面に付与されたIDで紐付けられてデータベースの排他制御を解除させる第1のデータベース排他解除命令手段と、を有することを特徴とする。   The present invention is the information processing terminal including a storage unit managed for each browser screen requested to be displayed from the information processing terminal, and a data registration unit for registering data managed by the storage unit for each browser screen. An information processing server connectable to a database server, ID assigning means for assigning a unique ID to each of the browser screens in the storage unit, and a database in the database server connected when the browser screen is displayed Database ID linking means for linking the ID assigned to the browser screen, database exclusive control means for exclusively controlling a database in the database server connected during display of the browser screen, the browser screen At the end of the process, the ID assigned to the browser screen is linked to the database. And having a first database exclusion release instruction means for releasing the other control, the.

本発明によれば、セッションIDを利用せずに、同一端末及び同一セッションでの複数ウィンドウを並行して処理する場合であっても、データの排他制御を問題なく行うことができる。   According to the present invention, exclusive control of data can be performed without any problem even when processing a plurality of windows in the same terminal and the same session in parallel without using a session ID.

本発明の実施形態における情報処理システムのシステム構成の一例を示す模式図である。It is a schematic diagram which shows an example of a system configuration | structure of the information processing system in embodiment of this invention. 本発明の実施形態における情報処理端末101、102、業務システムサーバ103,データベースサーバ104に適用可能な情報処理装置のハードウェア構成の一例を示す模式図である。FIG. 2 is a schematic view showing an example of a hardware configuration of an information processing apparatus applicable to the information processing terminals 101 and 102, the business system server 103, and the database server 104 in the embodiment of the present invention. 本発明の実施形態における情報処理システムの作業指示依頼画面表示の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of a control processing means of the work instruction request screen display of the information processing system in the embodiment of the present invention. 本発明の実施形態における情報処理システムの作業員紐付け画面表示の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means of the worker tying screen display of the information processing system in embodiment of this invention. 本発明の実施形態における情報処理システムの作業場所登録画面表示の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of a control processing means of the work place registration screen display of the information processing system in the embodiment of the present invention. 本発明の実施形態における業務システムサーバ104の会話番号管理の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means of the conversation number management of the work system server 104 in embodiment of this invention. 本発明の実施形態における情報処理端末の会話番号画面管理の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means of conversation number screen management of the information processing terminal in embodiment of this invention. 本発明の実施形態における情報処理システムの作業指示画面戻り時の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means at the time of the work instruction | indication screen return of the information processing system in embodiment of this invention. 本発明の実施形態における情報処理システムのブラウザ画面終了時の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means at the time of the browser screen completion | finish of the information processing system in embodiment of this invention. 本発明の実施形態における情報処理システムのログアウト時の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means at the time of logout of the information processing system in embodiment of this invention. 本発明の実施形態における情報処理システムのアプリケーション終了時の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means at the time of the application completion of the information processing system in embodiment of this invention. 本発明の実施形態における情報処理システムの業務ロック強制解除の制御処理手段の一例を示すフローチャートである。It is a flowchart which shows an example of the control processing means of the work lock forced cancellation | release of the information processing system in embodiment of this invention. 本発明の実施形態における業務ロックテーブルを示すデータベースの一例である。It is an example of the database which shows the work lock table in the embodiment of the present invention. 本発明の実施形態における業務ロックの対象となる作業指示テーブルを示すテーブルの一例である。It is an example of the table which shows the work instruction | indication table used as the object of the work lock in embodiment of this invention. 本発明の実施形態における業務ロックの対象となる作業指示場所情報テーブルを示すテーブルの一例である。It is an example of a table which shows the work indication place information table which becomes the object of the business lock in the embodiment of the present invention. 本発明の実施形態における業務ロックの対象となる作業員テーブルを示すテーブルの一例である。It is an example of the table which shows the worker table used as the object of the business lock in embodiment of this invention. 本発明の実施形態における情報処理端末101のディスプレイ210に表示される作業指示登録画面の一例である。It is an example of the work instruction registration screen displayed on the display 210 of the information processing terminal 101 in the embodiment of the present invention. 本発明の実施形態における情報処理端末101のディスプレイ210に表示される作業員紐付け画面の一例である。It is an example of a worker tying screen displayed on display 210 of information processing terminal 101 in an embodiment of the present invention. 本発明の実施形態における情報処理端末102のディスプレイ210に表示される作業確認画面の一例である。It is an example of the operation confirmation screen displayed on the display 210 of the information processing terminal 102 in the embodiment of the present invention. 本発明の実施形態における情報処理端末102のディスプレイ210に表示される作業場所登録画面の一例である。It is an example of the work place registration screen displayed on the display 210 of the information processing terminal 102 in the embodiment of the present invention. 本発明の実施形態における情報処理端末101のディスプレイ210に表示される業務ロックデータテーブル閲覧画面の一例である。It is an example of the operation | use lock data table browsing screen displayed on the display 210 of the information processing terminal 101 in embodiment of this invention.

以下、図面を参照して、本発明の実施の形態の一例を説明する。   Hereinafter, an example of an embodiment of the present invention will be described with reference to the drawings.

図1は、本発明の情報処理システムの構成の一例を示すシステム構成図である。図1に示すように、本発明の情報処理システムは、複数の情報処理端末101や102、業務システムサーバ103,データベースサーバ104などがネットワーク105で接続されている。   FIG. 1 is a system configuration diagram showing an example of the configuration of the information processing system of the present invention. As shown in FIG. 1, in the information processing system of the present invention, a plurality of information processing terminals 101 and 102, a business system server 103, a database server 104, etc. are connected by a network 105.

業務システムサーバ103は、様々な業務処理を実行するサーバである。情報処理端末101や102からユーザの入力を受け付け、データベースサーバ104と情報を送受信し、データを加工するなどして業務処理を実行する。本実施例では、作業員への作業指示と作業場所の割り当てを実行する処理を一例として説明する。   The business system server 103 is a server that executes various business processes. A user's input is received from the information processing terminal 101 or 102, information is transmitted / received to / from the database server 104, and data processing is performed to execute business processing. In the present embodiment, a process of executing a work instruction to a worker and assignment of a work place will be described as an example.

情報処理端末101、102は、ユーザから入力を受け付け、業務システムサーバ103に情報を送信し、データの加工や表示形式が形成された後に、情報処理端末101.102のディスプレイ210に結果を表示する。本実施例では、作業指示を行う管理者が情報処理端末101を使用して作業指示や作業員を割り振り、作業指示を受け付けた作業員が作業場所を登録する処理を情報処理端末102で行う例で説明する。   The information processing terminals 101 and 102 receive input from the user, transmit information to the business system server 103, and display the result on the display 210 of the information processing terminal 101. 102 after data processing and display format are formed. . In the present embodiment, an example in which a manager who gives a work instruction allocates a work instruction and a worker using the information processing terminal 101 and a worker who receives the work instruction performs a process of registering a work place by the information processing terminal 102 Explained in.

データベースサーバ104は、業務システムサーバから受信するデータをデータベースに登録し、必要な時にデータの検索や参照が可能なサーバである。データベースサーバ104のデータは、後述する業務ロックデータテーブルに登録されているデータを排他制御(ロック)し、業務ロックデータテーブルに登録されていなければ、排他制御しない論理的ロック機能を備えた長時間トランザクション処理に対応したデータベースである。   The database server 104 is a server that registers data received from the business system server in the database and can search and refer to data as needed. The data of the database server 104 performs exclusive control (locking) of data registered in a business lock data table described later, and if it is not registered in the business lock data table, a long time having a logical lock function not performing exclusive control It is a database compatible with transaction processing.

以上が、本発明の情報処理システムのシステム構成の一例の説明である。   The above is the description of an example of the system configuration of the information processing system of the present invention.

次に、図2を参照して、図1の情報処理端末101,102、業務システムサーバ103、データベースサーバ104に適用可能な情報処理装置のハードウェア構成の一例について説明する。   Next, an example of the hardware configuration of the information processing apparatus applicable to the information processing terminals 101 and 102, the business system server 103, and the database server 104 in FIG. 1 will be described with reference to FIG.

図2において、201はCPUで、システムバス204に接続される各デバイスやコントローラを統括的に制御する。また、ROM203あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、TEサーバ101や情報処理端末102、システムサーバ103が実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。   In FIG. 2, reference numeral 201 denotes a CPU, which centrally controls devices and controllers connected to the system bus 204. In addition, the ROM 203 or the external memory 211 is executed by a BIOS (Basic Input / Output System) which is a control program of the CPU 201, an operating system program (OS), the TE server 101, the information processing terminal 102, and the system server 103. The various programs etc. which are needed in order to realize a function mentioned later etc. are memorized.

202はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM203あるいは外部メモリ211からRAM202にロードして、該ロードしたプログラムを実行することで後述する各種動作を実現するものである。   A RAM 202 functions as a main memory, a work area, and the like of the CPU 201. The CPU 201 loads programs and the like necessary for execution of processing from the ROM 203 or the external memory 211 to the RAM 202, and executes the loaded programs to realize various operations described later.

また、205は入力コントローラで、キーボードやポインティングデバイス等の入力装置209からの入力を制御する。206はビデオコントローラで、ディスプレイ装置210等の表示器への表示を制御する。これらは必要に応じて操作者が使用するものである。   An input controller 205 controls an input from an input device 209 such as a keyboard or a pointing device. A video controller 206 controls display on a display such as the display device 210. These are used by the operator as needed.

207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶するハードディスク(HD)や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。   A memory controller 207 is connected via an adapter to a hard disk (HD) storing a boot program, various applications, font data, user files, editing files, various data, etc., a flexible disk (FD), or a PCMCIA card slot Control access to the external memory 211 such as Compact Flash (registered trademark) memory.

208は通信I/F(インタフェース)コントローラで、ネットワーク(例えば、図1に示したネットワーク104)を介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。   A communication I / F (interface) controller 208 connects and communicates with an external device via a network (for example, the network 104 shown in FIG. 1), and executes communication control processing in the network. For example, communication using TCP / IP is possible.

なお、CPU201は、例えばRAM202内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、ディスプレイ装置210上での表示を可能としている。また、CPU201は、ディスプレイ装置210上の不図示のマウスカーソル等でのユーザ指示を可能とする。   The CPU 201 enables display on the display device 210 by executing, for example, outline font rasterization processing on a display information area in the RAM 202. In addition, the CPU 201 enables user instruction with a mouse cursor (not shown) or the like on the display device 210.

本発明を実現するための後述するフローチャートに示す各ステップの処理は、コンピュータで読み取り実行可能なプログラムにより実行され、そのプログラムは外部メモリ211に記録されている。そして、必要に応じてRAM202にロードされることによりCPU201によって実行されるものである。また、さらに、上記プログラムの実行時に用いられる定義ファイル及び各種情報テーブル等も、外部メモリ211に格納されており、これらについての詳細な説明も後述する。   The processing of each step shown in the flowchart to be described later for realizing the present invention is executed by a program readable and executable by a computer, and the program is stored in the external memory 211. Then, it is executed by the CPU 201 by being loaded into the RAM 202 as necessary. Furthermore, definition files and various information tables used at the time of execution of the program are also stored in the external memory 211, and a detailed description of these will be described later.

次に、図3〜図12を参照して、本発明における情報処理システムの処理手順を説明する。   Next, processing procedures of the information processing system according to the present invention will be described with reference to FIGS.

本発明における実施例では、まず業務管理者が、情報処理端末101から作業員にどのような作業を行わせるのかの作業指示を指定する。続いて業務管理者が、作業を実行する作業員を割り当てる。その後、作業を割り当てられた作業員が情報処理端末102から自分の行う作業を確認し、作業場所を登録する。以上の処理を図3〜図5を中心に説明する。   In the embodiment of the present invention, first, the business manager designates, from the information processing terminal 101, a work instruction on what kind of work to be performed by the worker. Subsequently, the business manager assigns a worker to execute the work. After that, the worker assigned the work confirms the work performed by the information processing terminal 102 and registers the work place. The above process will be described with reference to FIGS.

図3は、本発明の実施形態における情報処理システムの作業指示依頼画面表示の制御処理手段の一例を示すフローチャートである。この処理は、操作者が使用する情報処理端末101のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 3 is a flow chart showing an example of control processing means for displaying a work instruction request screen of the information processing system according to the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal 101 used by the operator, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 expanding and executing programs stored in the respective ROMs 203 etc. in the RAM 202 and executing them. Be done.

まず、情報処理端末101において、業務管理者からのブラウザ画面が起動されると、図3のフローチャートの処理を開始する。   First, in the information processing terminal 101, when the browser screen from the work manager is activated, the processing of the flowchart in FIG. 3 is started.

ステップS301において、情報処理端末101のCPU201は、ブラウザ画面の起動を受け付け、ディスプレイ210上にブラウザ画面を表示する。   In step S301, the CPU 201 of the information processing terminal 101 receives the activation of the browser screen and displays the browser screen on the display 210.

次に、ステップS302において、情報処理端末101のCPU201は、ユーザから特定のURLを入力される、或いはお気に入りに登録された特定のURLを選択される、または検索エンジンから特定のURLを検索されるなどして、ブラウザ上のURL入力欄にURLを入力し、業務システムサーバ103へと接続する。また、業務システムサーバ103において作業指示画面データを得るための表示対象の作業ID(作業指示を紐付けたIDである。詳細は後述する)を作成し、同時に業務システムサーバ103に送信する。情報処理端末101は、業務システムサーバ103からの表示画面を受け付ける状態に遷移し、後述するステップS311以降で表示画面情報を受信して作業指示画面を表示する。   Next, in step S302, the CPU 201 of the information processing terminal 101 receives a specific URL from the user, or selects a specific URL registered in a favorite, or searches for a specific URL from a search engine. Then, the URL is input in the URL input field on the browser, and the business system server 103 is connected. In addition, the task system server 103 creates a task ID (an ID linked with a task instruction. Details will be described later) to be displayed to obtain task instruction screen data, and simultaneously transmits it to the task system server 103. The information processing terminal 101 transitions to a state of receiving the display screen from the business system server 103, receives the display screen information from step S311 described later, and displays the work instruction screen.

次に、ステップS303において、業務システムサーバ103のCPU201は、情報処理端末101から表示依頼があったブラウザの画面に対する会話番号を設定する。会話番号とは、ブラウザが開いている画面毎に設定されているIDであり、ブラウザ画面毎にユニークな番号が設定される。ステップS303の詳細な処理を図6を参照して説明する。   Next, in step S303, the CPU 201 of the business system server 103 sets a conversation number for the screen of the browser requested to be displayed from the information processing terminal 101. The conversation number is an ID set for each screen opened by the browser, and a unique number is set for each browser screen. The detailed process of step S303 will be described with reference to FIG.

図6は、本発明の実施形態における業務システムサーバ104の会話番号管理の制御処理手段の一例を示すフローチャートである。この処理は、業務システムサーバ103のCPU201がROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 6 is a flowchart showing an example of control processing means of conversation number management of the business system server 104 in the embodiment of the present invention. This process is realized by the CPU 201 of the business system server 103 loading a program stored in the ROM 203 or the like into the RAM 202 and executing the program.

図6のフローチャートの処理は、業務システムサーバが画面表示依頼を受けたタイミングで開始される。たとえば、図3のステップS303における作業指示登録画面表示依頼時や、図4のステップS403における作業員紐付け画面表示依頼時、または図5のステップS509における作業場所登録画面表示依頼時などに開始される。   The process of the flowchart of FIG. 6 is started at the timing when the business system server receives a screen display request. For example, it is started at the time of the work instruction registration screen display request at step S303 of FIG. 3, the worker correlating screen display request at step S403 of FIG. 4, or the work place registration screen display request at step S509 of FIG. Ru.

図6のステップS601において、業務システムサーバ103のCPU201は、情報処理端末101から受信したリクエスト情報を取得して、リクエスト情報を解析する。ステップS302から受信したリクエスト情報について説明するために、図13を参照して説明する。   In step S601 in FIG. 6, the CPU 201 of the business system server 103 acquires request information received from the information processing terminal 101, and analyzes the request information. The request information received from step S302 will be described with reference to FIG.

図13は、本発明の実施形態における業務ロックテーブルを示すデータベースの一例である。これら1レコード分が業務ロックされるデータの例である。なお、この業務ロックデータは、データベースサーバ104に保持されており、ステップS305やステップS307、ステップS405、ステップS407、ステップS511、ステップS513において、参照や登録されるデータベースである。   FIG. 13 is an example of a database showing a task lock table according to the embodiment of this invention. These one record is an example of data to be task locked. The task lock data is held in the database server 104, and is a database that is referred to or registered in steps S305, S307, S405, S407, S511, and S513.

1301は、たとえばステップS302で情報処理端末101から送信されるリクエスト情報に含まれる作業ID(=ロックID)であり、情報処理端末がアクセスしたアプリケーション毎にユニークに振られたIDである。   Reference numeral 1301 denotes, for example, a work ID (= lock ID) included in request information transmitted from the information processing terminal 101 in step S302, which is an ID uniquely assigned to each application accessed by the information processing terminal.

1302のデータ種別は、たとえばステップS302から送信されるリクエスト情報に含まれる業務ロックすべきデータの種別である。図3の例であれば、作業指示画面の表示依頼なので、データ種別は「ORDER」である。他の例として本実施例では、作業員紐付け画面の表示依頼であれば「WORKER」、作業場所登録画面の表示依頼であれば「ORDERPLACE」などが存在する。これらの名前は、それぞれ業務ロックするデータベースの名前に対応する。   The data type of 1302 is, for example, the type of data to be business-locked that is included in the request information transmitted from step S302. In the example of FIG. 3, the data type is “ORDER” because it is a request to display the work instruction screen. As another example, in the present embodiment, “WORKER” exists in the case of a display request of a worker tying screen, and “ORDERPLACE” exists in the case of a display request of a work place registration screen. Each of these names corresponds to the name of the database to be business locked.

1303のログインIDは、情報処理端末101や102でアクセスしているユーザを特定するIDである。1304のセッションIDは、業務システムサーバ103がセッション管理するための発行するIDである。1305の会話番号は、情報処理端末に表示されるブラウザの画面毎に業務システムサーバもしくは情報処理端末で付与されるIDであり、最初のステップS303に遷移した状態では設定されてはいない。   The login ID 1303 is an ID for identifying the user who is accessing the information processing terminal 101 or 102. The session ID 1304 is an ID issued by the business system server 103 for session management. The conversation number 1305 is an ID given by the business system server or the information processing terminal for each browser screen displayed on the information processing terminal, and is not set in the state of transition to the first step S303.

1306のロック開始日時は本発明の業務ロックを開始する日時である。1307のユーザはログインIDに対応したユーザ名であり、1308のサーバ名は、接続されているサーバ名(=業務システムサーバ103)である。1309のアプリケーション名は、業務システムサーバ上で稼働しているアプリケーションの名前であり、作業指示画面と作業場所登録画面を表示するためには、「ORDER−WEB」アプリケーションを使用し、作業員紐付け画面を表示するためには、「WORKER−WEB」アプリケーションを使用する。図13のデータベース例の説明を終えて、図6のフローチャートの説明に戻る。   The lock start date and time 1306 is the date and time to start the task lock of the present invention. The user 1307 is a username corresponding to the login ID, and the server name 1308 is the name of the connected server (= business system server 103). The application name 1309 is the name of the application running on the business system server, and in order to display the work instruction screen and the work area registration screen, the “ORDER-WEB” application is used and the worker is linked. In order to display the screen, the "WORKER-WEB" application is used. After the explanation of the example of the database in FIG.

図6のステップS601において、受信したリクエスト情報を解析し、図13のようなデータを取得すると、次のステップS602において、業務システムサーバ103のCPU201は、解析し取得したデータに会話番号が設定されているかを判断する。会話番号が設定されている場合(ステップS602で有の場合)は、図6のフローチャートを終了し、元のフローチャートの処理へと戻る。会話番号が設定されていない場合(ステップS602で無の場合)は、次のステップS603へと処理を遷移する。   In step S601 in FIG. 6, when the received request information is analyzed and data as shown in FIG. 13 is acquired, in the next step S602, the CPU 201 of the business system server 103 sets a conversation number to the analyzed and acquired data. Determine if it is. If the conversation number is set (if present in step S602), the flowchart of FIG. 6 is ended, and the process returns to the original flowchart. If the conversation number is not set (if it is not in step S602), the process transitions to the next step S603.

ステップS603へと処理を遷移すると、業務システムサーバ103のCPU201は、設定されていない会話番号を発番して、図6のフローチャートの処理を終える。図3のフローチャートの説明に戻る。   When the process proceeds to step S603, the CPU 201 of the business system server 103 issues a conversation number not set, and ends the process of the flowchart of FIG. The description will return to the flowchart of FIG.

図3のステップS303において、会話番号が割り振られると、次のステップS304において、業務システムサーバ103のCPU201は、ステップS302で指定されたアプリケーションである「ORDER−WEB」(図13の1310のレコードに対応)を起動し、作業指示情報をデータベースサーバ104から取得する処理を行う。   When the conversation number is assigned in step S303 in FIG. 3, the CPU 201 of the business system server 103 in the next step S304 selects “ORDER-WEB” which is the application specified in step S302 (in the record of 1310 in FIG. (Correspondence) is started, and processing for acquiring work instruction information from the database server 104 is performed.

業務システムサーバ103が、作業指示情報を取得するために、データベースサーバ104のCPU201は、作業指示データベースから該当する作業IDのデータを検索する。検索する作業指示データベースの例を図14を参照して説明する。   In order for the business system server 103 to acquire work instruction information, the CPU 201 of the database server 104 searches for data of the corresponding work ID from the work instruction database. An example of the work instruction database to be searched will be described with reference to FIG.

図14は、本発明の実施形態における業務ロックの対象となる作業指示テーブルを示すテーブルの一例である。これら1レコード分のデータが業務ロックされるデータの例であり、同じデータベースを全て業務ロックしても良いし、該当レコードだけを業務ロックしても良い。   FIG. 14 is an example of a table showing a work instruction table as a target of business task lock in the embodiment of the present invention. The data for one record is an example of data to be business locked, and all the same database may be business locked, or only the corresponding record may be business locked.

1401はステップS302で情報処理端末101から送信される作業IDであり、1402の作業名や1403の作業内容は、図4のステップS401の処理以降で業務管理者から入力される、作業員の理解を助けるための文言である。図3のフローチャートの説明に戻る。   The work ID 1401 is transmitted from the information processing terminal 101 in step S302, and the work name 1402 and the work contents of 1403 are input from the work manager after the process of step S401 in FIG. It is a word to help The description will return to the flowchart of FIG.

図3のステップS304において、業務システムサーバ103は、データベースサーバ104から作業指示情報を取得するため、データベースサーバ104のステップS344において、図14のようなテーブルから該当する作業IDのデータを検索させる。当初は、作業指示情報は入力されていないはずなので、空データを取得することになる。   In step S304 in FIG. 3, in order to obtain work instruction information from the database server 104, in step S344 of the database server 104, the business system server 103 searches for data of the corresponding work ID from the table as shown in FIG. Initially, work instruction information should not have been input, so empty data will be acquired.

次に、ステップS305において、業務システムサーバ103のCPU201は、作業指示データベースがロックされているかを判断するための情報を取得する。作業指示データベースがロックされているかどうかは、データベースサーバ104の業務ロックデータベース(図13)に、該当する作業ID(ロックキー)1301とデータ種別1302が一致しているデータがあるかどうかで判断する。業務ロックデータベースに同じ作業ID1301で且つ同じデータ種別1302のデータがあれば、該当するデータレコードもしくはデータベース自体をロック(排他制御)されていると判断される。   Next, in step S305, the CPU 201 of the business system server 103 acquires information for determining whether the work instruction database is locked. Whether or not the work instruction database is locked is determined based on whether or not there is data in which the corresponding work ID (lock key) 1301 and data type 1302 match in the task lock database (FIG. 13) of the database server 104. . If there is data with the same work ID 1301 and the same data type 1302 in the task lock database, it is determined that the corresponding data record or the database itself is locked (exclusive control).

データベースサーバ104のステップS345において、データベースサーバ104のCPU201は、図13のようなテーブルから該当する作業ID(ロックキー)1301とデータ種別1302のデータを検索する。当初は、業務ロックデータベースには登録されていないはずなので、検索結果は無しとなる。一方、他のクライアントや他のブラウザ画面から既にアクセスされているデータの場合は、1310の作業ID1301、データ種別1302のように、レコードに値が登録されている。   In step S345 of the database server 104, the CPU 201 of the database server 104 searches for data of the corresponding work ID (lock key) 1301 and data type 1302 from the table as shown in FIG. Initially, it should not be registered in the business lock database, so there will be no search results. On the other hand, in the case of data already accessed from another client or another browser screen, values are registered in the record like work ID 1301 of 1310 and data type 1302.

次に、ステップS306において、業務システムサーバ103のCPU201は、ステップS305で該当の作業ID(ロックキー)とデータ種別が検索されたかどうかを判断する。検索の結果、同じ作業IDとデータ種別が存在した場合は、ロック不可の処理(ステップS306の不可)へと処理を遷移し、ステップS309へと進む。一方、S305の結果、同じ作業IDとデータ種別が存在しなかった場合は、ロック可能の処理(ステップS306の可)へと処理を遷移し、ステップS307へと進む。ステップS309へと処理を進める場合の処理を先に説明する。   Next, in step S306, the CPU 201 of the business system server 103 determines whether the corresponding work ID (lock key) and data type have been searched in step S305. As a result of the search, if the same work ID and data type exist, the process transitions to a process that can not be locked (impossible of step S306), and the process proceeds to step S309. On the other hand, when the same work ID and data type do not exist as a result of S305, the processing is shifted to lockable processing (possible in step S306), and the processing proceeds to step S307. The process in the case where the process proceeds to step S309 will be described first.

ステップS309へと処理をすすめると、業務システムサーバ103のCPU201は、該当の作業IDを有するデータレコードもしくはデータベース自体を表示モードとして設定する。すなわち、該当データは既に他のクライアントもしくは他のブラウザ画面により使用されているため、データの参照のみを許可し、データの修正を許可しない表示モードとして、次のステップS310に処理を進める。   When the process proceeds to step S309, the CPU 201 of the business system server 103 sets the data record having the corresponding work ID or the database itself as the display mode. That is, since the corresponding data is already used by another client or another browser screen, only display of the data is permitted, and the process proceeds to the next step S310 as a display mode in which correction of the data is not permitted.

一方、ステップS306において、ロック可能の処理(ステップS306の可)へと処理を遷移し、ステップS307へと進めた場合、業務システムサーバ103のCPU201は、データベースサーバ104に、作業指示情報データのロック(排他制御)を登録する。この段階で、図13の1レコード分のデータが登録される。   On the other hand, in step S306, when the process transitions to lockable processing (possible in step S306) and proceeds to step S307, the CPU 201 of the business system server 103 locks the work instruction information data in the database server 104. Register (exclusive control). At this stage, data for one record in FIG. 13 is registered.

ステップS347において、データベースサーバ104のCPU201は、業務システムサーバ103により送信された図13の1レコード分のデータを業務ロックデータテーブルに登録する。この業務ロックデータテーブル図13に登録されると、他のクライアントや他のブラウザ画面からの編集アクセスを禁止することができる。   In step S347, the CPU 201 of the database server 104 registers the data of one record in FIG. 13 transmitted by the business system server 103 in the business lock data table. Once registered in the task lock data table 13 shown in FIG. 13, editing access from other clients or other browser screens can be prohibited.

ステップS307の処理が終了すると、現在アクセスしているユーザで同じ会話番号を有するブラウザからのデータ編集は可能とさせるために、次にステップS308において、作業指示データベースの該当作業IDのデータを編集可能な編集モードとして設定する。   When the process of step S307 is completed, the data of the work ID of the work instruction database can be edited in step S308 in order to enable data editing from the browser having the same conversation number by the currently accessed user. Set as the edit mode.

次に、ステップS310において、業務システムサーバ103のCPU201は、ステップS307で登録したデータと共に、作業指示画面を描画する指示を情報処理端末101に送信(指示)する。   Next, in step S310, the CPU 201 of the business system server 103 transmits (instructions) an instruction to draw a work instruction screen to the information processing terminal 101 together with the data registered in step S307.

次に、ステップS311において、情報処理端末101は、業務システムサーバ103から、ステップS307で登録されたデータを受信する。   Next, in step S311, the information processing terminal 101 receives the data registered in step S307 from the business system server 103.

次に、ステップS312において、情報処理端末101は、会話番号画面管理処理を行う。この処理は、情報処理端末101側で会話番号を所持しておらず、また業務システムサーバ103からも会話番号が通知されなかった場合に、情報処理端末101側で新たに会話番号を付与する処理である。図7を参照してステップS312の詳細な処理を説明する。   Next, in step S312, the information processing terminal 101 performs conversation number screen management processing. In this process, when the information processing terminal 101 does not possess a conversation number and the business system server 103 does not notify the conversation number, the information processing terminal 101 newly assigns a conversation number. It is. The detailed process of step S312 will be described with reference to FIG.

図7は、本発明の実施形態における情報処理端末101もしくは102の会話番号画面管理の制御処理手段の一例を示すフローチャートである。この処理は、情報処理端末のCPU201がROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 7 is a flowchart showing an example of control processing means of conversation number screen management of the information processing terminal 101 or 102 in the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal loading a program stored in the ROM 203 or the like into the RAM 202 and executing the program.

図7のフローチャートの処理は、情報処理端末101や102が業務システムサーバから画面描画指示を受けた際に開始される。たとえば、図3のステップS312における作業指示登録画面描画指示時や、図4のステップS412における作業員紐付け画面描画指示時、または図5のステップS505における作業確認画面描画指示時、ステップS518における作業場所登録画面描画指示時などに開始される。なお、これらの画面描画指示は、1つのブラウザソフトからタブを用いて別のブラウザ画面として表示される場合を含む。   The process of the flowchart in FIG. 7 is started when the information processing terminal 101 or 102 receives a screen drawing instruction from the business system server. For example, at the time of work instruction registration screen drawing instruction at step S312 of FIG. 3, the worker correlating screen drawing instruction at step S412 of FIG. 4, or the work confirmation screen drawing instruction at step S505 of FIG. It is started when a place registration screen drawing instruction is given. Note that these screen drawing instructions include the case where one browser software is used to display another browser screen using a tab.

まず、図7のステップS701において、情報処理端末のCPU201は、ステップS311などで取得したレスポンス情報を解析する。解析される情報は、たとえば図13の1レコード分の情報を持つデータで、このデータをたとえば、ロックキーや会話番号等のデータに分解しそれぞれの情報を取得する。   First, in step S701 in FIG. 7, the CPU 201 of the information processing terminal analyzes the response information acquired in step S311 and the like. The information to be analyzed is, for example, data having information of one record in FIG. 13, and this data is decomposed into data such as a lock key and a conversation number, for example, to obtain each information.

次に、ステップS702において、情報処理端末のCPU201は、ステップS701で解析されたデータに会話番号が含まれているかを判断する。会話番号が含まれている場合(ステップS702で有)、その会話番号を情報処理端末のセッションストレージに登録する処理(ステップS706の処理)へと遷移し、図7のフローチャートの処理を終える。なお、このセッションストレージは、情報処理端末のブラウザ画面(タブブラウザの場合はタブ)毎に保持している記憶領域であり、サーバと共通のIDを有するセッションIDとは直接関係はない。   Next, in step S702, the CPU 201 of the information processing terminal determines whether the data analyzed in step S701 includes a conversation number. If the conversation number is included (present in step S702), the process proceeds to the process of registering the conversation number in the session storage of the information processing terminal (the process of step S706), and the process of the flowchart of FIG. Note that this session storage is a storage area held for each browser screen (tab in the case of a tab browser) of the information processing terminal, and has no direct relationship with a session ID having an ID common to the server.

一方、ステップS702において、ステップS701で解析されたデータに会話番号が含まれていない場合は、ステップS703へと処理をすすめる。会話番号が含まれていない場合とは、ブラウザソフトからタブを用いて別のブラウザ画面を表示した場合などがある。   On the other hand, if it is determined in step S702 that the data analyzed in step S701 does not include a conversation number, the process proceeds to step S703. When the conversation number is not included, another browser screen may be displayed using tabs from the browser software.

ステップS703において、情報処理端末のCPU201は、情報処理端末が有しているセッションストレージから会話番号を検索する処理を行う。   In step S703, the CPU 201 of the information processing terminal performs a process of searching for a conversation number from the session storage of the information processing terminal.

ステップS704において、情報処理端末のCPU201は、セッションストレージに会話番号があるかどうかによって処理を分ける。会話番号がある場合(ステップS704で有の場合)は、図7の処理を終了し、セッションストレージにある会話番号を継続して使用する。一方、セッションストレージに会話番号がない場合(ステップS704で無の場合)は、会話番号を新たに付与するために、ステップS705へと処理を遷移する。   In step S704, the CPU 201 of the information processing terminal divides the processing depending on whether or not there is a conversation number in the session storage. If there is a conversation number (if it is the case in step S704), the processing of FIG. 7 is ended, and the conversation number in the session storage is continuously used. On the other hand, if there is no conversation number in the session storage (if it is not in step S704), the process transitions to step S705 to newly assign a conversation number.

ステップS705へと遷移すると、情報処理端末のCPU201は、ユニークな会話番号を新たに付与して、次のステップS706で付与された会話番号をセッションストレージに登録し、図7の処理を終える。図3のフローチャートの説明に戻る。   After transitioning to step S705, the CPU 201 of the information processing terminal newly assigns a unique conversation number, registers the conversation number assigned in the next step S706 in the session storage, and ends the processing of FIG. The description will return to the flowchart of FIG.

図3のステップS312の処理(図7の処理)が終わると、次に図4のフローチャートに遷移する。   When the process of step S312 of FIG. 3 (the process of FIG. 7) is finished, the process proceeds to the flowchart of FIG.

図4は、本発明の実施形態における情報処理システムの作業員紐付け画面表示の制御処理手段の一例を示すフローチャートである。この処理は、操作者が使用する情報処理端末101のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 4 is a flowchart showing an example of a control processing unit of worker tying screen display of the information processing system according to the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal 101 used by the operator, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 expanding and executing programs stored in the respective ROMs 203 etc. in the RAM 202 and executing them. Be done.

図4のフローチャートは、図3のステップS312の処理の後で開始される処理の流れである。   The flowchart of FIG. 4 is a process flow started after the process of step S312 of FIG.

まず、ステップS401において、情報処理端末101のCPU201は、ブラウザ画面上にステップS311において受信した作業指示情報を画面上に表示する。表示された画面イメージを図17を参照して説明する。   First, in step S401, the CPU 201 of the information processing terminal 101 displays the work instruction information received in step S311 on the screen of the browser screen. The displayed screen image will be described with reference to FIG.

図17は、本発明の実施形態における情報処理端末101のディスプレイ210に表示される作業指示登録画面の一例である。   FIG. 17 is an example of a work instruction registration screen displayed on the display 210 of the information processing terminal 101 according to the embodiment of the present invention.

図17の1700画面内にある1701は、予め入力されている作業IDであり、作業名欄や作業内容欄1702は当初は空欄で、図17の画面が表示された後でユーザにより入力される記述事項である。図4のフローチャートの説明に戻る。   Reference numeral 1701 in the 1700 screen of FIG. 17 denotes a work ID inputted in advance, and the work name column and the work content column 1702 are initially blank, and are input by the user after the screen of FIG. 17 is displayed. It is a descriptive item. It returns to description of the flowchart of FIG.

図4のステップS401において、作業指示画面をブラウザに表示し、ユーザにより1702のような入力を受け付けると、次にステップS402において、情報処理端末のCPU201は、図17の画面上の作業員紐付けボタン1703の押下を受け付け、作業員紐付け画面表示依頼を業務システムサーバ103に送信する。この依頼の送信の際に、ユニークな作業員IDを発番する(たとえば、図13の2行目のレコードの「WRK00001」に対応)。発番された作業員IDを元に、業務システムサーバ103は、作業員紐付け情報を取得し、後述するステップS411で表示画面情報を送信して作業員紐付け画面を表示する。   In step S401 in FIG. 4, the work instruction screen is displayed on the browser, and when an input such as 1702 is received by the user, in step S402, the CPU 201 of the information processing terminal associates the worker on the screen in FIG. When the button 1703 is pressed, the worker tying screen display request is transmitted to the business system server 103. At the time of transmission of this request, a unique worker ID is issued (for example, corresponding to “WRK00001” in the second line of FIG. 13). Based on the issued worker ID, the work system server 103 acquires worker relating information, transmits display screen information in step S411 described later, and displays the worker relating screen.

次に、ステップS403において、業務システムサーバ103のCPU201は、情報処理端末101から表示依頼があったブラウザの画面に対する会話番号を設定する。この会話番号は、図3のステップS312で設定されたブラウザ画面毎にユニークに振られたIDを継承している。ステップS403の詳細な処理を図6を参照して説明する。   Next, in step S403, the CPU 201 of the business system server 103 sets a conversation number for the screen of the browser requested to be displayed by the information processing terminal 101. This conversation number inherits the ID uniquely assigned to each browser screen set in step S312 in FIG. The detailed process of step S403 will be described with reference to FIG.

図6のフローチャートにおいて、ステップS601では、業務システムサーバ103のCPU201は、情報処理端末101から受信したリクエスト情報を取得して、リクエスト情報を解析する。当初のステップS303の段階では、会話番号は付与されていなかったが、ステップS403の段階では、ステップS312において、会話番号が付与されているので、ステップS602の判断分岐は有へと遷移し、新たに会話番号の発番は行わない。図4のフローチャートの説明に戻る。   In the flowchart of FIG. 6, in step S601, the CPU 201 of the business system server 103 acquires request information received from the information processing terminal 101, and analyzes the request information. In the initial step S303, the conversation number is not assigned. However, in the step S403, the conversation number is assigned in step S312. Therefore, the judgment branch in step S602 transitions to YES, and a new one is added. The conversation number is not issued. It returns to description of the flowchart of FIG.

図4のステップS403において、会話番号が再確認されると、次のステップS404において、業務システムサーバ103のCPU201は、ステップS402で指定されたアプリケーションである「WORKER−WEB」(図13の2行目のレコードに対応)を起動し、作業員情報をデータベースサーバ104から取得する処理を行う。   When the conversation number is reconfirmed in step S403 in FIG. 4, the CPU 201 of the business system server 103 in the next step S404 selects “WORKER-WEB” which is the application specified in step S402 (two lines in FIG. 13). Processing corresponding to the eye record), and acquiring worker information from the database server 104.

その後、業務システムサーバ103が作業員情報を取得するために、データベースサーバ104のCPU201は、作業員データベースから該当する作業員IDのデータを検索する。検索する作業員データベースの例を図16を参照して説明する。   Thereafter, in order for the business system server 103 to acquire worker information, the CPU 201 of the database server 104 searches for data of the corresponding worker ID from the worker database. An example of a worker database to be searched will be described with reference to FIG.

図16は、本発明の実施形態における業務ロックの対象となる作業員情報テーブルを示すテーブルの一例である。これら1レコード分のデータが業務ロックされるデータの例であり、同じデータベースを全て業務ロックしても良いし、該当レコードだけを業務ロックしても良い。   FIG. 16 is an example of a table showing a worker information table as a target of task lock in the embodiment of the present invention. The data for one record is an example of data to be business locked, and all the same database may be business locked, or only the corresponding record may be business locked.

1601はステップS402で情報処理端末101から送信される作業員IDであり、1602は作業員の名前、1603は作業予定である作業IDに該当する。図4のフローチャートの説明に戻る。   Reference numeral 1601 denotes a worker ID transmitted from the information processing terminal 101 in step S402, 1602 denotes a worker name, and 1603 denotes a work ID to be worked. It returns to description of the flowchart of FIG.

図4のステップS404において、業務システムサーバ103は、データベースサーバ104から作業員情報を取得するため、データベースサーバ104のステップS444において、図16のようなテーブルから該当する作業員のデータを検索させる。当初は、作業員情報は入力されていないはずなので、空データを取得することになる。   In step S404 in FIG. 4, in order to obtain worker information from the database server 104, the task system server 103 searches for data of the corresponding worker from the table as shown in FIG. 16 in step S444 of the database server 104. Initially, no worker information should be input, so empty data will be acquired.

次に、ステップS405において、業務システムサーバ103のCPU201は、作業員データベースがロックされているかを判断するための情報を取得する。作業員データベースがロックされているかどうかは、データベースサーバ104の業務ロックデータベース(図13)に、該当するロックキー(作業員ID)1301が一致しているデータがあるかどうかで判断する。業務ロックデータベースに同じロックキー1301のデータがあれば、該当するデータレコードもしくはデータベース自体をロック(排他制御)されていると判断される。   Next, in step S405, the CPU 201 of the business system server 103 acquires information for determining whether the worker database is locked. Whether or not the worker database is locked is determined based on whether there is data in which the corresponding lock key (worker ID) 1301 matches in the task lock database (FIG. 13) of the database server 104. If there is data of the same lock key 1301 in the transaction lock database, it is determined that the corresponding data record or the database itself is locked (exclusive control).

データベースサーバ104のステップS445において、データベースサーバ104のCPU201は、図13のようなテーブルから該当するロックキー(作業員ID)1301のデータを検索する。当初は、業務ロックデータベースには登録されていないはずなので、検索結果は無しとなる。一方、他のクライアントや他のブラウザ画面から既に作業員データベースがアクセスされている場合は、たとえば、図13の2行目の1301列の欄にある「WRK00001」のように、レコードに値が登録されている。   In step S445 of the database server 104, the CPU 201 of the database server 104 searches for data of the corresponding lock key (worker ID) 1301 from the table as shown in FIG. Initially, it should not be registered in the business lock database, so there will be no search results. On the other hand, when the worker database is already accessed from another client or another browser screen, for example, a value is registered in the record as in “WRK00001” in the column of column 1301 in the second row of FIG. It is done.

次に、ステップS406において、業務システムサーバ103のCPU201は、ステップS405で該当のロックキー(作業員ID)が検索されたかどうかを判断する。検索の結果、同じロックキーが存在した場合は、ロック不可の処理(ステップS406の不可)へと処理を遷移し、ステップS409へと進む。一方、S405の結果、同じロックキーが存在しなかった場合は、ロック可能の処理(ステップS406の可)へと処理を遷移し、ステップS407へと進む。ステップS409へと処理を進める場合の処理を先に説明する。   Next, in step S406, the CPU 201 of the business system server 103 determines whether or not the corresponding lock key (worker ID) has been searched in step S405. If the same lock key exists as a result of the search, the process transitions to a process that can not be locked (impossible in step S406), and the process advances to step S409. On the other hand, when the same lock key does not exist as a result of S405, the process is shifted to the lockable process (Yes in step S406), and the process proceeds to step S407. The process in the case where the process proceeds to step S409 will be described first.

ステップS409へと処理をすすめると、業務システムサーバ103のCPU201は、該当の作業員IDを有するデータレコードもしくはデータベース自体を表示モードとして設定する。すなわち、該当データは既に他のクライアントもしくは他のブラウザ画面により使用されているため、データの参照のみを許可し、データの修正を許可しない表示モードとして、次のステップS410に処理を進める。   When the process proceeds to step S409, the CPU 201 of the business system server 103 sets the data record having the corresponding worker ID or the database itself as the display mode. That is, since the corresponding data is already used by another client or another browser screen, only display of the data is permitted, and the process proceeds to the next step S410 as a display mode in which correction of the data is not permitted.

一方、ステップS406において、ロック可能の処理(ステップS406の可)へと処理を遷移し、ステップS407へと進めた場合、業務システムサーバ103のCPU201は、データベースサーバ104に、作業員紐付けデータのロック(排他制御)を登録する。この段階で、図13の1レコード分のデータ(たとえば、図13の2行目のレコード)が登録される。   On the other hand, in step S406, when the process transitions to lockable processing (possible in step S406) and proceeds to step S407, the CPU 201 of the business system server 103 causes the database server 104 to Register the lock (exclusive control). At this stage, data for one record in FIG. 13 (for example, the record in the second line of FIG. 13) is registered.

ステップS447において、データベースサーバ104のCPU201は、業務システムサーバ103により送信された図13の1レコード分のデータ(たとえば、図13の2行目のレコード)を業務ロックデータテーブルに登録する。この業務ロックデータテーブル図13に登録されると、他のクライアントや他のブラウザ画面からの編集アクセスを禁止することができる。   In step S447, the CPU 201 of the database server 104 registers the data for one record in FIG. 13 (for example, the record in the second line in FIG. 13) transmitted by the business system server 103 in the business lock data table. Once registered in the task lock data table 13 shown in FIG. 13, editing access from other clients or other browser screens can be prohibited.

ステップS407の処理が終了すると、現在アクセスしているユーザで同じ会話番号を有するブラウザからのデータ編集は可能とさせるために、次にステップS408において、作業員データベースの該当作業員IDのデータを編集可能な編集モードとして設定する。   When the process of step S407 is completed, the data of the corresponding worker ID in the worker database is edited in step S408 in order to enable data editing from the browser having the same conversation number by the currently accessed user. Set as possible edit mode.

次に、ステップS410において、業務システムサーバ103のCPU201は、ステップS407で登録したデータと共に、作業員紐付け画面を描画する指示を情報処理端末101に送信(指示)する。   Next, in step S410, the CPU 201 of the business system server 103 transmits (instruction) to the information processing terminal 101 an instruction to draw a worker tying screen together with the data registered in step S407.

次に、ステップS411において、情報処理端末101のCPU201は、業務システムサーバ103から、ステップS407で登録されたデータを受信する。   Next, in step S411, the CPU 201 of the information processing terminal 101 receives the data registered in step S407 from the business system server 103.

次に、ステップS412において、情報処理端末101のCPU201は、会話番号画面管理処理を行う。この処理は、ステップS312と同様に図7のフローチャートの処理となる。説明は省略する。   Next, in step S412, the CPU 201 of the information processing terminal 101 performs conversation number screen management processing. This process is the process of the flowchart of FIG. 7 similarly to step S312. The description is omitted.

ステップS412の処理(図7の処理)が終わると、次にステップS413の処理へと遷移する。   When the process of step S412 (the process of FIG. 7) is finished, the process proceeds to step S413.

ステップS413において、情報処理端末101のCPU201は、作業員紐付け画面の描画処理を行う。ブラウザ画面上にステップS411において受信した作業員紐付け情報を画面上に表示する。表示された画面イメージを図18を参照して説明する。   In step S413, the CPU 201 of the information processing terminal 101 performs a process of drawing a worker association screen. The worker association information received in step S411 is displayed on the browser screen on the screen. The displayed screen image will be described with reference to FIG.

図18は、本発明の実施形態における情報処理端末101のディスプレイ210に表示される作業員紐付け画面の一例である。   FIG. 18 is an example of a worker tying screen displayed on the display 210 of the information processing terminal 101 according to the embodiment of the present invention.

図18の1800画面内にあるグレーで色塗られた部分1801は、予め入力されている作業IDであり、業務管理者はこの画面では変更できない。作業員名の欄1802は当初は空欄であり、業務管理者が作業員名もしくはユーザIDなどを入力して、作業指示に紐付ける作業員を入力する。その後、登録ボタン1803を押下すると、最終的に、図16の1行目のレコードのように、データベースサーバ104の作業員データベースに登録される。   The gray-colored part 1801 in the 1800 screen of FIG. 18 is the work ID inputted in advance, and the business manager can not change it on this screen. The column 1802 of the worker name is initially blank, and the business manager inputs the worker name or the user ID and the like, and inputs the worker associated with the work instruction. Thereafter, when the registration button 1803 is pressed, it is finally registered in the worker database of the database server 104 as in the record of the first line in FIG.

この後、作業員ユーザ(たとえば、図16の例では、1行目のレコードの「梅崎七郎」)が情報処理端末102にログインし、作業場所を登録する処理を実施する。作業場所登録処理の詳細を図5を参照して説明する。   After this, a worker user (for example, “Umezaki Ichiro” in the first line record in the example of FIG. 16) logs in to the information processing terminal 102 and carries out processing for registering a work place. The details of the work place registration process will be described with reference to FIG.

図5は、本発明の実施形態における情報処理システムの作業場所登録画面表示の制御処理手段の一例を示すフローチャートである。この処理は、操作者が使用する情報処理端末101のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 5 is a flowchart showing an example of control processing means of the display of the work place registration screen of the information processing system according to the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal 101 used by the operator, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 expanding and executing programs stored in the respective ROMs 203 etc. in the RAM 202 and executing them. Be done.

図5のフローチャートは、作業員ユーザが情報処理端末102にログインし、作業場所を登録しようとしてブラウザ画面を起動した際に開始される処理の流れである。   The flowchart in FIG. 5 is a flow of processing that is started when a worker user logs in to the information processing terminal 102 and starts a browser screen in order to register a work place.

まず、ステップS501において、情報処理端末102のCPU201は、ブラウザ画面の起動を受け付け、ディスプレイ210上にブラウザ画面を表示する。   First, in step S501, the CPU 201 of the information processing terminal 102 receives activation of the browser screen, and displays the browser screen on the display 210.

次に、ステップS502において、情報処理端末101のCPU201は、作業員ユーザから作業指示の確認画面を表示する依頼を受け付け、業務システムサーバ103へと接続する。業務システムサーバ103に接続する際に、操作している作業員ユーザのユーザID情報を送信する。   Next, in step S 502, the CPU 201 of the information processing terminal 101 receives a request for displaying a confirmation screen of a work instruction from a worker user, and connects to the business system server 103. When connecting to the business system server 103, the user ID information of the worker user who is operating is transmitted.

次に、ステップS503において、業務システムサーバ103のCPU201は、ステップS502から取得したユーザID情報をデータベースサーバ104に送信し、データベースサーバ104から作業指示情報を取得する。   Next, in step S503, the CPU 201 of the business system server 103 transmits the user ID information acquired from step S502 to the database server 104, and acquires work instruction information from the database server 104.

データベースサーバ104では、CPU201が、ステップS543において、作業員データベースの該当の作業員ユーザのユーザID1601に対応する作業予定1603を取得し、作業予定1603のデータから作業指示データベースの作業ID1401と一致する作業指示データベースの情報を取得する。取得した作業指示情報を業務システムサーバ103に送信する。   In the database server 104, in step S543, the CPU 201 acquires the work schedule 1603 corresponding to the user ID 1601 of the corresponding worker user in the worker database, and based on the data of the work schedule 1603, matches the work ID 1401 of the work instruction database. Get information of instruction database. The acquired work instruction information is transmitted to the business system server 103.

ステップS503で作業指示情報を取得すると、次のステップS504において、業務システムサーバ103のCPU201は、ステップS503で取得したデータと共に、作業指示画面を描画する指示を情報処理端末101に送信する。   When the work instruction information is acquired in step S503, the CPU 201 of the business system server 103 transmits an instruction to draw the work instruction screen to the information processing terminal 101 in the next step S504, together with the data acquired in step S503.

次に、ステップS505において、情報処理端末102のCPU201は、業務システムサーバ103から、ステップS503で取得したデータを受信する。   Next, in step S505, the CPU 201 of the information processing terminal 102 receives the data acquired in step S503 from the business system server 103.

次に、ステップS506において、情報処理端末102のCPU201は、会話番号画面管理処理を行う。この処理は、ステップS312と同様に図7のフローチャートの処理となる。   Next, in step S506, the CPU 201 of the information processing terminal 102 performs conversation number screen management processing. This process is the process of the flowchart of FIG. 7 similarly to step S312.

図7のフローチャートでは、情報処理端末102ではまだ会話番号が設定されていないはずなので、ステップS702とステップS704でそれぞれ無しの判断になり、ステップS705において会話番号が発番され、ステップS706においてセッションストレージに登録される。   In the flowchart of FIG. 7, since the conversation number should not be set yet in the information processing terminal 102, it is determined in step S702 and step S704 that there is none, the conversation number is issued in step S705, and the session storage is in step S706. Registered in

ステップS506の処理(図7の処理)が終わると、次にステップS507の処理へと遷移する。   When the process of step S506 (the process of FIG. 7) is finished, the process proceeds to step S507.

ステップS507において、情報処理端末101のCPU201は、作業指示画面の描画処理を行う。ブラウザ画面上にステップS503において受信した作業指示情報を画面上に表示する。表示された画面イメージを図19を参照して説明する。   In step S507, the CPU 201 of the information processing terminal 101 performs processing for drawing a work instruction screen. The work instruction information received in step S 503 is displayed on the browser screen. The displayed screen image will be described with reference to FIG.

図19は、本発明の実施形態における情報処理端末101のディスプレイ210に表示される作業指示確認画面の一例である。   FIG. 19 is an example of a work instruction confirmation screen displayed on the display 210 of the information processing terminal 101 according to the embodiment of the present invention.

図19の1900画面内のデータはボタン以外はグレーで色塗られており(1901)、データの修正などはできない仕様になっている。   The data in the 1900 screen of FIG. 19 is colored in gray except for the button (1901), which is a specification that can not be corrected.

図19が表示されている状況で作業場所登録ボタン1902が押下されると、次のステップS508へと処理を遷移する。図5のフローチャートの説明に戻る。   When the work place registration button 1902 is pressed in the situation where FIG. 19 is displayed, the process transitions to the next step S508. The description will return to the flowchart of FIG.

ステップS508において、情報処理端末のCPU201は、図19の画面上の作業場所登録ボタン1902の押下を受け付け、作業場所登録画面表示依頼を業務システムサーバ103に送信する。この依頼の送信の際に、ステップS503で取得した作業IDとステップS506で発番された会話番号情報を業務システムサーバ103に送信する。   In step S 508, the CPU 201 of the information processing terminal receives the pressing of the work place registration button 1902 on the screen of FIG. 19 and transmits a work place registration screen display request to the business system server 103. At the time of transmission of this request, the task ID acquired in step S 503 and the conversation number information issued in step S 506 are transmitted to the business system server 103.

次に、ステップS509において、業務システムサーバ103のCPU201は、情報処理端末101から表示依頼があったブラウザの画面に対する会話番号を設定する。この会話番号は、ステップS506で設定されたIDを継承する。詳細はステップS403と同様に図6で参照される処理であるため、説明は省略する。   Next, in step S 509, the CPU 201 of the business system server 103 sets a conversation number for the screen of the browser requested to be displayed by the information processing terminal 101. This conversation number inherits the ID set in step S506. The details are the processes referred to in FIG. 6 as in step S403, and thus the description thereof is omitted.

図5のステップS509において、会話番号が再確認されると、次のステップS510において、業務システムサーバ103のCPU201は、ステップS508で指定されたアプリケーションである「ORDER−WEB」(たとえば、図13の1312のレコードに対応)を起動し、作業場所情報をデータベースサーバ104から取得する処理を行う。   When the conversation number is reconfirmed in step S509 in FIG. 5, in the next step S510, the CPU 201 of the business system server 103 selects “ORDER-WEB” which is an application specified in step S508 (for example, Processing corresponding to the record 1312) and acquiring work place information from the database server 104.

その後、業務システムサーバ103が作業場所情報を取得するために、データベースサーバ104のCPU201は、ステップS550において、作業場所データベースからステップS508で取得した作業IDのデータの作業場所を検索する。検索する作業場所データベースの例を図15を参照して説明する。   Thereafter, in step S550, the CPU 201 of the database server 104 searches the work place of the data of the work ID acquired in step S508 from the work place database in order for the work system server 103 to acquire work place information. An example of the work place database to be searched will be described with reference to FIG.

図15は、本発明の実施形態における業務ロックの対象となる作業場所情報テーブルを示すテーブルの一例である。これら1レコード分のデータが業務ロックされるデータの例であり、同じデータベースを全て業務ロックしても良いし、該当レコードだけを業務ロックしても良い。   FIG. 15 is an example of a table showing a work place information table as a target of business task lock in the embodiment of the present invention. The data for one record is an example of data to be business locked, and all the same database may be business locked, or only the corresponding record may be business locked.

1501はステップS508で情報処理端末101から送信される作業IDであり、1502は作業予定日、1503は作業開始予定時間、1504は作業終了予定時間、1505はこのフローチャートで設定される作業場所である。作業員ユーザは1502から1505の時間と場所にて作業を行うことを作業場所データベースに登録する。図5のフローチャートの説明に戻る。   1501 is a work ID transmitted from the information processing terminal 101 in step S508, 1502 is a planned work date, 1503 is a planned work start time, 1504 is a planned work end time, and 1505 is a work place set in this flowchart. . The worker user registers in the work place database that work is to be performed at a time and place of 1502 to 1505. The description will return to the flowchart of FIG.

ステップS510において、作業場所情報を取得すると、次にステップS511において、作業場所データがロック可能かどうかの判断のため、データベースサーバ104に作業場所データベースが既にロックされているか、業務ロックデータテーブルを検索する命令を送信する。   In step S510, when the work place information is acquired, next, in step S511, the work place database is already locked in the database server 104 or the business lock data table is searched to determine whether the work place data can be locked. Send an instruction to

次に、ステップS551において、データベースサーバ104のCPU201は、業務ロックデータテーブルの中からステップS508で取得した作業ID(ロックキー)で、データ種別が「ORDERPLACE」であるデータを検索し、検索結果を業務システムサーバ103に送信する。   Next, in step S551, the CPU 201 of the database server 104 searches the task lock data table for data whose data type is "ORDERPLACE" using the work ID (lock key) acquired in step S508, and the search result is displayed. It is transmitted to the business system server 103.

ステップS511で業務ロックデータテーブルから、作業場所データを取得すると、次のステップS512において、業務システムサーバ103のCPU201は、該当する作業場所データをロックできるかどうかを判断する。ステップS511において業務ロックデータテーブルに、該当する作業IDのデータ種別が「ORDERPLACE」であるデータが見つからなかった場合は、その作業IDのデータベースはロックされていないので、業務ロックが可能である。一方、ステップS511において業務ロックデータテーブルに、該当する作業IDのデータ種別が「ORDERPLACE」であるデータがすでにある場合、すなわち、他のクライアントや他のブラウザ画面から既に作業場所データベースがアクセスされている場合は、業務ロックはできない。たとえば、作業場所データベースであるORDERPLACEデータが既に他のクライアントや他のブラウザ画面からアクセスされている場合は、図13の1311の行のように、1302のデータ種別が「ORDERPLACE」で、アクセスしている作業ID(ロックキー)が、たとえば「ORD201710_01」などと登録されている。この場合は、業務ロックはできないと判断される。   When work place data is acquired from the work lock data table in step S511, the CPU 201 of the work system server 103 determines whether or not the work place data can be locked in the next step S512. If no data in which the data type of the corresponding work ID is "ORDERPLACE" is not found in the task lock data table in step S511, the database of the work ID is not locked, so that the task can be locked. On the other hand, if there is already data in the task lock data table in step S511 whose data type of the corresponding work ID is "ORDERPLACE", that is, the work place database has already been accessed from another client or another browser screen. If you can not do business lock. For example, if the ORDERPLACE data, which is the work place database, is already accessed from another client or another browser screen, the data type of 1302 is "ORDERPLACE" and accessed as in line 1311 in FIG. For example, the work ID (lock key) is registered as “ORD201710_01”. In this case, it is determined that the task lock can not be made.

ステップS512において、業務システムサーバ103のCPU201は、業務ロックできるかどうかによってあとの処理を分ける。業務ロックできる場合(ステップS512で可)は、ステップS513へと処理を遷移し、業務ロックできない場合(ステップS512で不可)は、ステップS515へと処理を遷移する。ステップS515へと処理を進める場合の処理を先に説明する。   In step S512, the CPU 201 of the task system server 103 divides the subsequent processing depending on whether or not the task can be locked. If the task lock can be performed (Yes at step S512), the process transitions to step S513. If the task lock can not be performed (not available at step S512), the process transitions to step S515. The process in the case where the process proceeds to step S515 will be described first.

ステップS515へと処理をすすめると、業務システムサーバ103のCPU201は、該当の作業場所データのデータレコードもしくはデータベース自体を表示モードとして設定する。すなわち、該当データは既に他のクライアントもしくは他のブラウザ画面により使用されているため、データの参照のみを許可し、データの修正を許可しない表示モードとして、次のステップS516に処理を進める。   When the process proceeds to step S515, the CPU 201 of the business system server 103 sets the data record of the corresponding work place data or the database itself as the display mode. That is, since the corresponding data is already used by another client or another browser screen, only display of the data is permitted, and the process proceeds to the next step S516 as a display mode in which correction of the data is not permitted.

一方、ステップS512において、ロック可能の処理(ステップS512の可)へと処理を遷移し、ステップS513へと進めた場合の処理を説明する。業務システムサーバ103のCPU201は、ステップS513において、データベースサーバ104に、作業場所データベースのロック(排他制御)を登録するデータを送信する。図13の1レコード分のデータ(たとえば、図13の1311行が当初なければ、1311の行のデータ)がデータベースサーバ104に送信される。   On the other hand, in step S512, the process transitions to the lockable process (Yes in step S512), and the process proceeds to step S513. In step S513, the CPU 201 of the business system server 103 transmits, to the database server 104, data for registering a lock (exclusive control) of the work place database. Data for one record in FIG. 13 (for example, data in line 1311 if line 1311 in FIG. 13 is not initially received) is sent to the database server 104.

ステップS553において、データベースサーバ104のCPU201は、業務システムサーバ103により送信された図13の1レコード分のデータ(たとえば、図13の1311行のレコード)を業務ロックデータテーブルに登録する。この業務ロックデータテーブル図13にデータが登録されると、他のクライアントや他のブラウザ画面からの編集アクセスを禁止することができる。   In step S553, the CPU 201 of the database server 104 registers the data for one record in FIG. 13 (for example, the record in line 1311 in FIG. 13) transmitted by the business system server 103 in the task lock data table. When data is registered in the task lock data table 13 shown in FIG. 13, editing access from other clients or other browser screens can be prohibited.

ステップS513の処理が終了すると、現在アクセスしているユーザで同じ会話番号を有するブラウザからのデータ編集は可能とさせるために、次にステップS514において、業務システムサーバ103のCPU201は、作業場所データベースの該当作業員IDのデータを編集可能な編集モードとして設定する。   When the process of step S513 is completed, the CPU 201 of the business system server 103 checks the work area database in step S514 in order to enable data editing from a browser having the same conversation number by the currently accessed user. Set the data of the corresponding worker ID as an editable mode that can be edited.

次に、ステップS516において、業務システムサーバ103のCPU201は、ステップS513で登録したデータと共に、作業場所登録画面を描画する指示を情報処理端末101に送信(指示)する。   Next, in step S516, the CPU 201 of the business system server 103 transmits (instructions) to the information processing terminal 101 an instruction to draw a work area registration screen together with the data registered in step S513.

次に、ステップS517において、情報処理端末101のCPU201は、業務システムサーバ103から、ステップS516で送信されたデータを受信する。   Next, in step S517, the CPU 201 of the information processing terminal 101 receives the data transmitted in step S516 from the business system server 103.

次に、ステップS518において、情報処理端末101のCPU201は、会話番号画面管理処理を行う。この処理は、ステップS312と同様に図7のフローチャートの処理となる。説明は省略する。   Next, in step S518, the CPU 201 of the information processing terminal 101 performs conversation number screen management processing. This process is the process of the flowchart of FIG. 7 similarly to step S312. The description is omitted.

ステップS518の処理(図7の処理)が終わると、次にステップS519の処理へと遷移する。   When the process of step S518 (the process of FIG. 7) is finished, the process proceeds to step S519.

ステップS519において、情報処理端末101のCPU201は、作業場所登録画面の描画処理を行う。ブラウザ画面上にステップS517において受信した作業場所情報を画面上に表示する。表示された画面イメージを図20を参照して説明する。   In step S519, the CPU 201 of the information processing terminal 101 performs processing for drawing a work place registration screen. The work place information received in step S517 is displayed on the browser screen. The displayed screen image will be described with reference to FIG.

図20は、本発明の実施形態における情報処理端末101のディスプレイ210に表示される作業場所登録画面の一例である。   FIG. 20 is an example of a work place registration screen displayed on the display 210 of the information processing terminal 101 according to the embodiment of the present invention.

図20の2000画面内にあるグレーで色塗られた部分2001は、予め入力されている作業IDであり、作業員ユーザはこの画面では変更できない。作業予定日や場所の入力欄2002は当初は空欄であり、作業員ユーザが2000の画面が表示された段階で作業予定開始日時や作業場所を入力する。その後、登録ボタン2003を押下すると、最終的に、図15の1行目のレコードのように、データベースサーバ104の作業場所データベースに登録される。   The gray-colored part 2001 in the screen 2000 of FIG. 20 is a work ID inputted in advance, and the worker user can not change it on this screen. The planned work date and place input column 2002 is initially blank, and the worker user inputs the planned work start date and work place at the stage when the screen of 2000 is displayed. After that, when the registration button 2003 is pressed, it is finally registered in the work place database of the database server 104 as shown in the first line of FIG.

以上の処理により、複数のデータベースにアクセスする際に各ブラウザ毎、或いは同じブラウザソフト内でもタブによって別れているブラウザ毎に会話番号を有することで、それぞれのブラウザ毎にアクセスしているデータベースを管理することが出来、複数のブラウザを並行して処理する場合であっても、データの排他制御を問題なく行うことができる。   By the above processing, when accessing a plurality of databases, by having a conversation number for each browser or for each browser separated by tabs even in the same browser software, the database accessed for each browser is managed Even when processing a plurality of browsers in parallel, exclusive control of data can be performed without any problem.

次に、ブラウザの画面遷移が所定の順序通りではなく、元の画面に戻る場合の処理を図8を参照して説明する。   Next, processing when the screen transition of the browser is not in the predetermined order and returns to the original screen will be described with reference to FIG.

図8は、本発明の実施形態における情報処理システムの作業指示画面戻りの制御処理手段の一例を示すフローチャートである。この処理は、操作者が使用する情報処理端末101のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 8 is a flowchart showing an example of control processing means for returning a work instruction screen of the information processing system according to the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal 101 used by the operator, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 expanding and executing programs stored in the respective ROMs 203 etc. in the RAM 202 and executing them. Be done.

図8のフローチャートは、業務管理者が図18のような画面を入力している際に、一つ前の画面に遷移させるため、1804の「戻る」ボタンを押下した際に開始される処理の流れである。   The flowchart in FIG. 8 is a process that is started when the “Return” button in 1804 is pressed to cause the screen to transition to the previous screen while the business manager is inputting the screen as shown in FIG. 18. It is a flow.

まず、ステップS801において、情報処理端末101のCPU201は、ブラウザ画面の「戻る」ボタンの押下を受け付け、作業員紐付け画面から作業指示画面に戻す処理を受け付ける。この処理を受け付けると、情報処理端末101は、現在開いている画面情報(図18の場合、図13の2行目のレコードデータ)を業務システムサーバ103に送信する。   First, in step S801, the CPU 201 of the information processing terminal 101 receives pressing of the “Return” button on the browser screen, and receives processing for returning from the worker tying screen to the work instruction screen. When this process is received, the information processing terminal 101 transmits the currently open screen information (record data in the second line of FIG. 13 in the case of FIG. 18) to the business system server 103.

次に、ステップS802において、業務システムサーバ103のCPU201は、ステップS801で戻ることになった画面に関係するデータベースの排他制御を解除する処理を行う。そのために、データベースサーバ104にある業務ロックデータテーブルの内の、ステップS801で戻ることになった画面に関係する業務ロックデータを削除する命令をデータベースサーバ104に送信する。削除する業務ロックデータを特定するために、ロックキーやデータ種別、ログインID、会話番号をデータベースサーバ104に送信する。   Next, in step S802, the CPU 201 of the business system server 103 performs processing for releasing exclusive control of the database related to the screen returned in step S801. To that end, an instruction to delete task lock data related to the screen returned in step S801 in the task lock data table in the database server 104 is sent to the database server 104. In order to specify the task lock data to be deleted, the lock key, the data type, the login ID, and the conversation number are transmitted to the database server 104.

データベースサーバ104のCPU201は、ステップS842において、業務ロックデータ削除命令を受けて、該当する業務ロックデータを削除する。業務ロックデータが削除されると、その中に登録されていたデータベース(図13の1302)は他のクライアントや他のブラウザなどで編集アクセス可能になる。   In step S842, the CPU 201 of the database server 104 receives the task lock data deletion instruction, and deletes the corresponding task lock data. When the task lock data is deleted, the database (1302 in FIG. 13) registered therein can be edited and accessed by other clients or other browsers.

次に、ステップS803において、業務システムサーバ103のCPU201は、遷移(戻る)画面である作業指示画面を表示するための情報をデータベースサーバ104から取得する処理を行う。   Next, in step S 803, the CPU 201 of the business system server 103 performs processing for acquiring, from the database server 104, information for displaying a work instruction screen which is a transition (return) screen.

データベースサーバ104のCPU201は、ステップS843において、ステップS801で取得した業務ロックデータ(図18の場合、図13の2行目のレコードデータ)の作業ID(ロックキー)1301を業務システムサーバ103から取得し、該当する作業指示情報を業務システムサーバ103に送信する。   In step S 843, the CPU 201 of the database server 104 acquires from the business system server 103 the work ID (lock key) 1301 of the business lock data acquired in step S 801 (the record data in the second row of FIG. Then, the corresponding work instruction information is transmitted to the business system server 103.

ステップS803において、作業指示情報を受信する(図18の場合、図14の1行目のレコードデータ)と、次のステップS804において、業務システムサーバ103のCPU201は、ステップ803で取得したデータを元に、作業指示画面を描画する指示を情報処理端末101に送信(指示)する。   In step S803, when the work instruction information is received (in the case of FIG. 18, the record data in the first line of FIG. 14), in the next step S804, the CPU 201 of the business system server 103 uses the data acquired in step 803 as the original. Then, the instruction to draw the work instruction screen is transmitted (instruction) to the information processing terminal 101.

次に、ステップS805において、情報処理端末101のCPU201は、業務システムサーバ103から、ステップS804で送信されたデータを受信する。   Next, in step S805, the CPU 201 of the information processing terminal 101 receives the data transmitted in step S804 from the business system server 103.

次に、ステップS806において、情報処理端末101のCPU201は、会話番号画面管理処理を行う。この処理は、ステップS312と同様に図7のフローチャートの処理となる。説明は省略する。   Next, in step S806, the CPU 201 of the information processing terminal 101 performs conversation number screen management processing. This process is the process of the flowchart of FIG. 7 similarly to step S312. The description is omitted.

ステップS806の処理(図7の処理)が終わると、次にステップS807の処理へと遷移する。   When the process of step S806 (the process of FIG. 7) is completed, the process proceeds to step S807.

ステップS807において、情報処理端末101のCPU201は、作業指示画面の描画処理を行う。ブラウザ画面上にステップS805において受信した作業指示情報を画面上に表示する。表示される画面イメージ例は図17である。   In step S 807, the CPU 201 of the information processing terminal 101 performs processing for drawing a work instruction screen. The work instruction information received in step S805 is displayed on the browser screen. An example of the displayed screen image is shown in FIG.

以上の処理により、遷移する画面が戻る場合も、業務ロックデータを削除することにより、データベースのロックを解除することができる。   By the above processing, even when the screen to transition returns, the database lock can be released by deleting the task lock data.

次に、業務管理者もしくは作業員ユーザがブラウザ画面を閉じる処理をする際に実行される処理を図9を参照して説明する。   Next, the process executed when the task manager or the worker user closes the browser screen will be described with reference to FIG.

図9は、本発明の実施形態における情報処理システムのブラウザ画面終了の制御処理手段の一例を示すフローチャートである。この処理は、情報処理端末のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 9 is a flowchart showing an example of control processing means for ending the browser screen of the information processing system according to the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 developing programs stored in the respective ROMs 203 and the like in the RAM 202 and executing them.

図9のフローチャートは、業務管理者もしくは作業員ユーザがブラウザ画面を閉じる操作をすると開始される処理の流れである。   The flowchart of FIG. 9 is a flow of processing that is started when the operation manager or the worker user operates to close the browser screen.

まず、ステップS901において、情報処理端末のCPU201は、ユーザからのブラウザ画面終了処理を受け付ける。ブラウザ画面の終了処理は、ブラウザソフト自体を閉じる処理でも良いし、タブで表示されているブラウザ画面のみを閉じる処理でも良い。   First, in step S901, the CPU 201 of the information processing terminal receives browser screen end processing from the user. The end process of the browser screen may be a process of closing the browser software itself or a process of closing only the browser screen displayed on the tab.

次に、ステップS902において、情報処理端末のCPU201は、閉じられるブラウザの会話番号を業務システムサーバ103に送信し、ブラウザ画面を終了することを通知する。その後、ステップS904において、情報処理端末のCPU201は、通常のブラウザの終了処理を行う。   Next, in step S902, the CPU 201 of the information processing terminal transmits the conversation number of the browser to be closed to the business system server 103, and notifies that the browser screen is ended. Thereafter, in step S904, the CPU 201 of the information processing terminal performs normal browser termination processing.

通知を受けた業務システムサーバ103のCPU201は、ステップS903において、ステップS902から受信した会話番号に関するデータベースのロックを解除する処理を行う。具体的には、データベースサーバ104にある業務ロックデータの内、ステップS902から受信した会話番号を持つデータを削除させる命令をデータベースサーバ104に送信する。   In step S903, the CPU 201 of the business system server 103 that has received the notification performs processing to release the lock on the database related to the conversation number received from step S902. Specifically, of the task lock data in the database server 104, an instruction to delete data having the conversation number received from step S902 is transmitted to the database server 104.

データベースサーバ104のCPU201は、ステップS943において、データを削除する命令を受信すると、該当の会話番号の業務ロックデータを業務ロックデータテーブルから削除する。   In step S943, when the CPU 201 of the database server 104 receives an instruction to delete data, the CPU 201 deletes task lock data of the corresponding conversation number from the task lock data table.

以上の処理により、データベースアクセスを終了させずにブラウザ画面を終了させた場合でもデータベースサーバ104のデータベースをロックさせたまま終了することを防ぐことができる。   By the above processing, even when the browser screen is ended without ending the database access, it is possible to prevent the ending with the database of the database server 104 locked.

次に、業務管理者もしくは作業員ユーザがブラウザ画面からログアウト処理を実行した際の処理を図10を参照して説明する。   Next, the process when the business manager or the worker user executes the logout process from the browser screen will be described with reference to FIG.

図10は、本発明の実施形態における情報処理システムのログアウト処理時の制御処理手段の一例を示すフローチャートである。この処理は、情報処理端末のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 10 is a flowchart showing an example of control processing means at the time of logout processing of the information processing system according to the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 developing programs stored in the respective ROMs 203 and the like in the RAM 202 and executing them.

図10のフローチャートは、業務管理者もしくは作業員ユーザが情報処理端末からログアウト、もしくはブラウザ内でアクセスしているサイトをログアウトしようとした際に開始される処理の流れである。   The flowchart in FIG. 10 is a flow of processing that is started when a business manager or a worker user logs out from the information processing terminal or logs out a site accessed in a browser.

まず、ステップS1001において、情報処理端末のCPU201は、ユーザからのログアウト処理を受け付ける。ログアウト処理は情報処理端末からのログアウトでも良いし、Webサーバの特定のサイトからのログアウト処理でも良い。   First, in step S1001, the CPU 201 of the information processing terminal receives a logout process from the user. The logout process may be a logout from the information processing terminal, or may be a logout process from a specific site of the Web server.

次に、ステップS1002において、情報処理端末のCPU201は、ログアウトされるログインIDを業務システムサーバ103に送信し、ログアウト処理を業務システムサーバ103に通知する。   Next, in step S1002, the CPU 201 of the information processing terminal transmits the log-in ID to which the user is logged out to the business system server 103, and notifies the business system server 103 of the logout process.

通知を受けた業務システムサーバ103のCPU201は、ステップS1003において、ステップS1002から受信したログインIDに関するデータベースのロックを解除する処理を行う。具体的には、データベースサーバ104にある業務ロックデータの内、ステップS1002から受信したログインIDを持つデータを削除させる命令をデータベースサーバ104に送信する。   In step S1003, the CPU 201 of the business system server 103 that has received the notification performs processing to release the lock on the database related to the login ID received from step S1002. Specifically, of the task lock data in the database server 104, an instruction to delete the data having the login ID received from step S1002 is transmitted to the database server 104.

データベースサーバ104のCPU201は、ステップS1043において、データを削除する命令を受信すると、該当のログインIDの業務ロックデータを業務ロックデータテーブルから削除する。   In step S1043, when the CPU 201 of the database server 104 receives an instruction to delete data, the CPU 201 deletes task lock data of the corresponding login ID from the task lock data table.

次に、業務システムサーバ103のCPU201は、ステップS1004において、通常のWebサイトのログアウト処理を実施する。なお、情報処理端末のログアウトの場合は、情報処理端末の通常のログアウト処理を実施する。   Next, in step S1004, the CPU 201 of the business system server 103 carries out a normal web site logout process. In the case of logout of the information processing terminal, normal logout processing of the information processing terminal is performed.

以上の処理により、データベースアクセスを終了させずにログアウトした場合でもデータベースサーバ104のデータベースをロックさせたまま終了することを防ぐことができる。   By the above processing, even when logging out without ending database access, it is possible to prevent termination while the database of the database server 104 is locked.

次に、業務システムサーバ103のアプリケーションを終了させた際の処理を図11を参照して説明する。   Next, processing when an application of the business system server 103 is terminated will be described with reference to FIG.

図11は、本発明の実施形態における情報処理システムのアプリケーション終了処理時の制御処理手段の一例を示すフローチャートである。この処理は、情報処理端末のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 11 is a flowchart showing an example of control processing means at the time of application termination processing of the information processing system in the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 developing programs stored in the respective ROMs 203 and the like in the RAM 202 and executing them.

図11のフローチャートは、業務管理者など業務システムサーバ103のアプリケーションを停止させる際に開始される処理の流れである。   The flowchart of FIG. 11 is a flow of processing started when stopping an application of the business system server 103 such as a business manager.

まず、ステップS1101において、業務システムサーバ103のCPU201は、業務管理者などからアプリケーションを停止する指示を検知する。なお、このアプリケーション停止の検知は、ユーザによる情報処理端末からの指示でも良いし、サーバに備え付けている無停電電源装置(UPS)などの指示でも良い。   First, in step S1101, the CPU 201 of the business system server 103 detects an instruction to stop an application from a business manager or the like. The detection of the application stop may be an instruction from the information processing terminal by the user, or an instruction from an uninterruptible power supply (UPS) or the like provided in the server.

次に、業務システムサーバ103のCPU201は、ステップS1102において、終了させるアプリケーションに関するデータベースのロックを解除する処理を行う。具体的には、データベースサーバ104にある業務ロックデータの内、業務システムサーバ103のサーバ名と、終了させるアプリケーション名とが一致すると業務ロックデータを削除させる命令をデータベースサーバ104に送信する。   Next, in step S1102, the CPU 201 of the business system server 103 performs processing for releasing the lock on the database related to the application to be terminated. Specifically, when the server name of the business system server 103 among the business lock data in the database server 104 matches the application name to be terminated, an instruction to delete the business lock data is transmitted to the database server 104.

データベースサーバ104のCPU201は、ステップS1142において、データを削除する命令を受信すると、該当のサーバ名・アプリケーション名の業務ロックデータを業務ロックデータテーブルから削除する。   In step S1142, when the CPU 201 of the database server 104 receives an instruction to delete data, the CPU 201 deletes task lock data of the corresponding server name and application name from the task lock data table.

次に、業務システムサーバ103のCPU201は、ステップS1103において、通常のアプリケーションを停止させる処理を実施する。   Next, the CPU 201 of the business system server 103 executes processing for stopping a normal application in step S1103.

以上の処理により、データベースアクセスを終了させずに業務システムサーバ103のアプリケーションを終了させた場合でもデータベースサーバ104のデータベースをロックさせたまま終了することを防ぐことができる。   By the above processing, even when the application of the business system server 103 is ended without ending the database access, it is possible to prevent the ending while the database of the database server 104 is locked.

次に、業務ロックの確認や強制的に解除する際の処理を図12のフローチャートを参照して説明する。   Next, processing when confirming or forcibly releasing a task lock will be described with reference to the flowchart of FIG.

図12は、本発明の実施形態における情報処理システムの業務ロック強制解除の制御処理手段の一例を示すフローチャートである。この処理は、情報処理端末101のCPU201、業務システムサーバ103のCPU201、及びデータベースサーバ104のCPU201がそれぞれのROM203等に格納されたプログラムをRAM202に展開して実行することにより実現される。   FIG. 12 is a flowchart showing an example of control processing means of task lock forced release of the information processing system in the embodiment of the present invention. This process is realized by the CPU 201 of the information processing terminal 101, the CPU 201 of the business system server 103, and the CPU 201 of the database server 104 expanding programs stored in the respective ROMs 203 and the like to the RAM 202 and executing them.

図12のフローチャートは、業務管理者などが業務ロック状況を確認する際、あるいは、何らかの原因で業務ロックが残ってしまったときに解除する、もしくは早急の対応が必要なデータの場合に多少の問題が出ても業務ロックを強制的に奪う際などに開始される処理の流れである。   The flowchart in FIG. 12 shows some problems in the case where the business manager or the like confirms the business lock status, or releases the business lock when the business lock remains for some reason, or in the case of data requiring immediate action. Is a process flow that is started when, for example, the business lock is forcibly taken.

まず、ステップS1201において、情報処理端末101のCPU201は、業務ロックデータ閲覧画面を表示する依頼を業務システムサーバ103に送信する。   First, in step S 1201, the CPU 201 of the information processing terminal 101 transmits a request for displaying a task lock data browsing screen to the task system server 103.

次に、ステップS1202において、業務システムサーバ103のCPU201は、データベースサーバ104の有する業務ロックデータを全て、もしくは業務システムサーバ103のアプリケーションだけ取得する命令をデータベースサーバ104に送信する。   Next, in step S 1202, the CPU 201 of the business system server 103 transmits, to the database server 104, an instruction to acquire all the business lock data possessed by the database server 104 or only the application of the business system server 103.

業務ロックデータを送信する命令を受けたデータベースサーバ104のCPU201は、ステップS1242において、業務ロックデータテーブルのデータを業務システムサーバ103に送信する。   In step S 1242, the CPU 201 of the database server 104 that has received the command to transmit the task lock data transmits the data of the task lock data table to the task system server 103.

業務システムサーバ103のCPU201は、ステップS1202で業務ロックデータテーブルのデータを受信すると、次のステップS1203において、情報処理端末101に業務ロックデータ閲覧画面を描画する指示を情報処理端末101に送信(指示)する。   When the CPU 201 of the business system server 103 receives the data of the business lock data table in step S1202, the CPU 201 transmits an instruction to draw the business lock data browsing screen on the information processing terminal 101 to the information processing terminal 101 in the next step S1203 (instruction ).

次に、ステップS1204において、情報処理端末101のCPU201は、業務強制ロック解除画面をディスプレイ210に表示する。表示された画面イメージを図21を参照して説明する。   Next, in step S 1204, the CPU 201 of the information processing terminal 101 displays a business forcible lock release screen on the display 210. The displayed screen image will be described with reference to FIG.

図21は、本発明の実施形態における情報処理端末101のディスプレイ210に表示される業務ロックデータ閲覧画面の一例である。   FIG. 21 is an example of a task lock data browsing screen displayed on the display 210 of the information processing terminal 101 according to an embodiment of the present invention.

図21の2100画面内にあるデータリスト2101が現在管理されている業務ロックのデータであり、このリストを業務管理者などが確認して、業務ロックの状況を把握するための画面イメージである。   A data list 2101 in the 2100 screen of FIG. 21 is data of a task lock currently managed, and a screen image for confirming the status of the task lock by the task manager or the like confirming this list.

2100には、業務ロックを強制解除するボタン2102を備えていて、業務管理者などが指定した業務ロックを強制的に解除することができるボタンである。図12のフローチャートの説明に戻る。   A button 2102 for forcibly releasing the task lock is provided in 2100, and the button can forcibly release the task lock designated by the task manager or the like. It returns to description of the flowchart of FIG.

次のステップS1205において、情報処理端末101のCPU201は、ユーザから図示していないマウスなどにより2101のリストの1行、もしくは複数行の選択を受け付ける。   In the next step S1205, the CPU 201 of the information processing terminal 101 receives the selection of one line or a plurality of lines of the list 2101 from the user using a mouse or the like (not shown).

ステップS1205で選択を受け付けたリストの行を他の行と区別して表示させるために、ステップS1206において、情報処理端末101のCPU201は、ステップS1205で選択されたリスト(行)を他のリストと識別可能に表示する(図示していない)。   In step S1206, the CPU 201 of the information processing terminal 101 identifies the list (line) selected in step S1205 with the other list in order to distinguish and display the lines of the list for which selection has been received in step S1205 from other lines. Displayable (not shown).

次に、ステップS1207において、情報処理端末101のCPU201は、図21に表記されているような強制解除ボタン2102の押下を受け付ける。   Next, in step S1207, the CPU 201 of the information processing terminal 101 receives pressing of the forcible release button 2102 as shown in FIG.

次に、ステップS1208において、情報処理端末101のCPU201は、ステップS1205で選択されたリストの業務ロックの解除を命じる処理を業務システムサーバ103に送信する。業務ロック解除の命令を送信する際に、業務システムサーバ103には、ロックキー1301、ログインID1303、会話番号1305などを送信する。   Next, in step S1208, the CPU 201 of the information processing terminal 101 transmits, to the business system server 103, processing for commanding the release of the business lock of the list selected in step S1205. When transmitting a task lock release command, the task system server 103 transmits a lock key 1301, a login ID 1303, a conversation number 1305, and the like.

業務ロック解除命令を受信した業務システムサーバ103のCPU201は、次のステップS1209において、ステップS1208により送られてきた情報に該当する業務ロックデータを削除する命令をデータベースサーバ104に送信する。   In the next step S1209, the CPU 201 of the business system server 103 that has received the business lock release command transmits, to the database server 104, an instruction to delete the business lock data corresponding to the information sent in step S1208.

業務データロックの削除命令を受信したデータベースサーバ104のCPU201は、ステップS1249において、該当する業務ロックデータを業務ロックデータテーブルから削除する。   In step S1249, the CPU 201 of the database server 104 that has received the job data lock deletion instruction deletes the corresponding job lock data from the job lock data table.

次に、業務システムサーバ103のCPU201は、ステップS1210において、再度データベースサーバ104の有する業務ロックデータを全て、もしくは業務システムサーバ103のアプリケーションだけ取得する命令をデータベースサーバ104に送信する。   Next, in step S1210, the CPU 201 of the business system server 103 transmits to the database server 104 an instruction to acquire all the business lock data possessed by the database server 104 or only the application of the business system server 103 again.

業務ロックデータを送信する命令を受けたデータベースサーバ104のCPU201は、ステップS1242において、削除された業務ロックデータテーブルのデータを業務システムサーバ103に再び送信する。   In step S 1242, the CPU 201 of the database server 104 that has received the command to transmit the task lock data transmits the data of the deleted task lock data table to the task system server 103 again.

次に、業務システムサーバ103のCPU201は、ステップS1210で受信した業務ロックデータを、ステップS1211において、情報処理端末101に再び業務ロックデータ閲覧画面として描画する指示を情報処理端末101に送信(指示)する。   Next, the CPU 201 of the business system server 103 transmits an instruction to the information processing terminal 101 to draw the business lock data received in step S1210 again as a business lock data browsing screen on the information processing terminal 101 in step S1211 (instruction) Do.

次に、ステップS1212において、情報処理端末101のCPU201は、再び業務強制ロック解除画面をディスプレイ210に表示する。表示された画面イメージからは、ステップS1205で選択された業務ロックデータは削除されている。   Next, in step S 1212, the CPU 201 of the information processing terminal 101 displays the business forcible lock release screen on the display 210 again. The task lock data selected in step S1205 is deleted from the displayed screen image.

以上の処理により、業務管理者などのユーザが、誰が業務ロックをしているのかを確認したい場合に容易に確認することができる。また、何らかの原因で業務ロックが残ってしまっている場合や、急遽業務ロックを解除しなければならない場合に、業務ロックを容易に解除することを可能とする。   By the above processing, when a user such as a business manager wants to check who is locking a business, it can be easily confirmed. In addition, it is possible to easily release the business lock when the business lock remains for some reason or when it is necessary to release the business lock suddenly.

以上の処理により、セッションIDを利用せずに、同一端末及び同一セッションでの複数ウィンドウを並行して処理する場合であっても、データの排他制御を問題なく行うことができ、また、データベースとのセッションを終了させずブラウザを閉じたり、ログアウトさせたりした際でも、業務ロックを自動的に解除することにより、データベースがロックされたままになることを防ぐことができる。   By the above processing, exclusive control of data can be performed without any problem even when processing a plurality of windows in the same terminal and the same session in parallel without using a session ID, and also with a database Even when the browser is closed or logged out without closing the session, the database can be prevented from remaining locked by automatically releasing the business lock.

さらに、業務ロックが何らかの原因で接続されたままになった場合でも、業務ロックデータを削除するだけで業務ロックを解除することができる。   Furthermore, even if the business lock remains connected for some reason, the business lock can be released simply by deleting the business lock data.

以上、実施形態例を詳述したが、本発明は、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能である。   As mentioned above, although the example of an embodiment was explained in full detail, the present invention can take an embodiment as a method, a program, a recording medium, etc.

また、本発明におけるプログラムは、各処理方法をコンピュータが実行可能(読み取り可能)なプログラムであり、本発明の記録媒体は、各処理方法をコンピュータが実行可能なプログラムが記憶されている。   Further, the program in the present invention is a program that allows a computer to execute (read) a processing method, and the recording medium of the present invention stores a program that enables a computer to execute each processing method.

なお、本発明におけるプログラムは、各装置の処理方法ごとのプログラムであってもよい。   The program in the present invention may be a program for each processing method of each device.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムを読取り実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, the recording medium recording the program for realizing the functions of the above-described embodiments is supplied to the system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the program stored in the recording medium. It goes without saying that the object of the present invention can be achieved also by reading and executing.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記憶した記録媒体は本発明を構成することになる。   In this case, the program itself read out from the recording medium realizes the novel function of the present invention, and the recording medium storing the program constitutes the present invention.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク,ハードディスク,光ディスク,光磁気ディスク,CD−ROM,CD−R,DVD−ROM,磁気テープ,不揮発性のメモリカード,ROM,EEPROM,シリコンディスク等を用いることができる。   As a recording medium for supplying the program, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD-ROM, magnetic tape, non-volatile memory card, ROM, EEPROM, silicon A disk etc. can be used.

また、コンピュータが読み出したプログラムを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program read by the computer, not only the functions of the above-described embodiment are realized, but also an operating system (OS) or the like running on the computer is actually It goes without saying that the processing is partially or entirely performed, and the processing realizes the functions of the above-described embodiments.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program read from the recording medium is written to the memory provided to the function expansion board inserted into the computer or the function expansion unit connected to the computer, the function expansion board or the function expansion board is It goes without saying that the case is also included where the CPU or the like provided in the function expansion unit performs part or all of the actual processing, and the processing of the above-described embodiment is realized by the processing.

また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   It goes without saying that the present invention can also be applied to the case where it is achieved by supplying a program to a system or apparatus. In this case, by reading a recording medium storing a program for achieving the present invention into the system or apparatus, the system or apparatus can receive the effects of the present invention.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ,データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Furthermore, by downloading and reading a program for achieving the present invention from a server on a network, a database or the like by a communication program, the system or apparatus can receive the effects of the present invention.

なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。   In addition, the structure which combined each embodiment mentioned above and its modification is also contained in this invention altogether.

101 情報処理端末
102 情報処理端末
103 業務システムサーバ
104 データベースサーバ
105 ネットワーク
101 information processing terminal 102 information processing terminal 103 business system server 104 database server 105 network

Claims (9)

情報処理端末から表示要求されるブラウザ画面毎に管理される記憶部を備え、
前記記憶部で管理されるデータを前記ブラウザ画面毎に登録するデータ登録部を有する前記情報処理端末と、データベースサーバとに接続可能な情報処理サーバであって、
前記記憶部に前記ブラウザ画面毎にユニークなIDを付与するID付与手段と、
前記ブラウザ画面の表示時に接続される前記データベースサーバ内のデータベースと、該ブラウザ画面に付与された前記IDを紐付けるデータベースID紐付け手段と、
前記ブラウザ画面の表示中に接続される前記データベースサーバ内のデータベースを排他制御するデータベース排他制御手段と、
前記ブラウザ画面を終了する際に、前記ブラウザ画面に付与されたIDで紐付けられてデータベースの排他制御を解除させる第1のデータベース排他解除命令手段と、
を有することを特徴とする情報処理サーバ。
A storage unit managed for each browser screen requested to be displayed from the information processing terminal;
An information processing server connectable to the information processing terminal having a data registration unit for registering data managed by the storage unit for each browser screen, and a database server,
ID assigning means for assigning a unique ID to each of the browser screens in the storage unit;
A database in the database server connected at the time of display of the browser screen, and a database ID associating means for associating the ID given to the browser screen;
Database exclusive control means for exclusively controlling a database in the database server connected while the browser screen is displayed;
A first database exclusion cancel instruction unit that is linked with an ID given to the browser screen and terminates exclusion control of the database when the browser screen is ended;
An information processing server characterized by having:
前記記憶部に前記ブラウザ画面毎に情報処理端末でログインされたログインIDを受信し、登録するログインID登録手段と、
前記ログインID登録手段により登録されたログインIDを情報処理端末がログアウトする際に、前記記憶部に登録されている前記ブラウザ画面に付与されたログインIDで紐付けられているデータベースの排他制御を解除させる第2のデータベース排他解除命令手段と、
を有することを特徴とする請求項1に記載の情報処理サーバ。
Login ID registration means for receiving and registering a login ID logged in at the information processing terminal for each browser screen in the storage unit;
When the information processing terminal logs out the login ID registered by the login ID registration means, exclusive control of the database linked with the login ID assigned to the browser screen registered in the storage unit is cancelled. Second database exclusion release instruction means for causing
The information processing server according to claim 1, comprising:
前記記憶部に情報処理サーバにおいて起動されているアプリケーションの名前を登録するアプリケーション名登録手段と、
前記情報処理サーバにおいて、前記アプリケーションを終了する際に、前記記憶部に登録されているアプリケーション名で紐付けられているデータベースの排他制御を解除させる第3のデータベース排他解除命令手段と
を有することを特徴とする請求項1に記載の情報処理サーバ。
Application name registration means for registering the name of the application activated in the information processing server in the storage unit;
The information processing server may further include third database exclusion release instruction means for releasing exclusive control of the database linked with the application name registered in the storage unit when the application is terminated. The information processing server according to claim 1, characterized in that
前記記憶部は、前記ブラウザ画面のタブで分割されたタブブラウザの画面毎に管理されることを特徴とする請求項1に記載の情報処理サーバ。   The information processing server according to claim 1, wherein the storage unit is managed for each screen of a tab browser divided by tabs of the browser screen. 前記記憶部に記憶された情報を前記情報処理端末に送信する記憶部情報送信手段と、
前記記憶部情報送信手段により送信された情報を前記情報処理端末に表示制御させる情報表示制御手段と、
前記情報処理端末より、前記情報表示制御手段で表示制御されたデータベースの中から、排他解除の処理を受け付けるデータベースを特定する排他解除データベース特定手段と、
前記排他解除データベース特定手段により特定されたデータベースの排他制御を解除させる第4のデータベース排他解除命令手段と
を有することを特徴とする請求項1ないし4に記載の情報処理サーバ。
Storage unit information transmission means for transmitting the information stored in the storage unit to the information processing terminal;
An information display control unit that causes the information processing terminal to display and control the information transmitted by the storage unit information transmission unit;
An exclusion release database specifying unit that specifies a database that receives an exclusion release process from the databases whose display is controlled by the information display control unit from the information processing terminal;
The information processing server according to any one of claims 1 to 4, further comprising: a fourth database exclusion release instructing unit configured to release exclusive control of the database specified by the exclusion release database specifying unit.
情報処理端末とデータベースサーバと情報処理サーバとからなる情報処理システムであって、
前記情報処理サーバは、
前記情報処理端末から表示要求されるブラウザ画面毎に管理される記憶部を有し、
前記記憶部に前記ブラウザ画面毎にユニークなIDを付与するID付与手段と、
前記ブラウザ画面の表示時に接続される前記データベースサーバ内のデータベースと、該ブラウザ画面に付与された前記IDを紐付けるデータベースID紐付け手段と、
前記ブラウザ画面の表示中に接続される前記データベースサーバ内のデータベースを排他制御するデータベース排他制御手段と、
前記ブラウザ画面を終了する際に、前記ブラウザ画面に付与されたIDで紐付けられてデータベースの排他制御を解除させる第1のデータベース排他解除命令手段と、
を備え、
前記情報処理端末は、
前記記憶部で管理されるデータを前記ブラウザ画面毎に登録するデータ登録手段を有し、
前記データベースサーバは、
前記第1のデータベース排他解除命令手段を受けて、前記終了するブラウザ画面に付与されたIDで紐付けられてデータベースの排他制御を解除するデータベース排他解除手段、
を有することを特徴とする情報処理システム。
An information processing system comprising an information processing terminal, a database server, and an information processing server,
The information processing server is
A storage unit managed for each browser screen requested to be displayed from the information processing terminal;
ID assigning means for assigning a unique ID to each of the browser screens in the storage unit;
A database in the database server connected at the time of display of the browser screen, and a database ID associating means for associating the ID given to the browser screen;
Database exclusive control means for exclusively controlling a database in the database server connected while the browser screen is displayed;
A first database exclusion cancel instruction unit that is linked with an ID given to the browser screen and terminates exclusion control of the database when the browser screen is ended;
Equipped with
The information processing terminal is
Data registration means for registering data managed by the storage unit for each browser screen,
The database server is
Database exclusion release means for receiving the first database exclusion release instruction means and being linked with the ID given to the browser screen to be terminated to release exclusive control of the database;
An information processing system characterized by having.
前記情報処理端末は、
前記情報処理サーバから送信される前記ブラウザ画面毎に振られるユニークなIDが無い場合、前記ブラウザ画面毎にユニークなIDを付与して、情報処理サーバに送信することを特徴とする請求項6に記載の情報処理システム。
The information processing terminal is
When there is no unique ID assigned to each browser screen transmitted from the information processing server, a unique ID is assigned to each browser screen and transmitted to the information processing server. Information processing system as described.
情報処理端末から表示要求されるブラウザ画面毎に管理される記憶部を備え、
前記記憶部で管理されるデータを前記ブラウザ画面毎に登録するデータ登録部を有する前記情報処理端末と、データベースサーバとに接続可能な情報処理サーバにおける情報処理方法であって、
前記記憶部に前記ブラウザ画面毎にユニークなIDを付与するID付与ステップと、
前記ブラウザ画面の表示時に接続される前記データベースサーバ内のデータベースと、該ブラウザ画面に付与された前記IDを紐付けるデータベースID紐付けステップと、
前記ブラウザ画面の表示中に接続される前記データベースサーバ内のデータベースを排他制御するデータベース排他制御ステップと、
前記ブラウザ画面を終了する際に、前記ブラウザ画面に付与されたIDで紐付けられてデータベースの排他制御を解除させる第1のデータベース排他解除命令ステップと、
を有することを特徴とする情報処理方法。
A storage unit managed for each browser screen requested to be displayed from the information processing terminal;
It is an information processing method in an information processing server connectable to the information processing terminal having a data registration unit for registering data managed by the storage unit for each of the browser screens, and a database server,
An ID assigning step of assigning a unique ID to each of the browser screens in the storage unit;
A database in the database server connected at the time of display of the browser screen, and a database ID linking step for linking the ID given to the browser screen;
A database exclusive control step of exclusive control of a database in the database server connected while the browser screen is displayed;
A first database exclusion cancellation instruction step of associating with the ID given to the browser screen and terminating exclusion control of the database when the browser screen is ended;
An information processing method characterized by comprising:
請求項8に記載された制御方法をコンピュータに実行させるためのプログラム。   A program for causing a computer to execute the control method according to claim 8.
JP2017207974A 2017-10-27 2017-10-27 Information processing server, information processing system, information processing server control method, and program Active JP7078836B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017207974A JP7078836B2 (en) 2017-10-27 2017-10-27 Information processing server, information processing system, information processing server control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017207974A JP7078836B2 (en) 2017-10-27 2017-10-27 Information processing server, information processing system, information processing server control method, and program

Publications (2)

Publication Number Publication Date
JP2019079456A true JP2019079456A (en) 2019-05-23
JP7078836B2 JP7078836B2 (en) 2022-06-01

Family

ID=66627875

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017207974A Active JP7078836B2 (en) 2017-10-27 2017-10-27 Information processing server, information processing system, information processing server control method, and program

Country Status (1)

Country Link
JP (1) JP7078836B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003108423A (en) * 2001-09-27 2003-04-11 Sony Corp Information processing system, client device forming the system, information providing server, and method for exclusive control of information providing server
JP2005284962A (en) * 2004-03-30 2005-10-13 Toshiba Solutions Corp Management server, management method and management program
JP2009075850A (en) * 2007-09-20 2009-04-09 Canon Inc Information processor, information processing method, program thereof, and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003108423A (en) * 2001-09-27 2003-04-11 Sony Corp Information processing system, client device forming the system, information providing server, and method for exclusive control of information providing server
JP2005284962A (en) * 2004-03-30 2005-10-13 Toshiba Solutions Corp Management server, management method and management program
JP2009075850A (en) * 2007-09-20 2009-04-09 Canon Inc Information processor, information processing method, program thereof, and storage medium

Also Published As

Publication number Publication date
JP7078836B2 (en) 2022-06-01

Similar Documents

Publication Publication Date Title
KR101099297B1 (en) Method for managing file replication in applications
US20060047558A1 (en) Method, system, and computer program product for assigning personnel to project tasks
JP2006011936A (en) Shared file management system and server
JP4709612B2 (en) Method, program and computer for assigning personnel to tasks comprising a project
KR101661789B1 (en) Synchronizing self-referencing fields during two-way synchronization
JP4714199B2 (en) Application development support apparatus and program
JP5961978B2 (en) Project management apparatus, project management method, program, and storage medium
JP5224839B2 (en) Document management system, document management apparatus, document management method, and program
JP2019079456A (en) Information processing server, information processing system, information processing method in information processing server, and program
JP6575428B2 (en) Information processing system, information processing apparatus, client terminal, control method thereof, and program
JP6643114B2 (en) Image processing apparatus, control method thereof, and program
JP2005092544A (en) Work flow generation management processing method, work flow processing system and work flow control program
JP2018036855A (en) Information processing system, control method of information processing system, and program
JP4909432B2 (en) Content management system
CN113704646A (en) User information searching method, device, equipment and computer readable storage medium
JP6646222B2 (en) Information processing apparatus, information processing system, control method thereof, and program
JP2013228958A (en) Workflow system, control method for workflow system, program, and recording medium
JP6011604B2 (en) Workflow system, workflow management apparatus, workflow management method, and program
JP2019128867A (en) Design information managing system, design information managing method, and program
JP5857820B2 (en) Information processing apparatus, information processing method, and computer program
JP7428316B2 (en) Data display device, data display system, and program
JP2009080536A (en) Bom editing device, editing program, editing system and editing method
JP6540200B2 (en) INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING SYSTEM, CONTROL METHOD AND PROGRAM THEREOF
US20130054515A1 (en) Information processing apparatus, document access method, and computer program
JP2021060662A (en) Information processing system and control method thereof

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20180703

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20181031

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20190115

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20201021

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210825

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210914

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211115

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220502

R151 Written notification of patent or utility model registration

Ref document number: 7078836

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151