JP2016024640A - Information processing system, information processing method, and program - Google Patents

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

Info

Publication number
JP2016024640A
JP2016024640A JP2014148488A JP2014148488A JP2016024640A JP 2016024640 A JP2016024640 A JP 2016024640A JP 2014148488 A JP2014148488 A JP 2014148488A JP 2014148488 A JP2014148488 A JP 2014148488A JP 2016024640 A JP2016024640 A JP 2016024640A
Authority
JP
Japan
Prior art keywords
information
processing
job
storage
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2014148488A
Other languages
Japanese (ja)
Inventor
翔吾 尾崎
Shogo Ozaki
翔吾 尾崎
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2014148488A priority Critical patent/JP2016024640A/en
Publication of JP2016024640A publication Critical patent/JP2016024640A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To perform control for making a client wait until job processing ends in accordance with the job processing that is requested to a server by the client.SOLUTION: An information processing system includes an apparatus, and an information processing device connected to the apparatus through a network. The apparatus includes: a waiting processing part for creating waiting information representing waiting until the processing of a job is completed when requesting the information processing device to perform the job, and determining whether to wait until the job processing is completed on the basis of response information to the waiting information from the information processing device; and a first transmission and reception part for transmitting the waiting information to the information processing device, and receiving the response information transmitted from the information processing device, and the information processing device includes: a load state processing part for acquiring information representing a load state of the information processing device in accordance with the reception of the waiting information transmitted from the apparatus, and creating response information attached with the information representing the load state; and a second transmission and reception part for receiving processing completion waiting information transmitted from the apparatus, and transmitting the response information to the apparatus.SELECTED DRAWING: Figure 20

Description

本発明は、情報処理システムに関する。   The present invention relates to an information processing system.

クライアント装置がサーバ装置へジョブ処理の依頼を行うクライアントサーバモデルシステムにおいて、ユーザがクライアント装置を利用してジョブ処理のための操作を行った後、待機することなく次の操作を行なえることが望ましい。   In a client server model system in which a client device requests a job processing to a server device, it is desirable that after the user performs an operation for job processing using the client device, the next operation can be performed without waiting. .

しかし、クライアント装置がサーバ装置のジョブ処理が完了するまで待機すると、サーバ装置のジョブ処理に時間が掛かる場合、ユーザがクライアント装置を利用してジョブ処理のための操作を行ってから、ユーザがクライアント装置を操作可能となるまでに時間が掛かる。さらに、サーバ装置が遠隔地にあるクラウドシステムの場合、クライアント装置とサーバ装置との間の接続、データ転送に時間が掛かる場合がある。   However, when the client device waits until the job processing of the server device is completed, if the job processing of the server device takes time, the user performs an operation for job processing using the client device, and then the user It takes time before the device can be operated. Furthermore, in the case of a cloud system in which the server device is in a remote place, it may take time to connect and transfer data between the client device and the server device.

そこで、クライアント装置、及びサーバ装置が非同期にジョブ処理を行い、クライアント装置がサーバ装置へジョブ処理の依頼をした後に、操作可能な状態となることで、クライアント装置を利用するユーザに待機時間を生じさせないようにする技術が知られている。   Therefore, the client device and the server device perform job processing asynchronously, and after the client device requests the server device to perform job processing, the client device and the server device become operable, causing a waiting time for the user who uses the client device. A technique for preventing this is known.

また、データ通信路、送信側機器及び受信側機器の能力や負荷、データの更新頻度や参照頻度等の動的に変化する様々な要因に応じて、通信方式を最適なものに切り替えることで、ネットワーク及びコンピュータ資源を有効に利用し、データ通信費用を削減する技術が知られている(例えば、特許文献1参照)。   In addition, by switching the communication method to the optimal one according to various factors that dynamically change, such as the capacity and load of the data communication path, the transmission side device and the reception side device, the data update frequency and the reference frequency, A technique for effectively using network and computer resources and reducing data communication costs is known (for example, see Patent Document 1).

しかし、クライアント装置、及びサーバ装置が非同期にジョブ処理を行うクライアントサーバモデルシステムでは、クライアント装置はサーバ装置のジョブ処理が完了するまで待機しないため、サーバ装置のジョブ処理が完了したときにクライアント装置はそのジョブ処理の結果を取得することができなかった。このため、仮に、サーバ装置のジョブ処理でエラーが発生しても、ユーザはクライアント装置を利用してそのエラーを確認することができず、サーバ装置を利用して確認する必要があった。サーバ装置を利用してサーバ装置のジョブ処理でのエラーを確認する必要があるため、ユーザがサーバ装置のジョブ処理結果を確認する手間が掛かっていた。   However, in the client server model system in which the client device and the server device perform job processing asynchronously, the client device does not wait until the job processing of the server device is completed. Therefore, when the job processing of the server device is completed, the client device The job processing result could not be obtained. For this reason, even if an error occurs in the job processing of the server device, the user cannot check the error using the client device, and needs to check using the server device. Since it is necessary to check an error in the job processing of the server device using the server device, it takes time for the user to check the job processing result of the server device.

サーバ装置のジョブ処理に要する時間が短い場合であれば、クライアント装置はサーバ装置のジョブ処理が完了するまで待機し、そのジョブ処理の結果をユーザに通知すれば、ユーザがサーバ装置のジョブ処理の結果を確認する手間が掛かる問題を解消することができる。しかし、クライアント装置とサーバ装置は常に非同期でジョブ処理を行っており、サーバ装置のジョブ処理の状況に応じて同期と非同期との間をリアルタイムに切り替えることはできない。   If the time required for the job processing of the server device is short, the client device waits until the job processing of the server device is completed, and if the user notifies the user of the result of the job processing, the user performs the job processing of the server device. It is possible to solve the problem that it takes time to confirm the result. However, the client device and the server device always perform asynchronous job processing, and it is not possible to switch between synchronous and asynchronous in real time according to the job processing status of the server device.

本発明は、上記の点に鑑みてなされたものであって、クライアント装置がサーバ装置へ依頼したジョブ処理に応じて、クライアント装置にそのジョブ処理が終了するまで待機させる制御を行うことを目的とする。   The present invention has been made in view of the above points, and an object of the present invention is to perform control for causing a client device to wait until the job processing is completed in response to job processing requested by the client device to the server device. To do.

開示の一実施例の情報処理システムは、
機器と、前記機器にネットワークを介して接続される情報処理装置とを有する情報処理システムであって、
前記機器は、
前記情報処理装置にジョブを依頼した際に該ジョブの処理が完了するまで待機することを表す処理完了待機情報を作成するとともに、前記情報処理装置から送信される前記処理完了待機情報に対する応答情報に基づいて、前記ジョブの処理が完了するまで待機するか否かを判断するジョブ処理完了待機処理部と、
前記情報処理装置へ前記処理完了待機情報を送信するとともに、前記情報処理装置から送信される応答情報を受信する第1の送受信部と
を有し、
前記情報処理装置は、
前記機器から送信される処理完了待機情報の受信に応じ、前記情報処理装置の負荷状況を表す情報を取得し、該負荷状況に基づく情報を付帯した応答情報を作成する負荷状況処理部と、
前記機器から送信される処理完了待機情報を受信するとともに、前記機器へ前記応答情報を送信する第2の送受信部と
を有する。
An information processing system according to an embodiment of the disclosure includes:
An information processing system having a device and an information processing device connected to the device via a network,
The equipment is
When requesting a job to the information processing apparatus, processing completion standby information indicating that the job processing is to be completed is created, and response information for the processing completion standby information transmitted from the information processing apparatus is provided. Based on the job processing completion waiting processing unit for determining whether to wait until the processing of the job is completed,
A first transmission / reception unit that transmits the processing completion standby information to the information processing device and receives response information transmitted from the information processing device;
The information processing apparatus includes:
In response to the reception of the processing completion standby information transmitted from the device, a load status processing unit that acquires information indicating the load status of the information processing apparatus and creates response information accompanied by information based on the load status;
A second transmission / reception unit that receives the process completion standby information transmitted from the device and transmits the response information to the device.

開示の実施例によれば、クライアント装置がサーバ装置へ依頼したジョブ処理に応じて、クライアント装置にそのジョブ処理が終了するまで待機させる制御を行うことができる。   According to the disclosed embodiment, it is possible to control the client device to wait until the job processing is completed in accordance with the job processing requested by the client device to the server device.

本発明の実施の形態における情報処理システムの構成例を示す図である。It is a figure which shows the structural example of the information processing system in embodiment of this invention. 本発明の実施の形態におけるサーバ装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the server apparatus in embodiment of this invention. 本発明の実施の形態におけるクライアント装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the client apparatus in embodiment of this invention. 本発明の実施の形態におけるサーバ装置の機能構成例を示す図である。It is a figure which shows the function structural example of the server apparatus in embodiment of this invention. 本発明の実施の形態におけるクライアント装置の機能構成例を示す図である。It is a figure which shows the function structural example of the client apparatus in embodiment of this invention. 準備作業に伴って実行される処理手順の一例を説明するための図である。It is a figure for demonstrating an example of the process sequence performed with a preparatory work. 準備作業時に管理者端末に表示される画面の遷移例を示す図である。It is a figure which shows the example of a transition of the screen displayed on an administrator terminal at the time of preparatory work. ユーザ情報記憶部の構成例を示す図である。It is a figure which shows the structural example of a user information storage part. 機器情報ファイルにおける機器情報の記述例を示す図である。It is a figure which shows the example of description of the apparatus information in an apparatus information file. 機器情報記憶部の構成例を示す図である。It is a figure which shows the structural example of an apparatus information storage part. 連携先のオンラインストレージのアカウント情報を登録させるための画面の遷移例を示す図である。It is a figure which shows the example of a transition of the screen for registering the account information of the online storage of a cooperation destination. ユーザ情報ファイルにおけるユーザ情報の記述例を示す図である。It is a figure which shows the example of description of the user information in a user information file. プロファイルの概念モデルを説明するための図である。It is a figure for demonstrating the conceptual model of a profile. プロファイル編集画面の表示例を示す図である。It is a figure which shows the example of a display of a profile edit screen. プロファイル記憶部の構成例を示す図である。It is a figure which shows the structural example of a profile memory | storage part. プロファイル機器設定画面の表示例を示す図である。It is a figure which shows the example of a display of a profile apparatus setting screen. プロファイル機器対応記憶部の構成例を示す図である。It is a figure which shows the structural example of a profile apparatus corresponding | compatible memory | storage part. ScanToStorageサービス利用時の処理手順の一例を説明するためのシーケンス図である。It is a sequence diagram for demonstrating an example of the process sequence at the time of ScanToStorage service utilization. スキャン機器アプリの操作画面の表示例を示す図である。It is a figure which shows the example of a display of the operation screen of a scanning apparatus application. ScanToStorageサービス利用時の処理手順の一実施例を説明するためのシーケンス図である。It is a sequence diagram for demonstrating one Example of the process sequence at the time of using ScanToStorage service. 画像データ送信画面の表示例を示す図である。It is a figure which shows the example of a display of an image data transmission screen. 画像データ送信完了画面の表示例を示す図である。It is a figure which shows the example of a display of an image data transmission completion screen. 画像データ送信成功画面の表示例を示す図である。It is a figure which shows the example of a display of an image data transmission success screen. 画像データ送信失敗画面の表示例を示す図である。It is a figure which shows the example of a display of an image data transmission failure screen. ScanToStorageサービス利用時の処理手順の一変形例を説明するためのシーケンス図である。FIG. 10 is a sequence diagram for explaining a modified example of the processing procedure when using the ScanToStorage service.

次に、本発明を実施するための形態を、以下の実施例に基づき図面を参照しつつ説明する。以下で説明する実施例は一例に過ぎず、本発明が適用される実施の形態は、以下の実施例に限られない。
なお、実施例を説明するための全図において、同一機能を有するものは同一符号を用い、繰り返しの説明は省略する。
Next, the form for implementing this invention is demonstrated, referring drawings based on the following Examples. Examples described below are merely examples, and embodiments to which the present invention is applied are not limited to the following examples.
In all the drawings for explaining the embodiments, the same reference numerals are used for those having the same function, and repeated explanation is omitted.

<情報処理システム>
図1は、情報処理システムの一実施例を示す。情報処理システム1は、ユーザ環境E1、サービス提供環境E2、及びオンラインストレージシステム40等を有し、ユーザ環境E1、サービス提供環境E2、及びオンラインストレージシステム40等はインターネット等の広域的なネットワークを介して通信可能に接続される。
<Information processing system>
FIG. 1 shows an embodiment of an information processing system. The information processing system 1 includes a user environment E1, a service providing environment E2, an online storage system 40, and the like. The user environment E1, the service providing environment E2, the online storage system 40, and the like are connected via a wide area network such as the Internet. Connected to communicate.

サービス提供環境E2は、ネットワークを介してクラウドサービスを提供する組織におけるシステム環境である。なお、本実施の形態では、クラウドサービスを具体例に採用して説明するが、ASP(Application Service Provider)によって提供されるサービスやWebサービス等、ネットワークを介して提供されるサービスに関して、本実施の形態が適用されてもよい。   The service providing environment E2 is a system environment in an organization that provides a cloud service via a network. In the present embodiment, a cloud service will be described as a specific example. However, the present embodiment relates to a service provided via a network, such as a service provided by an ASP (Application Service Provider) or a Web service. Forms may be applied.

サービス提供環境E2は、サービス提供装置等のサーバ装置20を有する。サービス提供装置は、ネットワークを介して所定のサービスを提供する。サービス提供装置が提供するサービスの一つとして、「ScanToStorageサービス」が有る。本実施の形態では、ScanToStorageサービスに関して説明する。ScanToStorageサービスとは、ユーザ環境E1の機器等のクライアント装置10においてスキャンされた画像データを、予め設定された保存先に保存するサービスをいう。なお、サービス提供装置は、ユーザ環境E1に設置されてもよい。すなわち、サービス提供環境E2は、ユーザ環境E1に包含されてもよい。   The service providing environment E2 includes a server device 20 such as a service providing device. The service providing device provides a predetermined service via the network. As one of services provided by the service providing apparatus, there is a “ScanToStorage service”. In the present embodiment, the ScanToStorage service will be described. The ScanToStorage service is a service that stores image data scanned by the client device 10 such as a device in the user environment E1 in a preset storage destination. The service providing apparatus may be installed in the user environment E1. That is, the service providing environment E2 may be included in the user environment E1.

ユーザ環境E1は、機器等のクライアント装置10のユーザ企業等の組織におけるシステム環境である。ユーザ環境E1において、一台以上のクライアント装置10、管理者端末30、及びファイルサーバ50等はLAN(Local Area Network)等のネットワークを介して接続されている。   The user environment E1 is a system environment in an organization such as a user company of the client device 10 such as a device. In the user environment E1, one or more client devices 10, an administrator terminal 30, a file server 50, and the like are connected via a network such as a LAN (Local Area Network).

本実施の形態のクライアント装置10は、スキャン機能を有する画像形成装置を適用できる。スキャン機能以外に、印刷、コピー、又はファクス(FAX)通信等の機能を有する複合機がクライアント装置10として適用されてもよい。   An image forming apparatus having a scanning function can be applied to the client apparatus 10 of the present embodiment. In addition to the scan function, a multi-function device having functions such as printing, copying, or fax (FAX) communication may be applied as the client device 10.

管理者端末30は、ユーザ環境E1における機器の管理者が使用する端末である。管理者端末30の一例として、PC(Personal Computer)、PDA(Personal Digital Assistance)、タブレット型端末、スマートフォン、又は携帯電話等を適用できる。   The administrator terminal 30 is a terminal used by a device administrator in the user environment E1. As an example of the administrator terminal 30, a PC (Personal Computer), a PDA (Personal Digital Assistance), a tablet terminal, a smartphone, a mobile phone, or the like can be applied.

ファイルサーバ50は、オンラインストレージシステム40と共に、ScanToStorageサービスにおいて、画像データの保存先の候補になりうる装置である。   The file server 50, together with the online storage system 40, is a device that can be a candidate for the storage destination of image data in the ScanToStorage service.

オンラインストレージシステム40は、ネットワークを介してオンラインストレージと呼ばれるクラウドサービスを提供するコンピュータシステムである。オンラインストレージとは、ストレージの記憶領域を貸し出すサービスである。本実施の形態において、オンラインストレージによって貸し出される記憶領域は、サーバ装置20によって提供されるScanToStorageサービスにおいて、画像データの保存先の候補となる。   The online storage system 40 is a computer system that provides a cloud service called online storage via a network. Online storage is a service that lends a storage area of the storage. In the present embodiment, the storage area lent out by the online storage is a candidate for the storage destination of the image data in the ScanToStorage service provided by the server device 20.

本実施形態に係る情報処理システムでは、クライアント装置10は、サーバ装置20へScanToStorageサービス等のジョブ処理を要求する際に、ジョブ処理要求情報を送信する。サーバ装置20は、クライアント装置10から送信されるジョブ処理要求情報にしたがって、ジョブの編集、オンラインストレージ等のクラウドサービスを提供するクラウドシステムへのジョブ配信等のジョブ処理を行う。   In the information processing system according to the present embodiment, the client device 10 transmits job processing request information when requesting job processing such as a ScanToStorage service to the server device 20. The server device 20 performs job processing such as job editing and job distribution to a cloud system that provides cloud services such as online storage in accordance with job processing request information transmitted from the client device 10.

また、クライアント装置10は、サーバ装置20へ、ジョブ処理要求情報を送信した際に、そのジョブ処理が完了するまで待機するか否かを表す情報を付帯したジョブ処理完了待機情報を送信する。このジョブ処理完了待機情報は、サーバ装置20へジョブ処理を依頼する際に、ユーザによって設定することができる。   Further, when the client apparatus 10 transmits job processing request information to the server apparatus 20, the client apparatus 10 transmits job processing completion waiting information with information indicating whether or not to wait until the job processing is completed. This job processing completion standby information can be set by the user when requesting job processing to the server device 20.

サーバ装置20は、クライアント装置10から送信されるジョブ処理完了待機情報に付帯されるジョブ処理が完了するまで待機するか否かを表す情報にしたがって、サーバ装置20の負荷状況を取得するか否かを判断する。サーバ装置20は、ジョブ処理完了待機情報にジョブ処理が完了するまで待機する情報が付帯される場合にサーバ装置20の負荷状況を取得すると判断し、ジョブ処理が完了するまで待機しない情報が付帯される場合にサーバ装置20の負荷状況を取得しないと判断する。サーバ装置20は、クライアント装置10へサーバ装置20の負荷状況を表す情報を付帯した応答情報を送信する。   Whether or not the server device 20 acquires the load status of the server device 20 according to information indicating whether or not to wait until the job processing attached to the job processing completion waiting information transmitted from the client device 10 is completed. Judging. The server device 20 determines that the load status of the server device 20 is acquired when the job processing completion standby information is accompanied by information that waits until the job processing is completed, and information that does not wait until the job processing is completed is attached. It is determined that the load status of the server device 20 is not acquired. The server device 20 transmits response information accompanied with information indicating the load status of the server device 20 to the client device 10.

クライアント装置10は、サーバ装置20から送信された応答情報に付帯されたサーバ装置20の負荷状況を表す情報に基づいて、サーバ装置20によって処理されているジョブが完了するまで待機するか否かを判断する。   The client device 10 determines whether or not to wait until the job being processed by the server device 20 is completed based on the information indicating the load status of the server device 20 attached to the response information transmitted from the server device 20. to decide.

<サーバ装置のハードウェア構成>
図2は、本発明の実施の形態におけるサーバ装置20のハードウェア構成例を示す図である。図2のサーバ装置20は、それぞれバスBで相互に接続されているドライブ装置200と、補助記憶装置202と、メモリ装置203と、CPU204と、インタフェース装置205とを有する。
<Hardware configuration of server device>
FIG. 2 is a diagram illustrating a hardware configuration example of the server device 20 according to the embodiment of the present invention. The server device 20 in FIG. 2 includes a drive device 200, an auxiliary storage device 202, a memory device 203, a CPU 204, and an interface device 205, which are mutually connected by a bus B.

