JP2013008174A - Printing system, method, and program - Google Patents

Printing system, method, and program Download PDF

Info

Publication number
JP2013008174A
JP2013008174A JP2011140016A JP2011140016A JP2013008174A JP 2013008174 A JP2013008174 A JP 2013008174A JP 2011140016 A JP2011140016 A JP 2011140016A JP 2011140016 A JP2011140016 A JP 2011140016A JP 2013008174 A JP2013008174 A JP 2013008174A
Authority
JP
Japan
Prior art keywords
print
print data
uuid
queue
printing apparatus
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.)
Withdrawn
Application number
JP2011140016A
Other languages
Japanese (ja)
Inventor
Mitsuo Kimura
満夫 木村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2011140016A priority Critical patent/JP2013008174A/en
Publication of JP2013008174A publication Critical patent/JP2013008174A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a print queue management method for managing the generation order of print data in a printing system on the Internet in which the IP addresses of a printer are redundant.SOLUTION: A print server is configured to manage a printer name, IP address, and UUID (Universally Unique Identifier) in association as printer information, to accept a print data generation request including the printer name of a print destination, to acquire the UUID by referring to printer information which the printer name matches, and to, when there does not exist any print queue corresponding to the UUID in the case of accepting the print data generation request, create a print queue. A printer is configured to transmit a print data request including the UUID to the print server. The print server is configured to acquire and transmit print data by referring to the print queue corresponding to the UUID of which the print server has been notified.

Description

本発明は、認証されたユーザから登録された印刷文書を管理し、ユーザからのリクエストにより印刷文書の印刷を実行する印刷システム、方法、及びプログラムに関する。   The present invention relates to a print system, a method, and a program for managing a print document registered by an authenticated user and executing printing of the print document in response to a request from the user.

従来、印刷を目的とする文書データと、印刷先のプリンタを管理する印刷システムが知られている。印刷システムは、ユーザアプリケーションや、別の文書管理システムから文書データを受け取り、印刷文書情報を作成して、文書データに紐づけて保持する。印刷システムは、プリンタごとの印刷キューを保持し、ユーザからの印刷実行リクエストを印刷キューで管理する。印刷システムは、印刷キューの順序に従い、印刷データを生成して、プリンタに印刷データを送信する。   2. Description of the Related Art Conventionally, a printing system that manages document data for printing and a printing destination printer is known. The printing system receives document data from a user application or another document management system, creates print document information, and holds the document data in association with the document data. The printing system holds a print queue for each printer, and manages print execution requests from users in the print queue. The printing system generates print data according to the order of the print queue and transmits the print data to the printer.

近年、インターネットの普及、ネットワークの高速化によって、ソフトウェアで提供されていた機能が、インターネット上のサービスとして提供されるケースが増えている。このようなサービスのバックエンドとして、印刷システムが存在するケースも考えられる。   In recent years, due to the spread of the Internet and the speeding up of the network, cases where functions provided by software are provided as services on the Internet are increasing. There may be a case where a printing system exists as a back end of such a service.

イントラネットの印刷システムの場合、ネットワークプリンタをIPアドレスによって識別するのが一般的である。しかしながら、インターネット上の印刷システムの場合、異なるLANに接続されたネットワークプリンタを管理するため、プリンタのIPアドレスは重複する可能性がある。このような問題を解決する方法としては、IPアドレスに紐づけて、WSD (Device Profile for Web Service)のUUIDを保持する方法が、特許文献1で提案されている。   In the case of an intranet printing system, it is common to identify a network printer by an IP address. However, since a printing system on the Internet manages network printers connected to different LANs, the printer IP addresses may overlap. As a method of solving such a problem, Patent Document 1 proposes a method of holding a USD of a WSD (Device Profile for Web Service) in association with an IP address.

特開2009−15408号公報JP 2009-15408 A

印刷システムがインターネットのサービスとして提供される場合、通常、印刷システムからイントラネットのプリンタに接続することはできないため、プリンタから印刷システムに接続して、印刷データを取得するのが一般的である。この場合、印刷の順序は、印刷システムではなく、プリンタによって制御される。しかし、印刷データを生成する順序は、印刷システムで制御する必要があり、印刷データの生成順序を、プリンタごとにシリアライズするための印刷キューが必要である。プリンタごとの印刷キューがなければ、印刷データを生成する順序が特定のプリンタに偏ってしまい、他のプリンタの印刷データ生成の順番がなかなか回ってこない、といったことが発生する。また、IPアドレスごとに印刷キューを作成すると、異なるプリンタが印刷キューを共有してしまい、印刷データの生成順序をプリンタごとに制御できないという問題点があった。   When the printing system is provided as an Internet service, it is generally not possible to connect to the intranet printer from the printing system. Therefore, it is common to connect to the printing system from the printer and acquire print data. In this case, the printing order is controlled not by the printing system but by the printer. However, the order in which the print data is generated needs to be controlled by the printing system, and a print queue is required to serialize the print data generation order for each printer. If there is no print queue for each printer, the order of generating print data is biased toward a specific printer, and the order of generating print data for other printers is not easy. Further, when a print queue is created for each IP address, different printers share the print queue, and there is a problem that the print data generation order cannot be controlled for each printer.

本発明の目的は、プリンタのIPアドレスが重複するようなインターネット上の印刷システムにおいて、印刷データの生成順序を管理することを可能にする印刷キュー管理方法を提供することである。   An object of the present invention is to provide a print queue management method capable of managing the generation order of print data in a print system on the Internet where printer IP addresses overlap.

印刷装置情報管理サーバと、印刷キュー管理サーバと、インターネットを介して接続された少なくとも一台の印刷装置とからなる印刷システムであって、印刷装置情報管理サーバは、印刷装置名、IPアドレス、UUIDを紐づけて印刷装置情報として管理する印刷装置情報管理部と、印刷先の印刷装置名を含む印刷データ生成要求を受け付ける印刷データ生成要求受付部と、印刷データ生成要求を受け付けた際に、印刷装置名が一致する印刷装置情報を参照し、UUIDを取得するUUID取得部とを備え、印刷キュー管理サーバは、印刷装置のUUIDを含む印刷データ生成要求を受け付ける印刷データ生成要求受付部と、印刷データ生成要求を受け付けた際に、UUIDに対応する印刷キューがなければ、印刷キューを作成する印刷キュー作成部と、印刷キューで印刷ジョブを管理する印刷ジョブ管理部と、印刷キューで管理された印刷ジョブの順序にしたがって印刷データを生成する印刷データ生成部と、印刷データ要求を受け付けた際に、通知されたUUIDの印刷キューを参照し、印刷データを取得して印刷データを送信する印刷データ送信部とを備え、印刷装置は、印刷要求を受け付ける印刷要求受付部と、UUIDを含む印刷データ要求を印刷キュー管理サーバに送信する印刷データ要求送信部とを備える。   A printing system comprising a printing device information management server, a print queue management server, and at least one printing device connected via the Internet, wherein the printing device information management server includes a printing device name, an IP address, and a UUID A printing device information management unit that manages them as printing device information, a print data generation request reception unit that receives a print data generation request including the printing device name of the printing destination, and prints when a print data generation request is received The print queue management server includes a UUID acquisition unit that refers to the printing device information that matches the device name and acquires a UUID. The print queue management server includes a print data generation request reception unit that receives a print data generation request including the UUID of the printing device, and a print If there is no print queue corresponding to the UUID when a data generation request is received, the print queue creation unit that creates the print queue and the print queue A print job management unit that manages print jobs, a print data generation unit that generates print data according to the order of print jobs managed in the print queue, and a print queue with a UUID that is notified when a print data request is received A print data transmission unit that acquires print data and transmits the print data, and the printing apparatus transmits a print request reception unit that receives the print request and a print data request including the UUID to the print queue management server. A print data request transmission unit.

プリンタのIPアドレスが重複するようなインターネット上の印刷システムにおいても、プリンタごとに印刷データの生成をシリアライズするための印刷キューを管理することができる。   Even in a printing system on the Internet where printer IP addresses overlap, it is possible to manage a print queue for serializing the generation of print data for each printer.

