JP2016081279A - Printing system, printing method, server, and program - Google Patents

Printing system, printing method, server, and program Download PDF

Info

Publication number
JP2016081279A
JP2016081279A JP2014211619A JP2014211619A JP2016081279A JP 2016081279 A JP2016081279 A JP 2016081279A JP 2014211619 A JP2014211619 A JP 2014211619A JP 2014211619 A JP2014211619 A JP 2014211619A JP 2016081279 A JP2016081279 A JP 2016081279A
Authority
JP
Japan
Prior art keywords
print
job
print job
printing
gateway
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2014211619A
Other languages
Japanese (ja)
Other versions
JP6379983B2 (en
Inventor
裕明 前川
Hiroaki Maekawa
裕明 前川
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta 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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2014211619A priority Critical patent/JP6379983B2/en
Publication of JP2016081279A publication Critical patent/JP2016081279A/en
Application granted granted Critical
Publication of JP6379983B2 publication Critical patent/JP6379983B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a printing system capable of avoiding the useless use of a storage device due to the storage of the job data of all print jobs in a server when communication between a cloud server and a gateway is interrupted, and the execution result of a print job by a printing device is not acquirable.SOLUTION: A server is configured to, when communication with a gateway is interrupted prior to the acquisition of the execution result of a print job during or after the transmission of the print job to the gateway, determine whether the print mode of the print job is a first print mode or a second print mode by print mode determination means (S112, S113); and to, when it is determined that the print mode of the print job is the first print mode by the print mode determination means (S112: YES), delete the job data from job data storage means (S109), and to, when it is determined that the print mode of the print job is the second print mode (S113: YES), store the job data in the job data storage means (S116).SELECTED DRAWING: Figure 6

Description

この発明は、パーソナルコンピュータや印刷装置等の外部装置からの印刷ジョブを受け付けるサーバーと、サーバーから印刷ジョブが送信されるゲートウェイと、印刷を実行する印刷装置を備えた印刷システム、印刷方法、サーバー及びプログラムに関する。   The present invention relates to a server that receives a print job from an external device such as a personal computer or a printing device, a gateway to which the print job is transmitted from the server, a printing system including a printing device that executes printing, a printing method, a server, and Regarding the program.

上記のような印刷システムとして、ユーザーが、パーソナルコンピュータ、スマートフォン、印刷装置等の外部装置から、印刷を実行させる印刷装置を指定した印刷ジョブをクラウドサーバーに指示すると、クラウドサーバーはこの印刷ジョブを受け付けると共に、ローカルネット内にあるゲートウェイと通信セッションを確立して印刷ジョブをゲートウェイに送信し、ゲートウェイは同じローカルネット内の指定された印刷装置に印刷ジョブを転送し、印刷装置が印刷ジョブを実行するシステムが知られている。   As a printing system as described above, when a user instructs a cloud server to specify a print job specifying a printing device to execute printing from an external device such as a personal computer, a smartphone, or a printing device, the cloud server accepts the print job. At the same time, it establishes a communication session with the gateway in the local net and sends the print job to the gateway. The gateway forwards the print job to the designated printing device in the same local net, and the printing device executes the print job. The system is known.

クラウドサーバーは受け付けた印刷ジョブのジョブデータを保存し、ゲートウェイを介して印刷装置による印刷ジョブが正常に完了したことの結果を取得すると、保存したジョブデータを削除する。   The cloud server stores the job data of the received print job, and when the result of successful completion of the print job by the printing apparatus is acquired via the gateway, the stored job data is deleted.

ところで、クラウドサーバーとローカルネット内のゲートウェイとの通信は、ADSL(Asymmetric Digital Subscriber Line)や光ファイバーといったインターネット網を経由して行われるため、混雑状況や伝送品質によっては、クラウドサーバーとゲートウェイとの通信が遮断され、印刷装置による印刷ジョブの実行結果を取得できなくなる場合がある。   By the way, since communication between the cloud server and the gateway in the local network is performed via an Internet network such as ADSL (Asymmetric Digital Subscriber Line) or optical fiber, communication between the cloud server and the gateway depends on congestion and transmission quality. May be blocked and the execution result of the print job by the printing apparatus may not be acquired.

この場合、印刷ジョブの実行結果を取得できないクラウドサーバーは、印刷ジョブの実行失敗に備えて、サーバーに存在する印刷ジョブを印刷装置で再度実行できるように、印刷ジョブのジョブデータをサーバーに保存しておくことが考えられる。   In this case, the cloud server that cannot obtain the execution result of the print job saves the job data of the print job on the server so that the print job that exists on the server can be executed again by the printing device in preparation for the execution failure of the print job. It is possible to keep it.

なお、特許文献1には、プリンタが紙ジャムや紙切れ、トナー切れ等のエラーが発生して使用できなくなったとき、ローカルネット上の他のプリンタを検索し、検索された他のプリンタで印刷できる印刷ジョブを生成する技術が開示されている。   According to Patent Document 1, when an error such as a paper jam, out of paper, or out of toner occurs and the printer cannot be used, another printer on the local network can be searched and printed by the other searched printer. A technique for generating a print job is disclosed.

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

しかし、クラウドサーバーとゲートウェイとの通信が遮断され、印刷装置による印刷ジョブの実行結果を取得できなくなった場合に、すべての印刷ジョブのジョブデータをサーバーに保存していたのでは、サーバーの記憶装置の記憶容量が無駄に使用され、記憶装置を有効に利用することができなくなる恐れがある、という問題があった。特にサーバーには多くの印刷装置が管理下に紐付いているため、無駄なジョブデータの保存はできるだけ避け、処理負荷の増加を抑制するのが望ましい。   However, when the communication between the cloud server and the gateway is interrupted and the execution result of the print job by the printing device cannot be obtained, the job data of all the print jobs are stored on the server. There is a problem that the storage capacity of the storage device is wasted, and the storage device cannot be used effectively. In particular, since many printing devices are associated with the server under management, it is desirable to avoid storing unnecessary job data as much as possible and to suppress an increase in processing load.

なお、上述した特許文献1に記載の技術は、クラウドサーバーとゲートウェイとの通信が遮断され、印刷装置による印刷ジョブの実行結果を取得できなくなった場合の前記問題に対する解決策を提供しうるものではない。   Note that the technology described in Patent Document 1 described above cannot provide a solution to the above-described problem when communication between the cloud server and the gateway is interrupted and a print job execution result cannot be obtained by the printing apparatus. Absent.

この発明は、このような技術的背景に鑑みてなされたものであって、クラウドサーバーとゲートウェイとの通信が遮断され、印刷装置による印刷ジョブの実行結果を取得できなくなった場合に、すべての印刷ジョブのジョブデータをサーバーに保存することによる記憶装置の無駄な使用を回避できる印刷システム及び印刷方法を提供し、さらには前記印刷システムに使用されるサーバー及びプログラムを提供することを課題とする。   The present invention has been made in view of such a technical background. When the communication between the cloud server and the gateway is interrupted and the execution result of the print job by the printing apparatus cannot be acquired, all printing is performed. It is an object of the present invention to provide a printing system and a printing method capable of avoiding useless use of a storage device by storing job data of a job in a server, and further to provide a server and a program used in the printing system.

上記課題は、以下の手段によって解決される。
(1)ネットワークを介して接続された、サーバーとゲートウェイと印刷装置を備えた印刷システムであって、前記サーバーは、外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付手段と、前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを保存するジョブデータ保存手段と、前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信手段と、前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得手段と、を備え、前記ゲートウェイは、前記サーバーから送信された印刷ジョブを受信する受信手段と、前記受信した印刷ジョブを前記指定された印刷装置に転送するジョブ転送手段と、前記印刷装置から印刷ジョブの実行結果を取得する実行結果取得手段と、前記実行結果取得手段により取得した前記印刷装置による印刷ジョブの実行結果を前記サーバーに通知する印刷結果通知手段と、を備え、前記印刷装置は、前記ゲートウェイから転送された前記印刷ジョブを実行する印刷手段と、前記印刷手段による印刷ジョブの実行結果を前記ゲートウェイに通知する印刷結果通知手段と、を備え、前記サーバーはさらに、前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得手段による印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定手段と、前記印刷モード判定手段により前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御手段と、を備えたことを特徴とする印刷システム。
(2)前記外部装置が前記印刷装置であり、前記第1の印刷モードは前記印刷装置からの印刷ジョブであり、前記第2の印刷モードは前記印刷装置以外からの印刷ジョブである前項1に記載の印刷システム。
(3)前記サーバーは、前記印刷ジョブにジョブ送信者以外の宛先情報が含まれているかどうかを判別する判別手段を備え、前記判別手段によりジョブ送信者以外の宛先情報が含まれていないと判別されたときは、前記サーバーの前記制御手段は、前記第2の印刷モードであっても前記ジョブデータを前記ジョブデータ保存手段から削除する前項1または2に記載の印刷システム。
(4)前記サーバーはゲートウェイとの通信が遮断されたときは、前記ゲートウェイへのアクセスを、通信が遮断されないときのポーリングの間隔よりも短いポーリング間隔で行い、アクセスが成功したときに、前記サーバーの実行結果取得手段は前記印刷ジョブの実行結果を取得する前項1〜3のいずれかに記載の印刷システム。
(5)ネットワークを介して接続された、サーバーとゲートウェイと印刷装置を備えた印刷システムで実行される印刷方法であって、前記サーバーは、外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付ステップと、前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータを保ジョブデータ保存手段に存するステップと、前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信ステップと、前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得ステップと、を実行し、前記ゲートウェイは、前記サーバーから送信された印刷ジョブを受信する受信ステップと、前記受信した印刷ジョブを前記指定された印刷装置に転送するジョブ転送ステップと、前記印刷装置から印刷ジョブの実行結果を取得する実行結果取得ステップと、前記実行結果取得ステップにより取得した前記印刷装置による印刷ジョブの実行結果を前記サーバーに通知する印刷結果通知ステップと、を実行し、前記印刷装置は、前記ゲートウェイから転送された前記印刷ジョブを実行する印刷ステップと、前記印刷ステップによる印刷ジョブの実行結果を前記ゲートウェイに返信する返信ステップと、を実行し、前記サーバーはさらに、前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得ステップによる印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定ステップと、前記印刷モード判定ステップにより前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御ステップと、を実行することを特徴とする印刷方法。
(6)ネットワークを介してゲートウェイ及び印刷装置と接続されたサーバーであって、外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付手段と、前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを保存するジョブデータ保存手段と、前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信手段と、前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得手段と、前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得手段による印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定手段と、前記印刷モード判定手段により前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御手段と、を備えたことを特徴とするサーバー。
(7)前記外部装置が前記印刷装置であり、前記第1の印刷モードは前記印刷装置からの印刷ジョブであり、前記第2の印刷モードは前記印刷装置以外からの印刷ジョブである前項6に記載のサーバー。
(8)前記印刷ジョブにジョブ送信者以外の宛先情報が含まれているかどうかを判別する判別手段を備え、前記判別手段によりジョブ送信者以外の宛先情報が含まれていないと判別されたときは、前記制御手段は、前記第2の印刷モードであっても前記ジョブデータを前記ジョブデータ保存手段から削除する前項6または7に記載のサーバー。
(9)前記ゲートウェイとの通信が遮断されたときは、前記ゲートウェイへのアクセスを、通信が遮断されないときのポーリングの間隔よりも短いポーリング間隔で行い、アクセスが成功したときに、前記実行結果取得手段は前記印刷ジョブの実行結果を取得する前項6〜8のいずれかに記載のサーバー。
(10)ネットワークを介してゲートウェイ及び印刷装置と接続されたサーバーのCPUに、外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付ステップと、前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータをジョブデータ保存手段に保存するステップと、前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信ステップと、前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得ステップと、前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得ステップによる印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定ステップと、前記印刷モード判定ステップにより前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御ステップと、を実行させるためのプログラム。
The above problem is solved by the following means.
(1) A printing system including a server, a gateway, and a printing device connected via a network, wherein the server receives a print job including designation of the printing device and job data to be printed from an external device. Print job accepting means, job data saving means for saving job data of the print job accepted by the print job accepting means, and job data of the print job accepted by the print job accepting means at the designated printing device A transmission unit that transmits a print instruction for printing to the gateway and transmits job data of the print job to the gateway; and an execution result acquisition unit that acquires an execution result of the print job from the gateway. The gateway prints sent from the server Receiving means for receiving a job, job transferring means for transferring the received print job to the designated printing apparatus, execution result acquiring means for acquiring an execution result of the print job from the printing apparatus, and the execution result Printing result notifying means for notifying the server of the execution result of the print job acquired by the acquiring means to the server, the printing apparatus executing the print job transferred from the gateway; Printing result notification means for notifying the gateway of the execution result of the print job by the printing means, and the server further includes the execution result acquisition means during or after transmission of the print job to the gateway. If the communication with the gateway is interrupted before obtaining the print job execution result by the print job, When the print mode determination unit determines whether the print mode is the first print mode or the second print mode, and the print mode determination unit determines that the print mode of the print job is the first print mode. And a control unit that deletes the job data from the job data storage unit and holds the job data in the job data storage unit when it is determined that the job is in the second print mode. And printing system.
(2) The external device is the printing device, the first printing mode is a printing job from the printing device, and the second printing mode is a printing job from other than the printing device. The printing system described.
(3) The server includes a determination unit that determines whether destination information other than the job sender is included in the print job, and determines that destination information other than the job sender is not included by the determination unit. 3. The printing system according to claim 1 or 2, wherein the control unit of the server deletes the job data from the job data storage unit even in the second printing mode.
(4) When the communication with the gateway is interrupted, the server performs access to the gateway at a polling interval shorter than the polling interval when the communication is not interrupted. 4. The printing system according to any one of items 1 to 3, wherein the execution result acquisition unit acquires the execution result of the print job.
(5) A printing method executed by a printing system connected via a network and including a server, a gateway, and a printing device, wherein the server designates the printing device and job data to be printed from an external device. A print job receiving step for receiving a print job including: a step for storing job data of a print job received in the print job receiving step in a stored job data storage unit; and a job data for the print job received in the print job receiving step. , Transmitting a print instruction for printing with the designated printing apparatus to the gateway, transmitting job data of the print job to the gateway, and obtaining an execution result of the print job from the gateway Execute the execution result acquisition step The gateway receives a print job transmitted from the server, a job transfer step for transferring the received print job to the designated printing device, and obtains a print job execution result from the printing device. An execution result acquisition step, and a print result notification step of notifying the server of an execution result of the print job by the printing apparatus acquired in the execution result acquisition step. The printing apparatus is transferred from the gateway. A print step for executing the print job, and a reply step for returning the execution result of the print job in the print step to the gateway, wherein the server further transmits the print job to the gateway. Or the print result obtained by the execution result acquisition step after transmission. A print mode determination step for determining whether the print mode of the print job is a first print mode or a second print mode when communication with the gateway is interrupted before obtaining the execution result of the print job; When it is determined in the print mode determination step that the print mode of the print job is the first print mode, the job data is deleted from the job data storage unit and is determined to be the second print mode. In this case, a control step of holding the job data in the job data storage unit is executed.
(6) A server connected to the gateway and the printing apparatus via a network, the print job receiving means for receiving a print job including designation of the printing apparatus and job data to be printed from an external apparatus, and the print job reception A job data storage unit for storing job data of the print job received by the unit, and a print instruction for printing the job data of the print job received by the print job reception unit on the specified printing apparatus to the gateway. A transmission unit that transmits job data of the print job to the gateway, an execution result acquisition unit that acquires an execution result of the print job from the gateway, and a transmission of the print job to the gateway. Alternatively, after the transmission, the print job by the execution result acquisition means Print mode determination means for determining whether the print mode of the print job is a first print mode or a second print mode when communication with the gateway is interrupted before obtaining the execution result of When the mode determination means determines that the print mode of the print job is the first print mode, the job data is deleted from the job data storage means and it is determined that the print mode is the second print mode Comprises a control means for holding the job data in the job data storage means.
(7) In the preceding item 6, the external device is the printing device, the first printing mode is a printing job from the printing device, and the second printing mode is a printing job from other than the printing device. The listed server.
(8) A determination unit that determines whether destination information other than the job sender is included in the print job, and when the determination unit determines that destination information other than the job sender is not included The server according to item 6 or 7, wherein the control unit deletes the job data from the job data storage unit even in the second print mode.
(9) When communication with the gateway is interrupted, access to the gateway is performed at a polling interval shorter than the polling interval when communication is not interrupted, and when the access is successful, the execution result is acquired. 9. The server according to any one of items 6 to 8, wherein the means acquires the execution result of the print job.
(10) A print job reception step of receiving a print job including designation of the printing device and job data to be printed from an external device to a CPU of a server connected to the gateway and the printing device via a network; Storing the job data of the print job accepted in the step in a job data storage unit; and printing instructions for printing the job data of the print job accepted in the print job acceptance step on the designated printing device. A transmission step of transmitting job data of the print job to the gateway, an execution result acquisition step of acquiring an execution result of the print job from the gateway, and transmission of the print job to the gateway Or after sending If communication with the gateway is interrupted before acquiring the execution result of the print job in the execution result acquisition step, it is determined whether the print mode of the print job is the first print mode or the second print mode. When the print mode determination step and the print mode determination step determine that the print mode of the print job is the first print mode, the job data is deleted from the job data storage unit and the second print And a control step for executing the control step of holding the job data in the job data storage means when it is determined that the mode is the mode.

前項(1)に記載の発明によれば、サーバーから印刷ジョブのゲートウェイへの送信中に、または送信後でサーバーによる印刷ジョブの実行結果の取得前に、ゲートウェイとの通信が遮断された場合に、サーバーは印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定し、第1の印刷モードであると判定された場合は、ジョブデータをジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、ジョブデータをジョブデータ保存手段に保持する。つまり、すべてのジョブデータを保存しておくのではなく、第1の印刷モードであると判定された場合は、ジョブデータはジョブデータ保存手段から削除されるから、その分サーバーにおけるジョブデータ保存手段の無駄な使用を回避でき、記憶容量の有効利用を図ることができる。   According to the invention described in (1) above, when communication with the gateway is interrupted during transmission of the print job from the server to the gateway or after acquisition of the print job execution result by the server. The server determines whether the print mode of the print job is the first print mode or the second print mode. If it is determined that the print mode is the first print mode, the server deletes the job data from the job data storage unit, If it is determined that the print mode is the second print mode, the job data is stored in the job data storage unit. That is, instead of storing all the job data, if it is determined that the first print mode is selected, the job data is deleted from the job data storage means, and accordingly, the job data storage means in the server Can be avoided, and the storage capacity can be effectively used.

前項(2)に記載の発明によれば、サーバーに自装置で印刷することを指示した印刷装置からの印刷ジョブについては、サーバーから削除する。ユーザーは印刷装置の近くにいるため、指示した印刷ジョブが実行されたかどうかを容易に判断することができるため、削除することで、サーバーにおけるジョブデータ保存手段の無駄な使用回避を優先する。一方、自装置で印刷することを指示した印刷装置以外からの印刷ジョブについては、サーバーのジョブデータ保存手段に保持する。ユーザーが、自装置で印刷することを指示した印刷装置以外から印刷ジョブを指示した場合は、ユーザーは印刷ジョブが実行される印刷装置の近くにいない場合が多いため、指示した印刷ジョブが実行されたかどうかを迅速に判断することができず、ユーザーが印刷装置に出力物を取りに出向いたときに、印刷ジョブが実行されなかったことに気づくことが多い。そこで、ジョブデータをサーバーに保持しておいて、出力物を取りに行ったユーザーが印刷装置から、保持されているジョブデータの印刷を指示できるようにして、ユーザーの利便性を図る。   According to the invention described in item (2) above, a print job from a printing apparatus instructed to print to the server by the own apparatus is deleted from the server. Since the user is near the printing apparatus, it can be easily determined whether or not the instructed print job has been executed. Therefore, by deleting, priority is given to avoiding useless use of job data storage means in the server. On the other hand, a print job from a printer other than the printing apparatus instructed to print by the own apparatus is held in the job data storage unit of the server. If the user instructs a print job from a device other than the one that instructed to print on his or her own device, the user is often not near the printing device on which the print job is executed, so the specified print job is executed. It is often impossible to quickly determine whether or not the print job has been executed when the user goes to the printing apparatus to collect the output. In view of this, the job data is held in the server, and the user who has picked up the output can instruct the user to print the held job data from the printing apparatus, thereby improving the convenience of the user.

前項(3)に記載の発明によれば、印刷ジョブにジョブ送信者以外の宛先情報が含まれていないとき、換言すれば印刷を指示したユーザーの自分用の印刷ジョブの場合は、第2の印刷モードであってもジョブデータをジョブデータ保存手段から削除する。自分用の印刷ジョブであれば元のデータは自己が所有しているため、再度の印刷指示を出すことが可能である。このため、ジョブデータを削除することで、サーバーにおけるジョブデータ保存手段の無駄な使用回避を優先できる。逆に、印刷ジョブにジョブ送信者以外の宛先情報が含まれている場合、換言すれば宛先情報に示された他人に渡すための印刷ジョブの場合は、印刷を指示したユーザーは印刷ジョブが実行されたかどうかまで意識しないことがあり、その場合にジョブデータを削除してしまうと、宛先情報に示された他人は出力物を受け取ることができなくなってしまう。このため、ジョブデータをサーバーに保持しておき、出力物を取りに行った他人が、印刷装置から保持されているジョブデータの印刷を指示できるようにして、利便性を図る。   According to the invention described in (3) above, when the print job does not include destination information other than the job sender, in other words, in the case of the print job for the user who has instructed printing, the second Even in the print mode, the job data is deleted from the job data storage means. If it is a print job for one's own use, the original data is owned by the user, so it is possible to issue a print instruction again. For this reason, priority can be given to avoiding useless use of job data storage means in the server by deleting job data. Conversely, if the print job contains destination information other than the job sender, in other words, if the print job is to be passed to another person indicated in the destination information, the print job is executed by the user who issued the print job. If the job data is deleted in this case, the other person indicated in the destination information cannot receive the output. For this reason, the job data is held in the server, and another person who has picked up the output can be instructed to print the job data held from the printing apparatus, thereby improving convenience.

前項(4)に記載の発明によれば、サーバーはゲートウェイとの通信が遮断されたときは、ゲートウェイへのアクセスを、通信が遮断されないときのポーリングの間隔よりも短いポーリング間隔で行い、アクセスが成功したときに印刷ジョブの実行結果を取得するから、サーバーは速やかに印刷ジョブの実行結果を取得することができる。   According to the invention described in item (4) above, when communication with the gateway is interrupted, the server accesses the gateway at a polling interval shorter than the polling interval when communication is not interrupted. Since the execution result of the print job is acquired when succeeding, the server can quickly acquire the execution result of the print job.

前項(5)に記載の発明によれば、サーバーから印刷ジョブのゲートウェイへの送信中、または送信後でサーバーによる印刷ジョブの実行結果の取得前に、ゲートウェイとの通信が遮断された場合に、印刷ジョブが第1の印刷モードであると判定された場合は、ジョブデータはジョブデータ保存手段から削除されるから、その分サーバーにおけるジョブデータ保存手段の無駄な使用を回避でき、記憶容量の有効利用を図ることができる。   According to the invention described in the preceding paragraph (5), when communication with the gateway is interrupted during transmission from the server to the gateway of the print job or before acquisition of the execution result of the print job by the server after transmission, If it is determined that the print job is in the first print mode, the job data is deleted from the job data storage means, so that unnecessary use of the job data storage means in the server can be avoided, and the storage capacity is effective. Can be used.

前項(6)に記載の発明によれば、印刷ジョブのゲートウェイへの送信中、または送信後で印刷ジョブの実行結果の取得前に、ゲートウェイとの通信が遮断された場合に、印刷ジョブが第1の印刷モードであると判定された場合、ジョブデータはジョブデータ保存手段から削除して、その分ジョブデータ保存手段の無駄な使用を回避でき、記憶容量の有効利用を図ることができるサーバーとなる。   According to the invention described in (6) above, when communication with the gateway is interrupted during transmission of the print job to the gateway or after acquisition of the print job execution result, the print job is If it is determined that the print mode is one, the job data is deleted from the job data storage unit, so that useless use of the job data storage unit can be avoided, and the storage capacity can be effectively used. Become.

前項(7)に記載の発明によれば、サーバーに自装置で印刷することを指示した印刷装置からの印刷ジョブについては、サーバーから削除し、自装置で印刷することを指示した印刷装置以外からの印刷ジョブについては、サーバーのジョブデータ保存手段に保持されすることで、ジョブデータ保存手段の無駄な使用を回避しつつ、ユーザーの利便性を図ることができる。   According to the invention described in item (7) above, a print job from a printing apparatus that has instructed the server to print on the own apparatus is deleted from the server, and from other than the printing apparatus instructed to print on the own apparatus. This print job is held in the job data storage unit of the server, thereby avoiding useless use of the job data storage unit and improving user convenience.

前項(8)に記載の発明によれば、印刷ジョブにジョブ送信者以外の宛先情報が含まれていないとき、換言すれば印刷を指示したユーザーの自分用の印刷ジョブの場合は、第2の印刷モードであってもジョブデータをジョブデータ保存手段から削除し、印刷ジョブにジョブ送信者以外の宛先情報が含まれている場合、換言すれば宛先情報に示された他人に渡すための印刷ジョブの場合は、ジョブデータをサーバーに保持しておくことで、ジョブデータ保存手段の無駄な使用を回避しつつ、宛先情報に示された他人の利便性を図ることができる。   According to the invention described in item (8), when the print job does not include destination information other than the job sender, in other words, in the case of the print job for the user who has instructed printing, the second Even in the print mode, if the job data is deleted from the job data storage means and the destination information other than the job sender is included in the print job, in other words, the print job to pass to the other person indicated in the destination information In this case, by storing the job data in the server, it is possible to avoid the useless use of the job data storage means and to improve the convenience of others indicated in the destination information.

前項(9)に記載の発明によれば、ゲートウェイとの通信が遮断されたときは、ゲートウェイへのアクセスを、通信が遮断されないときのポーリングの間隔よりも短いポーリング間隔で行い、アクセスが成功したときに印刷ジョブの実行結果を取得するから、サーバーは速やかに印刷ジョブの実行結果を取得することができる。   According to the invention described in (9) above, when communication with the gateway is interrupted, access to the gateway is performed at a polling interval shorter than the polling interval when communication is not interrupted, and the access is successful. Since the print job execution result is sometimes obtained, the server can quickly obtain the print job execution result.

前項(10)に記載の発明によれば、サーバーから印刷ジョブのゲートウェイへの送信中、または送信後でサーバーによる印刷ジョブの実行結果の取得前に、ゲートウェイとの通信が遮断された場合に、印刷ジョブが第1の印刷モードであると判定された場合は、ジョブデータはジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、ジョブデータをジョブデータ保存手段に保持する処理を、サーバーのCPUに実行させることができる。   According to the invention described in (10) above, when communication with the gateway is interrupted during transmission from the server to the gateway of the print job or after acquisition of the print job execution result by the server, When it is determined that the print job is in the first print mode, the job data is deleted from the job data storage unit. When it is determined that the print job is in the second print mode, the job data is stored in the job data storage unit. The process to be held can be executed by the CPU of the server.

サーバーの構成を示すブロック図である。It is a block diagram which shows the structure of a server. ゲートウェイの構成を示すブロック図である。It is a block diagram which shows the structure of a gateway. 印刷装置の構成を示すブロック図である。1 is a block diagram illustrating a configuration of a printing apparatus. この発明の一実施形態にかかる印刷システムにおいて、サーバー1とゲートウェイ2との通信が遮断されることなく確保されている状態で、端末装置からサーバーに対して発行された印刷ジョブが印刷装置で実行された場合の処理の流れを説明するための図である。In the printing system according to an embodiment of the present invention, a print job issued from a terminal device to a server is executed by the printing device while communication between the server 1 and the gateway 2 is ensured without being interrupted. It is a figure for demonstrating the flow of a process in the case of being performed. 同じく、サーバーとゲートウェイとの通信が遮断されることなく確保されている状態で、端末装置からサーバーに対して発行された印刷ジョブが、印刷装置で実行されなかった場合の処理の流れを説明するための図である。Similarly, the flow of processing when a print job issued from the terminal device to the server is not executed on the printing device while communication between the server and the gateway is secured without being interrupted will be described. FIG. サーバーからゲートウェイへの印刷ジョブの送信中、または送信後で印刷ジョブの実行結果の取得前に、ゲートウェイとの通信が遮断された場合に、サーバー1で実行される動作を示すフローチャートである。6 is a flowchart illustrating an operation executed in the server 1 when communication with the gateway is interrupted during transmission of a print job from the server to the gateway or after acquisition of the print job execution result after transmission.

以下、この発明の実施形態を図面に基づいて説明する。   Embodiments of the present invention will be described below with reference to the drawings.

この発明の一実施形態に係る印刷システムは、図4に示すように、クラウドサーバーと称されるサーバ1と、ゲートウェイ2と、印刷装置3と、端末装置4を備えており、これらがネットワークを介して接続されている。   As shown in FIG. 4, a printing system according to an embodiment of the present invention includes a server 1 called a cloud server, a gateway 2, a printing device 3, and a terminal device 4, which are connected to a network. Connected through.

サーバー1は、図1に示すように、CPU11、ROM12、RAM13、記憶部14、表示部15、入力装置16、ネットワークインターフェース部(ネットワークI/F部)17等を備え、システムバス18を介して互いに接続されている。   As shown in FIG. 1, the server 1 includes a CPU 11, a ROM 12, a RAM 13, a storage unit 14, a display unit 15, an input device 16, a network interface unit (network I / F unit) 17, and the like via a system bus 18. Are connected to each other.

CPU11は、ROM12に保存されているプログラムを実行することにより、サーバ−1の全体を統括的に制御する。特に、この実施形態では、印刷装置3や他の印刷装置あるいは端末装置4からネットワークを経由して送られてきた印刷ジョブを受け付けるとともに、印刷ジョブで指定された印刷装置3にジョブを実行させるために、印刷装置3と接続されたゲートウェイ2に印刷ジョブを送信したり、ゲートウェイ2との通信の接続状態を監視して、接続状態に応じて印刷ジョブのジョブデータを維持あるいは削除したり、印刷装置3による印刷ジョブの実行結果をゲートウェイ2から取得したりするが、詳細な説明は後述する。   The CPU 11 performs overall control of the entire server-1 by executing a program stored in the ROM 12. In particular, in this embodiment, a print job sent from the printing apparatus 3 or another printing apparatus or the terminal apparatus 4 via the network is received and the printing apparatus 3 designated by the print job is caused to execute the job. In addition, a print job is transmitted to the gateway 2 connected to the printing apparatus 3, the connection state of communication with the gateway 2 is monitored, job data of the print job is maintained or deleted according to the connection state, and printing is performed. The execution result of the print job by the apparatus 3 is acquired from the gateway 2, and detailed description will be described later.

ROM12は、CPU11が実行するためのプログラムやその他のデータを保存する記憶媒体である。   The ROM 12 is a storage medium that stores programs executed by the CPU 11 and other data.

RAM13は、CPU11が動作用プログラムに従って動作する際の作業領域を提供する記憶媒体である。   The RAM 13 is a storage medium that provides a work area when the CPU 11 operates according to the operation program.

記憶部14は、ハードディスク等の記憶媒体からなり、印刷装置3や端末装置4から印刷ジョブを受け付けると、印刷対象であるジョブデータを含む受け付けた印刷ジョブのデータを保存したり、その他の各種データやアプリケーションプログラム等を保存する。   The storage unit 14 includes a storage medium such as a hard disk. When a print job is received from the printing apparatus 3 or the terminal apparatus 4, the storage unit 14 stores the received print job data including job data to be printed, and other various data. And application programs.

表示装置15は、CRTや液晶表示装置等からなり、各種のメッセージ及びユーザに対する入力受付画面、選択画面等を表示する。   The display device 15 includes a CRT, a liquid crystal display device, and the like, and displays various messages, an input reception screen for a user, a selection screen, and the like.

入力装置16は、ユーザによる入力操作に用いられるもので、キーボードやマウス等からなる。   The input device 16 is used for an input operation by a user, and includes a keyboard, a mouse, and the like.

ネットワークインターフェース部17は、ゲートウェイ2や印刷装置3や端末装置4等の外部機器との間で、ネットワークを介して、データの送受信を行う通信手段として機能する。   The network interface unit 17 functions as a communication unit that transmits / receives data to / from external devices such as the gateway 2, the printing device 3, and the terminal device 4 via the network.

図2はゲートウェイ2の構成を示すブロック図である。ゲートウェイ2は、図2に示すように、CPU21、ROM22、RAM23、記憶部24、ネットワークインターフェース部25等を備えている。   FIG. 2 is a block diagram showing the configuration of the gateway 2. As shown in FIG. 2, the gateway 2 includes a CPU 21, a ROM 22, a RAM 23, a storage unit 24, a network interface unit 25, and the like.

CPU21は、ROM22に保存されているプログラムを実行することにより、ゲートウェイ2の全体を統括的に制御する。例えば、サーバー1から印刷ジョブを受け取って、指定された印刷装置3に印刷ジョブを転送したり、印刷装置3から印刷ジョブの実行結果を取得してサーバー1に通知する等の制御を行う。   The CPU 21 comprehensively controls the entire gateway 2 by executing a program stored in the ROM 22. For example, control is performed such as receiving a print job from the server 1 and transferring the print job to the designated printing apparatus 3, acquiring the execution result of the print job from the printing apparatus 3, and notifying the server 1.

ROM22は、CPU21が実行するためのプログラムやその他のデータを保存する記憶媒体である。   The ROM 22 is a storage medium that stores programs to be executed by the CPU 21 and other data.

RAM23は、CPU21が動作用プログラムに従って動作する際の作業領域を提供する記憶媒体である。   The RAM 23 is a storage medium that provides a work area when the CPU 21 operates according to the operation program.

記憶部24は各種データ等を保存し、ネットワークインターフェース部25は、サーバー1や印刷装置3等と、ネットワークを介して、データの送受信を行う通信手段として機能する。   The storage unit 24 stores various data and the like, and the network interface unit 25 functions as a communication unit that transmits and receives data to and from the server 1 and the printing apparatus 3 via the network.

図3は印刷装置3の概略構成を示すブロック図である。なお、印刷装置3は、この実施形態では、コピー機能、プリンタ機能、スキャン機能、ファクシミリ機能等の複数の機能を有する多機能デジタル複合機であるMFP(Multi Function Peripherals)が用いられている。以下の説明では、印刷装置3をMFP3ともいう。   FIG. 3 is a block diagram illustrating a schematic configuration of the printing apparatus 3. In this embodiment, the printing apparatus 3 uses an MFP (Multi Function Peripherals) which is a multi-function digital multifunction peripheral having a plurality of functions such as a copy function, a printer function, a scan function, and a facsimile function. In the following description, the printing apparatus 3 is also referred to as MFP 3.

印刷装置3は、CPU31と、ROM32と、RAM33と、スキャナ部34と、記憶部35と、プリンタ部36と、操作パネル37と、ネットワークコントローラ(N1C)38等を備えている。   The printing apparatus 3 includes a CPU 31, a ROM 32, a RAM 33, a scanner unit 34, a storage unit 35, a printer unit 36, an operation panel 37, a network controller (N1C) 38, and the like.

前記CPU31は、印刷装置3の全体を統括制御し、コピー機能、プリンタ機能、スキャン機能、ファクシミリ機能等の基本機能を使用可能に制御するとともに、ユーザーの指示に基づいて印刷ジョブをサーバー1に送信したり、ゲートウェイ2から転送されてきた印刷ジョブを実行して、その実行結果をゲートウェイ2に通知する等の制御を行う。   The CPU 31 performs overall control of the entire printing apparatus 3 and controls basic functions such as a copy function, a printer function, a scan function, and a facsimile function, and transmits a print job to the server 1 based on a user instruction. Or executing a print job transferred from the gateway 2 and notifying the gateway 2 of the execution result.

前記ROM32は、CPU31の動作プログラム等を格納するメモリである。   The ROM 32 is a memory for storing an operation program of the CPU 31 and the like.

前記RAM33は、CPU31が動作プログラムに基づいて動作する際の作業領域を提供するメモリである。   The RAM 33 is a memory that provides a work area when the CPU 31 operates based on an operation program.

前記スキャナ部34は、原稿台(図示せず)に置かれた原稿の画像を読み取り、画像データを出力する読み取り手段である。   The scanner unit 34 is a reading unit that reads an image of a document placed on a document table (not shown) and outputs image data.

前記記憶部35は、例えばハードディスクドライブ(HDD)などの不揮発性の記憶デバイスにより構成されており、スキャナ部34で読み取られた原稿の画像データや、ゲートウェイ2から転送されてきた印刷ジョブのデータ等を記憶する。   The storage unit 35 is configured by a non-volatile storage device such as a hard disk drive (HDD), for example, image data of a document read by the scanner unit 34, print job data transferred from the gateway 2, and the like. Remember.

前記プリンタ部36は、前記スキャナ部34で読み取られた原稿の画像データや、ゲートウェイ2から転送されてきた印刷ジョブのジョブデータ等を、指示されたモードに従って印刷するものである。   The printer unit 36 prints image data of a document read by the scanner unit 34, job data of a print job transferred from the gateway 2, and the like according to an instructed mode.

前記操作パネル37は、各種入力操作等のために使用されるものであり、メッセージや操作画面等を表示するタッチパネル式液晶等からなる表示部371と、テンキー、スタートキー、ストップキー等を備えたキー入力部372を備えている。   The operation panel 37 is used for various input operations and the like, and includes a display unit 371 composed of a touch panel type liquid crystal or the like for displaying a message, an operation screen, and the like, a numeric keypad, a start key, a stop key, and the like. A key input unit 372 is provided.

前記ネットワークコントローラ38は、ネットワーク上の他の画像形成装置や、その他の外部機器例えばユーザ端末等との間での通信を制御することにより、データの送受信を行うものである。   The network controller 38 transmits and receives data by controlling communication with other image forming apparatuses on the network and other external devices such as user terminals.

端末装置4はパーソナルコンピュータが用いらているが、サーバー1に印刷ジョブを指示できる装置であれば、タブレット端末やスマートフォン等であってもよい。   The terminal device 4 is a personal computer, but may be a tablet terminal or a smartphone as long as the device can instruct the server 1 to perform a print job.

図4は、サーバー1とゲートウェイ2との通信が遮断されることなく確保されている状態で、端末装置4からサーバー1に対して発行された印刷ジョブが印刷装置で実行された場合の処理の流れを説明するための図である。   FIG. 4 shows processing when a print job issued from the terminal device 4 to the server 1 is executed by the printing device in a state where communication between the server 1 and the gateway 2 is secured without being interrupted. It is a figure for demonstrating a flow.

ユーザーがステップS01で、例えば「A@bizhub.jp」のユーザーIDでサーバー1にログインし、印刷を実行させる印刷装置3を指定して印刷ジョブ1(図面では丸数字1)を、矢印Y1で示すようにサーバー1に指示したとする。サーバー1はこれを受け付け、ステップS02でユーザーIDと印刷装置3を紐付けて、ステップS03で、印刷対象データであるジョブデータを印刷設定等とともに記憶部14の「A@bizhub.jp」の領域に一時的に保存する。この例では、ユーザーIDが「B@bizhub.jp」の他のユーザーについても、他の印刷装置を指定した印刷ジョブを受け付けている。   In step S01, the user logs in to the server 1 with, for example, a user ID “A@bizhub.jp”, designates the printing apparatus 3 to execute printing, and designates the print job 1 (the circled number 1 in the drawing) by the arrow Y1. Assume that the server 1 is instructed as shown. The server 1 accepts this, associates the user ID with the printing device 3 in step S02, and in step S03, prints job data that is data to be printed together with print settings and the like in the area “A@bizhub.jp” Temporarily save to. In this example, for other users with the user ID “B@bizhub.jp”, a print job designating another printing apparatus is accepted.

サーバー1は、指定された印刷装置3とローカルネットで接続されているゲートウェイ2と通信を確立し、受け付けた印刷ジョブ1を、矢印Y2で示すようにゲートウェイ2に送信する。送信後は、サーバー1はポーリングによりゲートウェイ2にアクセスし、印刷ジョブの実行結果を取得する。   The server 1 establishes communication with the designated printing apparatus 3 and the gateway 2 connected to the local network, and transmits the received print job 1 to the gateway 2 as indicated by an arrow Y2. After transmission, the server 1 accesses the gateway 2 by polling and acquires the execution result of the print job.

ゲートウェイ2は、矢印Y3で示すように、印刷ジョブ1を指定された印刷装置3に転送する。転送後は、ゲートウェイ2はポーリングにより印刷装置3にアクセスし、印刷ジョブの実行結果を取得する。   The gateway 2 transfers the print job 1 to the designated printing apparatus 3 as indicated by the arrow Y3. After the transfer, the gateway 2 accesses the printing apparatus 3 by polling and acquires the execution result of the print job.

印刷装置3は、ゲートウェイ2からの印刷ジョブ1を受信すると、印刷設定に従ってジョブデータを印刷し、矢印Y4で示すように印刷物を出力する。印刷が成功した場合(ステップS04)、印刷装置3は矢印Y5で示すように、印刷ジョブの実行結果として印刷完了をゲートウェイ2に通知する。   When the printing apparatus 3 receives the print job 1 from the gateway 2, the printing apparatus 3 prints the job data according to the print setting, and outputs a printed matter as indicated by an arrow Y4. If the printing is successful (step S04), the printing apparatus 3 notifies the gateway 2 of the completion of printing as a print job execution result, as indicated by an arrow Y5.

印刷完了を取得したゲートウェイ2は、矢印Y6で示すように、印刷完了をサーバー1に通知する。   The gateway 2 that has acquired the print completion notifies the server 1 of the print completion as indicated by the arrow Y6.

サーバー1は、印刷完了を受けてステップS05で、記憶部14に保持していた印刷ジョブ1についてのデータを削除する。   Upon receiving the completion of printing, the server 1 deletes the data regarding the print job 1 held in the storage unit 14 in step S05.

図5は、サーバー1とゲートウェイ2との通信が遮断されることなく確保されている状態で、端末装置4からサーバー1に対して発行された印刷ジョブが、印刷装置で実行されなかった場合の処理の流れを説明するための図である。   FIG. 5 shows a case where a print job issued from the terminal device 4 to the server 1 is not executed by the printing device in a state where communication between the server 1 and the gateway 2 is secured without being interrupted. It is a figure for demonstrating the flow of a process.

ユーザーがステップS11で、例えば「A@bizhub.jp」のユーザーIDでサーバー1にログインし、印刷を実行させる印刷装置3を指定して印刷ジョブ1を、矢印Y11で示すようにサーバー1に指示したとする。サーバー1はこれを受け付け、ステップS12でユーザーIDと印刷装置3を紐づけて、ステップS13で、印刷対象データであるジョブデータを印刷設定等とともに記憶部14の「A@bizhub.jp」の領域に一時的に保持する。   In step S11, the user logs in to the server 1 with a user ID of “A@bizhub.jp”, for example, specifies the printing apparatus 3 to execute printing, and instructs the server 1 to indicate print job 1 as indicated by the arrow Y11. Suppose that The server 1 accepts this, associates the user ID with the printing device 3 in step S12, and in step S13, prints job data that is data to be printed together with print settings and the like in the area “A@bizhub.jp” of the storage unit 14. Hold temporarily.

サーバー1は、指定された印刷装置3とローカルネットで接続されているゲートウェイ2と通信を確立し、受け付けた印刷ジョブ1を、矢印Y12で示すようにゲートウェイ2に送信する。送信後は、サーバー1はポーリングにより印刷ジョブの実行結果の取得要求をゲートウェイ2に対して行う。   The server 1 establishes communication with the designated printing apparatus 3 and the gateway 2 connected to the local network, and transmits the received print job 1 to the gateway 2 as indicated by an arrow Y12. After transmission, the server 1 sends a print job execution result acquisition request to the gateway 2 by polling.

ゲートウェイ2は、矢印Y13で示すように、印刷ジョブ1を指定された印刷装置3に転送する。転送後は、ゲートウェイ2はポーリングにより印刷ジョブの実行結果の取得要求を印刷装置3に対して行う。   The gateway 2 transfers the print job 1 to the designated printing apparatus 3 as indicated by the arrow Y13. After the transfer, the gateway 2 makes a print job execution result acquisition request to the printing apparatus 3 by polling.

印刷装置3は、ゲートウェイ2からの印刷ジョブ1を受信すると、印刷設定に従ってジョブデータを印刷するが、エラーが生じて印刷ジョブが消去されてしまったとする(ステップS14)。印刷装置3は矢印Y14で示すように、印刷ジョブの実行結果としてエラー消去をゲートウェイ2に通知する。   When the printing apparatus 3 receives the print job 1 from the gateway 2, it prints the job data according to the print settings, but it is assumed that an error has occurred and the print job has been deleted (step S14). As indicated by an arrow Y14, the printing apparatus 3 notifies the gateway 2 of error erasure as a print job execution result.

エラー消去を取得したゲートウェイ2は、矢印Y15で示すように、エラー消去をサーバー1に通知する。   The gateway 2 that acquired the error erasure notifies the server 1 of the error erasure as indicated by an arrow Y15.

サーバー1は、エラー消去を受けてステップS15で、記憶部14に保持していた印刷ジョブ1をフォローミー印刷ジョブに変換して格納する。フォローミー印刷ジョブとは、印刷装置3から自身の印刷装置3を指定して印刷ジョブを取得し印刷するジョブである。   Upon receiving the error erasure, the server 1 converts the print job 1 held in the storage unit 14 into a follow-me print job and stores it in step S15. The follow-me print job is a job for specifying and printing the print device 3 from the print device 3 and printing it.

従って、ユーザーはサーバー1に投入した印刷ジョブを、印刷装置3からサーバーに指示することで再度印刷することができる。   Therefore, the user can print the print job input to the server 1 again by instructing the server from the printing apparatus 3.

図6は、サーバー1からゲートウェイ2への印刷ジョブの送信中に、または送信後で印刷ジョブの実行結果の取得前に、ゲートウェイとの通信が遮断された場合に、サーバー1で実行される動作を示すフローチャートである。この動作は、サーバー1のCPU11がROM12等に格納された動作プログラムに従って動作することにより実行される。   FIG. 6 shows operations executed by the server 1 when communication with the gateway is interrupted during transmission of the print job from the server 1 to the gateway 2 or after acquisition of the print job execution result after transmission. It is a flowchart which shows. This operation is executed by the CPU 11 of the server 1 operating according to an operation program stored in the ROM 12 or the like.

ステップS101で印刷装置3の指定を含む印刷指示を受け付けると、ジョブデータ等を一時的に保持した後、ステップS102でゲートウェイ(図6ではGWBox)2に印刷指示を出し、ステップS103で、ゲートウェイ2と印刷ジョブの転送用セッションを張り、印刷ジョブの転送を開始する。   When a print instruction including designation of the printing apparatus 3 is received in step S101, job data and the like are temporarily stored, and then a print instruction is issued to the gateway (GWBox in FIG. 6) 2 in step S102. In step S103, the gateway 2 And start a print job transfer session to start print job transfer.

次いでステップS104で、ゲートウェイ2と印刷ジョブの送信が完了したかどうかを判断する。完了していなければ(ステップS104でNO)、ゲートウェイ2とのセッションが途中で遮断されたと判断して、ステップS112に進む。   In step S104, it is determined whether transmission of the print job with the gateway 2 is completed. If it has not been completed (NO in step S104), it is determined that the session with the gateway 2 has been interrupted and the process proceeds to step S112.

完了していれば(ステップS104でYES)、ステップS105で、ゲートウェイ2と通信が可能かどうかを判断する。通信が可能でなければ(ステップS105でNO)、ジョブの送信完了後にゲートウェイ2との通信が不能になったと判断して、ステップS112に進む。通信が可能であれば(ステップS105でYES)、ステップS106で、印刷装置3からの印刷ジョブの実行結果(印刷結果)を取得できたかどうかを判断する。   If completed (YES in step S104), it is determined in step S105 whether communication with the gateway 2 is possible. If communication is not possible (NO in step S105), it is determined that communication with the gateway 2 has become impossible after completion of job transmission, and the flow proceeds to step S112. If communication is possible (YES in step S105), it is determined in step S106 whether an execution result (print result) of the print job from the printing apparatus 3 has been acquired.

印刷ジョブの実行結果を取得できていなければ(ステップS106でNO)、ステップS105に戻り、ゲートウェイ2との通信が可能かどうかを判断する。印刷ジョブの実行結果を取得できていれば(ステップS106でYES)、ステップS107でゲートウェイ2との通信セッションを閉じた後、ステップS108に進む。   If the execution result of the print job has not been acquired (NO in step S106), the process returns to step S105 to determine whether communication with the gateway 2 is possible. If the execution result of the print job has been acquired (YES in step S106), the communication session with the gateway 2 is closed in step S107, and the process proceeds to step S108.

ステップS108では、印刷ジョブの実行結果を、ジョブ結果を表示するための定期的なポーリングの間隔(例えば数十分〜1時間に1回程度)のタイミングで取得して、実行結果が正常終了かどうかを判断する。正常終了であれば(ステップS108でYES)、ステップS109に進み、記憶部14に保存した印刷ジョブデータを保持せず削除して、処理を終了する。   In step S108, the execution result of the print job is acquired at a regular polling interval for displaying the job result (for example, about several tens of minutes to about once per hour). Judge whether. If the process is normally completed (YES in step S108), the process proceeds to step S109, and the print job data saved in the storage unit 14 is deleted without being held, and the process ends.

一方、ステップS108で、印刷ジョブの実行結果が正常終了でなければ(ステップS108でNO)、ステップS110で、印刷指示は印刷装置3から送信されたものかどうかを判断する。印刷装置3から送信されたものであれば(ステップS110でYES)、ステップS109に進み、記憶部14に保存した印刷ジョブデータを保持せず削除する。印刷装置3からの印刷指示の場合には、印刷指示を行ったユーザーが印刷装置3の近くにいることから、印刷ジョブが正常に終了できたかどうかを容易に知ることができるため、ジョブデータを削除して記憶部14の無駄な使用を回避する。   On the other hand, if the execution result of the print job is not a normal end in step S108 (NO in step S108), it is determined in step S110 whether the print instruction has been transmitted from the printing apparatus 3. If it is transmitted from the printing apparatus 3 (YES in step S110), the process proceeds to step S109, and the print job data saved in the storage unit 14 is deleted without being retained. In the case of a printing instruction from the printing apparatus 3, since the user who issued the printing instruction is near the printing apparatus 3, it is possible to easily know whether or not the print job has been completed normally. It deletes and the useless use of the memory | storage part 14 is avoided.

ステップS110で、印刷装置3から送信された印刷ジョブでなければ(ステップS110でNO)、ステップS111で、印刷指示に宛先情報は含まれているかどうか、換言すれば他人に渡すための印刷ジョブかどうかを判断する。宛先情報が含まれていない場合は(ステップS111でNO)、ステップS109に進み、記憶部14に保存した印刷ジョブデータを保持せず削除する。他人に渡すための印刷でなければ、印刷データは印刷を指示したユーザーが保持しており、再度印刷指示をサーバー1に行えば良いため、ジョブデータを削除して記憶部14の記憶可能容量を増やす。   If it is not a print job transmitted from the printing apparatus 3 in step S110 (NO in step S110), it is determined in step S111 whether the destination information is included in the print instruction, in other words, a print job for passing to another person. Judge whether. If the destination information is not included (NO in step S111), the process proceeds to step S109, and the print job data saved in the storage unit 14 is deleted without being retained. If the print is not to be transferred to another person, the print data is held by the user who has instructed the print, and the print instruction may be sent to the server 1 again. increase.

宛先情報が含まれている場合は(ステップS111でYES)、ステップS117に進み、記憶部14に保存した印刷ジョブデータをフォローミージョブとして保持する。この場合、宛先に示された他人(受取人)からも印刷装置3から印刷ジョブの実行が可能なように、印刷ジョブの発行ユーザーだけでなく、受取人のアカウントのフォローミージョブとしても紐付けておく処理を行うのが良い。   If the destination information is included (YES in step S111), the process proceeds to step S117, and the print job data stored in the storage unit 14 is held as a follow-me job. In this case, not only the user issuing the print job but also the follow-me job of the recipient's account so that the print job can be executed from the printing apparatus 3 by another person (recipient) indicated in the destination. It is good to do the processing to keep.

印刷を指示したユーザーは印刷ジョブが実行されたかどうかまで意識しないことがあり、その場合にジョブデータを削除してしまうと、宛先情報に示された他人は出力物を受け取ることができなくなってしまうため、ジョブデータをサーバーに保持しておき、出力物を取りに行った他人が、印刷装置から保持されているジョブデータの印刷を指示できるようにして、利便性を図る。   The user who instructed printing may not be aware of whether or not the print job has been executed, and if the job data is deleted in this case, the other person indicated in the destination information will not be able to receive the output. For this reason, the job data is held in the server, and another person who has picked up the output can instruct the printing of the job data held from the printing apparatus, thereby improving convenience.

なお、ステップS110で、印刷装置3から送信された印刷ジョブでない場合(ステップS110でNO)、そのままステップS117に進んで、記憶部14に保存した印刷ジョブデータを保持する構成としても良い。   If it is determined in step S110 that the print job is not transmitted from the printing apparatus 3 (NO in step S110), the process may directly proceed to step S117 to hold the print job data stored in the storage unit 14.

一方、ステップS112では、印刷指示は印刷装置3から送信されたものかどうかを判断する。印刷装置3から送信されたものであれば(ステップS112でYES)、ステップS109に進み、記憶部14に保存した印刷ジョブデータを保持せず削除する。印刷装置3からの印刷指示の場合には、印刷指示を行ったユーザーが印刷装置3の近くにいることから、印刷ジョブが正常に終了できたかどうかを容易に知ることができ、できなかった場合は再度印刷ジョブをサーバー1に投入すれば良いため、ジョブデータを削除して記憶部14の無駄な使用を回避する。   On the other hand, in step S112, it is determined whether or not the print instruction is transmitted from the printing apparatus 3. If it is transmitted from the printing apparatus 3 (YES in step S112), the process proceeds to step S109, and the print job data stored in the storage unit 14 is deleted without being retained. In the case of a printing instruction from the printing apparatus 3, since the user who issued the printing instruction is near the printing apparatus 3, it is possible to easily know whether or not the print job has been completed normally. Since it is sufficient to submit the print job to the server 1 again, the job data is deleted to avoid useless use of the storage unit 14.

ステップS112で、印刷装置3から送信された印刷ジョブでなければ(ステップS112でNO)、ステップS113で、印刷指示に宛先情報は含まれているかどうか、換言すれば他人へ渡すための印刷ジョブかどうかを判断する。宛先情報が含まれていない場合は(ステップS113でNO)、ステップS109に進み、記憶部14に保存した印刷ジョブデータを保持せず削除する。他人へ渡すための印刷でなければ、印刷データは印刷を指示したユーザーが保持しており、再度印刷指示をサーバー1に行えば良いため、ジョブデータを削除して記憶部14の記憶可能容量を増やす。   If it is not a print job transmitted from the printing apparatus 3 in step S112 (NO in step S112), it is determined in step S113 whether the destination information is included in the print instruction, in other words, a print job for passing to another person. Judge whether. If the destination information is not included (NO in step S113), the process proceeds to step S109, and the print job data saved in the storage unit 14 is deleted without being retained. If the print is not to be transferred to another person, the print data is held by the user who has instructed the print, and the print instruction may be sent to the server 1 again. increase.

宛先情報が含まれている場合は(ステップS113でYES)、ステップS114に進み、ゲートウェイ2との通信が可能かどうかをゲートウェイ2へポーリングによりアクセスして確認する。このポーリングの間隔は、ジョブ結果を表示するための定期的なポーリングの間隔(例えば数十分〜1時間に1回程度)よりも短い間隔で実行する。通信が可能でなければ(ステップS114でNO)、ステップS116で、印刷ジョブデータを削除することなく保持して、ステップS114に戻り、通信が可能になるのを待つ。通信が可能になると(ステップS114でYES)、ステップS115に進む。   If the destination information is included (YES in step S113), the process proceeds to step S114, and whether or not communication with the gateway 2 is possible is confirmed by accessing the gateway 2 by polling. This polling interval is executed at an interval shorter than a regular polling interval (for example, about several tens of minutes to once per hour) for displaying the job result. If communication is not possible (NO in step S114), in step S116, the print job data is retained without being deleted, and the process returns to step S114 to wait for communication. When communication is possible (YES in step S114), the process proceeds to step S115.

ステップS115では、印刷装置3でジョブが正常に実行されたかどうかを、ポーリングのタイミングを待つことなくゲートウェイ2に直ちに問い合わせて判断する。このように、ゲートウェイ2へのポーリング間隔を短くして通信が可能かどうかを判断し、可能であれば直ちに印刷結果をゲートウェイに問い合わせることで、ジョブデータを記憶部14に保持する必要があるかどうかを速やかに判断でき、その結果に応じてジョブデータを記憶部14から速やかに削除して、記憶可能な容量を速やかに確保することができる。   In step S115, the gateway 2 is immediately inquired to determine whether the job has been normally executed by the printing apparatus 3 without waiting for the polling timing. In this way, it is determined whether or not communication is possible by shortening the polling interval to the gateway 2, and if possible, whether the job data needs to be stored in the storage unit 14 by inquiring of the print result immediately to the gateway. It is possible to quickly determine whether or not, and according to the result, the job data can be quickly deleted from the storage unit 14 to quickly ensure a storable capacity.

正常に実行されていれば(ステップS115でYES)、ステップS109に進み、記憶部14に保存した印刷ジョブデータを保持せず削除する。正常に終了していない場合(ステップS115でNO)、ステップS117で、記憶部14に保存した印刷ジョブデータをフォローミージョブとして保持する。   If it has been executed normally (YES in step S115), the process proceeds to step S109, and the print job data saved in the storage unit 14 is deleted without being retained. If not completed normally (NO in step S115), the print job data stored in the storage unit 14 is held as a follow-me job in step S117.

これによって、宛先情報に示された他人は、印刷装置3からサーバー1に対して、記憶部14に保持されているジョブデータを指定して自身での印刷を指示することができる。
この場合、宛先に示された他人(受取人)からも印刷装置3から印刷ジョブの実行が可能なように、印刷ジョブの発行ユーザーだけでなく、受取人のアカウントのフォローミージョブとしても紐付けておく処理を行うのが良い。
As a result, the other person indicated in the destination information can specify the job data held in the storage unit 14 from the printing apparatus 3 to the server 1 and instruct printing by itself.
In this case, not only the user issuing the print job but also the follow-me job of the recipient's account so that the print job can be executed from the printing apparatus 3 by another person (recipient) indicated in the destination. It is good to do the processing to keep.

印刷を指示したユーザーは印刷ジョブが実行されたかどうかまで意識しないことがあり、その場合にジョブデータを削除してしまうと、宛先情報に示された他人は出力物を受け取ることができなくなってしまうため、ジョブデータをサーバーに保持しておき、出力物を取りに行った他人が、印刷装置から保持されているジョブデータの印刷を指示できるようにして、利便性を図ったものである。   The user who instructed printing may not be aware of whether or not the print job has been executed, and if the job data is deleted in this case, the other person indicated in the destination information will not be able to receive the output. Therefore, the job data is held in the server, and another person who has taken the output can instruct the printing of the job data held from the printing apparatus for convenience.

なお、ステップS112で、印刷装置3から送信された印刷ジョブでない場合(ステップS112でNO)、そのままステップS114に進んでも良い。   If it is determined in step S112 that the print job is not transmitted from the printing apparatus 3 (NO in step S112), the process may directly proceed to step S114.

1 サーバー
11 CPU
12 ROM
14 記憶部
17 ネットワークインターフェース部
2 ゲートウェイ
3 印刷装置
1 server 11 CPU
12 ROM
14 Storage Unit 17 Network Interface Unit 2 Gateway 3 Printing Device

Claims (10)

ネットワークを介して接続された、サーバーとゲートウェイと印刷装置を備えた印刷システムであって、
前記サーバーは、外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付手段と、
前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを保存するジョブデータ保存手段と、
前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信手段と、
前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得手段と、
を備え、
前記ゲートウェイは、
前記サーバーから送信された印刷ジョブを受信する受信手段と、
前記受信した印刷ジョブを前記指定された印刷装置に転送するジョブ転送手段と、
前記印刷装置から印刷ジョブの実行結果を取得する実行結果取得手段と、
前記実行結果取得手段により取得した前記印刷装置による印刷ジョブの実行結果を前記サーバーに通知する印刷結果通知手段と、
を備え、
前記印刷装置は、
前記ゲートウェイから転送された前記印刷ジョブを実行する印刷手段と、
前記印刷手段による印刷ジョブの実行結果を前記ゲートウェイに通知する印刷結果通知手段と、
を備え、
前記サーバーはさらに、
前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得手段による印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定手段と、
前記印刷モード判定手段により前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御手段と、
を備えたことを特徴とする印刷システム。
A printing system including a server, a gateway, and a printing device connected via a network,
The server includes a print job accepting unit that accepts a print job including designation of the printing device and job data to be printed from an external device;
Job data storage means for storing job data of a print job received by the print job reception means;
A transmission unit that transmits, to the gateway, a print instruction for printing the job data of the print job received by the print job reception unit with the designated printing apparatus, and transmits the job data of the print job to the gateway. When,
Execution result acquisition means for acquiring an execution result of the print job from the gateway;
With
The gateway is
Receiving means for receiving a print job transmitted from the server;
Job transfer means for transferring the received print job to the designated printing device;
Execution result acquisition means for acquiring an execution result of a print job from the printing apparatus;
Print result notifying means for notifying the server of the execution result of the print job by the printing apparatus acquired by the execution result acquiring means;
With
The printing apparatus includes:
Printing means for executing the print job transferred from the gateway;
A print result notifying means for notifying the gateway of the execution result of the print job by the printing means;
With
The server further includes:
Print mode of the print job when communication with the gateway is interrupted during transmission of the print job to the gateway or after acquisition of the execution result of the print job by the execution result acquisition means after transmission Print mode determination means for determining whether the first print mode or the second print mode is;
When the print mode determination unit determines that the print mode of the print job is the first print mode, the job data is deleted from the job data storage unit and is determined to be the second print mode. A control means for holding the job data in the job data storage means;
A printing system comprising:
前記外部装置が前記印刷装置であり、前記第1の印刷モードは前記印刷装置からの印刷ジョブであり、前記第2の印刷モードは前記印刷装置以外からの印刷ジョブである請求項1に記載の印刷システム。   The external device is the printing device, the first printing mode is a printing job from the printing device, and the second printing mode is a printing job from other than the printing device. Printing system. 前記サーバーは、前記印刷ジョブにジョブ送信者以外の宛先情報が含まれているかどうかを判別する判別手段を備え、
前記判別手段によりジョブ送信者以外の宛先情報が含まれていないと判別されたときは、前記サーバーの前記制御手段は、前記第2の印刷モードであっても前記ジョブデータを前記ジョブデータ保存手段から削除する請求項1または2に記載の印刷システム。
The server includes a determination unit that determines whether destination information other than a job sender is included in the print job,
When it is determined by the determination unit that destination information other than the job sender is not included, the control unit of the server stores the job data in the job data storage unit even in the second print mode. The printing system according to claim 1, wherein the printing system is deleted from the printing system.
前記サーバーはゲートウェイとの通信が遮断されたときは、前記ゲートウェイへのアクセスを、通信が遮断されないときのポーリングの間隔よりも短いポーリング間隔で行い、アクセスが成功したときに、前記サーバーの実行結果取得手段は前記印刷ジョブの実行結果を取得する請求項1〜3のいずれかに記載の印刷システム。   When communication with the gateway is interrupted, the server performs access to the gateway at a polling interval that is shorter than the polling interval when communication is not interrupted. The printing system according to claim 1, wherein the acquisition unit acquires an execution result of the print job. ネットワークを介して接続された、サーバーとゲートウェイと印刷装置を備えた印刷システムで実行される印刷方法であって、
前記サーバーは、外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付ステップと、
前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータを保ジョブデータ保存手段に存するステップと、
前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信ステップと、
前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得ステップと、
を実行し、
前記ゲートウェイは、
前記サーバーから送信された印刷ジョブを受信する受信ステップと、
前記受信した印刷ジョブを前記指定された印刷装置に転送するジョブ転送ステップと、
前記印刷装置から印刷ジョブの実行結果を取得する実行結果取得ステップと、
前記実行結果取得ステップにより取得した前記印刷装置による印刷ジョブの実行結果を前記サーバーに通知する印刷結果通知ステップと、
を実行し、
前記印刷装置は、
前記ゲートウェイから転送された前記印刷ジョブを実行する印刷ステップと、
前記印刷ステップによる印刷ジョブの実行結果を前記ゲートウェイに返信する返信ステップと、
を実行し、
前記サーバーはさらに、
前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得ステップによる印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定ステップと、
前記印刷モード判定ステップにより前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御ステップと、
を実行することを特徴とする印刷方法。
A printing method executed in a printing system including a server, a gateway, and a printing device connected via a network,
The server receives a print job including a designation of the printing device and print target job data from an external device;
The job data of the print job received in the print job reception step is stored in a stored job data storage unit;
A transmission step of transmitting, to the gateway, a print instruction for printing the job data of the print job received by the print job reception step with the designated printing apparatus, and transmitting the job data of the print job to the gateway; When,
An execution result acquisition step of acquiring an execution result of the print job from the gateway;
Run
The gateway is
A receiving step of receiving a print job transmitted from the server;
A job transfer step of transferring the received print job to the designated printing device;
An execution result acquisition step of acquiring a print job execution result from the printing apparatus;
A print result notifying step of notifying the server of an execution result of the print job by the printing apparatus acquired by the execution result acquiring step;
Run
The printing apparatus includes:
A printing step of executing the print job transferred from the gateway;
A reply step of returning the execution result of the print job in the printing step to the gateway;
Run
The server further includes:
The print mode of the print job when communication with the gateway is interrupted during transmission of the print job to the gateway or after acquisition of the print job execution result by the execution result acquisition step. A printing mode determination step for determining whether the first printing mode or the second printing mode is;
If it is determined in the print mode determination step that the print mode of the print job is the first print mode, the job data is deleted from the job data storage unit and is determined to be the second print mode. A control step for holding the job data in the job data storage means;
The printing method characterized by performing.
ネットワークを介してゲートウェイ及び印刷装置と接続されたサーバーであって、
外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付手段と、
前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを保存するジョブデータ保存手段と、
前記印刷ジョブ受付手段により受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信手段と、
前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得手段と、
前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得手段による印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定手段と、
前記印刷モード判定手段により前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御手段と、
を備えたことを特徴とするサーバー。
A server connected to a gateway and a printing device via a network,
Print job accepting means for accepting a print job including designation of the printing device and job data to be printed from an external device;
Job data storage means for storing job data of a print job received by the print job reception means;
A transmission unit that transmits, to the gateway, a print instruction for printing the job data of the print job received by the print job reception unit with the designated printing apparatus, and transmits the job data of the print job to the gateway. When,
Execution result acquisition means for acquiring an execution result of the print job from the gateway;
Print mode of the print job when communication with the gateway is interrupted during transmission of the print job to the gateway or after acquisition of the execution result of the print job by the execution result acquisition means after transmission Print mode determination means for determining whether the first print mode or the second print mode is;
When the print mode determination unit determines that the print mode of the print job is the first print mode, the job data is deleted from the job data storage unit and is determined to be the second print mode. A control means for holding the job data in the job data storage means;
A server characterized by comprising:
前記外部装置が前記印刷装置であり、前記第1の印刷モードは前記印刷装置からの印刷ジョブであり、前記第2の印刷モードは前記印刷装置以外からの印刷ジョブである請求項6に記載のサーバー。   The external device is the printing device, the first printing mode is a print job from the printing device, and the second printing mode is a print job from other than the printing device. server. 前記印刷ジョブにジョブ送信者以外の宛先情報が含まれているかどうかを判別する判別手段を備え、
前記判別手段によりジョブ送信者以外の宛先情報が含まれていないと判別されたときは、前記制御手段は、前記第2の印刷モードであっても前記ジョブデータを前記ジョブデータ保存手段から削除する請求項6または7に記載のサーバー。
Determining means for determining whether destination information other than the job sender is included in the print job;
When it is determined by the determination unit that destination information other than the job sender is not included, the control unit deletes the job data from the job data storage unit even in the second print mode. The server according to claim 6 or 7.
前記ゲートウェイとの通信が遮断されたときは、前記ゲートウェイへのアクセスを、通信が遮断されないときのポーリングの間隔よりも短いポーリング間隔で行い、アクセスが成功したときに、前記実行結果取得手段は前記印刷ジョブの実行結果を取得する請求項6〜8のいずれかに記載のサーバー。   When the communication with the gateway is interrupted, the access to the gateway is performed at a polling interval shorter than the polling interval when the communication is not interrupted. The server according to claim 6, which acquires a print job execution result. ネットワークを介してゲートウェイ及び印刷装置と接続されたサーバーのCPUに、
外部装置から前記印刷装置の指定と印刷対象のジョブデータを含む印刷ジョブを受け付ける印刷ジョブ受付ステップと、
前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータをジョブデータ保存手段に保存するステップと、
前記印刷ジョブ受付ステップにより受け付けた印刷ジョブのジョブデータを、前記指定された印刷装置で印刷するための印刷指示を前記ゲートウェイに送信するとともに、前記印刷ジョブのジョブデータを前記ゲートウェイに送信する送信ステップと、
前記ゲートウェイから前記印刷ジョブの実行結果を取得する実行結果取得ステップと、
前記印刷ジョブの前記ゲートウェイへの送信中に、または送信後で前記実行結果取得ステップによる印刷ジョブの実行結果の取得前に、前記ゲートウェイとの通信が遮断された場合に、前記印刷ジョブの印刷モードが第1の印刷モードか第2の印刷モードかを判定する印刷モード判定ステップと、
前記印刷モード判定ステップにより前記印刷ジョブの印刷モードが第1の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段から削除し、第2の印刷モードであると判定された場合は、前記ジョブデータを前記ジョブデータ保存手段に保持する制御ステップと、
を実行させるためのプログラム。
To the CPU of the server connected to the gateway and printing device via the network,
A print job accepting step for accepting a print job including designation of the printing device and job data to be printed from an external device;
Storing job data of the print job received in the print job receiving step in a job data storage unit;
A transmission step of transmitting, to the gateway, a print instruction for printing the job data of the print job received by the print job reception step with the designated printing apparatus, and transmitting the job data of the print job to the gateway; When,
An execution result acquisition step of acquiring an execution result of the print job from the gateway;
The print mode of the print job when communication with the gateway is interrupted during transmission of the print job to the gateway or after acquisition of the print job execution result by the execution result acquisition step. A printing mode determination step for determining whether the first printing mode or the second printing mode is;
If it is determined in the print mode determination step that the print mode of the print job is the first print mode, the job data is deleted from the job data storage unit and is determined to be the second print mode. A control step for holding the job data in the job data storage means;
A program for running
JP2014211619A 2014-10-16 2014-10-16 Printing system, printing method, server and program Active JP6379983B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014211619A JP6379983B2 (en) 2014-10-16 2014-10-16 Printing system, printing method, server and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014211619A JP6379983B2 (en) 2014-10-16 2014-10-16 Printing system, printing method, server and program

Publications (2)

Publication Number Publication Date
JP2016081279A true JP2016081279A (en) 2016-05-16
JP6379983B2 JP6379983B2 (en) 2018-08-29

Family

ID=55958731

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014211619A Active JP6379983B2 (en) 2014-10-16 2014-10-16 Printing system, printing method, server and program

Country Status (1)

Country Link
JP (1) JP6379983B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008276494A (en) * 2007-04-27 2008-11-13 Canon Inc Information processor and job management method
JP2013012053A (en) * 2011-06-29 2013-01-17 Canon Inc Pull print system, print job management method, print server, and control method and program thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008276494A (en) * 2007-04-27 2008-11-13 Canon Inc Information processor and job management method
JP2013012053A (en) * 2011-06-29 2013-01-17 Canon Inc Pull print system, print job management method, print server, and control method and program thereof

Also Published As

Publication number Publication date
JP6379983B2 (en) 2018-08-29

Similar Documents

Publication Publication Date Title
JP6732508B2 (en) System, server, method and program for storing data
JP2019175313A (en) Application program
JP2020177590A (en) Information processing apparatus, information process system and program
JP6459435B2 (en) Printing apparatus, printing system, printing method, and printing program
JP2014172394A (en) Printer, program and printing system
JP6874732B2 (en) Image formation system and image formation method
US9405490B2 (en) Electronic apparatus, management server, print system and method of controlling printing including determining a plurality of storages to store print data
JP5297334B2 (en) MFP control system
JP2014184611A (en) Printer
JP2007214853A (en) Image processor
JP2016110429A (en) Information processing apparatus, control method of the same, program, and image processing system
JP2016015580A (en) Cooperative processing system and cooperative processing method
JP6529376B2 (en) PRINTING APPARATUS, ITS CONTROL METHOD, AND PROGRAM
JP6379983B2 (en) Printing system, printing method, server and program
JP2023120895A (en) Server, method, and program
JP7179589B2 (en) Image forming apparatus and log information acquisition system
JP6500542B2 (en) Image forming apparatus, program and image forming system
JP5472347B2 (en) Server, print control method of job by server, and print control program
JP5874715B2 (en) Image processing apparatus, function execution method and function execution program in the apparatus
JP6107795B2 (en) Image processing apparatus, control method thereof, information processing apparatus, control method thereof, and program
JP6575088B2 (en) Scan delivery system, document management apparatus, scan delivery method, and program
JP7151305B2 (en) Information transfer device and information transfer program
JP2007160755A (en) Document processing program, document processing method, and document processing system
JP2009137200A (en) Image forming apparatus
JP5439433B2 (en) Image forming apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170919

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180413

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180424

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180621

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180703

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180716

R150 Certificate of patent or registration of utility model

Ref document number: 6379983

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150