サーバ装置20での処理を実現するプログラムは、CD−ROM等の記録媒体201によって提供される。プログラムを記憶した記録媒体201がドライブ装置200にセットされると、プログラムが記録媒体201からドライブ装置200を介して補助記憶装置202にインストールされる。但し、プログラムのインストールは必ずしも記録媒体201より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置202は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。   A program for realizing processing in the server device 20 is provided by a recording medium 201 such as a CD-ROM. When the recording medium 201 storing the program is set in the drive device 200, the program is installed from the recording medium 201 to the auxiliary storage device 202 via the drive device 200. However, it is not always necessary to install the program from the recording medium 201, and the program may be downloaded from another computer via a network. The auxiliary storage device 202 stores the installed program and stores necessary files and data.

メモリ装置203は、プログラムの起動指示があった場合に、補助記憶装置202からプログラムを読み出して格納する。CPU204は、メモリ装置203に格納されたプログラムに従ってサーバ装置20に係る機能を実行する。インタフェース装置205は、ネットワークに接続するためのインタフェースとして用いられる。   The memory device 203 reads the program from the auxiliary storage device 202 and stores it when there is an instruction to start the program. The CPU 204 executes a function related to the server device 20 in accordance with a program stored in the memory device 203. The interface device 205 is used as an interface for connecting to a network.

なお、サーバ装置20は、図2に示されるようなハードウェアを有する複数のコンピュータによって構成されてもよい。すなわち、サーバ装置20が実行する処理は、複数のコンピュータに分散されて実行されてもよい。   The server device 20 may be configured by a plurality of computers having hardware as shown in FIG. That is, the processing executed by the server device 20 may be executed by being distributed to a plurality of computers.

<クライアント装置のハードウェア構成>
図3は、本発明の実施の形態におけるクライアント装置10のハードウェア構成例を示す図である。図3において、クライアント装置10は、コントローラ11、スキャナ12、プリンタ13、モデム14、操作パネル15、ネットワークインタフェース16、及びSDカードスロット17等のハードウェアを有する。
<Hardware configuration of client device>
FIG. 3 is a diagram illustrating a hardware configuration example of the client device 10 according to the embodiment of the present invention. 3, the client device 10 includes hardware such as a controller 11, a scanner 12, a printer 13, a modem 14, an operation panel 15, a network interface 16, and an SD card slot 17.

コントローラ11は、CPU111、RAM112、ROM113、HDD114、及びNVRAM115等を有する。ROM113には、各種のプログラムやプログラムによって利用されるデータ等が記憶されている。RAM112は、プログラムをロードするための記憶領域や、ロードされたプログラムのワーク領域等として用いられる。CPU111は、RAM112にロードされたプログラムを処理することにより、各種の機能を実現する。HDD114には、プログラムやプログラムが利用する各種のデータ等が記憶される。NVRAM115には、各種の設定情報等が記憶される。   The controller 11 includes a CPU 111, a RAM 112, a ROM 113, an HDD 114, an NVRAM 115, and the like. The ROM 113 stores various programs and data used by the programs. The RAM 112 is used as a storage area for loading a program, a work area for the loaded program, and the like. The CPU 111 realizes various functions by processing a program loaded in the RAM 112. The HDD 114 stores a program and various data used by the program. The NVRAM 115 stores various setting information and the like.

スキャナ12は、原稿より画像データを読み取るためのハードウェアである。プリンタ13は、印刷データを印刷用紙に印刷するためのハードウェアである。モデム14は、電話回線に接続するためのハードウェアであり、FAX通信による画像データの送受信を実行するために用いられる。操作パネル15は、ユーザからの入力の受け付けを行うためのボタン等の入力手段や、液晶パネル等の表示手段等を備えたハードウェアである。ネットワークインタフェース16は、LAN等のネットワーク(有線又は無線の別は問わない。)に接続するためのハードウェアである。   The scanner 12 is hardware for reading image data from a document. The printer 13 is hardware for printing print data on printing paper. The modem 14 is hardware for connecting to a telephone line, and is used to execute transmission / reception of image data by FAX communication. The operation panel 15 is hardware including input means such as buttons for accepting input from the user, display means such as a liquid crystal panel, and the like. The network interface 16 is hardware for connecting to a network such as a LAN (whether wired or wireless).

SDカードスロット17は、SDカード80に記憶されたプログラムを読み取るために利用される。すなわち、クライアント装置10では、ROM113に記憶されたプログラムだけでなく、SDカード80に記憶されたプログラムもRAM112にロードされ、実行されうる。なお、他の記録媒体(例えば、CD−ROM又はUSB(Universal Serial Bus)メモリ等)によってSDカード80が代替されてもよい。すなわち、SDカード80の位置付けに相当する記録媒体の種類は、所定のものに限定されない。この場合、SDカードスロット17は、記録媒体の種類に応じたハードウェアによって代替されればよい。   The SD card slot 17 is used for reading a program stored in the SD card 80. That is, in the client device 10, not only the program stored in the ROM 113 but also the program stored in the SD card 80 can be loaded into the RAM 112 and executed. The SD card 80 may be replaced by another recording medium (for example, a CD-ROM or a USB (Universal Serial Bus) memory). That is, the type of recording medium corresponding to the positioning of the SD card 80 is not limited to a predetermined one. In this case, the SD card slot 17 may be replaced by hardware corresponding to the type of recording medium.

<サーバ装置の機能構成>
図4は、本発明の実施の形態におけるサーバ装置の機能構成例を示す図である。図4において、サーバ装置20は、サーバアプリ210及びプラットフォーム220等のソフトウェアを含む。これらは、サーバ装置20にインストールされる一以上のプログラムによって構成され、CPU204に所定の処理を実行させる。
<Functional configuration of server device>
FIG. 4 is a diagram illustrating a functional configuration example of the server device according to the embodiment of the present invention. In FIG. 4, the server device 20 includes software such as a server application 210 and a platform 220. These are constituted by one or more programs installed in the server device 20, and cause the CPU 204 to execute predetermined processing.

サーバ装置20は、また、ユーザ情報記憶部231、機器情報記憶部232、機器アプリ記憶部233、プロファイル記憶部234、及びプロファイル機器対応記憶部235等を利用する。これら各記憶部は、補助記憶装置202、又はサーバ装置20にネットワークを介して接続される記憶装置等を用いて実現可能である。   The server device 20 also uses a user information storage unit 231, a device information storage unit 232, a device application storage unit 233, a profile storage unit 234, a profile device correspondence storage unit 235, and the like. Each of these storage units can be realized by using the auxiliary storage device 202 or a storage device connected to the server device 20 via a network.

サーバアプリ210は、サーバ装置20が提供するサービスを実現するアプリケーションプログラムである。但し、サーバアプリ210単独では、サービスは完結されないこととする。サーバアプリ210とクライアント装置10との連携によって、サービスは完結される。更に、オンラインストレージ等、他のクラウドサービス等との連携によって、完結されるサービスもある。なお、「サーバアプリ」という用語は、サーバ装置20側のアプリケーションプログラムをクライアント装置10側のアプリケーションプログラム(例えば、後述されるスキャン機器アプリ125)と区別するために便宜上用いた用語である。   The server application 210 is an application program that implements a service provided by the server device 20. However, the service is not completed by the server application 210 alone. The service is completed by the cooperation between the server application 210 and the client device 10. In addition, there are services that are completed in cooperation with other cloud services such as online storage. The term “server application” is a term used for convenience in order to distinguish an application program on the server device 20 side from an application program on the client device 10 side (for example, a scan device application 125 described later).

図4では、サーバアプリ210の一例として、スキャンサーバアプリ211が示されている。スキャンサーバアプリ211は、ScanToStorageサービスに関する処理を実行するサーバアプリ210である。   In FIG. 4, a scan server application 211 is shown as an example of the server application 210. The scan server application 211 is a server application 210 that executes processing related to the ScanToStorage service.

プラットフォーム220は、複数のサーバアプリ210に共通する機能、又は複数のサーバアプリ210から利用される基本機能等を含む。図4において、プラットフォーム220は、設定登録部221、機器通信部222、認証処理部223、セッション管理部224、ジョブ処理部225、OCR処理部226、アップロード処理部227、ストレージ連携部228、及び負荷状況処理部229等を含む。これら各部の機能は、プラットフォームAPI240を介してサーバアプリ210に公開されている。換言すれば、サーバアプリ210は、プラットフォームAPI240によって公開されている範囲においてこれら各部の機能を利用可能である。   The platform 220 includes functions common to the plurality of server applications 210 or basic functions used from the plurality of server applications 210. 4, the platform 220 includes a setting registration unit 221, a device communication unit 222, an authentication processing unit 223, a session management unit 224, a job processing unit 225, an OCR processing unit 226, an upload processing unit 227, a storage cooperation unit 228, and a load. A status processing unit 229 and the like. The functions of these units are disclosed to the server application 210 via the platform API 240. In other words, the server application 210 can use the functions of these units within the range disclosed by the platform API 240.

設定登録部221は、ScanToStorageサービス等、サーバ装置20が提供するサービスの利用開始時に必要とされる設定登録処理を実行する。設定登録部221によって、ユーザ情報記憶部231、機器情報記憶部232、プロファイル記憶部234、プロファイル機器対応記憶部235に対して情報が登録される。   The setting registration unit 221 executes setting registration processing that is required at the start of use of a service provided by the server device 20 such as a ScanToStorage service. The setting registration unit 221 registers information in the user information storage unit 231, the device information storage unit 232, the profile storage unit 234, and the profile device correspondence storage unit 235.

ユーザ情報記憶部231は、サーバ装置20が提供するサービスのユーザに関する情報を記憶する。機器情報記憶部232は、ユーザにおけるシステム環境(すなわち、ユーザ環境E1)において、サーバ装置20が提供するサービスと連携させるクライアント装置10に関する情報を記憶する。すなわち、ScanToStorageサービス等、サーバ装置20によって提供されるサービスは、ユーザ環境E1におけるクライアント装置10との連携によって実現される。   The user information storage unit 231 stores information related to users of services provided by the server device 20. The device information storage unit 232 stores information related to the client device 10 to be linked with the service provided by the server device 20 in the system environment (that is, the user environment E1) of the user. That is, services provided by the server device 20 such as the ScanToStorage service are realized by cooperation with the client device 10 in the user environment E1.

機器アプリ記憶部233は、サーバアプリ210とクライアント装置10とを連携させるために、クライアント装置10にインストールされる必要の有るアプリケーションプログラム(以下、「機器アプリ」という。)を記憶する。プロファイル記憶部234は、プロファイルを記憶する。プロファイルには、機器アプリの操作画面の構成情報や、操作画面に対する操作に応じて実行される処理に関する情報等が含まれる。プロファイル機器対応記憶部235は、プロファイルとクライアント装置10との対応情報を記憶する。すなわち、同一の機器アプリに対する操作画面に関して、クライアント装置10ごとに異なるプロファイルを対応付けることができる。   The device application storage unit 233 stores an application program (hereinafter referred to as “device application”) that needs to be installed in the client device 10 in order to link the server application 210 and the client device 10 together. The profile storage unit 234 stores a profile. The profile includes configuration information on the operation screen of the device application, information on processing executed in response to an operation on the operation screen, and the like. The profile device correspondence storage unit 235 stores correspondence information between the profile and the client device 10. That is, regarding the operation screen for the same device application, different profiles can be associated with each client device 10.

機器通信部222は、クライアント装置10との通信を制御する。認証処理部223は、管理者端末30のユーザ又はクライアント装置10のユーザの認証等を行う。また、認証処理部223は、例えば、ScanToStorageサービスの実行時において、オンラインストレージシステム40に対するログイン処理を代行する。セッション管理部224は、サーバ装置20とクライアント装置10との連携時において、両者の通信のセッションを管理する。   The device communication unit 222 controls communication with the client device 10. The authentication processing unit 223 authenticates the user of the administrator terminal 30 or the user of the client device 10. For example, the authentication processing unit 223 performs login processing for the online storage system 40 at the time of executing the ScanToStorage service. The session management unit 224 manages a communication session between the server device 20 and the client device 10 when they are linked.

ジョブ処理部225は、例えば、OCR処理部226やアップロード処理部227等を利用して、サーバアプリ210から要求されるジョブの実行を制御する。OCR処理部226は、サーバアプリ210から要求されるジョブがOCR処理である場合に、処理対象の画像データに対してOCR処理を実行する。アップロード処理部227は、サーバアプリ210から要求されるジョブがネットワークを介したデータのアップロードある場合に、当該アップロードを実行する。オンラインストレージシステム40へのデータの保存は、アップロードの一形態である。   The job processing unit 225 controls execution of a job requested from the server application 210 using, for example, the OCR processing unit 226, the upload processing unit 227, and the like. When the job requested from the server application 210 is OCR processing, the OCR processing unit 226 performs OCR processing on the image data to be processed. When the job requested from the server application 210 is data upload via the network, the upload processing unit 227 executes the upload. Saving data to the online storage system 40 is a form of upload.

ストレージ連携部228は、オンラインストレージシステム40との連携を行う。負荷状況処理部229は、クライアント装置10から送信されるジョブ処理完了待機情報にジョブ処理が完了するまで待機する情報が付帯される場合に、サーバ装置20の負荷状況を取得し、機器通信部222から送信する。   The storage cooperation unit 228 performs cooperation with the online storage system 40. The load status processing unit 229 acquires the load status of the server device 20 when the job processing completion standby information transmitted from the client device 10 is accompanied by information that waits until job processing is completed, and the device communication unit 222 Send from.

<クライアント装置の機能構成>
図5は、本発明の実施の形態におけるクライアント装置の機能構成例を示す図である。図5において、クライアント装置10は、機器制御部121、機器認証部122、通信部123、表示制御部124、及びジョブ処理完了待機処理部126等を有する。これら各部は、クライアント装置10にインストールされた一以上のプログラムが、CPU111に実行させる処理により実現される。
<Functional configuration of client device>
FIG. 5 is a diagram illustrating a functional configuration example of the client apparatus according to the embodiment of the present invention. In FIG. 5, the client device 10 includes a device control unit 121, a device authentication unit 122, a communication unit 123, a display control unit 124, a job processing completion standby processing unit 126, and the like. Each of these units is realized by processing that one or more programs installed in the client device 10 cause the CPU 111 to execute.

機器制御部121は、クライアント装置10のハードウェアの制御を行う。機器認証部122は、クライアント装置10の操作者を認証するための処理を実行する。通信部123は、ネットワークを介した通信を制御する。表示制御部124は、操作パネル15に対する画面の表示等を行う。ジョブ処理完了待機処理部126は、サーバ装置20に要求したジョブ処理が完了するまで待機する際の制御を行う。具体的には、ジョブ処理完了待機処理部126は、サーバ装置20にジョブ処理を依頼した際に、そのジョブ処理が完了するまで待機するか否かを表す情報を付帯したジョブ処理完了待機情報を作成し、通信部123から送信する。さらに、ジョブ処理完了待機処理部126は、サーバ装置20から送信されたサーバ装置20の負荷状況を表す情報に基づいて、サーバ装置20によって処理されているジョブが完了するまで待機するか否かを判断する。   The device control unit 121 controls the hardware of the client device 10. The device authentication unit 122 executes a process for authenticating the operator of the client device 10. The communication unit 123 controls communication via the network. The display control unit 124 displays a screen on the operation panel 15. The job processing completion standby processing unit 126 performs control when waiting until the job processing requested of the server device 20 is completed. Specifically, when the job processing completion standby processing unit 126 requests the server device 20 to perform job processing, the job processing completion standby processing unit 126 includes job processing completion standby information attached with information indicating whether to wait until the job processing is completed. It is created and transmitted from the communication unit 123. Further, the job processing completion standby processing unit 126 determines whether or not to wait until the job being processed by the server device 20 is completed based on the information indicating the load status of the server device 20 transmitted from the server device 20. to decide.

図5には、また、スキャン機器アプリ125が破線によって示されている。スキャン機器アプリ125は、機器アプリの一つであり、ScanToStorageサービスにおいて、クライアント装置10をサーバ装置20と連携させるためにクライアント装置10にインストールされる。なお、機器アプリは、クライアント装置10にインストール可能なものであればよく、サーバアプリとしても機能可能なアプリケーションプログラムが機器アプリとしてクライアント装置10にインストールされてもよい。   In FIG. 5, the scan device application 125 is also indicated by a broken line. The scan device application 125 is one of the device applications, and is installed in the client device 10 in order to link the client device 10 with the server device 20 in the ScanToStorage service. The device application only needs to be installable on the client device 10, and an application program that can also function as a server application may be installed on the client device 10 as a device application.

本実施の形態においてスキャン機器アプリ125は、当初からクライアント装置10にインストールされているのではなく、ScanToStorageサービスを利用するための準備作業においてクライアント装置10にインストールされる。スキャン機器アプリ125が破線によって示されているのは、斯かる事情を表現したものである。但し、スキャン機器アプリ125は、当初からクライアント装置10にインストールされていてもよい。   In the present embodiment, the scanning device application 125 is not installed in the client device 10 from the beginning, but is installed in the client device 10 in preparation work for using the ScanToStorage service. The scanning device application 125 is indicated by a broken line to express such a situation. However, the scan device application 125 may be installed in the client device 10 from the beginning.

以下、情報処理システム1において実行される処理手順について説明する。ユーザ環境E1において、ScanToStorageサービスを利用可能とするためには、サーバ装置20に対するユーザ環境E1に関する各種情報の登録や、及びスキャン機器アプリ125のクライアント装置10への導入等といった準備作業が必要とされる。そこで、まず、準備作業に伴って実行される処理手順について説明する。なお、準備作業は、ユーザ環境E1におけるクライアント装置10の管理者(以下、単に「管理者」という。)によって管理者端末30を利用して行われる。   Hereinafter, a processing procedure executed in the information processing system 1 will be described. In order to be able to use the ScanToStorage service in the user environment E1, preparation work such as registration of various information related to the user environment E1 in the server device 20 and introduction of the scan device application 125 into the client device 10 is required. The Therefore, first, a processing procedure executed in accordance with the preparation work will be described. The preparation work is performed by the administrator of the client device 10 in the user environment E1 (hereinafter simply referred to as “administrator”) using the administrator terminal 30.

図6は、準備作業に伴って実行される処理手順の一例を説明するための図である。   FIG. 6 is a diagram for explaining an example of a processing procedure executed along with the preparation work.

ステップS101において、管理者端末30は、管理者より入力される指示に応じ、組織登録要求をサーバ装置20に送信する。組織登録要求とは、サーバ装置20が提供するサービスを利用する組織に関する情報の登録要求をいう。組織登録要求の指示は、例えば、次のような画面を介して入力される。   In step S <b> 101, the administrator terminal 30 transmits an organization registration request to the server device 20 in response to an instruction input from the administrator. The organization registration request refers to a registration request for information related to an organization that uses a service provided by the server device 20. The organization registration request instruction is input through the following screen, for example.

図7は、準備作業時に管理者端末に表示される画面の遷移例を示す図である。準備作業の開始時において、管理者端末30には、図7に示されるポータル画面510が表示されている。ポータル画面510は、サーバ装置20が提供するサービスへの窓口としての画面である。なお、図7に示される各種画面は、例えば、サーバ装置20より提供されるHTML(HyperText Markup Language)データ等を含むWebページに基づいて表示される。すなわち、以下においては、便宜上省略されているが、各画面への遷移時には、管理者端末30とサーバ装置20との間でHTTP(HyperText Transfer Protocol)通信が行われる。   FIG. 7 is a diagram illustrating a transition example of screens displayed on the administrator terminal during the preparation work. At the start of the preparation work, a portal screen 510 shown in FIG. The portal screen 510 is a screen as a window for services provided by the server device 20. Note that the various screens shown in FIG. 7 are displayed based on, for example, Web pages including HTML (HyperText Markup Language) data provided from the server device 20. That is, in the following, although omitted for convenience, HTTP (HyperText Transfer Protocol) communication is performed between the administrator terminal 30 and the server device 20 at the time of transition to each screen.