印刷システムの全体構成を示す図である。1 is a diagram illustrating an overall configuration of a printing system. クライアント端末とサーバの基本的なハードウェア構成を示すブロック図である。It is a block diagram which shows the basic hardware constitutions of a client terminal and a server. プリンタの基本的なハードウェア構成を示すブロック図である。FIG. 2 is a block diagram illustrating a basic hardware configuration of a printer. クライアント端末のソフトウェア構成図を示した図である。It is the figure which showed the software block diagram of the client terminal. プリンタのソフトウェア構成を示した図である。FIG. 2 is a diagram illustrating a software configuration of a printer. リクエスト受付サーバのソフトウェア構成図を示した図である。It is the figure which showed the software block diagram of the request reception server. 印刷文書管理サーバのソフトウェア構成図を示した図である。FIG. 3 is a diagram illustrating a software configuration of a print document management server. 印刷キュー管理サーバのソフトウェア構成図を示した図である。3 is a diagram illustrating a software configuration of a print queue management server. FIG. 印刷文書データ保存サーバの構成図を示した図である。It is the figure which showed the block diagram of the printing document data storage server. 印刷文書割当情報を示した図である。It is the figure which showed print document allocation information. 印刷キュー割当情報を示した図である。FIG. 6 is a diagram illustrating print queue allocation information. プリンタ情報を示した図である。It is a figure showing printer information. 印刷文書情報を示した図である。It is the figure which showed print document information. 印刷キュー情報を示す図である。It is a figure which shows print queue information. 印刷ジョブ情報を示す図である。FIG. 6 is a diagram illustrating print job information. プリンタ105のUUIDが保存されるまでのシーケンスを示す図である。FIG. 10 is a diagram illustrating a sequence until the UUID of the printer 105 is stored. 印刷が実行されるまでのシーケンスを示す図である。It is a figure which shows the sequence until printing is performed. 印刷が実行されるまでのシーケンスを示す図である。It is a figure which shows the sequence until printing is performed. 印刷データ生成要求を受信した印刷キュー管理サーバの処理の流れを示すフローチャートである。6 is a flowchart illustrating a processing flow of a print queue management server that has received a print data generation request. 印刷データ要求を受信した印刷キュー管理サーバの処理の流れを示すフローチャートである。6 is a flowchart illustrating a processing flow of a print queue management server that has received a print data request. プリンタ105を登録するためのWebページを示す図である。2 is a diagram illustrating a Web page for registering a printer 105. FIG. スクリプトが埋め込まれたWebページを示す図である。It is a figure which shows the web page in which the script was embedded. スクリプトが埋め込まれたWebページを示す図である。It is a figure which shows the web page in which the script was embedded.

以下、本発明を実施するための最良の形態について図面を用いて説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

まず、本発明の前提となる印刷システムについて説明する。   First, a printing system which is a premise of the present invention will be described.

図1は、本発明の実施の形態に係る印刷システムの全体構成を示す図である。図1において、101は、企業などのイントラネット内のシステムであることを示す。クライアント端末104、プリンタ105は、不図示の通信回線を介して接続されている。図において、クライアント端末104、プリンタ105は、複数台接続されていることを仮定している。   FIG. 1 is a diagram showing an overall configuration of a printing system according to an embodiment of the present invention. In FIG. 1, reference numeral 101 denotes a system in an intranet such as a company. The client terminal 104 and the printer 105 are connected via a communication line (not shown). In the figure, it is assumed that a plurality of client terminals 104 and printers 105 are connected.

102は、データセンターに設けられたシステムであることを示す。リクエスト受付サーバ106、認証サーバ107、印刷文書管理サーバ108、印刷文書データ保存サーバ110、印刷キュー管理サーバ109は、不図示の通信回線を介して接続されている。図において、印刷文書管理サーバ108、印刷キュー管理サーバ109は、複数台接続されていることを仮定している。   Reference numeral 102 denotes a system provided in the data center. The request reception server 106, the authentication server 107, the print document management server 108, the print document data storage server 110, and the print queue management server 109 are connected via a communication line (not shown). In the figure, it is assumed that a plurality of print document management servers 108 and print queue management servers 109 are connected.

通信回線は、例えば、LAN、WAN、電話回線、専用デジタル回線、ATMやフレームリレー回線、ケーブルテレビ回線、データ放送用無線回線等のいずれか又はこれらの組み合わせにより実現される、いわゆる通信ネットワークである。通信回線は、データの送受信が可能であればよく、クライアント端末104、プリンタ105、及び各サーバ間の通信手段が異なっていてもよい。   The communication line is a so-called communication network realized by, for example, a LAN, WAN, telephone line, dedicated digital line, ATM, frame relay line, cable TV line, data broadcasting wireless line, or a combination thereof. . The communication line only needs to be able to transmit and receive data, and the communication means between the client terminal 104, the printer 105, and each server may be different.

101と102は、インターネット103を介して接続されている。本発明において、102と接続する101は、複数であることを仮定している。   101 and 102 are connected via the Internet 103. In the present invention, it is assumed that there are a plurality of 101 connected to 102.

クライアント端末104は、例えば、デスクトップパソコン、ノートパソコン、モバイルパソコン、PDA(パーソナルデータアシスタント)等から成るが、プログラムの実行環境が内蔵された携帯電話であってもよい。   The client terminal 104 includes, for example, a desktop personal computer, a notebook personal computer, a mobile personal computer, and a PDA (personal data assistant), but may be a mobile phone with a built-in program execution environment.

プリンタ105は、WSDを実装するネットワークに接続が可能なプリンタ(例えば、レーザープリンタ等)やMFP(Multifunction Peripheral)である。   The printer 105 is a printer (for example, a laser printer) or an MFP (Multifunction Peripheral) that can be connected to a network on which WSD is mounted.

リクエスト受付サーバ106は、クライアント端末104、あるいは、プリンタ105からのリクエストを受信し、レスポンスを返す。   The request reception server 106 receives a request from the client terminal 104 or the printer 105 and returns a response.

認証サーバ107は、LDAPなどのプロトコルをサポートし、ディレクトリサービスを提供するサーバであり、印刷システムにアクセスするユーザの情報を管理する。認証サーバ107は、クライアント端末104からのリクエストを受けて、ユーザ認証を行う。   The authentication server 107 supports a protocol such as LDAP and provides a directory service, and manages information on users who access the printing system. The authentication server 107 receives the request from the client terminal 104 and performs user authentication.

印刷文書管理サーバ108は、印刷文書データ保存サーバ110に保存された印刷文書データの状態を管理する。   The print document management server 108 manages the state of print document data stored in the print document data storage server 110.

印刷キュー管理サーバ109は、印刷リクエストを受けて、印刷文書データ保存サーバ110に保存された印刷文書データを読み出し、プリンタ105が解釈可能な形式に変換する。   In response to the print request, the print queue management server 109 reads the print document data stored in the print document data storage server 110 and converts it into a format that the printer 105 can interpret.

印刷文書データ保存サーバ110は、SMB(Server Message Block)などのファイル共有プロトコルに対応したファイルサーバ、あるいは、SAN(ストレージ・エリア・ネットワーク)やNAS(ネットワーク・アタッチド・ストレージ)など、ネットワークに直接、接続することが可能なストレージである。印刷文書データ保存サーバ110は、印刷文書情報に紐づく印刷文書データを保持する。   The print document data storage server 110 is a file server that supports a file sharing protocol such as SMB (Server Message Block), or a network such as SAN (Storage Area Network) or NAS (Network Attached Storage). Storage that can be connected. The print document data storage server 110 holds print document data associated with print document information.

図2aは、クライアント端末104、リクエスト受付サーバ106、認証サーバ107、印刷文書データ保存サーバ110、印刷文書管理サーバ108、印刷キュー管理サーバ109の基本的なハードウェア構成を示すブロック図である。   FIG. 2A is a block diagram showing the basic hardware configuration of the client terminal 104, the request reception server 106, the authentication server 107, the print document data storage server 110, the print document management server 108, and the print queue management server 109.

図2aにおいて、CPU201、RAM202、ROM203、LANアダプタ204、ビデオアダプタ205、入力部(キーボード)206、入力部(マウス)207、ハードディスク208、及びCD-ROMドライブ209は、それぞれシステムバス200を介して互いに接続されている。システムバス200は、例えば、PCIバス、AGPバス、及びメモリバス等から成る。なお、図2aでは、各バス間の接続用チップやキーボードインタフェース、いわゆるSCSIやATAPIのような入出力用インタフェースは省略されている。   In FIG. 2a, a CPU 201, a RAM 202, a ROM 203, a LAN adapter 204, a video adapter 205, an input unit (keyboard) 206, an input unit (mouse) 207, a hard disk 208, and a CD-ROM drive 209 are respectively connected via a system bus 200. Are connected to each other. The system bus 200 includes, for example, a PCI bus, an AGP bus, and a memory bus. In FIG. 2a, a connection chip between each bus and a keyboard interface, that is, an input / output interface such as a so-called SCSI or ATAPI is omitted.

CPU201は、オペレーションシステムのプログラムやアプリケーションプログラムに基づく四則演算、比較演算等の各種の演算やハードウェアの制御を行う。RAM202には、ハードディス208や、CD-ROMドライブ209に装着されたCD-ROMやCD-R等の記憶媒体から詠み出されたオペレーションシステムのプログラムやアプリケーションプログラム等が記憶されている。これらのプログラムはCPU201により実行される。   The CPU 201 performs various operations such as four arithmetic operations and comparison operations based on an operation system program and application programs, and controls hardware. The RAM 202 stores an operating system program, an application program, and the like that are squeezed out from a storage medium such as a hard disk 208 or a CD-ROM or CD-R mounted in the CD-ROM drive 209. These programs are executed by the CPU 201.

ROM203には、オペレーションシステムと協働してハードディスク208等へのデータの入出力を制御する、いわゆるBIOS等が記憶される。LANアダプタ204は、CPU201によって制御されるオペレーションシステムの通信プログラムと協働してネットワークを介して接続された外部装置との通信を行う。ビデオアダプタ205は、ディスプレイ装置に出力する画像信号を生成する。キーボード206やマウス207は、クライアント端末104への指示を入力するために用いられる。   The ROM 203 stores a so-called BIOS or the like that controls input / output of data to the hard disk 208 or the like in cooperation with the operation system. The LAN adapter 204 communicates with an external device connected via a network in cooperation with an operation system communication program controlled by the CPU 201. The video adapter 205 generates an image signal to be output to the display device. A keyboard 206 and a mouse 207 are used to input instructions to the client terminal 104.

ハードディスク208は、オペレーティングシステムやアプリケーションプログラム(例えば、本発明における印刷システムプログラム等)を記憶している。   The hard disk 208 stores an operating system and application programs (for example, a printing system program according to the present invention).

CD-ROMドライブ209は、CD-ROM、CD-R、及びCD-R/W等の記憶媒体を装着してアプリケーションプログラムをハードディスク208にインストールするのに用いられる。なお、CD-Rドライブ、CD-R/Wドライブ、又はDVDドライブ等を用いてもよいのは言うまでもない。   The CD-ROM drive 209 is used to install an application program in the hard disk 208 by mounting a storage medium such as a CD-ROM, CD-R, and CD-R / W. Needless to say, a CD-R drive, a CD-R / W drive, a DVD drive, or the like may be used.

図2bは、プリンタ105の基本的なハードウェア構成を示すブロック図である。図2bにおいて、CPU211、RAM212、ROM213、LANアダプタ214、プリンタエンジン215、ハードディスク216、操作パネル217、及びICカード読取部218は、それぞれシステムバス210を介して互いに接続されている。システムバス210は、例えば、PCIバス、AGPバス、及びメモリバス等から成る。なお、図2bでは、各バス間の接続用チップやキーボードインタフェース、いわゆるSCSIやATAPIのような入出力用インタフェースは省略されている。   FIG. 2B is a block diagram illustrating a basic hardware configuration of the printer 105. In FIG. 2 b, a CPU 211, a RAM 212, a ROM 213, a LAN adapter 214, a printer engine 215, a hard disk 216, an operation panel 217, and an IC card reading unit 218 are connected to each other via a system bus 210. The system bus 210 includes, for example, a PCI bus, an AGP bus, and a memory bus. In FIG. 2b, connection chips and keyboard interfaces between the buses, input / output interfaces such as so-called SCSI and ATAPI are omitted.

CPU211は、RAM212をワークメモリとして、ハードディスク216に格納されたソフトウェアを実行する。また、操作パネル217から入力されるユーザの指示に応じて、プリンタ105の動作を設定する。また、CPU211は、LANアダプタ214を介して、外部の機器から入力される印刷データに基づき画像データを生成し、プリンタエンジン215に供給して印刷を行う。ROM213には、ハードディスク216等へのデータの入出力を制御する、いわゆるBIOS等が記憶される。   The CPU 211 executes software stored in the hard disk 216 using the RAM 212 as a work memory. Further, the operation of the printer 105 is set in accordance with a user instruction input from the operation panel 217. In addition, the CPU 211 generates image data based on print data input from an external device via the LAN adapter 214, supplies the image data to the printer engine 215, and performs printing. The ROM 213 stores a so-called BIOS or the like that controls data input / output to the hard disk 216 or the like.

図3aは、本システムを構成するクライアント端末104のソフトウェア構成図を示した図である。クライアント端末104は、HTML(HyperText Markup Language)を解釈しWebページをUIに表示するWebブラウザ301を備える。また、Webブラウザ301は、HTMLに含まれるスクリプトを実行する機能を備える。   FIG. 3A is a diagram showing a software configuration of the client terminal 104 constituting this system. The client terminal 104 includes a Web browser 301 that interprets HTML (HyperText Markup Language) and displays a Web page on the UI. The web browser 301 has a function of executing a script included in HTML.

図3bは、本システムを構成するプリンタ105のソフトウェア構成を示した図である。
プリンタ105は、操作パネル217を介してユーザからの入力を受け付けるUI部311を備える。UI部311を介してユーザが入力したユーザ名とパスワードを含む認証要求を認証サーバ107に送信する認証要求送信部312を備える。印刷データを印刷キュー管理サーバ109から取得する印刷データ取得部315を備える。印刷データに基づいて画像データを生成し、プリンタエンジン215に供給して印刷を行う印刷実行部316を備える。UI部311を介してユーザが印刷が指示した際に、印刷データ生成要求をリクエスト受付サーバ106に送信する印刷データ生成要求送信部317を備える。
FIG. 3B is a diagram showing a software configuration of the printer 105 constituting this system.
The printer 105 includes a UI unit 311 that receives input from the user via the operation panel 217. An authentication request transmission unit 312 that transmits an authentication request including a user name and a password input by the user via the UI unit 311 to the authentication server 107 is provided. A print data acquisition unit 315 that acquires print data from the print queue management server 109 is provided. The image processing apparatus includes a print execution unit 316 that generates image data based on the print data, supplies the image data to the printer engine 215, and performs printing. A print data generation request transmission unit 317 is provided that transmits a print data generation request to the request reception server 106 when printing is instructed by the user via the UI unit 311.

図4aは、リクエスト受付サーバ106のソフトウェア構成図を示した図である。リクエスト受付サーバ106は、印刷文書割当情報408、印刷キュー割当情報409、プリンタ情報410を保持する。クライアント端末104やプリンタ105から印刷データ生成要求や印刷データ要求を受け付けるリクエスト受付部401を備える。印刷文書割当情報408に従って、印刷文書管理サーバ108を特定する印刷文書管理サーバ特定部402、印刷文書管理サーバ108に印刷データ生成要求を送信する印刷データ生成要求送信部404を備える。印刷キュー割当情報409に従って、印刷キュー管理サーバ108を特定する印刷文書管理サーバ特定部402、印刷文書管理サーバ110に印刷データ要求を送信する印刷データ要求送信部405を備える。プリンタ情報410を管理するプリンタ情報管理部406を備える。クライアント端末104に返すWebページを生成するWebページ生成部407を備える。   FIG. 4 a is a diagram showing a software configuration of the request reception server 106. The request reception server 106 holds print document assignment information 408, print queue assignment information 409, and printer information 410. A request reception unit 401 that receives print data generation requests and print data requests from the client terminal 104 and the printer 105 is provided. According to the print document allocation information 408, a print document management server specifying unit 402 for specifying the print document management server 108 and a print data generation request transmitting unit 404 for transmitting a print data generation request to the print document management server 108 are provided. According to the print queue assignment information 409, a print document management server specifying unit 402 for specifying the print queue management server 108 and a print data request transmitting unit 405 for transmitting a print data request to the print document management server 110 are provided. A printer information management unit 406 that manages the printer information 410 is provided. A Web page generation unit 407 that generates a Web page to be returned to the client terminal 104 is provided.