ポータル画面510は、新規アカウント作成ボタン511、ログイン情報入力領域512、及びログインボタン513等を含む。   The portal screen 510 includes a new account creation button 511, a login information input area 512, a login button 513, and the like.

組織登録を行う場合、管理者は、新規アカウント作成ボタン511を押下する。新規アカウント作成ボタン511が押下されると、新規アカウント申し込み画面520が管理者端末30に表示される。なお、図7において、或る画面のボタンから他の画面への矢印は、当該ボタンが押下されることにより、表示対象が当該他の画面へ遷移することを示す。   When performing organization registration, the administrator presses a new account creation button 511. When the new account creation button 511 is pressed, a new account application screen 520 is displayed on the administrator terminal 30. In FIG. 7, an arrow from a button on a certain screen to another screen indicates that the display target transitions to the other screen when the button is pressed.

新規アカウント申し込み画面520において、管理者のユーザ名、パスワード、及びメールアドレスが入力されて申し込みボタン521が押下されると、管理者端末30は、当該ユーザ名、パスワード及びメールアドレス等を含む組織登録要求をサーバ装置20に送信する。   When the administrator's user name, password, and email address are entered on the new account application screen 520 and the application button 521 is pressed, the administrator terminal 30 registers the organization including the user name, password, email address, and the like. The request is transmitted to the server device 20.

サーバ装置20において組織登録要求が受信されると、設定登録部221は、ユーザ情報記憶部231に対して、組織登録要求に含まれている情報等を登録する(S102)。   When the organization registration request is received in the server device 20, the setting registration unit 221 registers the information included in the organization registration request in the user information storage unit 231 (S102).

図8は、ユーザ情報記憶部の構成例を示す図である。図8において、ユーザ情報記憶部231の各レコードは、組織ID、ユーザ名、パスワード、ロール、カードID、ストレージアカウント情報、及び購入アプリ等の項目を含む。   FIG. 8 is a diagram illustrating a configuration example of the user information storage unit. In FIG. 8, each record of the user information storage unit 231 includes items such as an organization ID, a user name, a password, a role, a card ID, storage account information, and a purchased application.

組織IDは、ユーザ環境E1ごと、すなわち、サーバ装置20が提供するサービスを利用する企業ユーザ等の組織ごとに割り当てられる識別子である。ユーザ名、パスワード、ロール、及びカードIDは、組織IDに係る組織の構成員である各個人のユーザ(以下、「構成員ユーザ」という。)のユーザ名、パスワード、ロール、及びカードIDである。   The organization ID is an identifier assigned for each user environment E1, that is, for each organization such as a corporate user who uses a service provided by the server device 20. The user name, password, role, and card ID are the user name, password, role, and card ID of each individual user who is a member of the organization related to the organization ID (hereinafter referred to as “member user”). .

ロールは、構成員ユーザの中で管理者を識別するための項目である。すなわち、管理者である構成員ユーザには、「管理者」が登録され、管理者以外の構成員ユーザには、「利用者」が登録される。カードIDは、構成員ユーザが、クライアント装置10にログインする際に利用する、ICカードの識別子である。ストレージアカウント情報は、組織IDに係る組織が利用するオンラインストレージに対するアカウント情報である。当該アカウント情報は、クライアント装置10においてスキャンされた画像データをオンラインストレージシステム40に保存する際に、オンラインストレージシステム40に提示される認証情報として利用される。購入アプリは、組織IDに係る組織において購入されているアプリケーションの識別子(以下、「アプリID」という。)の一覧である。図8では、便宜上、アプリケーションの名前が記載されているが、アプリIDは、数字やアルファベットの羅列等であってもよい。   A role is an item for identifying an administrator among member users. That is, “administrator” is registered in the member user who is the administrator, and “user” is registered in the member users other than the administrator. The card ID is an identifier of an IC card that is used when a member user logs in to the client device 10. The storage account information is account information for online storage used by the organization related to the organization ID. The account information is used as authentication information presented to the online storage system 40 when image data scanned by the client device 10 is stored in the online storage system 40. The purchased application is a list of identifiers of applications purchased in the organization related to the organization ID (hereinafter referred to as “application ID”). In FIG. 8, the name of the application is shown for convenience, but the application ID may be a number or a list of alphabets.

なお、ユーザ情報記憶部231において、ユーザ名が記憶されていないレコードは、組織(ユーザ環境E1)に対応するレコード(以下、「組織レコード」という。)である。ユーザ名が記憶されているレコードは、構成員ユーザに対応するレコード(以下、「構成員レコード」という。)である。構成員レコードの中で、ロールが管理者であるレコードを、以下「管理者レコード」といい。ロールが利用者であるレコードを、以下「利用者レコード」という。なお、本実施の形態において、ストレージアカウント情報及び購入アプリは、組織レコードにおいて有効な項目である。但し、ストレージアカウント情報に関しては、構成員レコードにおいて有効とされてもよい。例えば、管理者レコードに対してストレージアカウント情報が設定可能とされてもよいし、利用者レコードごとに、ストレージアカウント情報が設定可能とされてもよい。   In the user information storage unit 231, a record in which a user name is not stored is a record corresponding to an organization (user environment E1) (hereinafter referred to as “organization record”). The record in which the user name is stored is a record corresponding to the member user (hereinafter referred to as “member record”). Among the member records, a record whose role is an administrator is hereinafter referred to as an “administrator record”. A record whose role is a user is hereinafter referred to as a “user record”. In the present embodiment, the storage account information and the purchased application are valid items in the organization record. However, the storage account information may be valid in the member record. For example, storage account information may be set for the administrator record, or storage account information may be set for each user record.

ステップS101では、1つの組織レコードと、1つの管理者レコードとが生成される。組織レコードには、組織IDが登録される。すなわち、組織レコードの生成に伴って、組織IDが割り当てられる。また、管理者レコードには、組織ID、ユーザ名、パスワード、及びロール等が登録される。管理者レコードの組織IDには、生成された組織レコードの組織IDと同じ値が登録される。ユーザ名及びパスワードには、組織登録要求に含まれているユーザ名又はパスワードが登録される。ロールには、「管理者」が登録される。   In step S101, one organization record and one administrator record are generated. The organization ID is registered in the organization record. That is, the organization ID is assigned with the generation of the organization record. In the manager record, an organization ID, a user name, a password, a role, and the like are registered. The same value as the organization ID of the generated organization record is registered in the organization ID of the administrator record. As the user name and password, the user name or password included in the organization registration request is registered. “Administrator” is registered in the role.

組織レコード及び管理者レコードの他の項目や、利用者レコード等については、後述の処理において登録又は生成が行われる。   The other items of the organization record and the administrator record, the user record, and the like are registered or generated in the process described later.

続いて、設定登録部221は、例えば、組織登録が正常に行われたことを通知する電子メール(以下、「登録通知メール」という。)を、組織登録要求に含まれているメールアドレス宛に送信する。登録通知メールには、例えば、割り当てられた組織IDが含まれている。但し、組織登録が正常に行われたことは、例えば、組織登録要求を含むHTTPリクエストに対するHTTPレスポンスに含まれていてもよい。また、組織IDは、新規アカウント申し込み画面520において、ユーザによって指定されてもよい。   Subsequently, for example, the setting registration unit 221 sends an e-mail (hereinafter referred to as “registration notification e-mail”) notifying that the organization registration has been normally performed to the e-mail address included in the organization registration request. Send. The registration notification mail includes, for example, an assigned organization ID. However, the fact that the organization registration has been normally performed may be included in, for example, an HTTP response to an HTTP request including an organization registration request. The organization ID may be designated by the user on the new account application screen 520.

組織登録が正常に終了すると、管理者は、ポータル画面510におけるログイン情報入力領域512に対して、登録された組織ID、ユーザ名、及びパスワードを入力し、ログインボタン513を押下する。ログインボタン513の押下に応じ、管理者端末30は、ログイン要求をサーバ装置20に送信する(S103)。ログイン要求には、ログイン情報入力領域512に入力された組織ID、ユーザ名、及びパスワードが含まれている。   When the organization registration ends normally, the administrator inputs the registered organization ID, user name, and password in the login information input area 512 on the portal screen 510 and presses the login button 513. In response to pressing of the login button 513, the administrator terminal 30 transmits a login request to the server device 20 (S103). The login request includes the organization ID, user name, and password input in the login information input area 512.

ログイン要求に応じ、サーバ装置20の認証処理部223は、ログイン要求に含まれているログインID、ユーザ名、及びパスワードを含み、ロールの値が「管理者」であるレコードがユーザ情報記憶部231に記憶されているか否かに基づいて、ログイン要求に係るユーザの認証を行う。該当するレコードが記憶されている場合、認証は成功する(S104)。該当するレコードが記憶されていない場合、認証は失敗する。認証が成功した場合、設定登録部221は、ログイン要求に含まれているユーザ名に係る管理者専用のポータル画面(以下、「管理者ポータル画面530」という。)を表示させるWebページを返信する。以下、ログインした管理者を、「ログイン管理者」という。   In response to the login request, the authentication processing unit 223 of the server device 20 includes a login ID, a user name, and a password included in the login request, and a record whose role value is “administrator” is the user information storage unit 231. The user associated with the login request is authenticated based on whether or not it is stored. If the corresponding record is stored, the authentication is successful (S104). If the corresponding record is not stored, authentication fails. When the authentication is successful, the setting registration unit 221 returns a Web page that displays a portal screen dedicated to the administrator (hereinafter referred to as “administrator portal screen 530”) related to the user name included in the login request. . Hereinafter, the logged-in administrator is referred to as a “login administrator”.

管理者端末30は、返信されたWebページに基づいて管理者ポータル画面530を表示させる。図7に示されるように、管理者ポータル画面530は、連携ボタン531、マーケットプレースボタン532、プロファイル設定ボタン533、機器登録領域534、及び利用者登録領域535等を含む。   The administrator terminal 30 displays an administrator portal screen 530 based on the returned Web page. As shown in FIG. 7, the administrator portal screen 530 includes a cooperation button 531, a marketplace button 532, a profile setting button 533, a device registration area 534, a user registration area 535, and the like.

ここでは、管理者は、機器登録領域534のテキストボックス534tに、ScanToStorageサービスに連携させる各クライアント装置10に関する情報(以下、「機器情報という。」という。)が記述されたファイル(以下、「機器情報ファイル」という。)のファイル名を入力し、登録ボタン534bを押下する。   Here, the administrator has a file (hereinafter, “device”) in which a text box 534t in the device registration area 534 describes information about each client device 10 linked to the ScanToStorage service (hereinafter, “device information”). "Information file") is input and the registration button 534b is pressed.

一台のクライアント装置10に関する機器情報は、例えば、機体番号、機体名、機体種類、及び設置場所等の項目を含む。これらの項目の値が、例えば、図9に示されるような形式で機器情報ファイルに記述されている。   The device information related to one client device 10 includes items such as a machine number, a machine name, a machine type, and an installation location. The values of these items are described in the device information file in a format as shown in FIG. 9, for example.

図9は、機器情報ファイルにおける機器情報の記述例を示す図である。図9では、各項目の値が、カンマによって区切られた、CSV(Comma Separated Values)形式によって、機器情報が記述された例が示されている。但し、機器情報ファイルにおける機器情報の記述形式は、CSV形式に限定されない。XML(eXtensible Markup Language)形式であってもよいし、他の形式であってもよい。   FIG. 9 is a diagram illustrating a description example of device information in the device information file. FIG. 9 shows an example in which device information is described in CSV (Comma Separated Values) format in which the value of each item is separated by a comma. However, the description format of the device information in the device information file is not limited to the CSV format. It may be in an XML (eXtensible Markup Language) format or another format.

なお、機体番号とは、各クライアント装置10の機体(個体)の識別情報である。例えば、製造番号又はシリアル番号が機体番号として用いられてもよい。機体名は、機種名とほぼ同義である。機体種類は、機種名に係る機種の機能を端的に示す情報である。設置場所は、ユーザ環境E1においてクライアント装置10が設置されている場所である。   The machine number is identification information of the machine (individual) of each client device 10. For example, a manufacturing number or a serial number may be used as the machine number. The aircraft name is almost synonymous with the model name. The machine type is information that briefly indicates the function of the model related to the model name. The installation location is a location where the client device 10 is installed in the user environment E1.

機器情報ファイルのファイル名がテキストボックス534tに入力され、登録ボタン534bが押下されると、管理者端末30は、機器情報ファイルに記述されている機器情報を含む機器登録要求を、サーバ装置20に送信する(S105)。   When the file name of the device information file is input to the text box 534t and the registration button 534b is pressed, the administrator terminal 30 sends a device registration request including the device information described in the device information file to the server device 20. Transmit (S105).

サーバ装置20の設定登録部221は、機器登録要求の受信に応じ、機器登録要求に含まれている機器情報を、ログイン管理者に係る組織IDに対応付けて、機器情報記憶部232に登録する(S106)。   In response to the reception of the device registration request, the setting registration unit 221 of the server device 20 registers the device information included in the device registration request in the device information storage unit 232 in association with the organization ID related to the login administrator. (S106).

図10は、機器情報記憶部の構成例を示す図である。図10において、機器情報記憶部232はクライアント装置10ごとにレコードを記憶する。各レコードは、組織ID、機体番号、機体名、機体種類、及び設置場所等の項目を含む。機器情報記憶部232によって、各クライアント装置10と組織との関連付けが保持される。   FIG. 10 is a diagram illustrating a configuration example of the device information storage unit. In FIG. 10, the device information storage unit 232 stores a record for each client device 10. Each record includes items such as an organization ID, an aircraft number, an aircraft name, an aircraft type, and an installation location. The device information storage unit 232 holds the association between each client device 10 and the organization.

続いて、管理者は、ScanToStorageサービスを受けるために、クライアント装置10にインストールする必要のある機器アプリであるスキャン機器アプリ125を購入すべく、管理者ポータル画面530(図7)のマーケットプレースボタン532を押下する。マーケットプレースボタン532の押下に応じ、管理者端末30には、マーケットプレース画面540が表示される。   Subsequently, in order to receive the ScanToStorage service, the administrator purchases the scan device application 125, which is a device application that needs to be installed in the client device 10, and the marketplace button 532 on the administrator portal screen 530 (FIG. 7). Press. In response to pressing of the market place button 532, a market place screen 540 is displayed on the administrator terminal 30.

図7に示されるように、マーケットプレース画面540は、機器アプリ記憶部233に記憶されている機器アプリごとに、ボタンを含む。図7では、三つの機器アプリに対応するボタン541〜543が含まれている例が示されている。このうち、ボタン541は、スキャン機器アプリ125に対応するボタンである。   As illustrated in FIG. 7, the marketplace screen 540 includes a button for each device application stored in the device application storage unit 233. FIG. 7 shows an example in which buttons 541 to 543 corresponding to three device applications are included. Among these buttons, the button 541 is a button corresponding to the scan device application 125.

ここでは、スキャン機器アプリ125が購入対象であるため、ボタン541が管理者によって押下される。ボタン541の押下に応じ、管理者端末30は、スキャン機器アプリ125のアプリIDを含むアプリ購入要求を、サーバ装置20に送信する(S107)。   Here, since the scan device application 125 is a purchase target, the button 541 is pressed by the administrator. In response to pressing of the button 541, the administrator terminal 30 transmits an application purchase request including the application ID of the scan device application 125 to the server device 20 (S107).

サーバ装置20の設定登録部221は、アプリ購入要求の受信に応じ、当該要求に含まれているアプリIDを、ユーザ情報記憶部231において、ログイン管理者に係る組織IDに対応する組織レコードの購入アプリの項目に記憶する(S108)。例えば、図8において、組織ID=123に対応する組織レコードの購入アプリの項目における「スキャン機器アプリ」は、このタイミングで登録される。   Upon receiving the application purchase request, the setting registration unit 221 of the server device 20 purchases the application ID included in the request in the user information storage unit 231 corresponding to the organization ID related to the login manager. It memorize | stores in the item of an application (S108). For example, in FIG. 8, the “scan device application” in the purchase application item of the organization record corresponding to the organization ID = 123 is registered at this timing.

続いて、機器通信部222は、アプリ購入要求に含まれているアプリIDに対応するスキャン機器アプリ125を機器アプリ記憶部233より取得し、アプリ購入要求元のログイン管理者に係る組織IDに属するクライアント装置10に配信する(S109)。当該組織IDに属するクライアント装置10とは、機器情報記憶部232において当該組織IDに対応付けられているクライアント装置10である。   Subsequently, the device communication unit 222 acquires the scan device application 125 corresponding to the application ID included in the application purchase request from the device application storage unit 233, and belongs to the organization ID related to the login administrator of the application purchase request source. Distribution to the client device 10 (S109). The client device 10 belonging to the organization ID is the client device 10 associated with the organization ID in the device information storage unit 232.

なお、通常、ユーザ環境E1にはファイアウォールが設置されているため、サーバ装置20からユーザ環境E1内の各クライアント装置10に対して、スキャン機器アプリ125を送り付けることはできない。そこで、例えば、クライアント装置10の通信部123からのポーリングに対する応答において、スキャン機器アプリ125が返信されてもよい。   Normally, since a firewall is installed in the user environment E1, the scan device application 125 cannot be sent from the server device 20 to each client device 10 in the user environment E1. Therefore, for example, the scan device application 125 may be returned in response to polling from the communication unit 123 of the client device 10.

すなわち、各クライアント装置10には、サーバ装置20との連携のために、サーバ装置20のIPアドレスや、機器通信部222に対するポート番号等が設定されている。各クライアント装置10の通信部123は、例えば、定期的に当該IPアドレス及び当該ポート番号宛に、何らかの事象の発生の有無を問い合わせるためのポーリングを行う。当該問い合わせには、例えば、機体番号が含まれる。サーバ装置20の機器通信部222は、当該問い合わせに指定されている機体番号が、スキャン機器アプリ125の購入元の組織IDに対応付いている機体番号であれば、スキャン機器アプリ125を返信する。   That is, for each client device 10, an IP address of the server device 20, a port number for the device communication unit 222, and the like are set for cooperation with the server device 20. For example, the communication unit 123 of each client device 10 periodically polls the IP address and the port number to inquire whether or not some event has occurred. The inquiry includes, for example, an aircraft number. The device communication unit 222 of the server device 20 returns the scan device application 125 when the device number specified in the inquiry is the device number corresponding to the organization ID of the purchase source of the scan device application 125.

但し、ユーザ環境E1とサーバ装置20との間にファイアウォールが存在しない場合、機器通信部222が、各クライアント装置10に対してスキャン機器アプリ125を送り付けてもよい。この場合、機器情報記憶部232に記憶される機器情報には、クライアント装置10のIPアドレス及びポート番号等が含まれるようにしてもよい。   However, when there is no firewall between the user environment E1 and the server device 20, the device communication unit 222 may send the scan device application 125 to each client device 10. In this case, the device information stored in the device information storage unit 232 may include the IP address and port number of the client device 10.

スキャン機器アプリ125を受信した各クライアント装置10は、スキャン機器アプリ125をクライアント装置10内に配置(インストール)する(S110)。   Each client device 10 that has received the scan device application 125 places (installs) the scan device application 125 in the client device 10 (S110).

続いて、管理者端末30において、マーケットプレース画面540の戻るボタンが管理者によって押下されると、マーケットプレース画面540は非表示となり、管理者端末30には、管理者ポータル画面530が表示される。   Subsequently, in the administrator terminal 30, when the return button on the marketplace screen 540 is pressed by the administrator, the marketplace screen 540 is hidden and the administrator portal screen 530 is displayed on the administrator terminal 30. .

なお、ステップS103〜S110に代えて、以下のような作業及び処理が実行されてもよい。   The following operations and processes may be executed instead of steps S103 to S110.

例えば、スキャン機器アプリ125は、図6の処理手順とは非同期に購入され、クライアント装置10にインストールされる。スキャン機器アプリ125の購入は、所定のWebサイト等を利用して行われてもよい。   For example, the scan device application 125 is purchased asynchronously with the processing procedure of FIG. 6 and installed in the client device 10. The purchase of the scan device application 125 may be performed using a predetermined website or the like.