図4bは、印刷文書管理サーバ108のソフトウェア構成図を示した図である。印刷文書管理サーバ108は、印刷文書データ保存サーバ110に保存された印刷文書データの状態を管理する印刷文書情報425を保持する。印刷キュー割当情報426を保持する。印刷文書情報425を管理する印刷文書管理部421を備える。リクエスト受付サーバ106から印刷データ生成要求を受信する印刷データ生成要求受信部422を備える。印刷キュー割当情報426に従って、印刷キュー管理サーバ109を特定する印刷キュー管理サーバ特定部423、印刷キュー管理サーバ109に印刷データ生成要求を送信する印刷データ生成要求送信部424を備える。   FIG. 4B is a diagram illustrating a software configuration of the print document management server 108. The print document management server 108 holds print document information 425 for managing the state of print document data stored in the print document data storage server 110. The print queue allocation information 426 is held. A print document management unit 421 that manages the print document information 425 is provided. A print data generation request receiving unit 422 that receives a print data generation request from the request reception server 106 is provided. According to the print queue allocation information 426, a print queue management server specifying unit 423 that specifies the print queue management server 109 and a print data generation request transmission unit 424 that transmits a print data generation request to the print queue management server 109 are provided.

図5aは、印刷キュー管理サーバ109のソフトウェア構成図を示した図である。印刷キュー管理サーバ109は、印刷キュー情報505を保持する。印刷キュー情報505を管理する印刷キュー管理部501を備える。印刷文書管理サーバ108から印刷データ生成要求を受信する印刷データ生成要求受信部502を備える。印刷キュー情報505の順序に従って、印刷データを生成する印刷データ生成部504を備える。   FIG. 5 a is a diagram showing a software configuration of the print queue management server 109. The print queue management server 109 holds print queue information 505. A print queue management unit 501 that manages the print queue information 505 is provided. A print data generation request receiving unit 502 that receives a print data generation request from the print document management server 108 is provided. A print data generation unit 504 that generates print data according to the order of the print queue information 505 is provided.

図5bは、印刷文書データ保存サーバ110の構成図を示した図である。印刷文書データ保存サーバ110は、印刷文書データ511を保持する。   FIG. 5 b is a diagram showing a configuration diagram of the print document data storage server 110. The print document data storage server 110 holds print document data 511.

図6〜8は、本システムを構成するサーバが保持する情報に示す図である。   6 to 8 are diagrams showing information held by the servers constituting this system.

図6aは、印刷リクエスト受付サーバ106が保持する印刷文書割当情報408を示した図である。印刷文書割当情報は、印刷文書のオーナーリスト601を含む。オーナーリスト601は、オーナーIDと、印刷文書管理サーバのIPアドレスを示すサーバIPアドレスを含む印刷文書割当個別情報602のリストである。   FIG. 6A is a diagram showing the print document allocation information 408 held by the print request reception server 106. The print document allocation information includes a print document owner list 601. The owner list 601 is a list of print document allocation individual information 602 including an owner ID and a server IP address indicating the IP address of the print document management server.

図6bは、印刷文書管理サーバ108が保持する印刷キュー割当情報426を示した図である。印刷キュー割当情報426は、印刷キューリスト611を含む。印刷キューリスト611は、WSDを実装するプリンタのUUIDと、印刷キュー管理サーバのIPアドレスを示すサーバIPアドレスを含む印刷キュー割当個別情報612のリストである。   FIG. 6B is a diagram showing the print queue assignment information 426 held by the print document management server 108. The print queue assignment information 426 includes a print queue list 611. The print queue list 611 is a list of print queue allocation individual information 612 including a UUID of a printer that implements WSD and a server IP address indicating the IP address of the print queue management server.

図7aは、印刷リクエスト受付サーバ106が保持するプリンタ情報410を示した図である。プリンタ情報410は、プリンタリスト701を含む。プリンタリスト701は、プリンタ名、プリンタのIPアドレス、WSDを実装するプリンタのUUIDを含むプリンタ個別情報702のリストである。   FIG. 7A is a diagram showing the printer information 410 held by the print request reception server 106. The printer information 410 includes a printer list 701. The printer list 701 is a list of printer individual information 702 including a printer name, a printer IP address, and a UUID of a printer that implements WSD.

図7bは、印刷文書管理サーバ108が保持する印刷文書情報425を示した図である。印刷文書情報425は、印刷文書のオーナーリスト711を含む。オーナーリスト711は、オーナーIDと印刷文書リストを含むオーナー個別情報712のリストである。印刷文書リストは、印刷文書ID、印刷文書のドキュメント名、受付日時、ページ数、ステータスを含む印刷文書個別情報713のリストである。   FIG. 7 b is a diagram showing print document information 425 held by the print document management server 108. The print document information 425 includes a print document owner list 711. The owner list 711 is a list of individual owner information 712 including an owner ID and a print document list. The print document list is a list of print document individual information 713 including the print document ID, the document name of the print document, the reception date and time, the number of pages, and the status.

図8aは、印刷キュー管理サーバ109が保持する印刷キュー情報505を示す図である。印刷キュー情報505は、印刷キューリスト801を含む。印刷キューリスト801は、WSDを実装するプリンタのUUIDと印刷ジョブリストを含む印刷キュー個別情報802のリストである。印刷ジョブリストは、印刷ジョブID、印刷文書ID、印刷順、ステータスを含む印刷ジョブ個別情報803のリストである。   FIG. 8A is a diagram showing the print queue information 505 held by the print queue management server 109. The print queue information 505 includes a print queue list 801. A print queue list 801 is a list of print queue individual information 802 including a UUID of a printer that implements WSD and a print job list. The print job list is a list of individual print job information 803 including a print job ID, a print document ID, a print order, and a status.

図8bは、プリンタ105が保持する印刷ジョブ情報318を示す図である。印刷ジョブ情報318は、印刷ジョブリスト811を含む。印刷ジョブリスト811は、印刷文書ID、印刷順、ステータスを含む印刷ジョブ個別情報812のリストである。   FIG. 8 b is a diagram showing print job information 318 held by the printer 105. The print job information 318 includes a print job list 811. The print job list 811 is a list of individual print job information 812 including a print document ID, a print order, and a status.

図9は、本システムに、プリンタ105のUUIDが保存されるまでのシーケンスを示す図である。シーケンスの前提として、ユーザは、クライアント端末104を介して、本システムの認証サーバ107にログインし、リクエスト受付サーバ106にアクセスして、プリンタ105を登録するためのWebページを要求する。   FIG. 9 is a diagram showing a sequence until the UUID of the printer 105 is stored in this system. As a premise of the sequence, the user logs in to the authentication server 107 of this system via the client terminal 104, accesses the request reception server 106, and requests a Web page for registering the printer 105.

クライアント端末104のWebブラウザ301に表示されたWebページで、ユーザがプリンタ名とプリンタのIPアドレスを入力すると、リクエスト受付サーバ106に入力した情報が送信される(901)。リクエスト受付サーバ106のリクエスト受付部401は、IPアドレスを受信する。Webページ作成部407は、受信したIPアドレスのプリンタ105からUUIDを取得してリクエスト受付サーバ106に送信するスクリプトを埋め込んだWebページを生成する。リクエスト受付部401は、Webページをクライアント端末104に送信する(902)。クライアント端末104のWebブラウザ301は、スクリプトを実行し、プリンタ105からUUIDを取得する(903〜904)。Webブラウザ301は、取得したUUIDをリクエスト受付サーバ106に送信する(905)。リクエスト受付サーバ106のリクエスト受付部401はUUIDを受信し、プリンタ情報管理部406は、プリンタ情報410のプリンタリスト701に、プリンタ個別情報702として保存する。リクエスト受付サーバ106のリクエスト受付部401は、クライアント端末に応答を返す(906)。   When the user inputs the printer name and the printer IP address on the Web page displayed on the Web browser 301 of the client terminal 104, the input information is transmitted to the request reception server 106 (901). The request reception unit 401 of the request reception server 106 receives an IP address. The web page creation unit 407 generates a web page in which a script that acquires a UUID from the printer 105 of the received IP address and transmits it to the request reception server 106 is embedded. The request reception unit 401 transmits the Web page to the client terminal 104 (902). The web browser 301 of the client terminal 104 executes the script and acquires the UUID from the printer 105 (903 to 904). The web browser 301 transmits the acquired UUID to the request reception server 106 (905). The request reception unit 401 of the request reception server 106 receives the UUID, and the printer information management unit 406 stores it as printer individual information 702 in the printer list 701 of the printer information 410. The request reception unit 401 of the request reception server 106 returns a response to the client terminal (906).