スキャン機器アプリ125のインストール先のクライアント装置10の起動時において、スキャン機器アプリ125が起動されると、スキャン機器アプリ125は、自動的に、組織ID、管理者のユーザ名及びパスワード、当該クライアント装置10の機器情報、並びに当該スキャン機器アプリ125のアプリID等が指定された登録要求(以下、「自動登録要求」という。)を、サーバ装置20に送信する。なお、組織ID、管理者のユーザ名、及びパスワードは、例えば、管理者端末30において入力され、ネットワークを介してクライアント装置10に設定されている。サーバ装置20の設定登録部221は、自動登録要求を受信すると、自動登録要求に指定された組織ID、管理者のユーザ名、及びパスワードについて認証を行う。認証処理は、ステップS103に関して説明した処理と同様でよい。認証に成功すると、設定登録部221は、自動登録要求に指定された組織IDと機器情報とを対応付けて、機器情報記憶部232に登録する。また、設定登録部221は、自動登録要求に指定された組織IDに対応付けて、自動登録要求に指定されたアプリIDを、ユーザ情報記憶部231の購入アプリの項目に記憶する。このような手順によっても、組織IDと機器情報、及び組織IDとアプリIDとの対応付けを形成することができる。   When the scan device application 125 is activated when the client device 10 to which the scan device application 125 is installed is activated, the scan device application 125 automatically selects the organization ID, the administrator user name and password, and the client device. The registration request (hereinafter referred to as “automatic registration request”) in which the device information of 10 and the application ID of the scanning device application 125 are designated is transmitted to the server device 20. The organization ID, the administrator user name, and the password are input, for example, at the administrator terminal 30 and set in the client device 10 via the network. When receiving the automatic registration request, the setting registration unit 221 of the server device 20 authenticates the organization ID, the administrator user name, and the password specified in the automatic registration request. The authentication process may be the same as the process described for step S103. If the authentication is successful, the setting registration unit 221 associates the organization ID specified in the automatic registration request with the device information and registers them in the device information storage unit 232. In addition, the setting registration unit 221 stores the application ID specified in the automatic registration request in the purchased application item of the user information storage unit 231 in association with the organization ID specified in the automatic registration request. By such a procedure, the association between the organization ID and the device information and the organization ID and the application ID can be formed.

また、自動登録要求には、管理者のユーザ名及びパスワードの代わりに、機器証明書が指定されてもよい。機器証明書は、クライアント装置10に予め保存されているクライアント装置10の電子証明書であり、クライアント装置10が正当な製品であることを証明するデータである。この場合、サーバ装置20の設定登録部221は、機器証明書の正当性の確認を行えばよい。設定登録部221は、機器証明書の正当性が確認されると、組織IDと機器情報とを対応付けて機器情報記憶部232に登録する。   In the automatic registration request, a device certificate may be specified instead of the administrator's user name and password. The device certificate is an electronic certificate of the client device 10 stored in advance in the client device 10, and is data that proves that the client device 10 is a legitimate product. In this case, the setting registration unit 221 of the server device 20 may confirm the validity of the device certificate. When the validity of the device certificate is confirmed, the setting registration unit 221 registers the organization ID and the device information in the device information storage unit 232 in association with each other.

また、自動登録要求は、ステップS101の組織登録要求を兼ねてもよい。すなわち、自動登録要求に応じて、組織レコード及び管理レコード等が、ユーザ情報記憶部231に記憶されてもよい。   The automatic registration request may also serve as the organization registration request in step S101. That is, an organization record, a management record, and the like may be stored in the user information storage unit 231 in response to an automatic registration request.

続いて、管理者は、ScanToStorageサービスにおいて連携するオンラインストレージに対するアカウント情報を登録すべく、管理者ポータル画面530の連携ボタン531を押下する。連携ボタン531の押下に応じ、管理者端末30は、ストレージ連携画面610を表示させる。   Subsequently, the administrator presses the cooperation button 531 on the administrator portal screen 530 in order to register account information for the online storage that cooperates in the ScanToStorage service. In response to pressing of the cooperation button 531, the administrator terminal 30 displays a storage cooperation screen 610.

図11は、連携先のオンラインストレージのアカウント情報を登録させるための画面の遷移例を示す図である。   FIG. 11 is a diagram showing a transition example of a screen for registering account information of the linked online storage.

図11において、ストレージ連携画面610は、連携先ストレージ表示領域611、連携先入力領域612、及び追加ボタン613等を含む。連携先ストレージ表示領域611には、連携先として選択されたオンラインストレージの名前(以下、「ストレージ名」という。)が表示される領域である。既に、連携先として選択されているオンラインストレージが有る場合、当該オンラインストレージのストレージ名が表示される。連携先入力領域612は、連携先とするオンラインストレージ(以下、「連携先ストレージ」という。)のストレージ名を入力させるための領域である。   In FIG. 11, the storage cooperation screen 610 includes a cooperation destination storage display area 611, a cooperation destination input area 612, an add button 613, and the like. The cooperation destination storage display area 611 is an area in which the name of the online storage selected as the cooperation destination (hereinafter referred to as “storage name”) is displayed. If there is already an online storage selected as the cooperation destination, the storage name of the online storage is displayed. The cooperation destination input area 612 is an area for inputting a storage name of an online storage (hereinafter referred to as “cooperation destination storage”) as a cooperation destination.

管理者によって、連携先入力領域612にストレージ名(「StorageA」)が入力され、追加ボタン613が押下されると、管理者端末30は、アカウント入力画面620を表示させる。管理者端末30は、アカウント入力画面620を介して、連携先ストレージに対するアカウント情報(ID(例えば、メールアドレス等)及びパスワード)の入力を、管理者より受け付ける。当該アカウント情報は、事前に、連携先ストレージに対するユーザ登録等によって作成されているものである。アカウント入力画面620においてID及びパスワードが入力され、ログインボタン621が押下されると、管理者端末30は、当該ID及びパスワードに基づいて、連携先ストレージ(「StorageA」)に対してログインを行う。なお、ストレージ名に対応付けて、連携先ストレージへのログイン要求先のURL(Uniform Resource Locator)が予め管理者端末30に保存されていてもよいし、連携先入力領域612に対して当該URLが入力されるようにしてもよい。   When the administrator inputs a storage name (“Storage A”) in the cooperation destination input area 612 and presses the add button 613, the administrator terminal 30 displays an account input screen 620. The administrator terminal 30 receives input of account information (ID (for example, e-mail address, etc.) and password) for the cooperation destination storage from the administrator via the account input screen 620. The account information is created in advance by user registration or the like for the cooperation destination storage. When the ID and password are input on the account input screen 620 and the login button 621 is pressed, the administrator terminal 30 logs in to the cooperation destination storage (“Storage A”) based on the ID and password. It should be noted that the URL (Uniform Resource Locator) of the login request destination to the cooperation destination storage may be stored in advance in the administrator terminal 30 in association with the storage name, or the URL is stored in the cooperation destination input area 612. It may be input.

ログインに成功すると、管理者端末30は、アクセス許否選択画面630を表示させる。アクセス許否選択画面630は、サーバ装置20による連携先ストレージへのアクセスを許可するか否かを選択させる画面である。ボタン632(「許可しない」)が押下されると、管理者端末30における表示画面は、管理者ポータル画面530に遷移する。ボタン631(「アクセス許可」)が押下されると、管理者端末30は、連携先ストレージのアカウント登録要求をサーバ装置20に送信する(S111)。当該アカウント登録要求には、ストレージ連携画面610に入力されたストレージ名、及びアカウント入力画面620に入力されたアカウント情報(ID及びパスワード)が含まれる。   When the login is successful, the administrator terminal 30 displays an access permission / denial selection screen 630. The access permission / refusal selection screen 630 is a screen for selecting whether or not to permit the server device 20 to access the cooperation destination storage. When a button 632 (“not allowed”) is pressed, the display screen on the administrator terminal 30 transitions to the administrator portal screen 530. When the button 631 (“access permission”) is pressed, the administrator terminal 30 transmits an account registration request for the cooperation destination storage to the server device 20 (S111). The account registration request includes the storage name input on the storage cooperation screen 610 and the account information (ID and password) input on the account input screen 620.

サーバ装置20の設定登録部221は、アカウント登録要求に応じ、ユーザ情報記憶部231(図8)において、ログイン管理者に係る組織IDに対応する組織レコードのストレージアカウント情報に、当該要求に含まれているストレージ名、ID、及びパスワードを登録する(S112)。図8には、組織ID=123に係る組織レコードに対して、StoregeAのストレージ名と、StoregaAに対するID及びパスワードが登録された例が示されている。   In response to the account registration request, the setting registration unit 221 of the server device 20 includes, in the user information storage unit 231 (FIG. 8), the storage account information of the organization record corresponding to the organization ID related to the login administrator. The storage name, ID, and password are registered (S112). FIG. 8 shows an example in which the storage name of Storage A, and the ID and password for Store A are registered for the organization record associated with organization ID = 123.

なお、連携先ストレージ及び連携先ストレージに対するアカウント情報が、ユーザごとに設定可能とされてもよい。この場合、例えば、ストレージ連携画面610又はアカウント入力画面620において、一以上のユーザ名を入力可能な領域が設けられてもよい。当該領域に入力されたユーザ名は、アカウント登録要求に含まれてサーバ装置20に送信される。サーバ装置20の設定登録部221は、アカウント登録要求に含まれているユーザ名に対応する構成員レコードのストレージアカウント情報に、当該要求に含まれているストレージ名、ID、及びパスワードを登録する。   Note that the cooperation destination storage and account information for the cooperation destination storage may be set for each user. In this case, for example, in the storage cooperation screen 610 or the account input screen 620, an area where one or more user names can be input may be provided. The user name input in the area is included in the account registration request and transmitted to the server device 20. The setting registration unit 221 of the server device 20 registers the storage name, ID, and password included in the request in the storage account information of the member record corresponding to the user name included in the account registration request.

アカウント登録要に応じたサーバ装置20における登録処理が成功すると、管理者端末30には、ストレージ連携画面610aが表示される。ストレージ連携画面610aの連携先ストレージ表示領域611には、連携先ストレージのストレージ名が表示される。なお、続けて他のオンラインストレージに関するアカウント情報の登録等が行われてもよい。すなわち、一つの組織レコード又は構成員レコードに対して、複数のオンラインストレージに対するアカウント情報が登録されてもよい。   When the registration process in the server device 20 according to the account registration requirement is successful, the storage terminal screen 610a is displayed on the administrator terminal 30. The storage name of the cooperation destination storage is displayed in the cooperation destination storage display area 611 of the storage cooperation screen 610a. Note that registration of account information related to other online storages may be performed subsequently. That is, account information for a plurality of online storages may be registered for one organization record or member record.

続いて、管理者は、ユーザ環境E1において、ScanToStoregeサービスの利用を許可する構成員ユーザの登録を行う。具体的には、管理者は、管理者ポータル画面530(図7)の利用者登録領域535のテキストボックス535tに、当該構成員ユーザに関する情報(以下「ユーザ情報」という。)が記述されたファイル(以下、「ユーザ情報ファイル」という。)のファイル名を入力し、登録ボタン535bを押下する。   Subsequently, the administrator registers a member user who is permitted to use the ScanToStorage service in the user environment E1. Specifically, the administrator has a file in which information about the member user (hereinafter referred to as “user information”) is described in a text box 535t of the user registration area 535 of the administrator portal screen 530 (FIG. 7). The file name (hereinafter referred to as “user information file”) is input, and the registration button 535b is pressed.

一人の構成員ユーザに関するユーザ情報は、例えば、ユーザ名、パスワード、及びカードID等の項目を含む。これらの項目の値が、例えば、図12に示されるような形式でユーザ情報ファイルに記述されている。   The user information related to one member user includes items such as a user name, a password, and a card ID, for example. The values of these items are described in the user information file in a format as shown in FIG. 12, for example.

図12は、ユーザ情報ファイルにおけるユーザ情報の記述例を示す図である。図12では、各項目の値が、カンマによって区切られた、CSV形式によって、ユーザ情報が記述された例が示されている。但し、ユーザ情報ファイルにおけるユーザ情報の記述形式は、CSV形式に限定されない。XML(eXtensible Markup Language)形式であってもよいし、他の形式であってもよい。   FIG. 12 is a diagram illustrating a description example of user information in the user information file. FIG. 12 shows an example in which user information is described in CSV format in which the value of each item is separated by a comma. However, the description format of user information in the user information file is not limited to the CSV format. It may be in an XML (eXtensible Markup Language) format or another format.

ユーザ情報ファイルのファイル名がテキストボックス535tに入力され、登録ボタン535bが押下されると、管理者端末30は、ユーザ情報ファイルに記述されているユーザ情報を含むユーザ登録要求を、サーバ装置20に送信する(S113)。   When the file name of the user information file is input to the text box 535t and the registration button 535b is pressed, the administrator terminal 30 sends a user registration request including the user information described in the user information file to the server device 20. Transmit (S113).

サーバ装置20の設定登録部221は、ユーザ登録要求に含まれているユーザ情報を、ログイン管理者に係る組織IDに対応付けて、ユーザ情報記憶部231に登録する(S114)。すなわち、ユーザ情報ごとに新たな利用者レコードが生成され、各利用者レコードに対して、一つのユーザ情報が登録される。図8の例では、ユーザ名が、B、C、又はDのレコードがステップS114において登録される。なお、管理者に関するユーザ情報が、ユーザ登録要求に含まれていてもよい。この場合、管理者に関するユーザ情報とは、ユーザ名が、管理者レコードのユーザ名と一致するユーザ情報をいう。この場合、ユーザ登録要求に含まれているユーザ情報によって、管理者レコードの内容が更新されてもよい。そうすることにより、例えば、管理者のカードIDが、このタイミングで登録されてもよい。   The setting registration unit 221 of the server device 20 registers the user information included in the user registration request in the user information storage unit 231 in association with the organization ID related to the login administrator (S114). That is, a new user record is generated for each user information, and one user information is registered for each user record. In the example of FIG. 8, a record whose user name is B, C, or D is registered in step S114. Note that user information regarding the administrator may be included in the user registration request. In this case, the user information related to the administrator means user information whose user name matches the user name of the administrator record. In this case, the contents of the administrator record may be updated with the user information included in the user registration request. By doing so, for example, the card ID of the administrator may be registered at this timing.

続いて、管理者は、ScanToStorageサービスの利用に際して、各クライアント装置10の操作パネル15に表示される操作画面の構成情報であるプロファイルの編集作業等を行う。本実施の形態におけるプロファイルは、スキャン機器アプリ125の操作画面に関する情報であり、画面上のボタンのレイアウトや、ボタンごとに、スキャンの読み取り条件、スキャンされた画像データに対する加工処理、及び保存先(配信先)とするストレージ等に関する情報を含む。   Subsequently, when using the ScanToStorage service, the administrator performs a profile editing operation, which is configuration information of an operation screen displayed on the operation panel 15 of each client device 10. The profile in the present embodiment is information related to the operation screen of the scan device application 125. The layout of the buttons on the screen, the scan reading condition, the processing for the scanned image data, and the storage destination (for each button) Information on storage and the like to be distributed.

図13は、プロファイルの概念モデルを説明するための図である。図13に示されるように、各クライアント装置10は、一つのプロファイルを有する。但し、クライアント装置10ごとに異なるプロファイルが設定されてもよいし、例えば、ユーザごとに異なるプロファイルが一つのクライアント装置10に設定されてもよい。   FIG. 13 is a diagram for explaining a conceptual model of a profile. As shown in FIG. 13, each client device 10 has one profile. However, a different profile may be set for each client device 10, or, for example, a different profile may be set for one user device 10 for each user.

プロファイルは、一以上のグループを含む。グループとは、操作画面において、例えば、タブウィンドウに対応する概念である。図13では、グループの具体例として、「営業」及び「開発」が示されている。これらは、それぞれ営業タブウィンドウ又は開発タブウィンドウを示す。   A profile includes one or more groups. The group is a concept corresponding to, for example, a tab window on the operation screen. In FIG. 13, “sales” and “development” are shown as specific examples of the group. These indicate a sales tab window or a development tab window, respectively.

一つのグループは、一以上のプロジェクト及び画面レイアウト情報を含む。プロジェクトは、例えば、タブウィンドウ上に配置されるボタン等の操作部品に対応する概念である。図13では、プロジェクトの具体例として「伝票」、「日報」、「商品情報」及び「顧客情報」等が示されている。これらは、例えば、営業タブウィンドウに配置される各ボタンのラベルを示す。   One group includes one or more projects and screen layout information. A project is a concept corresponding to an operation component such as a button arranged on a tab window, for example. In FIG. 13, “slip”, “daily report”, “product information”, “customer information”, and the like are shown as specific examples of the project. These indicate, for example, the labels of the buttons arranged in the sales tab window.

画面レイアウト情報は、一つのタブウィンドウ内における操作部品(ボタン)の配置位置や大きさ等を示す情報である。但し、画面レイアウト情報は、プロファイルに対して一対一に関連付いてもよい。この場合、同一のプロファイルに属する各グルーブに対応する画面レイアウト(操作部品の配置等)は、共通のものとなる。   The screen layout information is information indicating an arrangement position, a size, and the like of the operation component (button) in one tab window. However, the screen layout information may be associated one-on-one with the profile. In this case, the screen layout (arrangement of operation parts, etc.) corresponding to each groove belonging to the same profile is common.

一つのプロジェクトは、読み取り条件、ストレージ連携情報、及び加工情報等を有する、又はこれらの情報に対応付けられる。読み取り条件は、スキャン時の読み取り条件である。ストレージ連携情報とは、スキャンされた画像データに関して、いずれのオンラインストレージのいずれのフォルダを保存先とするか等を示す情報である。加工情報は、スキャンされた画像データに関して、保存前に行われる加工処理(画像処理)に関する情報である。   One project has, or is associated with, reading conditions, storage cooperation information, processing information, and the like. The reading condition is a reading condition at the time of scanning. The storage cooperation information is information indicating which folder of which online storage is the storage destination for the scanned image data. The processing information is information regarding processing processing (image processing) performed before storage for the scanned image data.

管理者ポータル画面530(図7)において、プロファイル設定ボタン533が押下されると、管理者端末30には、プロファイル設定画面550が表示される。図7に示されるように、プロファイル設定画面550は、プロファイル編集ボタン551及び機器設定ボタン552を含む。管理者によって、プロファイル編集ボタン551が選択されると、管理者端末30には、プロファイル設定画面550上に、プロファイル編集画面710が表示される。   When the profile setting button 533 is pressed on the administrator portal screen 530 (FIG. 7), the profile setting screen 550 is displayed on the administrator terminal 30. As shown in FIG. 7, the profile setting screen 550 includes a profile edit button 551 and a device setting button 552. When the profile edit button 551 is selected by the administrator, a profile edit screen 710 is displayed on the profile setting screen 550 on the administrator terminal 30.

図14は、プロファイル編集画面の表示例を示す図である。図14において、プロファイル編集画面710は、プロファイル名入力領域711、編集対象画面表示領域712、ボタン編集領域713、編集ボタン714〜717、及び登録ボタン718等を含む。   FIG. 14 is a diagram illustrating a display example of the profile editing screen. In FIG. 14, a profile editing screen 710 includes a profile name input area 711, an editing target screen display area 712, a button editing area 713, editing buttons 714 to 717, a registration button 718, and the like.

プロファイル名入力領域711は、プロファイル名の入力を受け付ける領域である。編集対象画面表示領域712は、編集対象とされている画面(スキャン機器アプリ125の操作画面)が表示される領域である。図14では、図13に示した概念モデルに対応した画面例が表示されている。すなわち、営業タブウィンドウ及び開発タブウィンドウを含み、営業タブウィンドウ内に、日報ボタン、顧客情報ボタン、商品情報ボタン、及び伝票ボタン等を含む画面が編集対象とされた例が示されている。   A profile name input area 711 is an area for receiving an input of a profile name. The edit target screen display area 712 is an area in which a screen to be edited (an operation screen of the scan device application 125) is displayed. In FIG. 14, a screen example corresponding to the conceptual model shown in FIG. 13 is displayed. That is, an example is shown in which a sales tab window and a development tab window are included, and a screen including a daily report button, a customer information button, a product information button, a slip button, and the like is included in the sales tab window.