図10、11は、本システムに印刷要求を行い、印刷が実行されるまでのシーケンスを示す図である。   10 and 11 are diagrams showing a sequence from when a print request is made to the system until printing is executed.

図10のシーケンスの前提として、ユーザは、クライアント端末104を介して、本システムの認証サーバ107にログインし、リクエスト受付サーバ106にアクセスして、印刷指示を行うためのWebページを要求する。   As a premise of the sequence in FIG. 10, the user logs in to the authentication server 107 of this system via the client terminal 104, accesses the request reception server 106, and requests a Web page for issuing a print instruction.

クライアント端末104のWebブラウザ301に表示されたWebページで、印刷文書と印刷先のプリンタを選択して印刷指示を行うと、リクエスト受付サーバ106に印刷データ生成リクエストが送信される(1001)。印刷データ生成リクエストには、印刷文書ID、印刷文書のオーナーID、印刷先のプリンタ名が含まれる。リクエスト受付サーバ106のリクエスト受付部401は印刷データ生成リクエストを受信する。プリンタ情報管理部406は、プリンタ情報410を参照して、プリンタリスト701を検索する。プリンタ情報管理部406は、プリンタ名が一致するプリンタ個別情報702を参照して、UUIDを取得する。また、印刷文書管理サーバ特定部402は、印刷文書割当情報408を参照して、印刷文書のオーナーリスト601を検索する。印刷文書管理サーバ特定部402は、オーナーIDが一致する印刷文書割当個別情報602を参照して、印刷データ生成リクエストを送信する印刷文書管理サーバ108のIPアドレスを特定する。印刷データ生成要求送信部404は、特定したIPアドレスの印刷文書管理サーバ108に印刷データ生成リクエストを送信する(1002)。印刷データ生成リクエストには、印刷文書ID、印刷文書のオーナーID、印刷先のプリンタのUUIDが含まれる。   When a print document and a print destination printer are selected and a print instruction is issued on the Web page displayed on the Web browser 301 of the client terminal 104, a print data generation request is transmitted to the request reception server 106 (1001). The print data generation request includes a print document ID, a print document owner ID, and a print destination printer name. The request reception unit 401 of the request reception server 106 receives a print data generation request. The printer information management unit 406 searches the printer list 701 with reference to the printer information 410. The printer information management unit 406 acquires the UUID by referring to the printer individual information 702 having the same printer name. Also, the print document management server specifying unit 402 refers to the print document allocation information 408 and searches the print document owner list 601. The print document management server specifying unit 402 refers to the print document assignment individual information 602 having the same owner ID, and specifies the IP address of the print document management server 108 that transmits the print data generation request. The print data generation request transmission unit 404 transmits a print data generation request to the print document management server 108 with the specified IP address (1002). The print data generation request includes the print document ID, the owner ID of the print document, and the UUID of the printer that is the print destination.

印刷文書管理サーバ108の印刷データ生成要求受信部422は、印刷データ生成リクエストを受信する。印刷文書管理部421は、印刷文書情報425を参照して、オーナーリスト711を検索する。印刷文書管理部421は、印刷データ生成リクエストに含まれるオーナーIDが一致するオーナー個別情報712を参照して、印刷文書リストを参照する。印刷文書管理部421は、印刷データ生成リクエストに含まれる印刷文書IDが一致する印刷文書個別情報713を参照して、ステータスを印刷中に変更する。印刷キュー管理サーバ特定部423は、印刷キュー割当情報426を参照して、印刷キューリスト611を検索する。印刷キュー管理サーバ特定部423は、UUIDが一致する印刷キュー割当個別情報612を参照して、印刷データ生成リクエストを送信する印刷キュー管理サーバ109のIPアドレスを特定する。印刷データ生成要求送信部424は、特定したIPアドレスの印刷キュー管理サーバ109に印刷データ生成リクエストを送信する(1003)。
印刷データ生成リクエストを受信した印刷キュー管理サーバ109は、印刷文書管理サーバ108に応答を返す(1004)。印刷文書管理サーバ108の印刷データ生成要求送信部424は、印刷キュー管理サーバ109からの応答を受信する。印刷データ生成要求受信部422は、リクエスト受付サーバ106に応答を返す(1005)。リクエスト受付サーバ106の印刷データ生成要求送信部404は、印刷文書管理サーバ108からの応答を受信する。リクエスト受付部401は、プリンタ105に印刷リクエストを送信するスクリプトを埋め込んだWebページを送信する(1006)。クライアント端末104のWebブラウザ301は、スクリプトを実行し、プリンタ105に対して印刷リクエストを送信する(1007)。印刷リクエストには、印刷文書IDが含まれる。プリンタ105の印刷要求受信部313は、印刷リクエストを受信し、印刷ジョブ管理部314は、印刷リクエストを印刷ジョブ情報318の印刷ジョブリスト811に印刷ジョブ個別情報として保存する。印刷要求受信部313は、クライアント端末に応答を返す(1008)。
The print data generation request receiving unit 422 of the print document management server 108 receives the print data generation request. The print document management unit 421 searches the owner list 711 with reference to the print document information 425. The print document management unit 421 refers to the print document list with reference to the owner individual information 712 having the same owner ID included in the print data generation request. The print document management unit 421 refers to the print document individual information 713 with the same print document ID included in the print data generation request, and changes the status during printing. The print queue management server specifying unit 423 searches the print queue list 611 with reference to the print queue assignment information 426. The print queue management server specifying unit 423 specifies the IP address of the print queue management server 109 that transmits the print data generation request with reference to the print queue assignment individual information 612 having the same UUID. The print data generation request transmission unit 424 transmits a print data generation request to the print queue management server 109 with the specified IP address (1003).
The print queue management server 109 that has received the print data generation request returns a response to the print document management server 108 (1004). The print data generation request transmission unit 424 of the print document management server 108 receives a response from the print queue management server 109. The print data generation request reception unit 422 returns a response to the request reception server 106 (1005). The print data generation request transmission unit 404 of the request reception server 106 receives a response from the print document management server 108. The request reception unit 401 transmits a Web page in which a script for transmitting a print request is embedded to the printer 105 (1006). The web browser 301 of the client terminal 104 executes the script and transmits a print request to the printer 105 (1007). The print request includes a print document ID. The print request reception unit 313 of the printer 105 receives the print request, and the print job management unit 314 stores the print request as print job individual information in the print job list 811 of the print job information 318. The print request receiving unit 313 returns a response to the client terminal (1008).

プリンタ105の印刷データ取得部315は、印刷ジョブ情報318の印刷ジョブリスト811に登録された印刷ジョブ個別情報803の印刷順にしたがって、順次、リクエスト受付サーバ106に印刷データリクエストを送信する(1009)。印刷データリクエストには、UUIDと印刷文書IDが含まれる。リクエスト受付サーバ106のリクエスト受付部401は、印刷データリクエストを受信する。印刷キュー管理サーバ特定部403は、印刷キュー割当情報409を参照して、印刷キューリスト611を検索する。印刷キュー管理サーバ特定部403は、UUIDが一致する印刷キュー割当個別情報612を参照して、印刷データリクエストを送信する印刷キュー管理サーバ109のIPアドレスを特定する。印刷データ要求送信部405は、特定したIPアドレスの印刷キュー管理サーバ109に印刷データリクエストを送信する(1010)。   The print data acquisition unit 315 of the printer 105 sequentially transmits print data requests to the request reception server 106 in accordance with the print order of the print job individual information 803 registered in the print job list 811 of the print job information 318 (1009). The print data request includes a UUID and a print document ID. The request reception unit 401 of the request reception server 106 receives a print data request. The print queue management server specifying unit 403 searches the print queue list 611 with reference to the print queue assignment information 409. The print queue management server specifying unit 403 specifies the IP address of the print queue management server 109 that transmits the print data request with reference to the print queue assignment individual information 612 having the same UUID. The print data request transmission unit 405 transmits a print data request to the print queue management server 109 with the specified IP address (1010).