操作ボタン714〜717は、新たなタブウィンドウの追加、編集対象とされているタブウィンドウの削除、編集対象とされているタブウィンドウに対するボタンの追加、編集対象とされているタブウィンドウにおいて選択されているボタンの削除等を行わせるためのボタンである。   The operation buttons 714 to 717 are selected in the addition of a new tab window, the deletion of the tab window to be edited, the addition of a button to the tab window to be edited, or the tab window to be edited. This button is used to delete the existing button.

なお、編集対象画面表示領域712の初期状態は、一つのタブウィンドウに一つのボタンが配置された状態であってもよいし、予め雛型として作成されているプロファイルに基づく状態であってもよい。   Note that the initial state of the edit target screen display area 712 may be a state where one button is arranged in one tab window, or may be a state based on a profile created in advance as a template. .

編集対象画面表示領域712において、選択されたボタン(以下、「対象ボタン」という。)は、操作ボタン716及び717、又はボタン編集領域713の編集対象となる。ボタン編集領域713は、例えば、読み取り条件設定領域7131、加工情報設定領域7132、及びストレージ連携情報設定領域7133等を含む。   The selected button (hereinafter referred to as “target button”) in the edit target screen display area 712 is an edit target of the operation buttons 716 and 717 or the button edit area 713. The button editing area 713 includes, for example, a reading condition setting area 7131, a processing information setting area 7132, a storage cooperation information setting area 7133, and the like.

読み取り条件設定領域7131は、対象ボタンが押下された場合に実行されるスキャンに関する読み取り条件の設定を受け付ける領域である。図14では、両面、解像度、及びファイル形式が設定項目の一例として示されているが、カラーモード等、他の項目の設定が可能とされてもよい。   The reading condition setting area 7131 is an area for receiving setting of a reading condition regarding a scan executed when the target button is pressed. In FIG. 14, both sides, resolution, and file format are shown as examples of setting items, but other items such as a color mode may be set.

加工情報設定領域7132は、対象ボタンの押下に応じてスキャンされた画像データに対して実行する加工処理の設定を受け付ける領域である。図14では、OCR(Optical Character Recognition)が設定された例が示されている。この場合、OCRの結果が保存対象とされる。OCRの他に、OCR結果の翻訳、画像データのデータ形式の変換等が加工処理として設定されてもよい。また、複数の加工処理の組み合わせの設定が可能とされてもよい。   The processing information setting area 7132 is an area for accepting settings for processing to be performed on image data scanned in response to pressing of the target button. FIG. 14 shows an example in which OCR (Optical Character Recognition) is set. In this case, the result of OCR is a storage target. In addition to OCR, translation of OCR results, conversion of the data format of image data, and the like may be set as processing. In addition, a combination of a plurality of processing processes may be set.

ストレージ連携情報設定領域7133は、対象ボタンの押下に応じて、スキャンされ、必要に応じて加工処理が施されたデータの保存先に関する設定を受け付けるための領域である。図14では、保存先とするオンラインストレージのストレージ名、及び当該オンラインストレージにおけるフォルダ名が設定可能とされた例が示されている。なお、保存先として選択可能なストレージ名は、ログイン管理者に係る組織IDに対応する組織レコード(図8)のストレージアカウント情報に登録されているストレージ名である。また、フォルダ名は、対象ボタンのボタン名(ラベル)となる。すなわち、フォルダ名が変更されると、対象ボタンのボタン名は変更される。但し、ボタン名とフォルダ名とは必ずしも一致していなくてもよい。   The storage cooperation information setting area 7133 is an area for receiving a setting relating to a storage destination of data that has been scanned in accordance with pressing of the target button and that has been subjected to processing as necessary. FIG. 14 shows an example in which the storage name of the online storage as the storage destination and the folder name in the online storage can be set. The storage name that can be selected as the storage destination is a storage name registered in the storage account information of the organization record (FIG. 8) corresponding to the organization ID related to the login manager. The folder name is the button name (label) of the target button. That is, when the folder name is changed, the button name of the target button is changed. However, the button name and the folder name do not necessarily match.

プロファイル編集画面710において必要な編集が完了し、登録ボタン718が押下されると、管理者端末30は、プロファイル編集画面710における編集内容を含むプロファイル登録要求をサーバ装置20に送信する(S115)。サーバ装置20の設定登録部221は、プロファイル登録要求に応じ、当該登録要求に含まれている情報を、ログイン管理者に係る組織IDに対応付けて、プロファイル記憶部234に登録する(S116)。   When necessary editing is completed on the profile editing screen 710 and the registration button 718 is pressed, the administrator terminal 30 transmits a profile registration request including editing contents on the profile editing screen 710 to the server device 20 (S115). In response to the profile registration request, the setting registration unit 221 of the server device 20 registers the information included in the registration request in the profile storage unit 234 in association with the organization ID related to the login administrator (S116).

図15は、プロファイル記憶部の構成例を示す図である。プロファイル記憶部234は、プロファイルごとに、組織ID、プロファイル名、グループ、及びプロジェクト等の項目を有する。   FIG. 15 is a diagram illustrating a configuration example of the profile storage unit. The profile storage unit 234 has items such as an organization ID, a profile name, a group, and a project for each profile.

組織IDは、プロファイルが属する組織の組織IDである。プロファイル名は、プロファイルの名前である。グループは、プロファイルに含まれるグループである。一つのプロファイルに対するレコード内に、グループごとのレコード(以下、「グループレコード」という。)が形成される。プロジェクトは、グループに含まれるプロジェクトである。一つのグループレコード内に、プロジェクトごとのレコード(以下、「プロジェクトレコード」という。)が形成される。   The organization ID is the organization ID of the organization to which the profile belongs. The profile name is the name of the profile. A group is a group included in a profile. A record for each group (hereinafter referred to as “group record”) is formed in a record for one profile. A project is a project included in a group. A record for each project (hereinafter referred to as “project record”) is formed in one group record.

一つのグループレコードは、グループ名及びレイアウト情報及び1以上のプロジェクトレコードを含む。グループ名は、グループの識別名であり、グループに対応するタブウィンドウのタブに表示されるラベルでもある。レイアウト情報は、グループに対応するタブウィンドウ内における各ボタンの配置情報である。なお、図13において説明したプロファイルの概念モデルにおいて、画面レイアウト情報が、プロファイルに一対一に関連付く場合、レイアウト情報は、例えば、プロファイル名の横の項目であって、同一のプロファイルに属する複数のグループレコードに跨る項目に(すなわち、グループレコードの外側に)記憶されるようにしてもよい。   One group record includes a group name and layout information, and one or more project records. The group name is a group identification name, and is also a label displayed on the tab of the tab window corresponding to the group. The layout information is the arrangement information of each button in the tab window corresponding to the group. Note that in the conceptual model of the profile described in FIG. 13, when the screen layout information is associated with the profile on a one-to-one basis, the layout information is, for example, an item next to the profile name, You may make it memorize | store in the item over a group record (namely, the outer side of a group record).

一つのプロジェクトレコードは、プロジェクト名、読み取り条件、加工情報、及びストレージ連携情報等を含む。プロジェクト名は、プロジェクトの識別名であり、プロジェクトが対応するボタンのラベルでもある。本実施の形態において、プロジェクト名は、ストレージ連携情報のフォルダ名に一致する。他の項目については、プロファイル編集画面710(図14)において説明した通りである。   One project record includes a project name, reading conditions, processing information, storage linkage information, and the like. The project name is an identification name of the project, and is also a button label corresponding to the project. In the present embodiment, the project name matches the folder name of the storage cooperation information. Other items are as described in the profile editing screen 710 (FIG. 14).

続いて、管理者によって、プロファイル設定画面550(図7)の機器設定ボタン552が押下されると、管理者端末30には、プロファイル機器設定画面720が表示される。   Subsequently, when the administrator presses the device setting button 552 on the profile setting screen 550 (FIG. 7), a profile device setting screen 720 is displayed on the administrator terminal 30.

図16は、プロファイル機器設定画面の表示例を示す図である。プロファイル機器設定画面720は、プロファイルと各クライアント装置10との対応付けを設定させるための画面である。図16に示されるように、プロファイル機器設定画面720には、ログイン管理者に係る組織IDに対応付けられて機器情報記憶部232に機器情報が記憶されているクライアント装置10ごとに、機器情報及びプロファイル名入力領域721が表示される。管理者は、プロファイル名入力領域721に対して、各クライアント装置10に対応付ける(各クライアント装置10において利用される)プロファイルのプロファイル名を入力し、登録ボタン722を押下する。   FIG. 16 is a diagram illustrating a display example of the profile device setting screen. The profile device setting screen 720 is a screen for setting the association between the profile and each client device 10. As illustrated in FIG. 16, the profile device setting screen 720 includes device information and information for each client device 10 in which device information is stored in the device information storage unit 232 in association with the organization ID related to the login administrator. A profile name input area 721 is displayed. The administrator inputs a profile name of a profile (used in each client apparatus 10) associated with each client apparatus 10 in the profile name input area 721 and presses a registration button 722.

登録ボタン722の押下に応じ、管理者端末30は、プロファイル機器設定画面720における設定内容(例えば、機体番号とプロファイル名との組み合わせ)を含む登録要求をサーバ装置20に送信する。サーバ装置20の設定登録部221は、当該登録要求に含まれている情報を、プロファイル機器対応記憶部235に登録する。   In response to pressing of the registration button 722, the administrator terminal 30 transmits a registration request including setting contents (for example, a combination of a machine number and a profile name) on the profile device setting screen 720 to the server device 20. The setting registration unit 221 of the server device 20 registers the information included in the registration request in the profile device correspondence storage unit 235.

図17は、プロファイル機器対応記憶部の構成例を示す図である。プロファイル機器対応記憶部235は、機体番号、プロファイル名、及び機器アプリのアプリIDを対応付けて記憶する。対応付けられるアプリIDは、マーケットプレース画面540(図7)において選択された機器アプリのアプリIDである。すなわち、設定登録部221は、当該機器アプリのアプリIDを、ログイン管理者に対応付けてメモリ装置203等に記憶しておき、プロファイル機器設定画面720における設定内容の登録要求に応じ、当該アプリIDを当該設定内容に対応付けてプロファイル機器対応記憶部235に記憶する。   FIG. 17 is a diagram illustrating a configuration example of the profile device correspondence storage unit. The profile device correspondence storage unit 235 stores the machine number, the profile name, and the application ID of the device application in association with each other. The associated application ID is the application ID of the device application selected on the marketplace screen 540 (FIG. 7). That is, the setting registration unit 221 stores the application ID of the device application in the memory device 203 or the like in association with the login administrator, and responds to the setting content registration request on the profile device setting screen 720 according to the application ID. Is stored in the profile device correspondence storage unit 235 in association with the set content.

続いて、管理者ポータル画面530(図7)のログアウトボタン536が押下されると(S117)、管理者端末30は、サーバ装置20に対してログアウト要求を送信する。ログアウト要求の受信に応じ、サーバ装置20は、ログイン管理者のログイン状態を解除する。   Subsequently, when the logout button 536 on the administrator portal screen 530 (FIG. 7) is pressed (S117), the administrator terminal 30 transmits a logout request to the server device 20. In response to receiving the logout request, the server device 20 cancels the login state of the login administrator.

以上でScanToStorageサービスを利用するための管理者による準備作業は完了する。続いて、構成員ユーザによって、ScanToStoregeサービスが利用される際に、情報処理システム1において実行される処理手順について説明する。   This completes the preparation work by the administrator for using the ScanToStorage service. Next, a processing procedure executed in the information processing system 1 when the member user uses the ScanToStore service will be described.

<情報処理システムの動作(その1)>
図18は、ScanToStorageサービス利用時の処理手順の一例を説明するためのシーケンス図である。図18の説明において、操作対象とされるクライアント装置10を、単に「クライアント装置10」といい、クライアント装置10を操作する或る構成員ユーザを、単に「ユーザ」という。また、図18の処理の開始時において、クライアント装置10には、いずれのユーザもログインしていない状態であるとする。
<Operation of Information Processing System (Part 1)>
FIG. 18 is a sequence diagram for explaining an example of a processing procedure when using the ScanToStorage service. In the description of FIG. 18, the client device 10 to be operated is simply referred to as “client device 10”, and a member user who operates the client device 10 is simply referred to as “user”. Further, it is assumed that no user is logged in to the client device 10 at the start of the processing of FIG.

ユーザが、クライアント装置10にログインすべく、クライアント装置10の非図示のカードリーダにICカードを翳すと、機器認証部122は、カードリーダを介して当該ICカードよりカードIDを取得する(S201)。続いて、機器認証部122は、カードIDを含む認証要求をサーバ装置20に送信する(S202)。   When a user places an IC card in a card reader (not shown) of the client device 10 to log in to the client device 10, the device authentication unit 122 acquires a card ID from the IC card via the card reader (S201). ). Subsequently, the device authentication unit 122 transmits an authentication request including the card ID to the server device 20 (S202).

サーバ装置20の認証処理部223は、認証要求の受信に応じ、認証要求に含まれているカードIDについて認証を行う。例えば、当該カードIDを含むレコードがユーザ情報記憶部231に記憶されていれば認証は成功したとされてもよい。又は、クライアント装置10からカードIDと共に組織ID及び機体番号が送信されてもよい。この場合、組織ID、機体番号、及びカードIDの組み合わせに矛盾が無ければ、認証は成功したとされてもよい。認証が成功した場合、セッション管理部224は、クライアント装置10との間のセッションを開設する。セッション管理部224は、ユーザ情報記憶部231において、当該カードIDに対応付けられている組織ID及びユーザ名を、当該セッションに対応付けてメモリ装置203に記憶する。セッション管理部224は、また、当該セッションの識別情報であるトークン(cookie)を生成する。認証処理部223は、当該トークンを認証の成功を示す応答に含めてクライアント装置10の機器認証部122に返信する(S203)。   The authentication processing unit 223 of the server device 20 performs authentication for the card ID included in the authentication request in response to reception of the authentication request. For example, if the record including the card ID is stored in the user information storage unit 231, the authentication may be successful. Alternatively, the organization ID and the machine number may be transmitted from the client device 10 together with the card ID. In this case, if there is no contradiction in the combination of the organization ID, the machine number, and the card ID, the authentication may be successful. When the authentication is successful, the session management unit 224 opens a session with the client device 10. In the user information storage unit 231, the session management unit 224 stores the organization ID and user name associated with the card ID in the memory device 203 in association with the session. The session management unit 224 also generates a token that is identification information of the session. The authentication processing unit 223 includes the token in a response indicating successful authentication, and returns the token to the device authentication unit 122 of the client device 10 (S203).

機器認証部122は、認証成功の応答の受信に応じ、当該応答に含まれているトークンを、RAM112に記憶する。機器認証部122は、また、ユーザの操作を可能とするため、操作パネル15に対する利用制限(ロック)を解除する(S204)。利用制限が解除されることにより、ユーザは、操作パネル15を介してクライアント装置10の操作が可能となる。   In response to receiving a response indicating successful authentication, the device authentication unit 122 stores the token included in the response in the RAM 112. The device authentication unit 122 also releases the use restriction (lock) on the operation panel 15 in order to enable the user's operation (S204). By canceling the use restriction, the user can operate the client device 10 via the operation panel 15.

続いて、機器認証部122は、クライアント装置10内で起動している各アプリケーションに対して、ログインの成功を通知する。本実施の形態では、スキャン機器アプリ125にもログインの成功が通知される(S205)。ログインの成功の通知には、トークンが添付される。したがって、スキャン機器アプリ125は、当該通知を介してトークンを入手する。   Subsequently, the device authentication unit 122 notifies the login success to each application running in the client device 10. In the present embodiment, the scanning device application 125 is also notified of successful login (S205). A token is attached to the notification of successful login. Therefore, the scanning device application 125 obtains a token through the notification.

続いて、ユーザによる操作パネル15を介した操作によって、スキャン機器アプリ125が利用対象として選択されると、スキャン機器アプリ125は、自らのアプリID、トークン、及びクライアント装置10(自装置)の機体番号等を指定して、プロファイルの取得要求を、サーバ装置20のスキャンサーバアプリ211宛に送信する(S206)。サーバ装置20のセッション管理部224は、当該取得要求を中継する。中継に際し、セッション管理部224は、当該取得要求に含まれているトークンを、当該トークンによって識別されるセッションの組織ID及びユーザ名に変換して、当該取得要求をスキャンサーバアプリ211に転送する(S207)。なお、セッション管理部224は、不正なトークンを含む要求については、拒絶する。   Subsequently, when the scan device application 125 is selected as a usage target by a user's operation via the operation panel 15, the scan device application 125 has its own application ID, token, and machine body of the client device 10 (own device). A profile acquisition request is transmitted to the scan server application 211 of the server device 20 by designating a number or the like (S206). The session management unit 224 of the server device 20 relays the acquisition request. At the time of relay, the session management unit 224 converts the token included in the acquisition request into an organization ID and a user name of the session identified by the token, and transfers the acquisition request to the scan server application 211 ( S207). Note that the session management unit 224 rejects a request including an illegal token.

続いて、スキャンサーバアプリ211は、当該取得要求に指定されているアプリID及び機体番号に対応付いているプロファイル名を、プロファイル機器対応記憶部235(図17)を参照して特定する。スキャンサーバアプリ211は、更に、特定されたプロファイル名、及びトークンから変換された組織IDによって識別されるプロファイルを、プロファイル記憶部234(図15)より取得し、取得されたプロファイルを、スキャン機器アプリ125に返信する(S208)。   Subsequently, the scan server application 211 identifies the profile name associated with the application ID and machine number specified in the acquisition request with reference to the profile device correspondence storage unit 235 (FIG. 17). The scan server application 211 further acquires a profile identified by the identified profile name and the organization ID converted from the token from the profile storage unit 234 (FIG. 15), and acquires the acquired profile as the scan device application. It returns to 125 (S208).

スキャン機器アプリ125は、返信されたプロファイルに基づいて、操作画面を生成する(S209)。続いて、スキャン機器アプリ125は、当該操作画面を操作パネル15に表示させる(S210)。なお、厳密には、プロファイルに基づく操作画面の生成及び操作パネル15への表示は、表示制御部124によって実行される。   The scan device application 125 generates an operation screen based on the returned profile (S209). Subsequently, the scanning device application 125 displays the operation screen on the operation panel 15 (S210). Strictly speaking, the generation of the operation screen based on the profile and the display on the operation panel 15 are executed by the display control unit 124.

図19は、スキャン機器アプリの操作画面の表示例を示す図である。図19に示される操作画面810は、図14の編集対象画面表示領域712に示されている画面と同じである。   FIG. 19 is a diagram illustrating a display example of the operation screen of the scanning device application. An operation screen 810 shown in FIG. 19 is the same as the screen shown in the edit target screen display area 712 of FIG.

続いて、ユーザによって、操作画面810のボタンの中から、ユーザの業務に適したボタンが選択される(S211)。例えば、日報をスキャン対象とする場合、ボタン811が選択される。操作パネル15によってボタンの選択が通知されると(S212)、スキャン機器アプリ125は、選択されたボタン811(「日報」)に対応するグループ名及びプロジェクト名と、読み込み条件とをRAM112に記憶する(S213)。当該読み込み条件は、操作画面810の生成に用いられたプロファイルに含まれている。   Subsequently, the user selects a button suitable for the user's business from the buttons on the operation screen 810 (S211). For example, when daily reports are to be scanned, the button 811 is selected. When the selection of the button is notified by the operation panel 15 (S212), the scan device application 125 stores the group name and project name corresponding to the selected button 811 ("daily report"), and the reading condition in the RAM 112. (S213). The reading condition is included in the profile used to generate the operation screen 810.