印刷データリクエストを受信した印刷キュー管理サーバ109は、印刷データが生成済みであれば、印刷データをリクエスト受付サーバ106に送信する(1011)。リクエスト受付サーバ106の印刷データ要求送信部405は、印刷キュー管理サーバ109からの応答を受信する。リクエスト受付部401は、プリンタ105に印刷データを送信する(1012)。プリンタ105の印刷データ取得部315は印刷データを受信する。印刷実行部316は印刷処理を実行する。   The print queue management server 109 that has received the print data request transmits the print data to the request reception server 106 if the print data has been generated (1011). The print data request transmission unit 405 of the request reception server 106 receives a response from the print queue management server 109. The request reception unit 401 transmits print data to the printer 105 (1012). The print data acquisition unit 315 of the printer 105 receives the print data. The print execution unit 316 executes print processing.

図11のシーケンスの前提として、ユーザは、プリンタ105のUI部311を介して、本システムの認証サーバ107にログインし、リクエスト受付サーバ106にアクセスして、印刷指示を行うための情報を要求する。   As a premise of the sequence in FIG. 11, the user logs in to the authentication server 107 of this system via the UI unit 311 of the printer 105, accesses the request reception server 106, and requests information for issuing a print instruction. .

プリンタ105のUI部311に表示された印刷指示画面で、印刷文書を選択して印刷指示を行うと、印刷データ生成要求送信部317は、リクエスト受付サーバ106に印刷データ生成リクエストが送信する(1101)。印刷データ生成リクエストには、印刷文書ID、印刷文書のオーナーID、プリンタのUUIDが含まれる。印刷データ生成リクエストを受信したリクエスト受付サーバ106、文書管理サーバ108、印刷キュー管理サーバ110のシーケンスは、図10の1002〜1005と同じである。リクエスト受付サーバ106の印刷データ生成要求送信部404は、印刷文書管理サーバ108からの応答を受信する。リクエスト受付部401は、プリンタ105に応答を送信する(1102)。プリンタ105の印刷ジョブ管理部314は、印刷ジョブ情報318の印刷ジョブリスト811に印刷ジョブ個別情報を追加する。   When a print document is selected and a print instruction is issued on the print instruction screen displayed on the UI unit 311 of the printer 105, the print data generation request transmission unit 317 transmits a print data generation request to the request reception server 106 (1101). ). The print data generation request includes a print document ID, a print document owner ID, and a printer UUID. The sequence of the request reception server 106, the document management server 108, and the print queue management server 110 that have received the print data generation request is the same as 1002 to 1005 in FIG. The print data generation request transmission unit 404 of the request reception server 106 receives a response from the print document management server 108. The request reception unit 401 transmits a response to the printer 105 (1102). The print job management unit 314 of the printer 105 adds print job individual information to the print job list 811 of the print job information 318.

プリンタ105が印刷データを取得し、印刷処理を実行するまでのシーケンスは、図10の1009〜1012と同じである。   The sequence from when the printer 105 acquires print data to when the print process is executed is the same as 1009 to 1012 in FIG.

図12は、図10、および、図11の印刷データ生成要求(1003)を受け取った印刷キュー管理サーバ109の処理の流れを示すフローチャートである。   FIG. 12 is a flowchart showing the flow of processing of the print queue management server 109 that has received the print data generation request (1003) of FIG. 10 and FIG.

ステップS1201で、印刷データ生成要求を受信した印刷キュー管理サーバ109は、ステップS1202で、印刷キュー情報505を参照して、印刷キューリスト801を検索する。印刷データ生成要求に含まれるUUIDが一致する印刷キュー個別情報802が存在するかどうかを判断する。印刷キュー個別情報802が存在すると判断した場合は、ステップS1204へ進む。ステップS1202で、印刷キュー個別情報802が存在しないと判断した場合、ステップS1203で、UUIDに対応する印刷キュー個別情報802を作成する。ステップS1204で、印刷キュー個別情報802の印刷ジョブリストに印刷ジョブ個別情報803を追加し、終了する。   In step S1201, the print queue management server 109 that has received the print data generation request searches the print queue list 801 with reference to the print queue information 505 in step S1202. It is determined whether there is print queue individual information 802 that matches the UUID included in the print data generation request. If it is determined that the print queue individual information 802 exists, the process advances to step S1204. If it is determined in step S1202 that the print queue individual information 802 does not exist, the print queue individual information 802 corresponding to the UUID is created in step S1203. In step S1204, the print job individual information 803 is added to the print job list of the print queue individual information 802, and the process ends.

なお、ステップS1201は、印刷データ生成要求受信部502で実行される。ステップS1202〜1401は、印刷キュー管理部501で実行される。   Note that step S1201 is executed by the print data generation request receiving unit 502. Steps S1202 to 1401 are executed by the print queue management unit 501.

印刷キュー管理サーバ109の印刷データ生成部504は、印刷キュー個別情報802の印刷ジョブリストに登録された印刷ジョブ個別情報803の印刷順にしたがって、順次、処理を行う。具体的には、印刷文書データ保存サーバ110から印刷文書IDに対応する印刷文書データ511を取得し、印刷データを生成する。   The print data generation unit 504 of the print queue management server 109 sequentially performs processing according to the print order of the print job individual information 803 registered in the print job list of the print queue individual information 802. Specifically, the print document data 511 corresponding to the print document ID is acquired from the print document data storage server 110, and print data is generated.

図13は、図10、および、図11の印刷データ要求(1010)を受信した印刷キュー管理サーバ109の処理の流れを示すフローチャートである。   FIG. 13 is a flowchart showing a processing flow of the print queue management server 109 that has received the print data request (1010) of FIGS. 10 and 11.

ステップS1301で印刷データ要求を受信した印刷キュー管理サーバ109は、ステップS1302で、印刷キュー情報505を参照して、印刷キューリスト801を検索する。印刷データ要求に含まれるUUIDが一致する印刷キュー個別情報802の印刷ジョブ個別情報803を参照する。ステップS1303で、印刷ジョブ個別情報803のステータスを参照し、印刷データが生成済みかどうかを判断する。印刷データが生成済みと判断した場合は、ステップS1304で、印刷データをリクエスト受付サーバ106に送信し、終了する。リクエスト受付サーバ106は、印刷キュー管理サーバ109から受信した印刷データを、プリンタ105に送信する。ステップS1303で、印刷データが生成済みでないと判断された場合、ステップS1305で、エラー応答をリクエスト受付サーバ106に送信し、終了する。リクエスト受付サーバ106は、印刷キュー管理サーバ109から受信したエラー応答を、プリンタ105に送信し、エラー応答を受信したプリンタは、一定時間待ってから、再度、印刷データ要求をリクエスト受付サーバ106に対して送信する。   Upon receiving the print data request in step S1301, the print queue management server 109 searches the print queue list 801 with reference to the print queue information 505 in step S1302. The print job individual information 803 of the print queue individual information 802 having the same UUID included in the print data request is referred to. In step S1303, the status of the print job individual information 803 is referenced to determine whether print data has been generated. If it is determined that the print data has been generated, the print data is transmitted to the request reception server 106 in step S1304, and the process ends. The request reception server 106 transmits the print data received from the print queue management server 109 to the printer 105. If it is determined in step S1303 that print data has not been generated, an error response is transmitted to the request reception server 106 in step S1305, and the process ends. The request reception server 106 transmits the error response received from the print queue management server 109 to the printer 105, and the printer that has received the error response waits for a certain period of time and then sends a print data request to the request reception server 106 again. To send.

なお、ステップS1301、S1304、S1305は、印刷データ要求受信部503で実行される。ステップS1302、S1303は、印刷キュー管理部501で実行される。   Note that steps S1301, S1304, and S1305 are executed by the print data request receiving unit 503. Steps S1302 and S1303 are executed by the print queue management unit 501.

図14aは、図9のシーケンスの前提として表示される、プリンタ105を登録するためのWebページを示す図である。1401は、プリンタ105を登録するための入力を受け付ける画面である。1402は、プリンタ名を入力するエディットボックスである。1403は、IPアドレスを入力するエディットボックスである。1404はキャンセルボタン、1405はOKボタンである。ユーザは、エディットボックス1402に、ユーザがプリンタを識別するための任意のプリンタ名を入力し、エディットボックス1403に、プリンタのIPアドレスを入力する。OKボタン1405を押下すると、リクエスト受付サーバ106に入力した情報が送信される(901)。   FIG. 14A is a diagram showing a Web page for registering the printer 105 displayed as a premise of the sequence of FIG. Reference numeral 1401 denotes a screen for receiving an input for registering the printer 105. Reference numeral 1402 denotes an edit box for inputting a printer name. Reference numeral 1403 denotes an edit box for inputting an IP address. Reference numeral 1404 denotes a cancel button, and 1405 denotes an OK button. The user inputs an arbitrary printer name for the user to identify the printer in the edit box 1402, and inputs the printer IP address in the edit box 1403. When the OK button 1405 is pressed, the input information is transmitted to the request reception server 106 (901).