続いて、ユーザによって、スキャン対象とされる原稿(日報)がクライアント装置10にセットされ、操作パネル15上のスタートボタンが押下されると(S214)、操作パネル15は、スキャン機器アプリ125に対してスタートボタンの押下を通知する(S215)。スタートボタンの押下の通知に応じ、スキャン機器アプリ125は、機器制御部121を介して原稿のスキャンジョブをクライアント装置10に実行させる(S216)。すなわち、スキャナ12によって原稿から画像データが読み取られる。この際、読み取り条件は、ステップS213においてRAM112に記憶されたものが用いられる。したがって、日報のスキャンに適した読み取り条件によって、原稿のスキャンが実行され、画像データが生成される。   Subsequently, when the user sets a document (daily report) to be scanned on the client device 10 and presses the start button on the operation panel 15 (S214), the operation panel 15 Then, the pressing of the start button is notified (S215). In response to the notification of pressing of the start button, the scan device application 125 causes the client device 10 to execute a document scan job via the device control unit 121 (S216). That is, image data is read from the document by the scanner 12. At this time, the reading conditions stored in the RAM 112 in step S213 are used. Therefore, the document is scanned under the reading conditions suitable for daily report scanning, and image data is generated.

続いて、スキャン機器アプリ125は、当該画像データを、自らのアプリID、機体番号、選択されたボタンのグループ名及びプロジェクト名、並びにトークンと共にスキャンサーバアプリ211に送信(アップロード)する(S217)。セッション管理部224は、当該トークンを組織ID及びユーザ名に変換し、変換結果、アプリID、機体番号、グループ名及びプロジェクト名、並びに当該画像データをスキャンサーバアプリ211に転送する(S218)。   Subsequently, the scan device application 125 transmits (uploads) the image data to the scan server application 211 together with its own application ID, machine number, group name and project name of the selected button, and token (S217). The session management unit 224 converts the token into an organization ID and a user name, and transfers the conversion result, the application ID, the machine number, the group name and the project name, and the image data to the scan server application 211 (S218).

スキャンサーバアプリ211は、転送されたアプリID及び機体番号に対応するプロファイルを、プロファイル機器対応記憶部235及びプロファイル記憶部234に基づいて特定し、当該プロファイルにおいて、転送されたグループID及びプロジェクトIDに対応する加工情報及びストレージ連携情報を特定する。   The scan server application 211 identifies a profile corresponding to the transferred application ID and machine number based on the profile device correspondence storage unit 235 and the profile storage unit 234, and the transferred group ID and project ID are included in the profile. Identify the corresponding processing information and storage linkage information.

スキャンサーバアプリ211は、当該加工情報及び当該ストレージ連携情報に応じた処理を示すジョブ(以下、「ジョブA」という。)の実行要求をジョブ処理部225に投入する(S219)。ここでは、加工情報は、OCR処理を実行することを示し、ストレージ情報は、StorageAの「/日報」フォルダへ保存(アップロード)することを示すこととする。また、ジョブには、クライアント装置10に係る組織ID、ユーザ名、及びスキャンされた画像データが関連付けられる。なお、ジョブの実行要求は、RAM112に形成されているジョブキューに蓄積される。ジョブの実行は、ジョブの実行要求とは非同期に実行される。但し、ジョブの実行要求と同期的にジョブが実行されてもよい。   The scan server application 211 inputs an execution request for a job (hereinafter, referred to as “job A”) indicating processing according to the processing information and the storage cooperation information to the job processing unit 225 (S219). Here, the processing information indicates that the OCR process is executed, and the storage information indicates that it is stored (uploaded) in the “/ daily report” folder of Storage A. In addition, an organization ID related to the client device 10, a user name, and scanned image data are associated with the job. Note that job execution requests are accumulated in a job queue formed in the RAM 112. The job execution is executed asynchronously with the job execution request. However, the job may be executed in synchronization with the job execution request.

続いて、ジョブ処理部225は、ジョブキューよりジョブAを取り出すと、ジョブAに係る加工情報に基づいて、OCR処理をOCR処理部226に要求する(S220)。OCR処理部226は、画像データに関してOCR処理を実行し、処理結果としてのテキストデータを出力する(S221)。   Subsequently, when the job processing unit 225 extracts the job A from the job queue, the job processing unit 225 requests the OCR processing unit 226 to perform OCR processing based on the processing information related to the job A (S220). The OCR processing unit 226 performs OCR processing on the image data and outputs text data as a processing result (S221).

続いて、ジョブ処理部225は、当該テキストデータと、ストレージ連携情報が示すストレージ名及びフォルダ名と、組織ID及びユーザ名とを指定して、アップロードの実行をアップロード処理部227に要求する(S222)。アップロード処理部227は、当該アップロードに応じた処理の実行を、ストレージ連携部228に要求する(S223)。   Subsequently, the job processing unit 225 specifies the text data, the storage name and folder name indicated by the storage cooperation information, the organization ID and the user name, and requests the upload processing unit 227 to execute upload (S222). ). The upload processing unit 227 requests the storage cooperation unit 228 to execute processing corresponding to the upload (S223).

ストレージ連携部228は、指定されたストレージ名に係るオンラインストレージシステム40に対するログインを認証処理部223に要求する(S224)。ストレージ連携部228は、アップロード要求に指定された組織ID及びストレージ名を当該ログイン要求に指定する。認証処理部223は、当該組織IDに対応する組織レコードをユーザ情報記憶部231より取得し、当該組織レコードのストレージアカウント情報において、アップロード要求に係るストレージ名に対応付けられているアカウント情報(ID及びパスワード)を取得する。認証処理部223は、取得されたアカウント情報を用いて、例えば、StorageAに係るオンラインストレージシステム40(以下、単に「StorageA」という。)に対して認証要求を送信する(S225)。   The storage cooperation unit 228 requests the authentication processing unit 223 to log in to the online storage system 40 relating to the designated storage name (S224). The storage cooperation unit 228 specifies the organization ID and storage name specified in the upload request in the login request. The authentication processing unit 223 obtains an organization record corresponding to the organization ID from the user information storage unit 231, and in the storage account information of the organization record, the account information (ID and ID associated with the storage name related to the upload request). Password). Using the acquired account information, the authentication processing unit 223 transmits an authentication request to, for example, the online storage system 40 related to Storage A (hereinafter simply referred to as “Storage A”) (S225).

StorageAは、当該認証要求に指定されたアカウント情報について認証に成功すると、StorageAへのアクセス用のトークンを返信する(S226)。認証処理部223は、返信されたトークンを、ストレージ連携部228に返却する(S227)。   When Storage A successfully authenticates the account information specified in the authentication request, Storage A returns a token for accessing Storage A (S226). The authentication processing unit 223 returns the returned token to the storage cooperation unit 228 (S227).

続いて、ストレージ連携部228は、当該トークンを指定して、OCR処理によって得られたテキストデータについて、アップロード要求に指定されたストレージ名によって特定されるオンラインストレージ(StorageA)に対して保存要求を送信する(S228)。この際、アップロード要求に指定されたフォルダ名(/日報)が保存先のフォルダとして指定される。   Subsequently, the storage cooperation unit 228 specifies the token and sends a save request to the online storage (Storage A) specified by the storage name specified in the upload request for the text data obtained by the OCR process. (S228). At this time, the folder name (/ daily report) designated in the upload request is designated as the storage destination folder.

その結果、StorageAの/日報に対して、当該テキストデータが保存される。   As a result, the text data is stored for the Storage A / daily report.

<情報処理システムの動作(その2)>
図20は、ScanToStorageサービス利用時の処理手順の一実施例を説明するためのシーケンス図である。図20は主に、図18のステップS214−S228の処理の詳細を示す。図20の処理の開始時において、クライアント装置10は、ユーザがログインしている状態である。
<Operation of Information Processing System (Part 2)>
FIG. 20 is a sequence diagram for explaining an embodiment of a processing procedure when using the ScanToStorage service. FIG. 20 mainly shows details of the processing in steps S214 to S228 in FIG. At the start of the process of FIG. 20, the client device 10 is in a state where the user is logged in.

クライアント装置10のスキャン機器アプリ125は、ジョブ処理を開始する(S301)。具体的には、ユーザによって、スキャン対象とされる原稿(日報)がクライアント装置10にセットされ、操作パネル15上のスタートボタンが押下されると、操作パネル15は、スキャン機器アプリ125に対してスタートボタンの押下を通知する。スタートボタンの押下の通知に応じ、スキャン機器アプリ125は、機器制御部121を介して原稿のスキャンジョブをクライアント装置10に実行させる。すなわち、スキャナ12によって原稿から画像データが読み取られる。   The scanning device application 125 of the client device 10 starts job processing (S301). Specifically, when the user sets a document (daily report) to be scanned on the client device 10 and presses the start button on the operation panel 15, the operation panel 15 opens the scan device application 125. Notify that the start button has been pressed. In response to the notification of pressing of the start button, the scan device application 125 causes the client device 10 to execute a document scan job via the device control unit 121. That is, image data is read from the document by the scanner 12.

クライアント装置10のスキャン機器アプリ125は、サーバ装置20へジョブ処理を依頼する(S302)。スキャン機器アプリ125は、当該画像データを、自らのアプリID、機体番号、選択されたボタンのグループ名及びプロジェクト名、並びにトークンと共にスキャンサーバアプリ211に送信(アップロード)する。   The scanning device application 125 of the client device 10 requests the server device 20 to perform job processing (S302). The scan device application 125 transmits (uploads) the image data to the scan server application 211 together with its application ID, machine number, group name and project name of the selected button, and token.

図21は、画像データ送信画面の表示例を示す図である。画像データをサーバ装置20へ送信する際に、表示制御部124は、画像データ送信画面910を表示する。ユーザが「OK」を選択することによって、画像データ送信画面910は消去される。   FIG. 21 is a diagram illustrating a display example of the image data transmission screen. When transmitting image data to the server device 20, the display control unit 124 displays an image data transmission screen 910. When the user selects “OK”, the image data transmission screen 910 is deleted.

クライアント装置10のジョブ処理完了待機処理部126は、サーバ装置20によるジョブ処理が完了するまで待機するか否かを判断する(S303)。ジョブ処理完了待機処理部126は、サーバ装置20によるジョブ処理が完了するまで待機するように設定されているか否かを判断することで、ジョブ処理が完了するまで待機するか否かを判断する。   The job processing completion standby processing unit 126 of the client device 10 determines whether or not to wait until the job processing by the server device 20 is completed (S303). The job processing completion standby processing unit 126 determines whether or not to wait until the job processing is completed by determining whether or not it is set to wait until the job processing by the server device 20 is completed.

ジョブ処理が完了するまで待機するように設定されていない場合、クライアント装置10のジョブ処理完了待機処理部126は、ジョブ処理が完了するまで待機しないことを表す情報を付帯したジョブ処理完了待機情報を作成し、通信部123からサーバ装置20へ送信する(S304)。   When the job processing completion standby processing unit 126 of the client device 10 is not set to wait until job processing is completed, the job processing completion standby information 126 includes information indicating that the job processing is not waited for completion. It is created and transmitted from the communication unit 123 to the server device 20 (S304).

クライアント装置10の表示制御部124は、クライアント装置10によるジョブ処理が完了したことを表示する(S305)。   The display control unit 124 of the client device 10 displays that the job processing by the client device 10 has been completed (S305).

図22は、画像データ送信完了画面の表示例を示す図である。画像データをサーバ装置20へ送信するジョブ処理が完了した場合に、表示制御部124は、画像データ送信完了画面920を表示する。ユーザが「OK」を選択することによって、画像データ送信完了画面920は消去される。   FIG. 22 is a diagram illustrating a display example of the image data transmission completion screen. When the job processing for transmitting the image data to the server device 20 is completed, the display control unit 124 displays an image data transmission completion screen 920. When the user selects “OK”, the image data transmission completion screen 920 is deleted.

ジョブ処理が完了するまで待機するように設定されている場合、クライアント装置10のジョブ処理完了待機処理部126は、ジョブ処理が完了するまで待機することを表す情報を付帯したジョブ処理完了待機情報を作成し、通信部123からサーバ装置20へ送信する(S306)。   When it is set to wait until job processing is completed, the job processing completion waiting processing unit 126 of the client device 10 displays job processing completion waiting information attached with information indicating that the job processing is to be completed. It is created and transmitted from the communication unit 123 to the server device 20 (S306).

サーバ装置20の機器通信部222はクライアント装置10から送信されたジョブ処理完了待機情報を受信し、ジョブ処理完了待機情報に付帯されている情報がジョブ処理が完了するまで待機することを表す情報であるか否かを判断する(S307)。   The device communication unit 222 of the server device 20 receives the job processing completion standby information transmitted from the client device 10 and is information indicating that the information attached to the job processing completion standby information waits until the job processing is completed. It is determined whether or not there is (S307).

ジョブ処理完了待機情報にジョブ処理が完了するまで待機することを表す情報が付帯されている場合、サーバ装置20の負荷情報取得部209は、サーバ装置20の負荷状況を取得する(S308)。具体的には負荷情報取得部209は、実行待ちプロセスの平均数(ロードアベレージ)、CPUパワー、プロセスのメモリ使用量、処理中のジョブ数(スレッド数)、処理開始前のジョブのサイズ等の負荷状況を取得することができる。   When the job processing completion standby information is accompanied by information indicating that the job processing is completed, the load information acquisition unit 209 of the server device 20 acquires the load status of the server device 20 (S308). Specifically, the load information acquisition unit 209 determines the average number of processes waiting to be executed (load average), CPU power, memory usage of the process, number of jobs being processed (number of threads), job size before the start of processing, and the like. The load status can be acquired.

サーバ装置20の機器通信部222は、クライアント装置10に負荷情報取得部209によって取得した負荷状況を表す情報を送信する(S309)。   The device communication unit 222 of the server device 20 transmits information representing the load status acquired by the load information acquisition unit 209 to the client device 10 (S309).

S307でジョブ処理完了待機情報にジョブ処理が完了するまで待機しないことを表す情報が付帯されている場合、又はS309でクライアント装置10に負荷状況を表す情報を送信した後、サーバ装置20のスキャンサーバアプリ211は、ジョブ処理を開始する(S310)。具体的には、スキャンサーバアプリ211は、転送されたアプリID及び機体番号に対応するプロファイルを、プロファイル機器対応記憶部235及びプロファイル記憶部234に基づいて特定し、当該プロファイルにおいて、転送されたグループID及びプロジェクトIDに対応する加工情報及びストレージ連携情報を特定する。   When the job processing completion waiting information is attached to the job processing completion standby information in S307, or after the information indicating the load status is transmitted to the client device 10 in S309, the scan server of the server device 20 The application 211 starts job processing (S310). Specifically, the scan server application 211 identifies a profile corresponding to the transferred application ID and machine number based on the profile device correspondence storage unit 235 and the profile storage unit 234, and the group transferred in the profile The processing information and storage linkage information corresponding to the ID and project ID are specified.

スキャンサーバアプリ211は、当該加工情報及び当該ストレージ連携情報に応じた処理を示すジョブAの実行要求をジョブ処理部225に投入する。ここでは、加工情報は、OCR処理を実行することを示し、ストレージ情報は、StorageAの「/日報」フォルダへ保存(アップロード)することを示すこととする。また、ジョブには、クライアント装置10に係る組織ID、ユーザ名、及びスキャンされた画像データが関連付けられる。なお、ジョブの実行要求は、RAM112に形成されているジョブキューに蓄積される。ジョブの実行は、ジョブの実行要求とは非同期に実行される。但し、ジョブの実行要求と同期的にジョブが実行されてもよい。   The scan server application 211 inputs a job A execution request indicating processing according to the processing information and the storage cooperation information to the job processing unit 225. Here, the processing information indicates that the OCR process is executed, and the storage information indicates that it is stored (uploaded) in the “/ daily report” folder of Storage A. In addition, an organization ID related to the client device 10, a user name, and scanned image data are associated with the job. Note that job execution requests are accumulated in a job queue formed in the RAM 112. The job execution is executed asynchronously with the job execution request. However, the job may be executed in synchronization with the job execution request.

続いて、ジョブ処理部225は、ジョブキューよりジョブAを取り出すと、ジョブAに係る加工情報に基づいて、OCR処理をOCR処理部226に要求する。OCR処理部226は、画像データに関してOCR処理を実行し、処理結果としてのテキストデータを出力する。   Subsequently, when the job processing unit 225 extracts the job A from the job queue, the job processing unit 225 requests the OCR processing unit 226 to perform OCR processing based on the processing information related to the job A. The OCR processing unit 226 performs OCR processing on the image data and outputs text data as a processing result.

サーバ装置20のアップロード処理部227は、ストレージサービスへの配信を行う(S311)。アップロード処理部227は、当該アップロードに応じた処理の実行を、ストレージ連携部228に要求する。ストレージ連携部228は、指定されたストレージ名に係るオンラインストレージシステム40に対するログインを認証処理部223に要求する。ストレージ連携部228は、アップロード要求に指定された組織ID及びストレージ名を当該ログイン要求に指定する。認証処理部223は、当該組織IDに対応する組織レコードをユーザ情報記憶部231より取得し、当該組織レコードのストレージアカウント情報において、アップロード要求に係るストレージ名に対応付けられているアカウント情報(ID及びパスワード)を取得する。認証処理部223は、取得されたアカウント情報を用いて、例えば、StorageAに係るオンラインストレージシステム40(以下、単に「StorageA」という。)に対して認証要求を送信する。StorageAは、当該認証要求に指定されたアカウント情報について認証に成功すると、StorageAへのアクセス用のトークンを返信する。認証処理部223は、返信されたトークンを、ストレージ連携部228に返却する。続いて、ストレージ連携部228は、当該トークンを指定して、OCR処理によって得られたテキストデータについて、アップロード要求に指定されたストレージ名によって特定されるオンラインストレージ(StorageA)に対して保存要求を送信する。この際、アップロード要求に指定されたフォルダ名(/日報)が保存先のフォルダとして指定される。   The upload processing unit 227 of the server device 20 performs distribution to the storage service (S311). The upload processing unit 227 requests the storage cooperation unit 228 to execute processing corresponding to the upload. The storage cooperation unit 228 requests the authentication processing unit 223 to log in to the online storage system 40 related to the specified storage name. The storage cooperation unit 228 specifies the organization ID and storage name specified in the upload request in the login request. The authentication processing unit 223 obtains an organization record corresponding to the organization ID from the user information storage unit 231, and in the storage account information of the organization record, the account information (ID and ID associated with the storage name related to the upload request). Password). The authentication processing unit 223 transmits an authentication request to the online storage system 40 related to Storage A (hereinafter simply referred to as “Storage A”), for example, using the acquired account information. When Storage A successfully authenticates the account information specified in the authentication request, Storage A returns a token for accessing Storage A. The authentication processing unit 223 returns the returned token to the storage cooperation unit 228. Subsequently, the storage cooperation unit 228 specifies the token and sends a save request to the online storage (Storage A) specified by the storage name specified in the upload request for the text data obtained by the OCR process. To do. At this time, the folder name (/ daily report) designated in the upload request is designated as the storage destination folder.

その結果、StorageAの/日報に対して、当該テキストデータが保存される(S312)。   As a result, the text data is stored for the storage A / daily report (S312).

ストレージサービスへの配信が完了すると、サーバ装置20のジョブ処理部225は、ジョブ処理が完了したこととその結果をクライアント装置10へ送信する(ステップS313)。   When the distribution to the storage service is completed, the job processing unit 225 of the server device 20 transmits the completion of the job processing and the result to the client device 10 (step S313).

サーバ装置20のジョブ処理部225は、ジョブ処理を実行したユーザにメールでジョブ処理の結果を通知するとともに、ジョブログにジョブ処理の結果を書き込む(ステップS314)。   The job processing unit 225 of the server device 20 notifies the user who executed the job processing by mail of the job processing result and writes the job processing result in the job log (step S314).