図14bは、図9の902でリクエスト受付サーバ106が返す、スクリプトが埋め込まれたWebページを示す図である。クライアント端末104のWebブラウザ301が、プリンタ105からUUIDを取得してリクエスト受付サーバ106に送信するスクリプトを実行している間、Webページ1411がWebブラウザ301に表示される。   FIG. 14B is a diagram showing a Web page in which a script is returned, which is returned by the request reception server 106 in 902 of FIG. While the web browser 301 of the client terminal 104 executes a script that acquires the UUID from the printer 105 and transmits it to the request reception server 106, the web page 1411 is displayed on the web browser 301.

図15は、図10の1006でリクエスト受付サーバ106が返す、スクリプトが埋め込まれたWebページを示す図である。クライアント端末104のWebブラウザが、プリンタ105に印刷リクエストを送信するスクリプトを実行している間、Webページ1501がWebブラウザ301に表示される。   FIG. 15 is a diagram showing a Web page embedded with a script returned by the request reception server 106 in 1006 of FIG. While the Web browser of the client terminal 104 is executing a script for transmitting a print request to the printer 105, a Web page 1501 is displayed on the Web browser 301.

本実施例において、リクエスト受付サーバ106、認証サーバ107、印刷文書管理サーバ108、印刷キュー管理サーバ、印刷文書データ保存サーバ110は、それぞれ独立したサーバとして実施されている。しかし、これらのサーバの任意の組み合わせを一台のサーバとして実施してもよいことは言うまでもない。   In this embodiment, the request reception server 106, the authentication server 107, the print document management server 108, the print queue management server, and the print document data storage server 110 are implemented as independent servers. However, it goes without saying that any combination of these servers may be implemented as a single server.

以上述べたように、本発明に依れば、印刷システムは、プリンタ名、IPアドレス、UUIDを紐づけてプリンタ情報として管理し、印刷データ生成要求を受け付けた際に、UUIDに対応する印刷キューがなければ、印刷キューを作成する。そのため、プリンタのIPアドレスが重複するようなインターネット上の印刷システムであっても、プリンタごとに印刷データの生成をシリアライズするための印刷キューを管理することができる。   As described above, according to the present invention, the printing system manages printer information by associating a printer name, an IP address, and a UUID, and when a print data generation request is received, a print queue corresponding to the UUID. If there is no print queue, create a print queue. For this reason, even in a printing system on the Internet where printer IP addresses overlap, it is possible to manage a print queue for serializing the generation of print data for each printer.

また、本発明に依れば、印刷システムは、プリンタ登録要求を受け付けた際に、プリンタからUUIDを取得してリクエスト受付サーバに送信するスクリプトを埋め込んだWebページを生成し、プリンタ名、IPアドレス、UUIDを受け付けて保存する。そのため、プリンタのIPアドレスが重複するようなインターネット上の印刷システムであっても、UUIDを含むプリンタ情報を容易に登録することができる。   Further, according to the present invention, when receiving a printer registration request, the printing system generates a Web page in which a script for acquiring a UUID from the printer and transmitting it to the request receiving server is embedded, and the printer name, IP address , Accept UUID and save. Therefore, even in a printing system on the Internet where the printer IP address is duplicated, the printer information including the UUID can be easily registered.

また、本発明に依れば、印刷システムは、プリンタからUUIDを含む印刷データ生成要求を受け付ける。そのため、プリンタのIPアドレスが重複するようなインターネット上の印刷システムであっても、プリンタから印刷指示を行うことができる。   According to the invention, the printing system accepts a print data generation request including a UUID from the printer. For this reason, even in the case of a printing system on the Internet in which the IP address of the printer is duplicated, a printing instruction can be issued from the printer.

101 システム
104 クライアント端末
105 プリンタ
101 System 104 Client terminal 105 Printer

Claims (6)