S309でサーバ装置20から送信された負荷状況を表す情報は、クライアント装置10の通信部123によって受信され、ジョブ処理完了待機処理部126へ入力される。ジョブ処理完了待機処理部126は、負荷状況を表す情報によって示される負荷状況が高いか否かを判定する(S315)。   The information indicating the load status transmitted from the server device 20 in S309 is received by the communication unit 123 of the client device 10 and input to the job processing completion standby processing unit 126. The job processing completion standby processing unit 126 determines whether or not the load status indicated by the information indicating the load status is high (S315).

負荷状況が高いと判定した場合、つまり、負荷状況が所定の閾値より高い場合にはクライアント装置10の表示制御部124は、クライアント装置10のジョブ処理が完了したことを表示する(S316)。具体的には、実行待ちプロセスの平均数、CPUパワー、プロセスのメモリ使用量、処理中のジョブ数、及び処理開始前のジョブのサイズを予め設定される各閾値とそれぞれ比較し、いずれかが閾値よりも高い場合に負荷状況が高いと判定する。   When it is determined that the load status is high, that is, when the load status is higher than a predetermined threshold, the display control unit 124 of the client device 10 displays that the job processing of the client device 10 is completed (S316). Specifically, the average number of processes waiting to be executed, CPU power, memory usage of the process, the number of jobs being processed, and the size of the job before the start of processing are respectively compared with preset threshold values. When it is higher than the threshold, it is determined that the load situation is high.

図23は、画像データ送信成功画面の表示例を示す図である。画像データをサーバ装置20へ送信するジョブ処理が成功した場合に、表示制御部124は、画像データ送信成功画面930を表示する。ユーザが「OK」を選択することによって、画像データ送信成功画面930は消去される。   FIG. 23 is a diagram illustrating a display example of the image data transmission success screen. When the job process for transmitting the image data to the server device 20 is successful, the display control unit 124 displays the image data transmission success screen 930. When the user selects “OK”, the image data transmission success screen 930 is deleted.

図24は、画像データ送信失敗画面の表示例を示す図である。画像データをサーバ装置20へ送信するジョブ処理が失敗した場合に、表示制御部124は、画像データ送信失敗画面940を表示する。ユーザが「OK」を選択することによって、画像データ送信失敗画面940は消去される。   FIG. 24 is a diagram illustrating a display example of an image data transmission failure screen. When the job processing for transmitting the image data to the server device 20 fails, the display control unit 124 displays the image data transmission failure screen 940. When the user selects “OK”, the image data transmission failure screen 940 is deleted.

負荷状況が低いと判定した場合、つまり、負荷状況が所定の閾値以下である場合にはクライアント装置10のジョブ処理完了待機処理部126は、サーバ装置20から処理が完了したことが通知されるまで待機する。具体的には、実行待ちプロセスの平均数、CPUパワー、プロセスのメモリ使用量、処理中のジョブ数、及び処理開始前のジョブのサイズを予め設定される各閾値とそれぞれ比較し、全負荷状況が閾値以下である場合に負荷状況が低いと判定する。例えば、クライアント装置10のジョブ処理完了待機処理部126は、定期的に当該IPアドレス及び当該ポート番号宛に、何らかの事象の発生の有無を問い合わせるためのポーリングを行う(S317)。   When it is determined that the load status is low, that is, when the load status is equal to or less than a predetermined threshold, the job processing completion standby processing unit 126 of the client device 10 is notified from the server device 20 that the processing is completed. stand by. Specifically, the average number of processes waiting to be executed, CPU power, memory usage of the process, number of jobs being processed, and job size before the start of processing are compared with each preset threshold value, and the total load status Is less than the threshold, it is determined that the load condition is low. For example, the job processing completion standby processing unit 126 of the client device 10 periodically polls the IP address and the port number to inquire about the occurrence of any event (S317).

クライアント装置10のジョブ処理完了待機処理部126は、何らかの事象の発生の有無を問い合わせるためのポーリングを行う所定の期間が経過することによってタイムアウトとなったか否かを判断する(S318)。   The job processing completion standby processing unit 126 of the client device 10 determines whether a time-out has occurred due to the elapse of a predetermined period of polling for inquiring whether or not some event has occurred (S318).

タイムアウトとなった場合、クライアント装置10のジョブ処理完了待機処理部126は、ポーリングを終了する(S319)。   When the timeout occurs, the job processing completion standby processing unit 126 of the client device 10 ends the polling (S319).

クライアント装置10の表示制御部124は、クライアント装置10のジョブ処理が完了したことを表示する(S320)。   The display control unit 124 of the client device 10 displays that the job processing of the client device 10 has been completed (S320).

画像データをサーバ装置20へ送信するジョブ処理が成功した場合に、表示制御部124が表示する画像データ送信成功画面930は、図23を適用できる。また、画像データをサーバ装置20へ送信するジョブ処理が失敗した場合に、表示制御部124が表示する画像データ送信失敗画面940は、図24を適用できる。   FIG. 23 is applicable to the image data transmission success screen 930 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 is successful. Further, FIG. 24 can be applied to the image data transmission failure screen 940 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 fails.

サーバ装置20の負荷状況処理部229は、S317でクライアント装置10よって行われたポーリングに応じて、サーバ装置20の負荷状況を取得する(S321)。   The load status processing unit 229 of the server device 20 acquires the load status of the server device 20 according to the polling performed by the client device 10 in S317 (S321).

サーバ装置20の機器通信部222は、クライアント装置10に負荷情報取得部209によって取得した負荷状況を表す情報を送信する(S322)。   The device communication unit 222 of the server device 20 transmits information representing the load status acquired by the load information acquisition unit 209 to the client device 10 (S322).

クライアント装置10のジョブ処理完了待機処理部126は、S322でサーバ装置20から通知された負荷状況を表す情報によって示される負荷状況が高いか否か、又はS313でジョブ処理が完了していることが通知されたかを判定する(S323)。負荷状況が高いか否かを判定する処理は、上述した方法を適用できる。   The job processing completion standby processing unit 126 of the client device 10 determines whether or not the load status indicated by the information indicating the load status notified from the server device 20 in S322 is high, or that the job processing is completed in S313. It is determined whether it has been notified (S323). The above-described method can be applied to the process of determining whether the load status is high.

S323で負荷状況を表す情報によって示される負荷状況が低いと判定した場合ステップS317へ戻る。また、S323で負荷状況を表す情報によって示される負荷状況が高いと判定した場合クライアント装置10の表示制御部124は、クライアント装置10のジョブ処理が完了したことを表示する(S324)。   If it is determined in S323 that the load status indicated by the information indicating the load status is low, the process returns to step S317. If it is determined in S323 that the load status indicated by the information indicating the load status is high, the display control unit 124 of the client device 10 displays that the job processing of the client device 10 is completed (S324).

画像データをサーバ装置20へ送信するジョブ処理が成功した場合に、表示制御部124が表示する画像データ送信成功画面930は、図23を適用できる。また、画像データをサーバ装置20へ送信するジョブ処理が失敗した場合に、表示制御部124が表示する画像データ送信失敗画面940は、図24を適用できる。   FIG. 23 is applicable to the image data transmission success screen 930 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 is successful. Further, FIG. 24 can be applied to the image data transmission failure screen 940 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 fails.

また、負荷状況を表す情報によってジョブ処理が完了していることが通知された場合、クライアント装置10の表示制御部124は、サーバ装置20から送信されるジョブ処理完了通知を表示する(S325)。   Further, when it is notified that the job processing is completed by the information indicating the load status, the display control unit 124 of the client device 10 displays a job processing completion notification transmitted from the server device 20 (S325).

本実施例によれは、サーバ装置20によってジョブ処理が完了した際に、その処理の結果をクライアント装置に通知できるため、ユーザはクライアント装置を利用してシームレスにその結果を確認できる。また、クライアント装置10から要求されたジョブの処理に時間を要する場合や、時間を要することが予測される場合には、クライアント装置とサーバ装置との間で同期処理から非同期処理に切り替える。これによって、サーバ装置によるジョブ処理が終了しても、クライアント装置には通知されないが、ユーザはクライアント装置を利用して処理を行うことができる。つまり、ユーザがクライアント装置を利用して、ジョブ処理を要求した後に、ジョブ処理の結果を受けた次のアクション(操作)を取りやすくすることができる。   According to this embodiment, when the job processing is completed by the server device 20, the result of the processing can be notified to the client device, so that the user can seamlessly check the result using the client device. Further, when processing of a job requested from the client device 10 takes time, or when it is predicted that time will be required, the client device and the server device are switched from synchronous processing to asynchronous processing. As a result, even when the job processing by the server device is completed, the client device is not notified, but the user can perform processing using the client device. That is, it is possible to make it easier to take the next action (operation) that has received the result of the job processing after the user requests the job processing using the client device.

<変形例>
情報処理システムの一変形例は、図1を適用できる。
<Modification>
As a modification of the information processing system, FIG. 1 can be applied.

クライアント装置10は、サーバ装置20へ、ジョブ処理要求情報を送信した際に、そのジョブ処理が完了するまで待機するか否かを表す情報を付帯したジョブ処理完了待機情報を送信する。このジョブ処理完了待機情報は、サーバ装置20へジョブ処理を依頼する際に、ユーザによって設定することができる。   When the client apparatus 10 transmits job processing request information to the server apparatus 20, the client apparatus 10 transmits job processing completion waiting information with information indicating whether or not to wait until the job processing is completed. This job processing completion standby information can be set by the user when requesting job processing to the server device 20.

サーバ装置20は、クライアント装置10から送信されるジョブ処理完了待機情報に付帯されるジョブ処理が完了するまで待機するか否かを表す情報に応じて、サーバ装置20の負荷状況を取得するか否かを判断する。サーバ装置20は、ジョブ処理完了待機情報にジョブ処理が完了するまで待機する情報が付帯される場合にサーバ装置20の負荷状況を取得すると判断し、ジョブ処理が完了するまで待機しない情報が付帯される場合にサーバ装置20の負荷状況を取得しないと判断する。サーバ装置20は、負荷状況を表す情報に基づいて、処理しているジョブが完了するまで、クライアント装置を待機させるか否かを判断する。サーバ装置20は、クライアント装置を待機させるか否かを表す情報を付帯した処理完了待機要求をクライアント装置10へ送信する。   Whether or not the server device 20 acquires the load status of the server device 20 according to information indicating whether or not to wait until the job processing attached to the job processing completion waiting information transmitted from the client device 10 is completed. Determine whether. The server device 20 determines that the load status of the server device 20 is acquired when the job processing completion standby information is accompanied by information that waits until the job processing is completed, and information that does not wait until the job processing is completed is attached. It is determined that the load status of the server device 20 is not acquired. Based on the information indicating the load status, the server device 20 determines whether to make the client device wait until the job being processed is completed. The server device 20 transmits to the client device 10 a processing completion standby request accompanied by information indicating whether or not to wait for the client device.

サーバ装置20のハードウェア構成例は図2を適用でき、クライアント装置10のハードウェア構成例は図3を適用できる。   2 can be applied to the hardware configuration example of the server device 20, and FIG. 3 can be applied to the hardware configuration example of the client device 10.

サーバ装置20の機能構成例は、図4を適用できる。ただし、負荷状況処理部229の処理が図4に示されるものと異なる。負荷状況処理部229は、クライアント装置10から送信されるジョブ処理完了待機情報にジョブ処理が完了するまで待機する情報が付帯される場合に、サーバ装置20の負荷状況を取得する。負荷状況処理部229は、負荷状況に基づいて、ジョブが完了するまで待機させるか否かを判断し、その判断結果を付帯した処理完了待機要求を機器通信部222からクライアント装置10へ送信する。   As a functional configuration example of the server device 20, FIG. 4 can be applied. However, the processing of the load status processing unit 229 is different from that shown in FIG. The load status processing unit 229 acquires the load status of the server device 20 when the job processing completion waiting information transmitted from the client device 10 is accompanied by information that waits until job processing is completed. Based on the load status, the load status processing unit 229 determines whether to wait until the job is completed, and transmits a processing completion standby request accompanied by the determination result from the device communication unit 222 to the client device 10.

<情報処理システムの動作>
ScanToStorageサービス利用時の処理手順は、図18を適用できる。
<Operation of information processing system>
FIG. 18 can be applied to the processing procedure when using the ScanToStorage service.

<情報処理システムの動作>
図25は、ScanToStorageサービス利用時の処理手順の一変形例を説明するためのシーケンス図である。
<Operation of information processing system>
FIG. 25 is a sequence diagram for explaining a modification of the processing procedure when using the ScanToStorage service.

S401−S408は、図20のS301−S308を適用できる。   S301-S408 can apply S301-S308 of FIG.

サーバ装置20の負荷状況処理部229は、サーバ装置20の負荷状況が高いか否かを判定する(S409)。   The load status processing unit 229 of the server device 20 determines whether or not the load status of the server device 20 is high (S409).

負荷状況処理部229は、サーバ装置20の負荷状況が低いと判定した場合、つまり、負荷状況が所定の閾値以下である場合にはサーバ装置20の処理が完了するまで待機することを示す情報、ポーリング間隔情報を付帯した処理完了待機要求を、機器通信部222から送信する(ステップS410)。具体的には、実行待ちプロセスの平均数、CPUパワー、プロセスのメモリ使用量、処理中のジョブ数、及び処理開始前のジョブのサイズを予め設定される各閾値とそれぞれ比較し、全てが閾値以下である場合に負荷状況が低いと判定する。   When the load status processing unit 229 determines that the load status of the server device 20 is low, that is, when the load status is equal to or less than a predetermined threshold, information indicating that the server device 20 waits until the processing of the server device 20 is completed, A processing completion standby request accompanied by polling interval information is transmitted from the device communication unit 222 (step S410). Specifically, the average number of processes waiting to be executed, CPU power, memory usage of the process, the number of jobs being processed, and the job size before the start of processing are respectively compared with preset threshold values. It is determined that the load situation is low when the following is true.

負荷状況処理部229は、サーバ装置20の負荷状況が高いと判定した場合、つまり、負荷状況が所定の閾値より高い場合にはサーバ装置20の処理が完了するまで待機しないことを示す情報を付帯した処理完了待機要求を、機器通信部222から送信する(ステップS411)。具体的には、実行待ちプロセスの平均数、CPUパワー、プロセスのメモリ使用量、処理中のジョブ数、及び処理開始前のジョブのサイズを予め設定される各閾値とそれぞれ比較し、いずれかが閾値よりも高い場合に負荷状況が高いと判定する。   When it is determined that the load status of the server device 20 is high, that is, when the load status is higher than a predetermined threshold, the load status processing unit 229 includes information indicating that the server device 20 does not wait until the processing of the server device 20 is completed. The process completion standby request is transmitted from the device communication unit 222 (step S411). Specifically, the average number of processes waiting to be executed, CPU power, memory usage of the process, the number of jobs being processed, and the size of the job before the start of processing are respectively compared with preset threshold values. When it is higher than the threshold, it is determined that the load situation is high.

S406でジョブ処理完了待機情報にジョブ処理が完了するまで待機しないことを表す情報が付帯されている場合、又はS410又はS411でクライアント装置10に処理完了待機要求を送信した後、サーバ装置20のスキャンサーバアプリ211は、ジョブ処理を開始する(S412)。具体的には、スキャンサーバアプリ211は、転送されたアプリID及び機体番号に対応するプロファイルを、プロファイル機器対応記憶部235及びプロファイル記憶部234に基づいて特定し、当該プロファイルにおいて、転送されたグループID及びプロジェクトIDに対応する加工情報及びストレージ連携情報を特定する。   When the job processing completion waiting information is attached to the job processing completion waiting information in S406, or the server device 20 scans after sending the processing completion waiting request to the client device 10 in S410 or S411 The server application 211 starts job processing (S412). Specifically, the scan server application 211 identifies a profile corresponding to the transferred application ID and machine number based on the profile device correspondence storage unit 235 and the profile storage unit 234, and the group transferred in the profile The processing information and storage linkage information corresponding to the ID and project ID are specified.

S413−S416は、図20のS311−S314を適用できる。   S311 to S416 can apply S311 to S314 of FIG.

S410、又はS411でサーバ装置20から送信された処理完了待機要求は、クライアント装置10の通信部123によって受信され、ジョブ処理完了待機処理部126へ入力される。ジョブ処理完了待機処理部126は、処理完了待機要求に付帯される情報を確認する(S417)。   The processing completion standby request transmitted from the server device 20 in S410 or S411 is received by the communication unit 123 of the client device 10 and input to the job processing completion standby processing unit 126. The job processing completion standby processing unit 126 confirms information attached to the processing completion standby request (S417).

処理完了待機情報に待機しないことが付帯されている場合、クライアント装置10の表示制御部124は、クライアント装置10のジョブ処理が完了したことを表示する(S418)。   If the processing completion standby information is accompanied by not waiting, the display control unit 124 of the client device 10 displays that the job processing of the client device 10 has been completed (S418).

画像データをサーバ装置20へ送信するジョブ処理が成功した場合に、表示制御部124が表示する画像データ送信成功画面930は、図23を適用できる。また、画像データをサーバ装置20へ送信するジョブ処理が失敗した場合に、表示制御部124が表示する画像データ送信失敗画面940は、図24を適用できる。   FIG. 23 is applicable to the image data transmission success screen 930 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 is successful. Further, FIG. 24 can be applied to the image data transmission failure screen 940 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 fails.

処理完了待機情報に待機することが付帯されている場合、クライアント装置10のジョブ処理完了待機処理部126は、サーバ装置20から処理が完了したことが通知されるまで待機する。例えば、クライアント装置10のジョブ処理完了待機処理部126は、定期的に当該IPアドレス及び当該ポート番号宛に、何らかの事象の発生の有無を問い合わせるためのポーリングを行う(S419)。   When waiting for processing completion information is incidental, the job processing completion waiting processing unit 126 of the client device 10 waits until the server device 20 notifies the completion of processing. For example, the job processing completion standby processing unit 126 of the client device 10 periodically polls the IP address and the port number for inquiring whether or not some event has occurred (S419).

クライアント装置10のジョブ処理完了待機処理部126は、何らかの事象の発生の有無を問い合わせるためのポーリングを行う所定の期間が経過することによってタイムアウトとなったか否かを判断する(S420)。   The job processing completion standby processing unit 126 of the client device 10 determines whether a time-out has occurred due to the elapse of a predetermined period of polling for inquiring whether or not some event has occurred (S420).

タイムアウトとなった場合、クライアント装置10のジョブ処理完了待機処理部126は、ポーリングを終了する(S421)。   When the time-out occurs, the job processing completion standby processing unit 126 of the client device 10 ends the polling (S421).

クライアント装置10の表示制御部124は、クライアント装置10のジョブ処理が完了したことを表示する(S422)。   The display control unit 124 of the client device 10 displays that the job processing of the client device 10 has been completed (S422).

画像データをサーバ装置20へ送信するジョブ処理が成功した場合に、表示制御部124が表示する画像データ送信成功画面930は、図23を適用できる。また、画像データをサーバ装置20へ送信するジョブ処理が失敗した場合に、表示制御部124が表示する画像データ送信失敗画面940は、図24を適用できる。   FIG. 23 is applicable to the image data transmission success screen 930 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 is successful. Further, FIG. 24 can be applied to the image data transmission failure screen 940 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 fails.

サーバ装置20の負荷状況処理部229は、S419でクライアント装置10よって行われたポーリングに応じて、サーバ装置20の負荷状況を取得する(S423)。   The load status processing unit 229 of the server device 20 acquires the load status of the server device 20 according to the polling performed by the client device 10 in S419 (S423).

サーバ装置20の負荷状況処理部229は、サーバ装置20の負荷状況が高いか否かを判定する(S424)。   The load status processing unit 229 of the server device 20 determines whether or not the load status of the server device 20 is high (S424).

負荷状況処理部229は、サーバ装置20の負荷状況が低いと判定した場合、サーバ装置20の処理が完了するまで待機することを示す情報、ポーリング間隔情報を付帯した処理完了待機要求を、機器通信部222から送信する(ステップS425)。   When the load status processing unit 229 determines that the load status of the server device 20 is low, the load status processing unit 229 sends a process completion standby request with information indicating that the server device 20 waits until the processing of the server device 20 is completed and polling interval information. The data is transmitted from the unit 222 (step S425).

負荷状況処理部229は、サーバ装置20の負荷状況が高いと判定した場合、サーバ装置20の処理が完了するまで待機しないことを示す情報を付帯した処理完了待機要求を、機器通信部222から送信する(ステップS426)。   When the load status processing unit 229 determines that the load status of the server device 20 is high, the load status processing unit 229 transmits a processing completion standby request with information indicating that the server device 20 does not wait until the processing of the server device 20 is completed from the device communication unit 222. (Step S426).

クライアント装置10のジョブ処理完了待機処理部126は、S425、又はS426でサーバ装置20から通知された処理完了待機要求に付帯される情報、又はS415でジョブ処理が完了していることが通知されたかを判定する(S427)。   Whether the job processing completion standby processing unit 126 of the client device 10 is notified that the job processing has been completed in S415, or information attached to the processing completion standby request notified from the server device 20 in S425 or S426. Is determined (S427).

S427で処理完了待機要求に付帯される情報が待機することを表すものである場合、ステップS419へ戻る。また、S427で処理完了待機要求に付帯される情報が待機しないことを表すものである場合クライアント装置10の表示制御部124は、クライアント装置10のジョブ処理が完了したことを表示する(S428)。   If the information attached to the process completion standby request represents waiting in S427, the process returns to step S419. If the information attached to the processing completion standby request in S427 indicates that the information does not stand by, the display control unit 124 of the client device 10 displays that the job processing of the client device 10 has been completed (S428).

画像データをサーバ装置20へ送信するジョブ処理が成功した場合に、表示制御部124が表示する画像データ送信成功画面930は、図23を適用できる。また、画像データをサーバ装置20へ送信するジョブ処理が失敗した場合に、表示制御部124が表示する画像データ送信失敗画面940は、図24を適用できる。   FIG. 23 is applicable to the image data transmission success screen 930 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 is successful. Further, FIG. 24 can be applied to the image data transmission failure screen 940 displayed by the display control unit 124 when the job processing for transmitting the image data to the server device 20 fails.

また、サーバ装置20からジョブ処理が完了していることが通知された場合、クライアント装置10の表示制御部124は、サーバ装置20から送信されるジョブ処理完了通知を表示する(S429)。   When the server device 20 notifies that the job processing is completed, the display control unit 124 of the client device 10 displays a job processing completion notification transmitted from the server device 20 (S429).

本実施例によれば上述した実施例と同様に、サーバ装置20によってジョブ処理が完了した際に、その処理の結果をクライアント装置に通知できるため、ユーザはクライアント装置を利用してシームレスにその結果を確認できる。また、クライアント装置10から要求されたジョブの処理に時間を要する場合や、時間を要することが予測される場合には、クライアント装置とサーバ装置との間で同期処理から非同期処理に切り替える。これによって、サーバ装置によってジョブ処理が終了しても、クライアント装置には通知されないが、ユーザはクライアント装置を利用して処理を行うことができる。つまり、ユーザがクライアント装置を利用して、ジョブ処理を要求した後に、ジョブ処理の結果を受けた次のアクション(操作)を取りやすくすることができる。   According to the present embodiment, when the job processing is completed by the server device 20 as in the above-described embodiment, the result of the processing can be notified to the client device, so that the user seamlessly uses the client device to obtain the result. Can be confirmed. Further, when processing of a job requested from the client device 10 takes time, or when it is predicted that time will be required, the client device and the server device are switched from synchronous processing to asynchronous processing. Thus, even when the job processing is completed by the server device, the client device is not notified, but the user can perform processing using the client device. That is, it is possible to make it easier to take the next action (operation) that has received the result of the job processing after the user requests the job processing using the client device.

上述した実施例、変形例において、ユーザ環境E1の記憶装置に記憶されている画像データについて、同様のサービスが実現されてもよい。また、画像データの保存先は、必ずしも、オンラインストレージでなくてもよい。例えば、サーバ装置20の補助記憶装置202におけるフォルダであってもよい。又は、ユーザ環境E1におけるいずれかの記憶装置のフォルダであってもよい。   In the above-described embodiments and modifications, the same service may be realized for the image data stored in the storage device of the user environment E1. Further, the storage destination of the image data is not necessarily the online storage. For example, it may be a folder in the auxiliary storage device 202 of the server device 20. Or it may be a folder of any storage device in the user environment E1.

また、本実施の形態においては、画像データの入力元がスキャナで、出力先がストレージであるScanToStorageサービスについて説明したが、画像データの入力元及び出力先は、スキャナ又はストレージ以外であってもよい。画像データの入力元としては、例えば、デジタルカメラ(デジタルカメラ機能付きの携帯端末等を含む)、ホワイトボード等が挙げられる。デジタルカメラであれば、デジタルカメラによって撮像された画像データが入力対象となる。ホワイトボードであればホワイトボードに対する書き込みが読み取られた画像データが入力対象となる。   In this embodiment, the ScanToStorage service in which the input source of image data is a scanner and the output destination is storage has been described. However, the input source and output destination of image data may be other than the scanner or storage. . Examples of the input source of the image data include a digital camera (including a portable terminal with a digital camera function), a white board, and the like. In the case of a digital camera, image data captured by the digital camera is an input target. In the case of a white board, image data read from the white board is input.

画像データの出力先としては、例えば、プロジェクタのような画像投影装置、プリンタ、会議システム、携帯端末等が挙げられる。   Examples of the output destination of the image data include an image projection apparatus such as a projector, a printer, a conference system, and a portable terminal.

その他、画像データの入力手段又は画像データの出力手段として機能可能な機器であれば、他の機器を用いて、本実施の形態と同趣旨のサービスが実現されてもよい。   In addition, as long as it is a device that can function as an image data input unit or an image data output unit, a service having the same concept as the present embodiment may be realized using another device.

更に、画像データ以外の電子データが入力対象とされてもよい。例えば、ICレコーダにおいて録音された音声データや、PC(Personal Computer)等において作成された文書データが、入力対象とされてもよい。   Furthermore, electronic data other than image data may be input. For example, voice data recorded by an IC recorder or document data created by a PC (Personal Computer) or the like may be input.

上記より、サーバ装置20には、図4に示されるように、クライアント装置10以外に、携帯端末、PC、会議システム、画像投影装置、及びICレコーダや、その他の新規デバイス等がネットワークを介して接続されてもよい。このような場合、機器情報記憶部232に記憶される機器情報には、機器の能力を示す情報が含まれるようにしてもよい。機器の能力を示す情報とは、例えば、機器はスキャンが可能であるとか、映像の当該が可能であるとか等、クライアント装置10が有する機能を示す情報である。機器の能力を示す情報が機器情報に含まれることで、画像データの転送部として機能する機能部は、当該情報を参照して、出力先の機器が画像データを出力可能か否かを判定し、出力可能である場合に、当該機器宛に画像データを転送するようにしてもよい。出力先の機器は、例えば、本実施の形態におけるストレージ連携情報を上位概念化させた、出力先連携情報において、出力先として指定されている機器である。   From the above, as shown in FIG. 4, in addition to the client device 10, the server device 20 includes a mobile terminal, a PC, a conference system, an image projection device, an IC recorder, and other new devices via a network. It may be connected. In such a case, the device information stored in the device information storage unit 232 may include information indicating the capability of the device. The information indicating the capability of the device is information indicating a function of the client device 10 such as whether the device can scan or whether the image can be displayed. Since the information indicating the capability of the device is included in the device information, the function unit functioning as the image data transfer unit refers to the information to determine whether the output destination device can output the image data. If output is possible, the image data may be transferred to the device. The output destination device is, for example, a device designated as an output destination in the output destination cooperation information obtained by converting the storage cooperation information in the present embodiment into a superordinate concept.

なお、本実施の形態において、クライアント装置10は機器の一例であり、通信部123は第1の送受信部の一例である。また、サーバ装置20は情報処理装置の一例であり、機器通信部222は第2の送受信部の一例である。   In the present embodiment, the client device 10 is an example of a device, and the communication unit 123 is an example of a first transmission / reception unit. The server device 20 is an example of an information processing device, and the device communication unit 222 is an example of a second transmission / reception unit.

本発明は特定の実施例、変形例を参照しながら説明されてきたが、各実施例、変形例は単なる例示に過ぎず、当業者は様々な変形例、修正例、代替例、置換例等を理解するであろう。説明の便宜上、本発明の実施例に従った装置は機能的なブロック図を用いて説明されたが、そのような装置はハードウェアで、ソフトウエアで又はそれらの組み合わせで実現されてもよい。本発明は上記実施例に限定されず、本発明の精神から逸脱することなく、様々な変形例、修正例、代替例、置換例等が包含される。   Although the present invention has been described with reference to specific embodiments and modifications, each embodiment and modification is merely an example, and those skilled in the art will recognize various modifications, modifications, alternatives, substitutions, and the like. Will understand. For convenience of explanation, an apparatus according to an embodiment of the present invention has been described using a functional block diagram, but such an apparatus may be implemented in hardware, software, or a combination thereof. The present invention is not limited to the above-described embodiments, and various variations, modifications, alternatives, substitutions, and the like are included without departing from the spirit of the present invention.

1 情報処理システム
10 クライアント装置
11 コントローラ
12 スキャナ
13 プリンタ
14 モデム
15 操作パネル
16 ネットワークインタフェース
17 SDカードスロット
20 サーバ装置
30 管理者端末
40 オンラインストレージシステム
50 ファイルサーバ
80 SDカード
111 CPU
112 RAM
113 ROM
114 HDD
115 NVRAM
121 機器制御部
122 機器認証部
123 通信部
124 表示制御部
125 スキャン機器アプリ
200 ドライブ装置
201 記録媒体
202 補助記憶装置
203 メモリ装置
204 CPU
205 インタフェース装置
210 サーバアプリ
211 スキャンサーバアプリ
220 プラットフォーム
221 設定登録部
222 機器通信部
223 認証処理部
224 セッション管理部
225 ジョブ処理部
226 OCR処理部
227 アップロード処理部
228 ストレージ連携部
231 ユーザ情報記憶部
232 機器情報記憶部
233 機器アプリ記憶部
234 プロファイル記憶部
235 プロファイル機器対応記憶部
240 プラットフォームAPI
B バス
DESCRIPTION OF SYMBOLS 1 Information processing system 10 Client apparatus 11 Controller 12 Scanner 13 Printer 14 Modem 15 Operation panel 16 Network interface 17 SD card slot 20 Server apparatus 30 Administrator terminal 40 Online storage system 50 File server 80 SD card 111 CPU
112 RAM
113 ROM
114 HDD
115 NVRAM
121 device control unit 122 device authentication unit 123 communication unit 124 display control unit 125 scan device application 200 drive device 201 recording medium 202 auxiliary storage device 203 memory device 204 CPU
205 interface device 210 server application 211 scan server application 220 platform 221 setting registration unit 222 device communication unit 223 authentication processing unit 224 session management unit 225 job processing unit 226 OCR processing unit 227 upload processing unit 228 storage cooperation unit 231 user information storage unit 232 Device information storage unit 233 Device application storage unit 234 Profile storage unit 235 Profile device correspondence storage unit 240 Platform API
B bus

特開2002−077294号公報JP 2002-077294 A

Claims (7)

機器と、前記機器にネットワークを介して接続される情報処理装置とを有する情報処理システムであって、
前記機器は、
前記情報処理装置にジョブを依頼した際に該ジョブの処理が完了するまで待機することを表す処理完了待機情報を作成するとともに、前記情報処理装置から送信される前記処理完了待機情報に対する応答情報に基づいて、前記ジョブの処理が完了するまで待機するか否かを判断するジョブ処理完了待機処理部と、
前記情報処理装置へ前記処理完了待機情報を送信するとともに、前記情報処理装置から送信される応答情報を受信する第1の送受信部と
を有し、
前記情報処理装置は、
前記機器から送信される処理完了待機情報の受信に応じ、前記情報処理装置の負荷状況を表す情報を取得し、該負荷状況に基づく情報を付帯した応答情報を作成する負荷状況処理部と、
前記機器から送信される処理完了待機情報を受信するとともに、前記機器へ前記応答情報を送信する第2の送受信部と
を有する情報処理システム。
An information processing system having a device and an information processing device connected to the device via a network,
The equipment is
When requesting a job to the information processing apparatus, processing completion standby information indicating that the job processing is to be completed is created, and response information for the processing completion standby information transmitted from the information processing apparatus is provided. Based on the job processing completion waiting processing unit for determining whether to wait until the processing of the job is completed,
A first transmission / reception unit that transmits the processing completion standby information to the information processing device and receives response information transmitted from the information processing device;
The information processing apparatus includes:
In response to the reception of the processing completion standby information transmitted from the device, a load status processing unit that acquires information indicating the load status of the information processing apparatus and creates response information accompanied by information based on the load status;
An information processing system comprising: a second transmission / reception unit that receives processing completion standby information transmitted from the device and transmits the response information to the device.
前記ジョブ処理完了待機処理部は、前記情報処理装置の負荷状況が所定の閾値以下であった場合に前記ジョブの処理が完了するまで待機すると判断する、請求項1に記載の情報処理システム。   The information processing system according to claim 1, wherein the job processing completion standby processing unit determines to wait until the processing of the job is completed when the load status of the information processing apparatus is equal to or less than a predetermined threshold. 前記ジョブ処理完了待機処理部は、前記情報処理装置の負荷状況が所定の閾値以下であった場合に、定期的に前記情報処理装置に負荷状況を問い合わせる、請求項1又は2に記載の情報処理システム。   The information processing according to claim 1, wherein the job processing completion standby processing unit periodically inquires of the information processing apparatus about the load status when the load status of the information processing apparatus is equal to or less than a predetermined threshold. system. 前記負荷状況処理部は、前記機器から送信される処理完了待機情報の受信に応じ、前記情報処理装置の負荷状況を表す情報を取得し、該負荷状況が所定の閾値以下であるか否かに基づいて判定される情報を付帯した応答情報を作成する、請求項1に記載の情報処理システム。   The load status processing unit acquires information indicating the load status of the information processing apparatus in response to reception of the process completion standby information transmitted from the device, and whether the load status is equal to or less than a predetermined threshold value. The information processing system according to claim 1, wherein response information accompanied with information determined based on the information is created. 機器と、前記機器にネットワークを介して接続される情報処理装置とを有する情報処理システムにおける情報処理方法であって、
前記機器は、前記情報処理装置にジョブを依頼した際に該ジョブの処理が完了するまで待機することを表す処理完了待機情報を作成し、前記情報処理装置へ前記処理完了待機情報を送信し、
前記情報処理装置は、前記機器から送信される処理完了待機情報の受信に応じ、前記情報処理装置の負荷状況を表す情報を取得し、該負荷状況を表す情報を付帯した応答情報を作成し、前記機器へ前記応答情報を送信し、
前記機器は、前記情報処理装置から送信される前記応答情報を受信し、該応答情報に基づいて、前記ジョブの処理が完了するまで待機するか否かを判断する、情報処理方法。
An information processing method in an information processing system having a device and an information processing device connected to the device via a network,
The device creates processing completion standby information representing waiting until the processing of the job is completed when a job is requested to the information processing device, and transmits the processing completion standby information to the information processing device,
In response to the reception of the processing completion standby information transmitted from the device, the information processing device acquires information indicating the load status of the information processing device, creates response information attached with the information indicating the load status, Sending the response information to the device;
The information processing method, wherein the device receives the response information transmitted from the information processing apparatus, and determines whether to wait until the job processing is completed based on the response information.
機器に、
ネットワークを介して接続される情報処理装置にジョブを依頼した際に該ジョブの処理が完了するまで待機することを表す処理完了待機情報を作成させ、前記情報処理装置へ前記処理完了待機情報を送信させ、前記情報処理装置から送信される応答情報を受信させ、前記応答情報に基づいて、前記ジョブの処理が完了するまで待機するか否かを判断させることを実行させるプログラム。
On the equipment,
When a job is requested to an information processing apparatus connected via a network, processing completion waiting information indicating that the job is to be waited for completion is created, and the processing completion waiting information is transmitted to the information processing apparatus. And a program for receiving response information transmitted from the information processing apparatus and determining whether to wait until the job processing is completed based on the response information.
情報処理装置に、
ネットワークを介して接続される機器から送信される処理完了待機情報を受信させ、前記処理完了待機情報の受信に応じ、前記情報処理装置の負荷状況を表す情報を取得させ、該負荷状況を表す情報を付帯した応答情報を作成させ、前記機器へ前記応答情報を送信させることを実行させるプログラム。
In the information processing device,
Information indicating the load status by receiving processing completion standby information transmitted from a device connected via a network, acquiring information indicating the load status of the information processing apparatus in response to reception of the processing completion standby information A program for creating response information attached to and executing the response information to the device.
JP2014148488A 2014-07-22 2014-07-22 Information processing system, information processing method, and program Pending JP2016024640A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014148488A JP2016024640A (en) 2014-07-22 2014-07-22 Information processing system, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014148488A JP2016024640A (en) 2014-07-22 2014-07-22 Information processing system, information processing method, and program

Publications (1)

Publication Number Publication Date
JP2016024640A true JP2016024640A (en) 2016-02-08

Family

ID=55271349

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014148488A Pending JP2016024640A (en) 2014-07-22 2014-07-22 Information processing system, information processing method, and program

Country Status (1)

Country Link
JP (1) JP2016024640A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10031708B2 (en) 2016-03-08 2018-07-24 Ricoh Company, Ltd. Image processing system, image processing method, and image processing apparatus
JP2019533250A (en) * 2016-10-11 2019-11-14 シエン ヴァン ファムPHAM, Thien, Van Method, system, and medium for pairing devices and completing tasks using application requests

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10031708B2 (en) 2016-03-08 2018-07-24 Ricoh Company, Ltd. Image processing system, image processing method, and image processing apparatus
JP2019533250A (en) * 2016-10-11 2019-11-14 シエン ヴァン ファムPHAM, Thien, Van Method, system, and medium for pairing devices and completing tasks using application requests

Similar Documents

Publication Publication Date Title
JP6155899B2 (en) Information processing system, information processing apparatus, device, information processing method, and program
JP6085949B2 (en) Information processing system, device, information processing method, and program
JP6094152B2 (en) Information processing apparatus, information processing system, information processing method, and program
JP6446995B2 (en) Information processing system and information processing method
US8982374B2 (en) Image forming system and image forming method for collectively supporting output data formats and authentication methods
US8879077B2 (en) Image processing apparatus, method of controlling the same and storage medium
US8891106B1 (en) Access control system and method for mobile printing
JP6379534B2 (en) Information processing system, client device, and information processing method
JP2013073358A (en) Control system, control device, and control program
JP6229343B2 (en) Information processing system, information processing method, program, and recording medium
JP6194667B2 (en) Information processing system, information processing method, program, and recording medium
JP6295532B2 (en) Information processing system and information processing method
KR20150138372A (en) Information processing system, information processing method and non-transitory computer readable information recording medium
JP2015022619A (en) Information processing system, information processing method, program, and recording medium
US20150007279A1 (en) Communication method, device, information processing apparatus, and storage medium
US11169751B2 (en) Printing apparatus and printing system
JP2016024640A (en) Information processing system, information processing method, and program
JP6402805B2 (en) Information processing system, information processing apparatus, device, information processing method, and program
JP2015114683A (en) Information processing system, equipment, information processing method, and program
JP2015055951A (en) Information processing system and information processing method
JP6390158B2 (en) Information processing system, information processing method, and program
CN111212194A (en) Image forming apparatus and log information acquisition system
JP5315939B2 (en) Image forming apparatus, information processing system, information processing method, and program
JP5223732B2 (en) Information processing apparatus, information processing method, and program
JP2015039111A (en) Information processing system, information processing method and information processing program