印刷サーバ(106、109)と、インターネットを介して接続された少なくとも一台の印刷装置(105)とからなる印刷システムであって、
印刷サーバ(106、109)は、印刷装置名、IPアドレス、UUIDを紐づけて印刷装置情報(420)として管理する印刷装置情報管理部(416)と、印刷先の印刷装置名を含む印刷データ生成要求を受け付ける印刷データ生成要求受付部(411)と、印刷データ生成要求を受け付けた際に、印刷装置名が一致する印刷装置情報(420)を参照し、UUIDを取得するUUID取得部(416)と、印刷装置のUUIDを含む印刷データ生成要求を受け付け、通知されたUUIDの印刷キューを参照し、印刷データを取得して印刷データを送信する印刷データ生成要求受信部(502)と、印刷データ生成要求を受け付けた際に、UUIDに対応する印刷キューがなければ印刷キューを作成し、印刷キューで印刷ジョブを管理する印刷キュー管理部(501)と、印刷キューで管理された印刷ジョブの順序にしたがって印刷データを生成する印刷データ生成部(504)とを備え、
印刷装置(105)は、印刷要求を受け付ける印刷要求受付部(313)と、UUIDを含む印刷データ要求を印刷サーバ(106、109)に送信する印刷データ要求送信部(315)とを備えることを特徴とする印刷システム。
A printing system comprising a print server (106, 109) and at least one printing apparatus (105) connected via the Internet,
The print server (106, 109) includes a printing apparatus information management unit (416) that manages printing apparatus information (420) by associating a printing apparatus name, an IP address, and a UUID, and print data including a printing apparatus name of a printing destination. A print data generation request reception unit (411) that receives a generation request, and a UUID acquisition unit (416) that refers to the printing device information (420) that matches the printing device name when receiving the print data generation request and acquires a UUID ), A print data generation request receiving unit (502) that receives a print data generation request including the UUID of the printing apparatus, refers to the print queue of the notified UUID, acquires the print data, and transmits the print data; When a data generation request is received, if there is no print queue corresponding to the UUID, a print queue is created, and a print queue management unit (501) that manages print jobs in the print queue; Includes print data generating unit that generates print data according to the order of print jobs managed by the printing queue and (504),
The printing apparatus (105) includes a print request reception unit (313) that receives a print request, and a print data request transmission unit (315) that transmits a print data request including a UUID to the print server (106, 109). Characteristic printing system.
印刷サーバ(106、109)は、IPアドレスを含む印刷装置登録要求を受け付ける印刷装置登録要求受付部(401)と、印刷装置登録要求を受け付けた際に、IPアドレスの印刷装置からUUIDを取得してリクエスト受付サーバに送信するスクリプトを埋め込んだWebページを生成するWebページ生成部(407)と、Webページを送信するWebページ送信部(401)と、印刷装置名、IPアドレス、UUIDを含む印刷装置情報を受け付ける印刷装置情報受付部(401)と、印刷装置情報を受け付けて保存する印刷装置情報管理部(406)とを備えることを特徴とする請求項1に記載の印刷システム。 The print server (106, 109) acquires the UUID from the printing apparatus registration request receiving unit (401) that receives the printing apparatus registration request including the IP address and the printing apparatus of the IP address when the printing apparatus registration request is received. A Web page generation unit (407) that generates a Web page in which a script to be transmitted to the request reception server is embedded, a Web page transmission unit (401) that transmits a Web page, and a print including a printer name, an IP address, and a UUID The printing system according to claim 1, further comprising: a printing apparatus information receiving unit (401) that receives the apparatus information; and a printing apparatus information management unit (406) that receives and stores the printing apparatus information. 印刷サーバ(109)と、インターネットを介して接続された少なくとも一台の印刷装置(105)とからなる印刷システムであって、
印刷サーバ(109)は、印刷装置のUUIDを含む印刷データ生成要求を受け付ける印刷データ生成要求受付部(502)と、印刷データ生成要求を受け付けた際に、UUIDに対応する印刷キューがなければ、印刷キューを作成する印刷キュー作成部(501)と、印刷キューで印刷ジョブを管理する印刷ジョブ管理部(501)と、印刷キューで管理された印刷ジョブの順序にしたがって印刷データを生成する印刷データ生成部(504)と、印刷データ要求を受け付けた際に、通知されたUUIDの印刷キューを参照し、印刷データを取得して印刷データを送信する印刷データ送信部(502)とを備え、
印刷装置(105)は、UUIDを含む印刷データ生成要求を印刷キュー管理サーバ(109)に送信する印刷データ生成要求送信部(317)と、UUIDを含む印刷データ要求を印刷サーバ(109)に送信する印刷データ要求送信部(315)とを備えることを特徴とする印刷システム。
A printing system comprising a print server (109) and at least one printing apparatus (105) connected via the Internet,
If there is no print data generation request reception unit (502) that receives a print data generation request including the UUID of the printing apparatus and no print queue corresponding to the UUID when the print data generation request is received, the print server (109) A print queue creation unit (501) that creates a print queue, a print job management unit (501) that manages print jobs in the print queue, and print data that generates print data according to the order of the print jobs managed in the print queue A generation unit (504), and a print data transmission unit (502) that refers to the print queue of the notified UUID when receiving a print data request, acquires the print data, and transmits the print data,
The printing apparatus (105) transmits a print data generation request transmission unit (317) that transmits a print data generation request including the UUID to the print queue management server (109), and transmits a print data request including the UUID to the print server (109). And a print data request transmission unit (315).
インターネットを介して接続された少なくとも一台の印刷装置(105)で印刷を行うための印刷キューを管理する印刷キュー管理方法であって、
印刷装置名、IPアドレス、UUIDを紐づけて印刷装置情報(420)として管理する印刷装置情報管理手段(416)と、印刷先の印刷装置名を含む印刷データ生成要求を受け付ける印刷データ生成要求受付手段(411)と、印刷データ生成要求を受け付けた際に、印刷装置名が一致する印刷装置情報(420)を参照し、UUIDを取得するUUID取得手段(416)と、印刷装置のUUIDを含む印刷データ生成要求を受け付け、通知されたUUIDの印刷キューを参照し、印刷データを取得して印刷データを送信する印刷データ生成要求受信手段(502)と、印刷データ生成要求を受け付けた際に、UUIDに対応する印刷キューがなければ印刷キューを作成し、印刷キューで印刷ジョブを管理する印刷ジョブ管理手段(501)と、印刷キューで管理された印刷ジョブの順序にしたがって印刷データを生成する印刷データ生成手段(504)とを有することを特徴とする印刷キュー管理方法。
A print queue management method for managing a print queue for performing printing with at least one printing apparatus (105) connected via the Internet,
Printing device information management means (416) that manages printing device information (420) by associating the printing device name, IP address, and UUID, and print data generation request reception that receives a print data generation request including the printing device name of the printing destination When the print data generation request is received with the means (411), the UUID acquisition means (416) for referring to the printing device information (420) having the same printing device name and acquiring the UUID, and the UUID of the printing device are included. A print data generation request receiving unit (502) that receives a print data generation request, refers to the print queue of the notified UUID, acquires the print data, and transmits the print data. When the print data generation request is received, If there is no print queue corresponding to the UUID, a print queue is created, and a print job management means (501) for managing print jobs in the print queue and a print queue managed by the print queue Print queue management method characterized in that it comprises a print data generating unit that generates print data in the order of the printing job (504).
IPアドレスを含む印刷装置登録要求を受け付ける印刷装置登録要求受付手段(401)と、印刷装置登録要求を受け付けた際に、IPアドレスの印刷装置からUUIDを取得してリクエスト受付サーバに送信するスクリプトを埋め込んだWebページを生成するWebページ生成手段(407)と、Webページを送信するWebページ送信手段(401)と、印刷装置名、IPアドレス、UUIDを含む印刷装置情報を受け付ける印刷装置情報受付手段(401)と、印刷装置情報を受け付けて保存する印刷装置情報管理手段(406)とを有することを特徴とする請求項4に記載の印刷キュー管理方法。 A printing apparatus registration request receiving unit (401) that receives a printing apparatus registration request including an IP address, and a script that acquires a UUID from the printing apparatus of the IP address and transmits it to the request receiving server when the printing apparatus registration request is received. Web page generating means (407) for generating an embedded Web page, Web page transmitting means (401) for transmitting a Web page, and printing apparatus information receiving means for receiving printing apparatus information including the printing apparatus name, IP address, and UUID 5. The print queue management method according to claim 4, further comprising: (401) and printing apparatus information management means (406) for receiving and storing printing apparatus information. インターネットを介して接続された少なくとも一台の印刷装置(105)で印刷を行うための印刷キューを管理するコンピュータプログラムを格納するコンピュータ可読の記憶媒体であって、
印刷先の印刷装置名を含む印刷データ生成要求を受け付けるステップ(S1201)と、印刷データ生成要求を受け付けた際に、印刷装置名が一致する印刷装置情報(420)を参照し、UUIDを取得するステップ(S1201)と、UUIDに対応する印刷キューがあるかどうかを判断するステップ(S1202)と、UUIDに対応する印刷キューがなければ、印刷キューを作成するステップ(S1203)と、印刷キューに印刷ジョブを登録するステップ(S1204)と、印刷データ要求を受け付けるステップ(S1301)と、印刷データ要求に含まれるUUIDに対応する印刷キューを特定するステップ(S1302)と、印刷データを取得して送信するステップ(S1304)とを有することを特徴とする印刷キューを管理するコンピュータプログラムを格納するコンピュータ可読の記憶媒体。
A computer-readable storage medium storing a computer program for managing a print queue for performing printing with at least one printing apparatus (105) connected via the Internet,
A step (S1201) of receiving a print data generation request including the print device name of the print destination, and when receiving the print data generation request, refer to the print device information (420) with the matching print device name to acquire the UUID. Step (S1201), step (S1202) for determining whether there is a print queue corresponding to the UUID, step (S1203) for creating a print queue if there is no print queue corresponding to the UUID, and printing to the print queue A step of registering a job (S1204), a step of receiving a print data request (S1301), a step of specifying a print queue corresponding to the UUID included in the print data request (S1302), and acquiring and transmitting the print data A computer program for managing a print queue, comprising: a step (S1304) A computer-readable storage medium for storing the ram.
JP2011140016A 2011-06-24 2011-06-24 Printing system, method, and program Withdrawn JP2013008174A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011140016A JP2013008174A (en) 2011-06-24 2011-06-24 Printing system, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011140016A JP2013008174A (en) 2011-06-24 2011-06-24 Printing system, method, and program

Publications (1)

Publication Number Publication Date
JP2013008174A true JP2013008174A (en) 2013-01-10

Family

ID=47675480

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011140016A Withdrawn JP2013008174A (en) 2011-06-24 2011-06-24 Printing system, method, and program

Country Status (1)

Country Link
JP (1) JP2013008174A (en)

Similar Documents

Publication Publication Date Title
US9354828B2 (en) Print system, print server, control method thereof, and program
JP5899749B2 (en) Control system, control device, and control program
JP5231620B2 (en) Server device
US8482778B2 (en) Print intermediary server and print intermediary method
US20140129607A1 (en) Information processing apparatus, information processing system, and information processing method
US9807272B2 (en) Information processing system, device, and information processing method
JP6364738B2 (en) Information processing system, information processing apparatus, program, and process execution method
JP5791390B2 (en) Printing system, print server, printing management method, and program
JP2012133489A (en) Printing system, printing service device, service providing device, control method and program
JP6039602B2 (en) Printer registration device, display device, printer registration method, computer program
JP2013088950A (en) Printing system and printing method
US20120096465A1 (en) Image forming apparatus, log management method, and storage medium
US20110072356A1 (en) Information processing apparatus, user interface display control method of the same, and storage medium storing program
JP2015011438A (en) Communication method, device, information processing device, and program
JP2014086017A (en) Print document management system, print document management method, and computer program
JP2014006768A (en) Information processing apparatus, image forming apparatus, control method of printing system, and computer program
US9176682B2 (en) Job performing control system, job performing system and job performing control method
JP6197286B2 (en) Communication device, information processing system, and information processing system control method
US9648077B2 (en) Client apparatus and system
JP2013008174A (en) Printing system, method, and program
EP2700034B1 (en) Information processing apparatus, information processing system, control method therefor, and storage medium
JP2014021513A (en) Image forming apparatus, program, and image forming system
GB2486629A (en) Method for printing an electronic document from a mobile device on a network printer.
JP2010198444A (en) Printing data storage server, program, and storage medium
JP2017027273A (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20140902