JP2016181066A - Data conversion server, control method and program - Google Patents

Data conversion server, control method and program Download PDF

Info

Publication number
JP2016181066A
JP2016181066A JP2015060207A JP2015060207A JP2016181066A JP 2016181066 A JP2016181066 A JP 2016181066A JP 2015060207 A JP2015060207 A JP 2015060207A JP 2015060207 A JP2015060207 A JP 2015060207A JP 2016181066 A JP2016181066 A JP 2016181066A
Authority
JP
Japan
Prior art keywords
server
data
data conversion
storage
request
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
JP2015060207A
Other languages
Japanese (ja)
Other versions
JP6429694B2 (en
Inventor
健介 平田
Kensuke Hirata
健介 平田
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 JP2015060207A priority Critical patent/JP6429694B2/en
Publication of JP2016181066A publication Critical patent/JP2016181066A/en
Application granted granted Critical
Publication of JP6429694B2 publication Critical patent/JP6429694B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a data conversion server for storing files capable of being replaced with a new storage server 110 in a non-stop manner.SOLUTION: A piece of data to be managed by new and old data conversion servers 106 is shared by a DB server 105, and access to a storage server 110 is made according to storage server domain names 504, 517 storing a piece of document information 500 and a piece of data conversion information 510 for each job.SELECTED DRAWING: Figure 11

Description

印刷サービスを備えたデータ変換サーバー、制御方法、およびプログラム。   Data conversion server provided with printing service, control method, and program.

近年、サーバーがクライアントにサービスを提供するクラウドコンピューティングの形態が注目を集めている。クラウドコンピューティングは、多くのコンピューティング・リソースを用いてデータ変換やデータ処理を分散実行し、多くのクライアントからの要求を分散並列処理により並行して処理することが主な特徴である。現在、このクラウドコンピューティングを実現するクラウドコンピューティング環境上にWebサービスを実装し、多種多様なサービスを提供するベンダーが乱立しつつある。クラウドサービスの開発において、すでにWeb上に多く提供されているサービスを有効活用し新しい機能を提供することで、開発スピードや開発コストの面で優位になる。   In recent years, a form of cloud computing in which a server provides services to clients has attracted attention. The main feature of cloud computing is that data conversion and data processing are distributed and executed using many computing resources, and requests from many clients are processed in parallel by distributed parallel processing. Currently, vendors that implement a web service on a cloud computing environment that realizes this cloud computing and provide a wide variety of services are becoming increasingly prone. In cloud service development, it is advantageous in terms of development speed and development cost by effectively utilizing services already provided on the Web and providing new functions.

クラウドサービスを構築し運用していく上で、ソフトウェアのアップデートや提供サービスの機能追加などサーバーをメンテナンスする必要がある。しかしインターネット上に公開されたクラウドサービスを停止してメンテナンスを実施することはサービス利用ユーザーにとって大きなデメリットとなる。そのためサービス無停止でサービス利用ユーザーに影響を与えることなくサーバーメンテナンスを行うことが強く望まれる。   When building and operating a cloud service, it is necessary to maintain the server, such as updating software and adding services. However, it is a big demerit for service users to stop the cloud service published on the Internet and perform maintenance. Therefore, it is strongly desired to perform server maintenance without affecting service users without stopping the service.

特許文献1にはN−Activeのサーバープール内のサーバーの負荷状況をテーブルに管理し、負荷が大きい場合には新サーバーを追加して上で旧サーバーを停止することでユーザーに影響をあたえることなくサーバーのソフトウェアアップデートを実現している。   In Patent Document 1, the load status of servers in the N-Active server pool is managed in a table, and when the load is large, a new server is added and then the old server is stopped before the user is affected. The software update of the server is realized.

特開2012−230638号公報JP 2012-230638 A

従来技術に記載のソフトウェアアップデート時にサーバー入れ替えを行う技術を適用した場合、多数のサーバーを管理するサーバー管理システムで各サーバーの負荷状況を管理することになる。この形態によるサーバーの管理を行った場合、負荷状況を見ながら少しずつサーバー入れ替えを行うため、サーバー入れ替え手順が複雑になり、サーバー台数が多い場合には時間もかかるという課題がある。   When the technology for replacing servers at the time of software update described in the prior art is applied, the load status of each server is managed by a server management system that manages a large number of servers. When the server is managed in this form, the server replacement is performed little by little while observing the load status, so that the server replacement procedure becomes complicated, and there is a problem that it takes time when the number of servers is large.

そこで、サーバーを無停止で入れ替える手法としてBlue−GreenDeploymentと呼ばれる手法がある。Blue−GreenDeploymentはサーバーのドメイン名を変えることなく、DNSレコードを旧サーバーから新サーバーに変更する手法で、ドメイン名が変わらないためクライアントに影響なくサーバーの入れ替えを簡単に短時間で行うことができる。   Therefore, there is a technique called Blue-Green Deployment as a technique for exchanging servers without stopping. Blue-Green Deployment is a method that changes the DNS record from the old server to the new server without changing the domain name of the server. The domain name does not change, so the server can be easily replaced in a short time without affecting the client. .

ところが、印刷サービスとストレージサービスと言った異なる2つのサービスを連携させ1つのリクエストを処理するシステムにおいてサーバーの入れ替えを行う場合、サーバー入れ替え後も旧サーバーにあるファイルに継続してアクセスする可能性がある。そのため、DNSレコードを旧サーバーから新サーバーに変更してしまうと、連携元のサーバーが旧サーバーにあるファイルにアクセスすることができなくなってしまうという課題が発生する。   However, when a server is replaced in a system that processes one request by linking two different services such as a print service and a storage service, there is a possibility that a file in the old server may be continuously accessed even after the server is replaced. is there. For this reason, if the DNS record is changed from the old server to the new server, there arises a problem that the cooperation source server cannot access the file in the old server.

本願発明は、上述した課題を解決するサーバーを提供することを目的とする。   An object of the present invention is to provide a server that solves the above-described problems.

本発明を解決するための一実施形態におけるサーバーは、アップロードされた印刷対象のデータを保存するストレージサーバーと通信可能な、前記ストレージサーバーに保存されたデータを取得し印刷データへ変換するデータ変換サーバーであって、ユーザーからの印刷指示に伴い前記データの変換リクエストを送信するクライアントから前記変換リクエストを受信したことに応じて、前記データのアップロード先を示すアドレスを前記クライアントへ送信する送信手段と、複数の前記ストレージサーバーの内何れか1つのストレージサーバーに対し前記変換リクエストが関連付くよう、前記変換リクエストを識別する識別子とストレージサーバーに関する情報とを関連付けて記憶させる記憶手段と、前記アドレスに基づきストレージサーバーへ前記データのアップロードが完了し、再び前記データ変換サーバーへアクセスしてきた前記クライアントから前記識別子を受信した際、受信した前記識別子に関連付くストレージサーバーに関する情報を前記記憶手段から取得し、取得した情報を基にストレージサーバーから前記データを取得し印刷データへ変換することを特徴とする。   A server in an embodiment for solving the present invention is a data conversion server that can communicate with a storage server that stores uploaded data to be printed and that acquires data stored in the storage server and converts it into print data A transmission means for transmitting an address indicating an upload destination of the data to the client in response to receiving the conversion request from the client that transmits the data conversion request in accordance with a print instruction from a user; Storage means for storing an identifier for identifying the conversion request and information related to the storage server so that the conversion request is associated with any one of the plurality of storage servers, and storage based on the address server When the upload of the data is completed and the identifier is received from the client that has accessed the data conversion server again, information on the storage server associated with the received identifier is acquired from the storage means, and the acquired information The data is acquired from the storage server based on the data and converted into print data.

アップロードされた印刷対象のデータを保存するストレージサーバーと通信可能な、前記ストレージサーバーに保存されたデータを取得し印刷データへ変換するデータ変換サーバーであって、ユーザーからの印刷指示に伴い前記データの変換リクエストを送信するクライアントから前記変換リクエストを受信したことに応じて、前記データのアップロード先を示すアドレスを前記クライアントへ送信する送信手段と、複数の前記ストレージサーバーの内何れか1つのストレージサーバーに対し前記変換リクエストが関連付くよう、前記変換リクエストを識別する識別子とストレージサーバーに関する情報とを関連付けて記憶させる記憶手段と、前記アドレスに基づきストレージサーバーへ前記データのアップロードが完了し、再び前記データ変換サーバーへアクセスしてきた前記クライアントから前記識別子を受信した際、受信した前記識別子に関連付くストレージサーバーに関する情報を前記記憶手段から取得し、取得した情報を基にストレージサーバーから前記データを取得し印刷データへ変換する。   A data conversion server that can communicate with a storage server that stores uploaded data to be printed and that converts the data stored in the storage server into print data. In response to receiving the conversion request from a client that transmits a conversion request, a transmission unit that transmits an address indicating the upload destination of the data to the client, and any one of the plurality of storage servers Storage means for associating and storing an identifier for identifying the conversion request and information relating to the storage server so that the conversion request is associated with the storage request, uploading of the data to the storage server based on the address is completed, and the data again When the identifier is received from the client that has accessed the replacement server, information about the storage server associated with the received identifier is acquired from the storage unit, and the data is acquired from the storage server based on the acquired information and printed. Convert to data.

システム構成図System Configuration 各装置のハードウェア構成図Hardware configuration diagram of each device 各装置のソフトウェアコンポーネント構成図Software component configuration diagram of each device DNSサーバーで管理するテーブル構造Table structure managed by DNS server データ変換サーバーが管理しDBサーバーで保持するテーブル構造とインデックスファイル例Table structure and index file example managed by the data conversion server and stored in the DB server 認可サーバーで管理するテーブル構造Table structure managed by the authorization server トークン交換サーバーで管理するテーブル構造と一時URL例Table structure and temporary URL example managed by token exchange server ストレージサーバーで管理するテーブル構造Table structure managed by the storage server 印刷アプリケーション画面Print application screen 名前解決フローName resolution flow 印刷アプリケーションからの印刷フローPrint flow from printing application

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

<実施例1>
<システム構成>
図1は、本発明の実施形態に係るモバイル印刷システムの全体構成を示す図である。
<Example 1>
<System configuration>
FIG. 1 is a diagram showing an overall configuration of a mobile printing system according to an embodiment of the present invention.

図1において、プリンタ102、モバイル端末103はローカルネットワーク101を介して複数台接続されていることを想定している。プリンタ102、モバイル端末103は、ローカルネットワーク101を介してインターネットワーク100にアクセスし、105〜110のサーバーにアクセスすることができる。モバイル端末103、プリンタ102は有線または無線LANを介してネットワークに接続する。   In FIG. 1, it is assumed that a plurality of printers 102 and mobile terminals 103 are connected via the local network 101. The printer 102 and the mobile terminal 103 can access the internetwork 100 via the local network 101 and access the servers 105 to 110. The mobile terminal 103 and the printer 102 are connected to a network via a wired or wireless LAN.

本実施例では、モバイル端末103は、無線LANターミナル104を介してネットワークに接続することを想定しているが、携帯データ通信キャリアが提供する無線ネットワークを介して接続する場合も当然想定される。無線LANターミナル104は、一般的なネットワーク・ルーター機能を有した無線LANの親機であり、家庭内や事務所などの中で無線LANを提供している。   In this embodiment, it is assumed that the mobile terminal 103 is connected to the network via the wireless LAN terminal 104, but it is naturally assumed that the mobile terminal 103 is connected via a wireless network provided by a portable data communication carrier. The wireless LAN terminal 104 is a wireless LAN base unit having a general network router function, and provides a wireless LAN in a home or office.

DNSサーバー105はドメイン名とIPアドレスの対応付けを管理し、名前解決リクエストでドメイン名を受け付け、対応するIPアドレスを応答する。データ変換サーバー106は、モバイル端末103から送信されるコンテンツデータをプリンタ102が読み取り可能なデータ形式に変換する。   The DNS server 105 manages the association between the domain name and the IP address, receives the domain name in the name resolution request, and responds with the corresponding IP address. The data conversion server 106 converts the content data transmitted from the mobile terminal 103 into a data format that can be read by the printer 102.

本実施例では旧データ変換サーバー106aから新データ変換サーバー106bにデータ変換サーバーのソフトウェアコンポーネントを入れ替える。なお、新旧を区別する必要がない場合はデータ変換サーバー106として記載する。DBサーバー107はデータ変換サーバー106がデータ変換処理に必要な情報を格納するデータベースサーバーである。認可サーバー108はOAuthを実現するためのサーバーでありクライアント情報の管理や認可トークンの発行・管理を行う。トークン交換サーバー109は認可サーバー108で発行した認可トークンをストレージサーバー110にアクセス可能なURLに交換する。   In this embodiment, the software component of the data conversion server is replaced from the old data conversion server 106a to the new data conversion server 106b. If there is no need to distinguish between old and new, the data conversion server 106 is described. The DB server 107 is a database server that stores information necessary for the data conversion processing by the data conversion server 106. The authorization server 108 is a server for realizing OAuth, and manages client information and issues / manages authorization tokens. The token exchange server 109 exchanges the authorization token issued by the authorization server 108 with a URL accessible to the storage server 110.

ストレージサーバー110はファイル管理を行うサーバーであり、モバイル端末103、プリンタ102、データ変換サーバー106からのファイルアップロード/ダウンロードを受け付ける。本実施例では旧ストレージサーバー110aから新ストレージサーバー110bにデータ変換サーバーのソフトウェアコンポーネントを入れ替える。なお、新旧を区別する必要がない場合はストレージサーバー110として記載する。   The storage server 110 is a server that manages files, and accepts file upload / download from the mobile terminal 103, the printer 102, and the data conversion server 106. In this embodiment, the software component of the data conversion server is replaced from the old storage server 110a to the new storage server 110b. If there is no need to distinguish between old and new, the storage server 110 is described.

ここで、印刷システム内に存在する105〜110までの各サーバーは、それぞれ複数台のサーバーで冗長化されたクラウドサービスとしてインターネット上に公開されるが、本実施例では説明を簡略化するため、それぞれ1台構成としている。即ち、各サーバーは複数存在することになるが、図1に示す通り1台のサーバーであっても良い。   Here, each of the servers 105 to 110 existing in the printing system is published on the Internet as a cloud service made redundant by a plurality of servers, but in this embodiment, in order to simplify the description, Each has one unit. That is, a plurality of servers exist, but one server may be used as shown in FIG.

<モバイル端末103のハードウェア構成>
図2aはモバイル端末103のハードウェア構成図である。ハードウェアの各構成要素は、システムバス202に接続されている。ROM204にはオペレーティングシステム及び、通話、データ通信を制御するアプリケーションが格納されており、CPU203で実行される。データ通信を制御するアプリケーションとしては、MailソフトやWebブラウザなどがある。
<Hardware configuration of mobile terminal 103>
FIG. 2 a is a hardware configuration diagram of the mobile terminal 103. Each component of the hardware is connected to the system bus 202. The ROM 204 stores an operating system and applications for controlling telephone calls and data communication, and is executed by the CPU 203. Applications that control data communication include Mail software and Web browsers.

RAM205は、プログラムを実行するためのワークメモリエリアである。また、WebブラウザがWebサーバーから取得してきたWebページデータやWebサービスにアクセスするための認証情報などを一時記憶するためのメモリでもある。記憶装置210は不揮発性の記憶装置であり、モバイル端末の再起動後も保持しておく必要のある各種動作モード設定や、稼働ログなどが記憶される。   A RAM 205 is a work memory area for executing a program. It is also a memory for temporarily storing Web page data acquired from the Web server by the Web browser, authentication information for accessing the Web service, and the like. The storage device 210 is a non-volatile storage device, and stores various operation mode settings, operation logs, and the like that need to be retained even after the mobile terminal is restarted.

NetworkController206は、無線LAN通信部212、携帯キャリアの提供するネットワークに参加するための携帯電話データ通信部213の通信制御を行う。一般的に無線LANのネットワークに参加できるとき、NetworkController206は、無線LANの接続を優先する。モバイル端末が無線LANのネットワークエリアから外れた場合には、携帯キャリアが提供する無線通信ネットワークへ参加する。音声制御部207は、主に通話アプリケーションが起動しユーザーが電話をしているときに利用する。マイク・スピーカ214にて音声データの入出力を行い、音声制御部207は、その制御プログラムとの仲介を行っている。   The network controller 206 performs communication control of the wireless LAN communication unit 212 and the mobile phone data communication unit 213 for participating in the network provided by the mobile carrier. In general, when the network controller 206 can participate in a wireless LAN network, the network controller 206 gives priority to the connection of the wireless LAN. When the mobile terminal is out of the wireless LAN network area, the mobile terminal participates in the wireless communication network provided by the mobile carrier. The voice control unit 207 is mainly used when a call application is activated and a user is making a call. The microphone / speaker 214 inputs / outputs voice data, and the voice control unit 207 mediates the control program.

表示制御部208は、モバイル端末のディスプレイ215にて出力する情報の制御を行っている。入力制御部209は、モバイル端末のボタンやタッチパネル216にてユーザーが指示した情報の制御を行っている。これらの音声制御部207、表示制御部208、入力制御部209を利用して、モバイル端末上でのアプリケーションは、ネットワーク通信情報やモバイル端末のさまざまな情報をユーザーに提供する。位置検出制御部211は、GPSセンサー217からモバイル端末の位置情報を取得しOSに提供する。これらの制御は、CPU203で動くOSにて制御される。   The display control unit 208 controls information output on the display 215 of the mobile terminal. The input control unit 209 controls information instructed by the user using a button on the mobile terminal or the touch panel 216. Using these voice control unit 207, display control unit 208, and input control unit 209, the application on the mobile terminal provides the network communication information and various information of the mobile terminal to the user. The position detection control unit 211 acquires the position information of the mobile terminal from the GPS sensor 217 and provides it to the OS. These controls are controlled by an OS running on the CPU 203.

<サーバーのハードウェア構成>
図2bは、105〜110の各サーバーのハードウェア構成の一例を示す図である。特に断らない限り、本発明の機能が実行可能であるならば、単体の機器であっても、複数の機器からなるシステムであっても、本発明が適用できることは言うまでもない。また、特に断らない限り、本発明の機能が実行可能であるならば、LAN、WAN等のネットワークを介して接続が為され、処理が行われるシステムであっても本発明を適用できることは言うまでもない。本実施例ではシステムバス219により各構成要素が接続されているものとして説明する。
<Server hardware configuration>
FIG. 2B is a diagram illustrating an example of a hardware configuration of each of the servers 105 to 110. Unless otherwise specified, it goes without saying that the present invention can be applied to a single device or a system composed of a plurality of devices as long as the functions of the present invention can be executed. In addition, unless otherwise specified, it is needless to say that the present invention can be applied even to a system in which a connection is made through a network such as a LAN and a WAN and processing is performed if the functions of the present invention can be executed. . In this embodiment, description will be made assuming that each component is connected by a system bus 219.

220は情報処理装置の制御装置であるCPUであり、記憶装置226に格納されているアプリケーションプログラム、プリントドライバプログラム、オペレーティングシステムや本発明のモバイル印刷システムプログラムを実行する。また、CPU220はRAM222にプログラム実行に必要な情報、ファイル等を一時的に格納する制御を行う。また、CPU220はディスプレイ227上の不図示マウスカーソル等で指示されたコマンドに基づいて登録された種々のウインドウを開き、種々のデータ処理を実行する。221は記憶手段であるROMであり、内部には基本I/Oプログラム等のプログラム、文書処理の際に使用するフォントデータ、テンプレート用データ等の各種データを記憶する。222は一時記憶手段であるRAMであり、CPU220の主メモリやワークエリア等として機能する。224は表示制御部であり、ディスプレイ227にて出力する情報の制御を行っている。225は入力制御部であり、キーボード228より入力される情報を制御し、情報処理装置は入力制御部225を介して外部装置とのデータのやり取りを行う。226は外部記憶手段の一つで、大容量メモリとして機能する記憶装置であり、アプリケーションプログラム、プリントドライバプログラム、OS等を格納している。228は指示入力手段であるキーボードであり、ユーザーが印刷サーバー等に命令等を入力指示するためのものである。227は表示手段であるディスプレイであり、キーボード228から入力したコマンド等を表示するものである。   A CPU 220 is a control device of the information processing apparatus, and executes an application program, a print driver program, an operating system, and a mobile printing system program of the present invention that are stored in the storage device 226. In addition, the CPU 220 performs control to temporarily store information, files, and the like necessary for program execution in the RAM 222. Further, the CPU 220 opens various windows registered based on commands instructed by a mouse cursor (not shown) on the display 227 and executes various data processing. Reference numeral 221 denotes a ROM which is a storage means, and stores therein various data such as a program such as a basic I / O program, font data used for document processing, and template data. Reference numeral 222 denotes a RAM as temporary storage means, which functions as a main memory, work area, or the like of the CPU 220. Reference numeral 224 denotes a display control unit that controls information output from the display 227. An input control unit 225 controls information input from the keyboard 228, and the information processing apparatus exchanges data with an external device via the input control unit 225. Reference numeral 226 denotes an external storage means, which is a storage device that functions as a large-capacity memory, and stores application programs, print driver programs, an OS, and the like. Reference numeral 228 denotes a keyboard which is an instruction input unit, which is used by a user to input an instruction or the like to a print server or the like. Reference numeral 227 denotes a display serving as a display unit, which displays commands and the like input from the keyboard 228.

<プリンタ102のハードウェア構成>
図2cは、プリンタ102のハードウェア構成図である。ハードウェアの各構成要素は、システムバス230に接続されている。209はプリンタ102のコントローラであり、プリンタの制御系を司る機器である。231は装置全体の制御を行うCPUであり、システムバス230に接続される各種デバイスとのアクセスを統括的に制御する。この制御は、ROM232に記憶された制御プログラム等あるいはディスクコントローラ(DKC235)を介して接続された外部メモリ236に記憶された制御プログラムやリソースデータ(資源情報)等に基づく。
<Hardware Configuration of Printer 102>
FIG. 2 c is a hardware configuration diagram of the printer 102. Each component of the hardware is connected to the system bus 230. Reference numeral 209 denotes a controller of the printer 102, which is a device that controls the printer control system. A CPU 231 performs overall control of the apparatus, and comprehensively controls access to various devices connected to the system bus 230. This control is based on a control program stored in the ROM 232 or the like, a control program stored in the external memory 236 connected via the disk controller (DKC 235), resource data (resource information), or the like.

233はCPU231の主メモリ、ワークエリア等として機能するRAMで、図示しない増設ポートに接続されるオプションRAMによりメモリ容量を拡張することができるように構成されている。240は大容量メモリとして機能する外部記憶手段であり、本発明に係る印刷アプリケーション306のプログラムを格納している。239は操作パネル(操作部)であり、画面の表示や、画面を介したユーザーの操作指示を受け付ける。また、プリンタ102の動作モード等の設定やプリンタ102の動作状況の表示、複写指定等の操作を行うためのボタンおよび液晶パネル等の表示部も配置される。234は、ネットワークインターフェースカード(NIC)であり、該インターフェース234を介して外部装置とのデータのやり取りを行う。なお、本図で示したプリントエンジン238は既知の印刷技術を利用するものであり、好適な実施系として例えば電子写真方式(レーザービーム方式)やインクジェット方式、昇華方(熱転写)方式等が挙げられる。237のラスタコントローラは、PDL言語・PDF言語である印刷データを画像データに変換するコントローラである。241の機器I/Fは、USB等で接続可能な外部機器との接続I/Fである。   Reference numeral 233 denotes a RAM that functions as a main memory, work area, and the like for the CPU 231. The RAM 233 can be expanded by an optional RAM connected to an expansion port (not shown). An external storage unit 240 functions as a large-capacity memory, and stores a program for the print application 306 according to the present invention. Reference numeral 239 denotes an operation panel (operation unit) that accepts screen display and user operation instructions via the screen. A display unit such as a button and a liquid crystal panel for performing operations such as setting of the operation mode of the printer 102, display of the operation status of the printer 102, designation of copying, and the like are also arranged. Reference numeral 234 denotes a network interface card (NIC) that exchanges data with an external device via the interface 234. The print engine 238 shown in the figure uses a known printing technique, and examples of suitable implementation systems include an electrophotographic system (laser beam system), an ink jet system, and a sublimation method (thermal transfer) system. . A raster controller 237 is a controller that converts print data in PDL language / PDF language into image data. A device I / F 241 is a connection I / F with an external device that can be connected by USB or the like.

<モバイル端末103のソフトウェア構成>
図3aは、モバイル端末103のソフトウェア構成図である。モバイル端末103にインストールされた印刷アプリケーション300は図2で示した記憶装置210に記憶されており、前述したようにCPU203によってRAM205にロードされ実行される。印刷アプリケーション300はモバイル端末103内に保存されている文書を、データ変換サーバー106で印刷データに変換しプリンタ102に送信することで印刷を行う。
<Software configuration of mobile terminal 103>
FIG. 3 a is a software configuration diagram of the mobile terminal 103. The print application 300 installed in the mobile terminal 103 is stored in the storage device 210 shown in FIG. 2, and is loaded into the RAM 205 and executed by the CPU 203 as described above. The print application 300 performs printing by converting a document stored in the mobile terminal 103 into print data by the data conversion server 106 and transmitting the print data to the printer 102.

<DNSサーバー105のソフトウェア構成>
図3bは、DNSサーバー105のソフトウェア構成図である。なお各ソフトウェアモジュールは図2で示した記憶装置226に記憶されており、前述したようにCPU220によってRAM222にロードされ実行される。310はDNS I/FでありDNSサーバー105の各種インターフェースを地教師、受け付けた情報の妥当性の検証を行う。311はDNSレコード管理部であり、DNSレコード400を管理する。DNSレコード管理部311はDNS I/F310で受け付けた名前解決リクエストで渡されるドメイン名に対応するIPアドレスをDNSレコード400から探し応答する。312はストレージであり、図4で説明するDNSサーバー105が保持している情報が格納されている。
<Software configuration of DNS server 105>
FIG. 3 b is a software configuration diagram of the DNS server 105. Each software module is stored in the storage device 226 shown in FIG. 2, and is loaded into the RAM 222 and executed by the CPU 220 as described above. Reference numeral 310 denotes a DNS I / F, which is a local teacher for various interfaces of the DNS server 105 and verifies the validity of received information. A DNS record management unit 311 manages the DNS record 400. The DNS record management unit 311 searches the DNS record 400 for an IP address corresponding to the domain name passed in the name resolution request received by the DNS I / F 310 and responds. Reference numeral 312 denotes a storage, which stores information held by the DNS server 105 described with reference to FIG.

<データ変換サーバー106のソフトウェア構成>
図3cは、データ変換サーバー106のソフトウェア構成図である。なお各ソフトウェアモジュールは図2で示した記憶装置226に記憶されており、前述したようにCPU220によってRAM222にロードされ実行される。320はWebサーバーであり、データ変換サーバー106の各種インターフェースを提供し、受け付けた情報の妥当性の検証を行う。321は、データ変換部であり、モバイル端末103がストレージサーバー110にアップロードした文書ファイルと印刷チケットを受信し、文書ファイルを印刷チケットに従ってプリンタ102が印刷可能な印刷データファイルに変換を行う。データ変換部は生成した印刷データファイルと印刷データのリストであるインデックスファイルをストレージサーバー110にアップロードする。データ変換サーバー106が管理する後述の文書情報500とデータ変換情報510はDBサーバー107に格納する。旧データ変換サーバー106aと新データ変換サーバー106bはDBサーバー107に格納された文書情報500とデータ変換情報510を共有する。
<Software Configuration of Data Conversion Server 106>
FIG. 3 c is a software configuration diagram of the data conversion server 106. Each software module is stored in the storage device 226 shown in FIG. 2, and is loaded into the RAM 222 and executed by the CPU 220 as described above. A Web server 320 provides various interfaces of the data conversion server 106 and verifies the validity of the received information. A data conversion unit 321 receives a document file and a print ticket uploaded by the mobile terminal 103 to the storage server 110, and converts the document file into a print data file that can be printed by the printer 102 according to the print ticket. The data conversion unit uploads the generated print data file and an index file that is a list of print data to the storage server 110. Document information 500 and data conversion information 510 described later managed by the data conversion server 106 are stored in the DB server 107. The old data conversion server 106 a and the new data conversion server 106 b share the document information 500 and the data conversion information 510 stored in the DB server 107.

<DBサーバー107のソフトウェア構成>
図3dは、DBサーバー107のソフトウェア構成図である。なお各ソフトウェアモジュールは図2で示した記憶装置226に記憶されており、前述したようにCPU220によってRAM222にロードされ実行される。330はWebサーバーであり、DBサーバー107の各種インターフェースを提供し、受け付けた情報の妥当性の検証を行う。331はDB管理部であり、Webサーバー330で受け付けたリクエストに応じてDBサーバー107がストレージ332に保持する情報の操作を行う。332はストレージであり、図5で説明するDBサーバー107が保持している情報が格納されている。
<Software configuration of DB server 107>
FIG. 3 d is a software configuration diagram of the DB server 107. Each software module is stored in the storage device 226 shown in FIG. 2, and is loaded into the RAM 222 and executed by the CPU 220 as described above. Reference numeral 330 denotes a Web server that provides various interfaces of the DB server 107 and verifies the validity of the received information. A DB management unit 331 operates information stored in the storage 332 by the DB server 107 in response to a request received by the Web server 330. Reference numeral 332 denotes a storage, which stores information held by the DB server 107 described with reference to FIG.

<認可サーバー108のソフトウェア構成>
図3eは、認可サーバー108のソフトウェア構成図である。なお各ソフトウェアモジュールは図2で示した記憶装置226に記憶されており、前述したようにCPU220によってRAM222にロードされ実行される。340はWebサーバーであり、認可サーバー108の各種インターフェースを提供し、受け付けた情報の妥当性の検証を行う。341は、認可情報管理部であり、図6aと図6bで説明するクライアント情報600と認可トークン情報610を管理し、Webサーバー340が受け付けたリクエストに応じて、認可トークンの発行・スコープ確認・有効期限確認などを行う。342はストレージであり、図6aと図6bで説明する認可サーバー108が保持している情報が格納されている。
<Software configuration of authorization server 108>
FIG. 3E is a software configuration diagram of the authorization server 108. Each software module is stored in the storage device 226 shown in FIG. 2, and is loaded into the RAM 222 and executed by the CPU 220 as described above. Reference numeral 340 denotes a Web server that provides various interfaces of the authorization server 108 and verifies the validity of the received information. An authorization information management unit 341 manages the client information 600 and the authorization token information 610 described with reference to FIGS. 6A and 6B, and issues an authorization token / scope confirmation / validation according to a request received by the Web server 340. Check the deadline. A storage 342 stores information held by the authorization server 108 described with reference to FIGS. 6A and 6B.

<トークン交換サーバー109のソフトウェア構成>
図3fは、トークン交換サーバー109のソフトウェア構成図である。なお各ソフトウェアモジュールは図2で示した記憶装置226に記憶されており、前述したようにCPU220によってRAM222にロードされ実行される。350はWebサーバーであり、トークン交換サーバー109の各種インターフェースを提供し、受け付けた情報の妥当性の検証を行う。351は、一時URL発行部であり、図7aで説明するスコープ情報700を管理し、Webサーバー350が受け付けたリクエストに応じて、ストレージサーバー110にアクセス可能な一時URLの発行を行う。352はストレージであり、図7aで説明するトークン交換サーバー109が保持している情報が格納されている。
<Software configuration of token exchange server 109>
FIG. 3 f is a software configuration diagram of the token exchange server 109. Each software module is stored in the storage device 226 shown in FIG. 2, and is loaded into the RAM 222 and executed by the CPU 220 as described above. A Web server 350 provides various interfaces of the token exchange server 109 and verifies the validity of the received information. A temporary URL issuing unit 351 manages the scope information 700 described with reference to FIG. 7A and issues a temporary URL accessible to the storage server 110 in response to a request received by the Web server 350. A storage 352 stores information held by the token exchange server 109 described with reference to FIG. 7A.

<ストレージサーバー110のソフトウェア構成>
図3gは、ストレージサーバー110のソフトウェア構成図である。なお各ソフトウェアモジュールは図2で示した記憶装置226に記憶されており、前述したようにCPU220によってRAM222にロードされ実行される。360はWebサーバーであり、ストレージサーバー110の各種インターフェースを提供し、受け付けた情報の妥当性の検証を行う。361は、アクセス制御部でありWebサーバー360が受け付けたリクエストを実行許可するか否かを判断する。アクセス制御部361が実行許可したリクエストはストレージ管理部362へ渡され、実行拒否と判断したリクエストはエラーにする。ストレージ管理部362は図8で説明するファイル情報810を管理し、アップロードリクエストされたファイルの入出力を行う。363はストレージであり、図8で説明するストレージサーバー110が保持している情報やストレージサーバー110受信したファイルが格納されている。
<Software configuration of storage server 110>
FIG. 3 g is a software configuration diagram of the storage server 110. Each software module is stored in the storage device 226 shown in FIG. 2, and is loaded into the RAM 222 and executed by the CPU 220 as described above. Reference numeral 360 denotes a Web server that provides various interfaces of the storage server 110 and verifies the validity of the received information. Reference numeral 361 denotes an access control unit that determines whether or not to permit execution of a request received by the Web server 360. A request that is permitted to be executed by the access control unit 361 is transferred to the storage management unit 362, and a request that is determined to be rejected is regarded as an error. The storage management unit 362 manages file information 810 described in FIG. 8 and inputs / outputs a file requested for upload. A storage 363 stores information held by the storage server 110 described in FIG. 8 and files received by the storage server 110.

<DNSサーバー105のデータ>
図4はDNSサーバー105が外部メモリに記憶するデータテーブルである。これらのデータテーブルは、DNSサーバー105の外部メモリではなく、インターネット100やローカルネットワーク101を介して通信可能に構成された別のサーバーに記憶するように構成することもできる。DNSサーバー105が保持するデータテーブルは、DNSレコード400より成る。
<Data of DNS server 105>
FIG. 4 is a data table stored in the external memory by the DNS server 105. These data tables may be stored not in the external memory of the DNS server 105 but in another server configured to be communicable via the Internet 100 or the local network 101. The data table held by the DNS server 105 is composed of DNS records 400.

DNSレコード400にはDNSサーバー105の名前解決に必要なレコードが保存される。DNSレコード400ではドメイン名401とValue403に格納されるIPアドレスが紐付けて保存され、DNSサーバー105は名前解決リクエストで受け付けたドメイン名401と一致するValue403を応答する。402はDNSレコードのValue403の種別を表し、IPアドレスであることを示すAや、ドメイン名の別名を示すCNAMEなどがある。TTL404は名前解決結果の有効期限である。DNSサーバー105に対して名前解決リクエストを行った任意のクライアントは、名前解決リクエストの結果が得られたIPアドレスをTTL404の間利用することができる。   The DNS record 400 stores a record necessary for name resolution of the DNS server 105. In the DNS record 400, the domain name 401 and the IP address stored in the value 403 are linked and saved, and the DNS server 105 responds with a value 403 that matches the domain name 401 received in the name resolution request. Reference numeral 402 denotes the type of the DNS record Value 403, which includes A indicating an IP address and CNAME indicating an alias of a domain name. TTL 404 is an expiration date of the name resolution result. Any client that makes a name resolution request to the DNS server 105 can use the IP address from which the result of the name resolution request is obtained during the TTL 404.

<データ変換サーバー106が管理するデータ>
図5a、図5bはDBサーバー107が外部メモリに記憶するデータテーブルである。DBサーバー107が保持するデータテーブルは、文書情報500、データ変換情報510から成り、データ変換サーバー106が利用する。文書情報500はデータ変換サーバー106がデータ変換リクエスト受信時にデータ変換部331がレコード生成し、DBサーバー107上のストレージ363に保持する。501は文書IDであり、データ変換サーバー106がデータ変換リクエストを受信した際に発行する文書を一意に識別する識別子である。502はクライアントIDであり、データ変換リクエストを行ったクライアントを一意に識別する識別子である。データ変換サーバー106はデータ変換リクエストのパラメータとして受信した認可トークンに紐づくクライアントIDを認可サーバー108から取得しクライアントID502として保持する。文書URL503はデータ変換リクエストされた文書ファイルが保存された場所を示すURLパスである。文書URL503はデータ変換サーバー106がデータ変換リクエスト受信時に、一意になるようURLパスに文書ID501やクライアントID502を含めて生成し保存する。ストレージサーバードメイン名504は文書ファイルが保存されているストレージサーバー110のドメイン名を格納する。
<Data managed by the data conversion server 106>
5a and 5b are data tables stored in the external memory by the DB server 107. FIG. The data table held by the DB server 107 includes document information 500 and data conversion information 510 and is used by the data conversion server 106. When the data conversion server 106 receives a data conversion request, the data conversion unit 331 generates a record of the document information 500 and holds the document information 500 in the storage 363 on the DB server 107. Reference numeral 501 denotes a document ID, which is an identifier for uniquely identifying a document issued when the data conversion server 106 receives a data conversion request. Reference numeral 502 denotes a client ID, which is an identifier for uniquely identifying a client that has made a data conversion request. The data conversion server 106 acquires the client ID associated with the authorization token received as a parameter of the data conversion request from the authorization server 108 and holds it as the client ID 502. A document URL 503 is a URL path indicating a location where a document file requested for data conversion is stored. The document URL 503 is generated and stored by including the document ID 501 and the client ID 502 in the URL path so as to be unique when the data conversion server 106 receives the data conversion request. The storage server domain name 504 stores the domain name of the storage server 110 in which the document file is stored.

データ変換情報510はデータ変換サーバー106がデータ変換リクエスト受信時にデータ変換部331がレコード生成し、DBサーバー107上のストレージ363に保持する。511はデータ変換IDであり、データ変換サーバー106がデータ変換リクエストを受信した際に発行するデータ変換処理を一意に識別する識別子である。クライアントID512、文書ID513はデータ変換サーバー106がデータ変換リクエスト受信時に生成する文書情報500のクライアントID502と文書ID501と同じ値である。印刷チケットURL514はデータ変換リクエストされた印刷チケットファイルを保存するURLパスである。印刷チケットURL514は、データ変換サーバー106がデータ変換リクエスト受信時に、一意になるようURLパスにデータ変換ID511やクライアントID512を含めて生成され保存される。   The data conversion information 510 is generated by the data conversion unit 331 when the data conversion server 106 receives the data conversion request, and is stored in the storage 363 on the DB server 107. A data conversion ID 511 is an identifier for uniquely identifying a data conversion process issued when the data conversion server 106 receives a data conversion request. The client ID 512 and the document ID 513 are the same values as the client ID 502 and the document ID 501 of the document information 500 generated when the data conversion server 106 receives the data conversion request. The print ticket URL 514 is a URL path for storing a print ticket file for which data conversion is requested. The print ticket URL 514 is generated and stored including the data conversion ID 511 and the client ID 512 in the URL path so that the data conversion server 106 becomes unique when the data conversion server 106 receives the data conversion request.

インデックスURL515は、データ変換サーバー106が印刷データ変換時に生成するインデックスファイルが保存された場所を示すアドレスであり、ストレージサーバー110のURLから成る。インデックスURL515はデータ変換サーバー106が印刷データ変換完了時にストレージサーバー110で一意になるようURLパスにデータ変換ID511やクライアントID512を含めて生成し保存する。ステータス516はデータ変換サーバー106の印刷データ変換状況を示しており、データ変換サーバー106が印刷データ変換状況に応じて更新する。ステータス516には“待機中”や“変換済み”がある。ストレージサーバードメイン名517は印刷チケットファイルが保存されているストレージサーバー110のドメイン名を格納する。データ変換情報510により、データ変換サーバーは、変換リクエストと、複数存在するデータ変換サーバーの内何れか1つ、即ち、現在稼働しているストレージサーバーとの関連付けを認識することが可能になる。   The index URL 515 is an address indicating a location where an index file generated by the data conversion server 106 at the time of print data conversion is stored, and includes the URL of the storage server 110. The index URL 515 is generated and stored including the data conversion ID 511 and the client ID 512 in the URL path so that the data conversion server 106 is unique in the storage server 110 when the print data conversion is completed. A status 516 indicates the print data conversion status of the data conversion server 106, and the data conversion server 106 updates the print data conversion status according to the print data conversion status. The status 516 includes “waiting” and “converted”. The storage server domain name 517 stores the domain name of the storage server 110 in which the print ticket file is stored. The data conversion information 510 enables the data conversion server to recognize the association between the conversion request and any one of a plurality of existing data conversion servers, that is, the currently operating storage server.

図5cはデータ変換サーバー106が印刷データ変換時に生成するインデックスファイルの例である。インデックスファイルはJSONフォーマットで、印刷データの一時URLのリストを記載する。図5cは4ページ分のJpeg画像の一時URLが記載されている例である。プリンタ102やモバイル端末103はインデックスファイルに記載されている一時URLが指し示す印刷データを順番にダウンロードし印刷実行する。   FIG. 5c is an example of an index file generated by the data conversion server 106 when converting print data. The index file is in JSON format and describes a list of temporary URLs for print data. FIG. 5c is an example in which temporary URLs of JPEG images for four pages are described. The printer 102 and the mobile terminal 103 sequentially download and execute print data indicated by the temporary URL described in the index file.

<認可サーバー108のデータ>
図6a、図6bは認可サーバー108が外部メモリに記憶するデータテーブルである。これらのデータテーブルは、認可サーバー108の外部メモリではなく、インターネット100やローカルネットワーク101を介して通信可能に構成された別のサーバーに記憶するように構成することもできる。認可サーバー108が保持するデータテーブルは、クライアント情報600、認可トークン情報610より成る。
<Data of authorization server 108>
6A and 6B are data tables stored in the external memory by the authorization server 108. FIG. These data tables may be stored not in the external memory of the authorization server 108 but in another server configured to be communicable via the Internet 100 or the local network 101. The data table held by the authorization server 108 includes client information 600 and authorization token information 610.

図6aのクライアント情報600は106〜110のサーバーにアクセス可能なクライアントの情報が登録されている。本実施例においてクライアント情報にはモバイル端末103とデータ変換サーバー106が登録されている。601はクライアントIDであり、クライアントを一意に識別する識別子である。本実施例では複数のモバイル端末103のクライアントIDをmobile0001〜mobile0002、データ変換サーバー106のクライアントIDをconvert0001として定義し登録している。602はクライアントの正当性を判断するためのパスワードであり、認可サーバー108はクライアントID601とパスワード602の一致によりクライアントを特定する。603はOAuthのスコープであり認可サーバー108が発行する認可トークンでアクセス可能な範囲を示す。   In the client information 600 of FIG. 6A, information on clients that can access the servers 106 to 110 is registered. In this embodiment, the mobile terminal 103 and the data conversion server 106 are registered in the client information. Reference numeral 601 denotes a client ID, which is an identifier for uniquely identifying the client. In the present embodiment, the client IDs of a plurality of mobile terminals 103 are defined and registered as mobile0001 to mobile0002, and the client ID of the data conversion server 106 is defined as convert0001. Reference numeral 602 denotes a password for determining the legitimacy of the client, and the authorization server 108 identifies the client by matching the client ID 601 and the password 602. Reference numeral 603 denotes an OAuth scope, which indicates a range accessible by an authorization token issued by the authorization server 108.

本実施例のスコープ603の種類は、MobilePrint、SignedUrlUpload、SignedUrlDownload、New−SignedUrlUpload、New−SignedUrlDownloadを定義する。MobilePrintスコープはモバイル端末103がデータ変換サーバー106のインターフェースにアクセスする際に必要なスコープである。SignedUrlUploadスコープはモバイル端末103がストレージサーバー110へファイルアップロードするための一時URLを発行するために旧データ変換サーバー106aが利用するスコープである。New−SignedUrlUploadスコープはモバイル端末103がストレージサーバー110へファイルアップロードするための一時URLを発行するために新データ変換サーバー106bが利用するスコープである。SignedUrlDownloadスコープはモバイル端末103がストレージサーバー110からファイルダウンロードするための一時URLを発行するために旧データ変換サーバー106aが利用するスコープである。New−SignedUrlDownloadスコープはモバイル端末103がストレージサーバー110からファイルダウンロードするための一時URLを発行するために新データ変換サーバー106bが利用するスコープである。   The types of the scope 603 according to the present embodiment define MobilePrint, SignedUrlUpload, SignedUrlDownload, New-SignedUrlUpload, and New-SignedUrlDownload. The MobilePrint scope is a scope necessary when the mobile terminal 103 accesses the interface of the data conversion server 106. The SignedUrlUpload scope is a scope used by the old data conversion server 106 a to issue a temporary URL for the mobile terminal 103 to upload a file to the storage server 110. The New-SignedUrlUpload scope is a scope used by the new data conversion server 106b to issue a temporary URL for the mobile terminal 103 to upload a file to the storage server 110. The SignedUrlDownload scope is a scope used by the old data conversion server 106 a to issue a temporary URL for the mobile terminal 103 to download a file from the storage server 110. The New-SignedUrlDownload scope is a scope that the new data conversion server 106b uses to issue a temporary URL for the mobile terminal 103 to download a file from the storage server 110.

図6bの認可トークン情報610はWebサーバー340がトークン取得リクエストを受け付けた際に、認可情報管理部341がレコードを登録する。611は認可トークンを一意に識別可能な識別子であり、認可情報管理部311が生成し登録する。612は認可トークンの有効期限であり、認可情報管理部341がトークン取得リクエスト受信時間から一定時間後の値が登録される。有効期限612を過ぎた認可トークン611は無効である。スコープ613は認可トークン611が利用可能なスコープであり、認可サーバー108へのトークン取得リクエストで渡されるスコープが登録。クライアントID614は認可サーバー108へのトークン取得リクエストで渡されるクライアントIDが登録される。   6B, when the Web server 340 receives a token acquisition request, the authorization information management unit 341 registers a record. Reference numeral 611 denotes an identifier that can uniquely identify an authorization token, which is generated and registered by the authorization information management unit 311. Reference numeral 612 denotes an expiration date of the authorization token, and the authorization information management unit 341 registers a value after a predetermined time from the token acquisition request reception time. The authorization token 611 that has passed the expiration date 612 is invalid. The scope 613 is a scope in which the authorization token 611 can be used, and the scope passed in the token acquisition request to the authorization server 108 is registered. The client ID 614 is registered with the client ID passed in the token acquisition request to the authorization server 108.

<トークン交換サーバー109のデータ>
図7aはトークン交換サーバー109が外部メモリに記憶するデータテーブルである。これらのデータテーブルは、トークン交換サーバー109の外部メモリではなく、インターネット100やローカルネットワーク101を介して通信可能に構成された別のサーバーに記憶するように構成することもできる。トークン交換サーバー109が保持するデータテーブルは、スコープ情報700より成る。
<Data of token exchange server 109>
FIG. 7 a is a data table stored in the external memory by the token exchange server 109. These data tables may be stored not in the external memory of the token exchange server 109 but in another server configured to be communicable via the Internet 100 or the local network 101. A data table held by the token exchange server 109 includes scope information 700.

図7aのスコープ情報700はスコープ701、一時URL有効期限702、ドメイン名702からなる。スコープ701は一時URLを発行可能なスコープであり、本実施例ではSignedUrlUpload、SignedUrlDownload、New−SignedUrlUpload、New−SignedUrlDownloadが登録されている。一時URL有効期限702は一時URLを利用可能な有効期限が登録される。ドメイン名702はトークン交換サーバー109が発行する一時URLのストレージサーバー110のドメイン名である。スコープ701がSignedUrlUpload、SignedUrlDownloadのドメイン名702には旧ストレージサーバー110aのドメイン名が登録される。スコープ701がNew−SignedUrlUpload、New−SignedUrlDownloadのドメイン名702には新ストレージサーバー110bのドメイン名が登録される。   The scope information 700 in FIG. 7 a includes a scope 701, a temporary URL expiration date 702, and a domain name 702. The scope 701 is a scope that can issue a temporary URL. In this embodiment, SignedUrlUpload, SignedUrlDownload, New-SignedUrlUpload, and New-SignedUrlDownload are registered. In the temporary URL expiration date 702, an expiration date for using the temporary URL is registered. The domain name 702 is the domain name of the storage server 110 with a temporary URL issued by the token exchange server 109. The domain name of the old storage server 110a is registered in the domain name 702 whose scope 701 is SignedUrlUpload and SignedUrlDownload. The domain name of the new storage server 110b is registered in the domain name 702 whose scope 701 is New-SignedUrlUpload and New-SignedUrlDownload.

図7bはトークン交換サーバー109が発行するストレージサーバー110の一時URLの例である。トークン交換サーバー109はデータ変換サーバー106からの一時URL発行リクエストで受け取ったURLパスにクエリーパラメータを付与して一時URLを生成する。また一時URLのドメイン名はデータ変換サーバー106からの一時URL発行リクエストで渡される認可トークンのスコープに紐づくドメイン名702を用いる。一時URLのパラメータには有効期限を示すExpiresや一時URLの有効性を確認するための署名であるSignatureがトークン交換サーバー109により付与される。Signatureはトークン交換サーバー109とストレージサーバー110で共通して保持する証明書を用いてURLを署名しており、トークン交換サーバー109で生成した一時URLをストレージサーバー110で有効性検証することができる。一時URL発行手段として、トークン交換サーバー109がストレージサーバー110に一時URL発行依頼し、ストレージサーバー110が一時URLを生成する方法もある。   FIG. 7 b is an example of a temporary URL of the storage server 110 issued by the token exchange server 109. The token exchange server 109 generates a temporary URL by adding a query parameter to the URL path received by the temporary URL issue request from the data conversion server 106. As the domain name of the temporary URL, the domain name 702 associated with the scope of the authorization token passed by the temporary URL issue request from the data conversion server 106 is used. The token exchange server 109 adds Expires indicating the expiration date and Signature as a signature for confirming the validity of the temporary URL to the parameters of the temporary URL. Signature signs the URL using a certificate commonly held by the token exchange server 109 and the storage server 110, and the storage server 110 can verify the validity of the temporary URL generated by the token exchange server 109. As a temporary URL issuing means, there is a method in which the token exchange server 109 requests the storage server 110 to issue a temporary URL, and the storage server 110 generates a temporary URL.

<ストレージサーバー110のデータ>
図8はストレージサーバー110が外部メモリに記憶するデータテーブルである。これらのデータテーブルは、ストレージサーバー110の外部メモリではなく、インターネット100やローカルネットワーク101を介して通信可能に構成された別のサーバーに記憶するように構成することもできる。ストレージサーバー110が保持するデータテーブルはファイル情報800より成る。
<Data of storage server 110>
FIG. 8 is a data table stored in the external memory by the storage server 110. These data tables may be stored not in the external memory of the storage server 110 but in another server configured to be communicable via the Internet 100 or the local network 101. A data table held by the storage server 110 includes file information 800.

図8のファイル情報800はストレージサーバー110に保存するファイルの情報でありストレージ管理部362が管理する。データURL801はストレージサーバー110に保存するファイルを一意に特定することができるURLである。ファイルパス802はストレージ363上のファイルパスであり、ストレージ管理部362が管理するファイルの格納場所を示す。ストレージ管理部362は/dataディレクトリ内にデータURL801のサブパスと同じ階層構造でディレクトリを作成しファイル格納する。データURL801に対してリクエストすることによりストレージ363上のファイル操作を行うことができる。たとえば、データURL801に対してHTTP GETメソッドをリクエストすると対応するファイルがダウンロードできる。データURL801に対してHTTP PUTメソッドにファイル添付してリクエストするとファイルをアップロードし保存できる。データURL801に対してHTTP DELETEメソッドをリクエストすると対応するファイルを削除できる。   File information 800 in FIG. 8 is information on a file stored in the storage server 110 and is managed by the storage management unit 362. The data URL 801 is a URL that can uniquely specify a file to be stored in the storage server 110. A file path 802 is a file path on the storage 363 and indicates a storage location of a file managed by the storage management unit 362. The storage management unit 362 creates a directory with the same hierarchical structure as the sub-path of the data URL 801 in the / data directory and stores the file. A file operation on the storage 363 can be performed by making a request to the data URL 801. For example, when an HTTP GET method is requested for the data URL 801, a corresponding file can be downloaded. When a request is made by attaching a file to the HTTP PUT method for the data URL 801, the file can be uploaded and saved. When an HTTP DELETE method is requested for the data URL 801, the corresponding file can be deleted.

<印刷アプリケーション300の画面>
図9はモバイル端末103に表示する印刷アプリケーション300の画面例であり図2aにおいて表示制御部208を介してディスプレイ215に表示されるものである。ファイル選択画面900ではモバイル端末103内のファイルがファイルリスト表示部901にリストとして表示される。データ変換中画面910はファイル選択画面900で選択した印刷対象のファイルをデータ変換サーバー106で印刷データに変換中に表示される画面である。912はデータ変換結果を表示する領域であり、データ変換中を示すアイコン911が表示されている。913のプレビューボタンが押下されると印刷アプリケーション300はデータ変換サーバー106でのデータ変換リクエストを開始する。
<Screen of print application 300>
FIG. 9 shows a screen example of the print application 300 displayed on the mobile terminal 103, which is displayed on the display 215 via the display control unit 208 in FIG. On the file selection screen 900, the files in the mobile terminal 103 are displayed as a list on the file list display unit 901. A data conversion screen 910 is a screen displayed while the data conversion server 106 converts the file to be printed selected on the file selection screen 900 into print data. Reference numeral 912 denotes an area for displaying a data conversion result, and an icon 911 indicating that data conversion is in progress is displayed. When the preview button 913 is pressed, the print application 300 starts a data conversion request in the data conversion server 106.

914の印刷設定ボタンが押下されると印刷設定画面920が表示され、印刷アプリケーション300がデータ変換サーバー106へのデータ変換リクエストする際の印刷設定を変更することができる。915の印刷ボタンが押下され印刷指示が行われると印刷アプリケーション300はデータ変換サーバー106でデータ変換した印刷データをプリンタ102に送信して印刷実行する。印刷設定画面920は用紙サイズや部数などの各種印刷属性921を設定する画面である。データ変換結果画面930には印刷アプリケーション300がデータ変換サーバー106にデータ変換リクエストした結果得られた印刷データのプレビュー931が表示される。   When the print setting button 914 is pressed, a print setting screen 920 is displayed, and the print setting when the print application 300 makes a data conversion request to the data conversion server 106 can be changed. When the print button 915 is pressed and a print instruction is issued, the print application 300 transmits the print data converted by the data conversion server 106 to the printer 102 and executes printing. The print setting screen 920 is a screen for setting various print attributes 921 such as the paper size and the number of copies. On the data conversion result screen 930, a preview 931 of print data obtained as a result of a data conversion request made by the print application 300 to the data conversion server 106 is displayed.

<名前解決フロー>
図10は印刷アプリケーション300がDNSサーバー105でドメイン名の名前解決を行い、旧データ変換サーバー106aにリクエストを行うフローである。印刷アプリケーション300は旧データ変換サーバー106aに対して任意のリクエストを行う際、旧データ変換サーバー106aのドメイン名であるdata−convert.comの名前解決を行う。S10.1において印刷アプリケーション300は旧データ変換サーバー106aのドメイン名であるdata−convert.comをパラメータとしてDNSサーバー105に名前解決リクエストを行う。S10.2においてDNSサーバー105は、DNSレコード400から旧データ変換サーバー106aのドメイン名(data−convert.com)と一致するドメイン名401に紐づくValue403(192.168.0.3)とTTL404(60)を応答する。S10.3において印刷アプリケーション300は名前解決の結果得られたIPアドレス(192.168.0.3)に対して任意のリクエストを行う。また印刷アプリケーション300は名前解決の結果をTTLの期間キャッシュし、再度同一ドメイン名にアクセスする際には名前解決リクエストを行わずキャッシュ情報を利用する。
<Name resolution flow>
FIG. 10 is a flow in which the print application 300 performs domain name resolution with the DNS server 105 and makes a request to the old data conversion server 106a. When the print application 300 makes an arbitrary request to the old data conversion server 106a, the data-convert. com name resolution. In step S <b> 10.1, the print application 300 displays a data-convert. com to the DNS server 105 as a parameter. In S10.2, the DNS server 105 sets Value403 (192.168.0.3) associated with the domain name 401 matching the domain name (data-convert.com) of the old data conversion server 106a from the DNS record 400 and TTL404 ( 60). In S10.3, the print application 300 makes an arbitrary request to the IP address (192.168.0.3) obtained as a result of name resolution. The print application 300 caches the name resolution result for the TTL period, and uses the cache information without performing the name resolution request when accessing the same domain name again.

図10で説明した名前解決しリクエストを行うフローは、印刷アプリケーション300と106〜110の各サーバー間へのリクエストや、106〜110の各サーバー間のリクエストにおいても同様に名前解決を行う。   In the flow for performing the name resolution and request described with reference to FIG. 10, the name resolution is performed in the same way for requests between the servers of the print applications 300 and 106 to 110 and requests between the servers 106 to 110.

<印刷アプリケーション300からの印刷フロー>
図11は印刷アプリケーション300が文書をデータ変換サーバー106で印刷データに変換し、プリンタ102に印刷実行するフローである。図11の印刷フローにおいて旧データ変換サーバー106aから新データ変換サーバー106bへのサーバー入れ替え、旧ストレージサーバー110aから新ストレージサーバー110bへのサーバー入れ替えを印刷フローに影響を与えることなく無停止で行う様子を示す。
<Print flow from print application 300>
FIG. 11 is a flow in which the print application 300 converts a document into print data by the data conversion server 106 and executes printing on the printer 102. In the print flow of FIG. 11, the server exchange from the old data conversion server 106a to the new data conversion server 106b and the server exchange from the old storage server 110a to the new storage server 110b are performed without interruption without affecting the print flow. Show.

旧データ変換サーバー106aから新データ変換サーバー106bへの切り替えはDNSレコード400においてデータ変換サーバー106のドメイン名401(data−convert.com)のValue403を旧データ変換サーバー106aのIPアドレスから新データ変換サーバー106bのIPアドレスに変更することで実施する。DNSレコード400の変更はサーバー管理者が手動で実施してもよいし、誤操作を防ぐため別途準備した非図示の運用管理サーバーから自動で変更するよう構成することもできるが手段は問わない。DNSレコード400を変更することでDNSサーバー105への名前解決の結果が切り替わるためサーバーが切り替わることになる。なおクライアントで名前解決が行われ新データ変換サーバー106bに切り替わるタイミングはクライアントで保持する名前解決結果のキャッシュのTTL404が経過した時であり、クライアント毎に任意のタイミングで行われる。図11では印刷アプリケーション300からの印刷フロー中のS11.9のタイミングでDNSレコード400が旧データ変換サーバー106aから新データ変換サーバー106bへ書き換わっている。   Switching from the old data conversion server 106 a to the new data conversion server 106 b is performed by changing the value 403 of the domain name 401 (data-convert.com) of the data conversion server 106 in the DNS record 400 from the IP address of the old data conversion server 106 a to the new data conversion server 106. This is implemented by changing the IP address to 106b. The DNS record 400 may be changed manually by a server administrator, or may be configured to be changed automatically from an operation management server (not shown) prepared separately in order to prevent erroneous operation, but any means can be used. By changing the DNS record 400, the result of name resolution to the DNS server 105 is switched, so the server is switched. The timing at which the client performs name resolution and switches to the new data conversion server 106b is when the TTL 404 of the name resolution result cache held by the client has elapsed, and is performed at an arbitrary timing for each client. In FIG. 11, the DNS record 400 is rewritten from the old data conversion server 106a to the new data conversion server 106b at the timing of S11.9 in the print flow from the print application 300.

図11の印刷フローは印刷アプリケーション300のファイル選択画面900においてファイルが選択され、データ変換中画面910におけるプレビューボタン913が押下されたことを印刷アプリケーション300が検知してから始まる。   The print flow in FIG. 11 starts after the print application 300 detects that a file is selected on the file selection screen 900 of the print application 300 and the preview button 913 on the data conversion screen 910 is pressed.

S11.1において印刷アプリケーション300は認可サーバー108にトークン取得リクエストし認可トークンを取得する。印刷アプリケーション300はトークン取得リクエスト(S11.1)において自身で保持するクライアントID(例えばmobile0001)、パスワードとスコープにMobilePrintをパラメータとして指定する。トークン取得リクエスト(S11.1)を受け付けた認可サーバー108はトークン取得リクエスト(S11.1)のパラメータとクライアントID601、パスワード602とがそれぞれ一致し、スコープ603にMobilePrintが含まれていることを確認することでクライアントを特定する。そして認可サーバー108は認可トークン611を生成し、有効期限、トークン取得リクエスト(S11.1)のパラメータとして受け付けたクライアントID、スコープを認可トークン情報610にレコード登録し、生成した認可トークン611を印刷アプリケーション300に返却する。   In step S <b> 11.1, the print application 300 issues a token acquisition request to the authorization server 108 to obtain an authorization token. The print application 300 designates MobilePrint as a parameter in the client ID (for example, mobile0001), password, and scope held by itself in the token acquisition request (S11.1). Upon receiving the token acquisition request (S11.1), the authorization server 108 confirms that the parameters of the token acquisition request (S11.1) match the client ID 601 and password 602, and that the scope 603 includes MobilePrint. To identify the client. Then, the authorization server 108 generates an authorization token 611, registers the client ID and scope received as parameters of the expiration date, token acquisition request (S11.1) in the authorization token information 610, and uses the generated authorization token 611 as a print application. Return to 300.

S11.2において印刷アプリケーション300はサーバー入れ替え前の旧データ変換サーバー106aにS11.1で取得した認可トークンをパラメータとしてデータ変換リクエストを行う。S11.3において旧データ変換サーバー106aはS11.2のデータ変換リクエストのパラメータである認可トークンと、MobilePrintスコープを指定して認可サーバー108にトークンチェックリクエストを行う。トークンチェックリクエスト(S11.3)を受け付けた認可サーバー108はパラメータとして指定された認可トークン、MobilePrintスコープと一致する認可トークン611、スコープ613を検索し認可トークン情報610からレコードを特定する。認可サーバー108は特定できた認可トークン情報610のレコードの有効期限612が現時刻よりも後であることができた場合、特定した認可トークン情報610のレコードを応答する。特定した認可トークン情報610のレコードの有効期限612が過ぎている、または認可トークン情報610のレコードを特定できない場合、認可サーバー108はトークンチェックリクエスト(S11.3)で受け付けた認可トークンは無効である応答する。   In step S11.2, the print application 300 sends a data conversion request to the old data conversion server 106a before server replacement using the authorization token acquired in step S11.1 as a parameter. In S11.3, the old data conversion server 106a makes a token check request to the authorization server 108 by designating the authorization token that is the parameter of the data conversion request in S11.2 and the MobilePrint scope. Upon receiving the token check request (S11.3), the authorization server 108 searches for an authorization token 611 and a scope 613 that match the authorization token specified in the parameter, the MobilePrint scope, and identifies a record from the authorization token information 610. When the expiration date 612 of the record of the specified authorization token information 610 can be later than the current time, the authorization server 108 responds with the record of the specified authorization token information 610. When the expiration date 612 of the identified authorization token information 610 record has passed or the authorization token information 610 record cannot be identified, the authorization server 108 has invalid the authorization token received in the token check request (S11.3). respond.

S11.4において旧データ変換サーバー106aはトークンチェックリクエスト(S11.3)の結果、認可トークンが有効であり認可トークン情報610のレコードを受け取った場合、文書情報500、データ変換情報510にレコード登録し、認可サーバー108にトークン取得リクエストし認可トークンを取得する。ここで旧データ変換サーバー106aが文書情報500に登録するレコードには旧データ変換サーバー106aが発行する文書ID、トークンチェックリクエスト(S11.3)の応答で受け取ったクライアントIDである。旧データ変換サーバー106aがデータ変換情報510に登録するレコードには、データ変換サーバー106が発行するデータ変換ID、前記文書情報500に登録したクライアントIDと文書IDである。旧データ変換サーバー106aはトークン取得リクエスト(S11.4)において、予め保持している旧データ変換サーバー106aのクライアントID(convert0001)、パスワード、およびスコープにSignedUrlUploadをパラメータとして指定しトークン取得リクエストを送信する。トークン取得リクエスト(S11.4)を受け付けた認可サーバー108におけるクライアント特定方法、認可トークン発行方法はS11.1と同様である。   In S11.4, when the old data conversion server 106a receives the record of the authorization token information 610 as a result of the token check request (S11.3), the old data conversion server 106a registers the record in the document information 500 and the data conversion information 510. , A token acquisition request is made to the authorization server 108 to obtain an authorization token. Here, the record registered in the document information 500 by the old data conversion server 106a is the document ID issued by the old data conversion server 106a and the client ID received in response to the token check request (S11.3). The record registered in the data conversion information 510 by the old data conversion server 106 a includes the data conversion ID issued by the data conversion server 106, the client ID and document ID registered in the document information 500. In the token acquisition request (S11.4), the old data conversion server 106a transmits a token acquisition request by specifying SignedUrlUpload as parameters in the client ID (convert 0001), password, and scope of the old data conversion server 106a that is held in advance. . The client specifying method and the authorization token issuing method in the authorization server 108 that has received the token acquisition request (S11.4) are the same as in S11.1.

S11.5において旧データ変換サーバー106aはトークン取得リクエスト(S11.4)で取得した認可トークンと、文書ID501とクライアントID502から生成した文書URLと、データ変換ID511とクライアントID512から生成した印刷チケットURLをパラメータとして、トークン交換サーバー109に一時URL取得リクエストを行う。また旧データ変換サーバー106aは生成した文書URLと印刷チケットURLを文書URL503と印刷チケットURL514に保存する。なお、旧データ変換サーバー106aがトークン交換サーバー109に認可トークンを送信し一時URL取得リクエストを行う理由は、2つのサーバーのセキュリティドメインが異なるためであり、旧データ変換サーバー106aが認可サーバー108により認可されていなければ一時URLの取得は不可能である。   In S11.5, the old data conversion server 106a receives the authorization token acquired by the token acquisition request (S11.4), the document URL generated from the document ID 501 and the client ID 502, and the print ticket URL generated from the data conversion ID 511 and the client ID 512. As a parameter, a temporary URL acquisition request is made to the token exchange server 109. The old data conversion server 106 a stores the generated document URL and print ticket URL in the document URL 503 and print ticket URL 514. The reason why the old data conversion server 106a sends an authorization token to the token exchange server 109 and makes a temporary URL acquisition request is because the security domains of the two servers are different, and the old data conversion server 106a is authorized by the authorization server 108. If not, it is impossible to obtain a temporary URL.

S11.6においてトークン交換サーバー109は一時URL取得リクエスト(S11.5)のパラメータとして受け取った認可トークンをパラメータとして認可サーバー108にトークン情報取得リクエストを行う。認可サーバー108はトークン情報取得リクエスト(S11.6)を受け付けると認可トークン情報610からパラメータとして受け取った認可トークンと一致する認可トークン611をもつレコードを特定し有効期限612が現時刻より後だった場合スコープを返却する。ここで返却されるスコープはS11.4におけるトークン取得リクエストで指定したSignedUrlUploadスコープである。認可トークン情報610にパラメータの認可トークンと一致するレコードが存在しない、または特定したレコードの有効期限612が現時刻より前だった場合、認可サーバー108はエラーを返却する。   In S11.6, the token exchange server 109 makes a token information acquisition request to the authorization server 108 using the authorization token received as a parameter of the temporary URL acquisition request (S11.5) as a parameter. When the authorization server 108 receives the token information acquisition request (S11.6), the authorization server 108 identifies a record having the authorization token 611 that matches the authorization token received as a parameter from the authorization token information 610, and the expiration date 612 is after the current time Return the scope. The scope returned here is the SignedUrlUpload scope specified in the token acquisition request in S11.4. If there is no record that matches the parameter authorization token in the authorization token information 610, or the expiration date 612 of the specified record is earlier than the current time, the authorization server 108 returns an error.

S11.7においてトークン交換サーバー109はトークン情報取得リクエスト(S11.6)の応答がSignedUrlUploadスコープであることを確認できた場合、一時URL取得リクエストで受信した文書URLと印刷チケットURLを用いて夫々の一時URLの生成を行う。生成する一時URLはスコープ情報700に登録されているスコープ501がSignedUrlUploadであるドメイン名702で一時URL有効期間602まで利用可能なURLである。S11.7でトークン交換サーバー109が発行する一時URLは旧ストレージサーバー110aのドメイン名となる。なお、文書の一時URLは文書のアップロード先を示すアドレスであり、印刷チケットの一時URLは印刷チケットのアップロード先を示すアドレスであることを特徴とする。   In S11.7, when the token exchange server 109 confirms that the response of the token information acquisition request (S11.6) is the SignedUrlUpload scope, the token exchange server 109 uses the document URL and the print ticket URL received by the temporary URL acquisition request. A temporary URL is generated. The generated temporary URL is a URL that can be used until the temporary URL validity period 602 with the domain name 702 whose scope 501 registered in the scope information 700 is SignedUrlUpload. The temporary URL issued by the token exchange server 109 in S11.7 is the domain name of the old storage server 110a. The temporary URL of the document is an address indicating the upload destination of the document, and the temporary URL of the print ticket is an address indicating the upload destination of the print ticket.

トークン交換サーバー109は生成した文書の一時URLと印刷チケットの一時URLを一時URL取得リクエスト(S11.5)の応答として旧データ変換サーバー106aに返却する。そして旧データ変換サーバー106aは文書の一時URLと印刷チケットの一時URL、生成したデータ変換IDをデータ変換リクエスト(S11.2)の応答として印刷アプリケーション300に返却する。   The token exchange server 109 returns the temporary URL of the generated document and the temporary URL of the print ticket to the old data conversion server 106a as a response to the temporary URL acquisition request (S11.5). The old data conversion server 106a returns the temporary URL of the document, the temporary URL of the print ticket, and the generated data conversion ID to the print application 300 as a response to the data conversion request (S11.2).

S11.8において印刷アプリケーションはデータ変換リクエスト(S11.2)の応答として受け取った文書の一時URLと印刷チケットの一時URLに対してそれぞれ文書ファイルと印刷チケットファイルを添付してHTTP PUTメソッドをリクエストする。なおS11.8の文書/印刷チケットアップロードリクエストはドメイン名が旧ストレージサーバー110aを指している。文書/印刷チケットアップロードリクエスト(S11.8)を受け付けた旧ストレージサーバー110aはリクエストに添付されたファイルをファイルパス802に保存する。そして旧ストレージサーバー110aはファイル情報800に文書/印刷チケットアップロードリクエスト(S11.8)のデータURLと添付ファイルを保存したファイルパスを登録する。   In S11.8, the print application requests the HTTP PUT method by attaching the document file and the print ticket file to the temporary URL of the document and the temporary URL of the print ticket received as a response to the data conversion request (S11.2). . In the document / print ticket upload request in S11.8, the domain name indicates the old storage server 110a. The old storage server 110a that has received the document / print ticket upload request (S11.8) stores the file attached to the request in the file path 802. The old storage server 110a registers the data URL of the document / print ticket upload request (S11.8) and the file path storing the attached file in the file information 800.

S11.9において印刷アプリケーション300のデータ変換サーバーのドメイン名(data−convert.com)の名前解決結果のキャッシュ有効期限が切れて、DNSサーバー105に名前解決リクエストが行われる。DNSサーバー105への名前解決リクエストの結果、新データ変換サーバー106bのIPアドレスが得られるため、以降の印刷アプリケーション300のリクエストは新データ変換サーバー106bに行われる。S11.10において印刷アプリケーション300は旧ストレージサーバー110aへの文書/印刷チケットアップロード(S11.8)が完了すると、文書/印刷チケットアップロード完了を新データ変換サーバー106bに通知する。印刷アプリケーション300は文書/印刷チケットアップロード完了リクエスト(S11.10)には、S11.1で取得した認可トークン、S11.2で取得したデータ変換IDをパラメータとして指定する。   In S11.9, the cache validity period of the name resolution result of the domain name (data-convert.com) of the data conversion server of the print application 300 expires, and a name resolution request is made to the DNS server 105. Since the IP address of the new data conversion server 106b is obtained as a result of the name resolution request to the DNS server 105, subsequent requests for the print application 300 are made to the new data conversion server 106b. In step S11.10, when the document / print ticket upload (S11.8) to the old storage server 110a is completed, the print application 300 notifies the new data conversion server 106b of the completion of the document / print ticket upload. In the document / print ticket upload completion request (S11.10), the print application 300 designates the authorization token acquired in S11.1 and the data conversion ID acquired in S11.2 as parameters.

S11.11において新データ変換サーバー106bは、文書/印刷チケットアップロード完了リクエスト(S11.10)のパラメータで渡された認可トークンとMobilePrintスコープをパラメータとして認可サーバー108に対してトークンチェックリクエストを行う。トークンチェックリクエスト(S11.11)を受け付けた認可サーバー108のトークンチェック方法についてはS11.3と同様である。   In S11.11, the new data conversion server 106b makes a token check request to the authorization server 108 using the authorization token and the MobilePrint scope passed as parameters of the document / print ticket upload completion request (S11.10) as parameters. The token check method of the authorization server 108 that has received the token check request (S11.11) is the same as S11.3.

S11.12において新データ変換サーバー106bは、まずデータ変換情報510から文書/印刷チケットアップロード完了リクエスト(S11.10)のパラメータで渡されたデータ変換IDと一致するデータ変換ID511を検索する。なお、本実施例では新データ変換サーバー106bが処理を行う例を示しているが、データ変換サーバーの切り替えが発生せずに、ストレージサーバーの切り替えのみ行われる場合も存在するため、本処理を実行する対象が旧データ変換サーバー106aでも実行することがある点に留意されたい。   In S11.12, the new data conversion server 106b first searches the data conversion information 510 for a data conversion ID 511 that matches the data conversion ID passed by the parameter of the document / print ticket upload completion request (S11.10). In this embodiment, the new data conversion server 106b performs processing. However, since there is a case where only the storage server is switched without switching the data conversion server, this processing is executed. Note that the target to be executed may also be executed by the old data conversion server 106a.

そして、新データ変換サーバー106bはデータ変換ID511を検索により見つかったレコードの印刷チケットURL514とストレージサーバードメイン名517、文書ID513を特定する。さらに文書ID513を用いて文書情報500から文書URL503とストレージサーバードメイン名504を特定する。新データ変換サーバー106bは特定した文書URL503とストレージサーバードメイン名504、印刷チケットURL514とストレージサーバードメイン名517に対して文書/印刷チケットダウンロードリクエスト(HTTP GET)を行う。ここでデータ変換情報510から文書/印刷チケットアップロード完了リクエスト(S11.10)されたデータ変換IDがデータ変換情報510上に見つからない場合、新データ変換サーバー106bはS11.10のリクエストにエラー応答する。またストレージサーバードメイン名504、517が文書情報500やデータ変換情報510に登録されていない場合、旧ストレージサーバーaのドメイン名で文書/印刷チケットダウンロードリクエストを行う。ストレージサーバードメイン名504、517を文書情報500やデータ変換情報510に登録する対応を行っていないデータ変換サーバー106が以前にあった場合でも文書/印刷チケットが保存されたストレージサーバー110を特定することができる。文書/印刷チケットダウンロードリクエストを受け付けた旧ストレージサーバー110aは、ファイル情報800から受け付けたURLからデータURL711を特定し、応答としてファイルパス802に保存されたファイルを返す。   Then, the new data conversion server 106b specifies the print ticket URL 514, the storage server domain name 517, and the document ID 513 of the record found by searching the data conversion ID 511. Further, the document URL 503 and the storage server domain name 504 are specified from the document information 500 using the document ID 513. The new data conversion server 106 b makes a document / print ticket download request (HTTP GET) to the specified document URL 503 and storage server domain name 504, print ticket URL 514 and storage server domain name 517. If the data conversion ID requested from the data conversion information 510 to the document / print ticket upload completion request (S11.10) is not found on the data conversion information 510, the new data conversion server 106b responds to the request of S11.10 with an error. . If the storage server domain names 504 and 517 are not registered in the document information 500 or the data conversion information 510, a document / print ticket download request is made with the domain name of the old storage server a. Specifying the storage server 110 in which the document / print ticket is stored even when there is a data conversion server 106 that has not been registered to register the storage server domain names 504 and 517 in the document information 500 or the data conversion information 510. Can do. The old storage server 110a that has received the document / print ticket download request specifies the data URL 711 from the URL received from the file information 800, and returns the file stored in the file path 802 as a response.

S11.13において新データ変換サーバー106bは文書/印刷チケットダウンロードリクエスト(S11.12)で旧ストレージサーバー110aから取得した文書ファイルと印刷チケットファイルを用いてデータ変換を行う。新データ変換サーバー106bは印刷チケットに従って文書ファイルを印刷データファイルに変換する。新データ変換サーバー106bによって生成される印刷データファイルは文書と印刷チケットによって1ファイルになることも複数ファイルになることもある。新データ変換サーバー106bはデータ変換が完了するとS11.12において特定したデータ変換情報510のレコードのステータスを“変換済み”に更新する。   In S11.13, the new data conversion server 106b performs data conversion using the document file and the print ticket file acquired from the old storage server 110a in the document / print ticket download request (S11.12). The new data conversion server 106b converts the document file into a print data file according to the print ticket. The print data file generated by the new data conversion server 106b may be one file or a plurality of files depending on the document and the print ticket. When the data conversion is completed, the new data conversion server 106b updates the status of the record of the data conversion information 510 specified in S11.12 to “converted”.

S11.14において新データ変換サーバー106bはS11.13で生成した1または複数の印刷データファイルを新ストレージサーバー110bにアップロード(HTTP PUT)する。ここで新データ変換サーバー106bは印刷データファイルのURLパスにS11.12で特定したデータ変換情報510のレコードのクライアントID512とデータ変換ID511も含める。次に新データ変換サーバー106bはアップロードした印刷データURLを使って、図5cの例で示した印刷データURLの一時URLリストであるインデックスファイルを生成する。新データ変換サーバー106bの印刷データURLの一時URLの生成方法については図示省略しているが、先述のS11.5〜11.7で説明した一時URL生成フローと同様でありスコープにNew−SignedUrlDownloadを指定する。この一時URLが印刷データの保存先を示している。トークン交換サーバー109はNew−SignedUrlDownloadスコープが指定されているためドメイン名702が新ストレージサーバー110bである一時URLを生成する。新データ変換サーバー106bはインデックスファイルを新ストレージサーバー110bにアップロード(HTTP PUT)する。ここで新データ変換サーバー106bはインデックスファイルのURLパスにS11.12で特定したデータ変換情報510のレコードのクライアントID512とデータ変換ID511も含める。インデックス/印刷データアップロードリクエストを受け付けた新ストレージサーバー110bはURLパスに従って生成するファイルパスにインデックスファイルと印刷データファイルを保存し、ファイル情報800にレコード登録する。   In S11.14, the new data conversion server 106b uploads (HTTP PUT) one or more print data files generated in S11.13 to the new storage server 110b. Here, the new data conversion server 106b also includes the client ID 512 and the data conversion ID 511 of the record of the data conversion information 510 specified in S11.12 in the URL path of the print data file. Next, the new data conversion server 106b uses the uploaded print data URL to generate an index file that is a temporary URL list of the print data URL shown in the example of FIG. 5c. Although a method for generating a temporary URL of the print data URL of the new data conversion server 106b is not shown, it is the same as the temporary URL generation flow described in S11.5 to 11.7 described above, and New-SignedUrlDownload is set in the scope. specify. This temporary URL indicates the storage location of the print data. Since the New-SignedUrlDownload scope is specified, the token exchange server 109 generates a temporary URL whose domain name 702 is the new storage server 110b. The new data conversion server 106b uploads the index file to the new storage server 110b (HTTP PUT). Here, the new data conversion server 106b also includes the client ID 512 and the data conversion ID 511 of the record of the data conversion information 510 specified in S11.12 in the URL path of the index file. The new storage server 110b that has received the index / print data upload request stores the index file and the print data file in the file path generated according to the URL path, and records the file information 800 as a record.

S11.15において印刷アプリケーション300は新データ変換サーバー106bに変換ステータス取得リクエストを行う。印刷アプリケーション300は変換ステータス取得リクエスト(S11.15)のパラメータとして、S11.1で取得した認可トークン、S11.2で取得したデータ変換IDをパラメータとして指定する。S11.16において変換ステータス取得リクエスト(S11.15)を受け付けた新データ変換サーバー106bはパラメータで指定された認可トークンのトークンチェックリクエストを認可サーバー108に行う。認可サーバー108におけるトークンチェックについては先述のS11.3と同様である。   In S11.15, the print application 300 makes a conversion status acquisition request to the new data conversion server 106b. The print application 300 designates the authorization token acquired in S11.1 and the data conversion ID acquired in S11.2 as parameters as parameters of the conversion status acquisition request (S11.15). The new data conversion server 106b that has received the conversion status acquisition request (S11.15) in S11.16 makes a token check request for the authorization token specified by the parameter to the authorization server 108. The token check in the authorization server 108 is the same as S11.3 described above.

次に新データ変換サーバー106bは変換ステータス取得リクエスト(S11.15)のパラメータで指定されたデータ変換IDと一致するデータ変換ID511をデータ変換情報510から検索し、一致したレコードのステータス516を確認する。新データ変換サーバー106bはステータス516が“変換済み”でない場合に変換ステータス取得リクエスト(S11.15)にステータス516を応答する。印刷アプリケーション300は文書/印刷チケットアップロード完了リクエスト(S11.10)の後、変換ステータス取得リクエスト(S11.15)の応答でステータスが“変換済み”になるまで繰り返し変換ステータス取得リクエスト(S11.15)を行う。この繰り返しのリクエストは、ポーリングによる定期通信である。   Next, the new data conversion server 106b searches the data conversion information 510 for a data conversion ID 511 that matches the data conversion ID specified by the parameter of the conversion status acquisition request (S11.15), and confirms the status 516 of the matching record. . When the status 516 is not “converted”, the new data conversion server 106b responds with the status 516 to the conversion status acquisition request (S11.15). After the document / print ticket upload completion request (S11.10), the print application 300 repeats the conversion status acquisition request (S11.15) until the status becomes “converted” in response to the conversion status acquisition request (S11.15). I do. This repeated request is periodic communication by polling.

S11.17において変換ステータス取得リクエスト(S11.15)で指定されたデータ変換IDのステータス516が“変換済み”だった場合、新データ変換サーバー106bはS11.18〜S11.20においてインデックスURL515の一時URLを生成する。S11.18〜S11.20の一時URL生成フローは先述のS11.5〜11.7で説明した一時URL生成フローと同様でありスコープにNew−SignedUrlDownloadを指定する。ここで使用するインデックスURLは先述した変換ステータス取得リクエスト(S11.15)のパラメータで指定されたデータ変換IDと一致するレコードのインデックスURL515である。   When the status 516 of the data conversion ID specified in the conversion status acquisition request (S11.15) in S11.17 is “already converted”, the new data conversion server 106b temporarily stores the index URL 515 in S11.18 to S11.20. Generate a URL. The temporary URL generation flow in S11.18 to S11.20 is the same as the temporary URL generation flow described in S11.5 to 11.7, and New-SignedUrlDownload is specified for the scope. The index URL used here is the index URL 515 of the record that matches the data conversion ID specified by the parameter of the conversion status acquisition request (S11.15) described above.

S11.18〜S11.20においてインデックスURL515の一時URLを取得した新データ変換サーバー106bはS11.15の応答として取得したインデックスURL515の一時URLとステータス516(“変換済み”)を返す。   The new data conversion server 106b that acquired the temporary URL of the index URL 515 in S11.18 to S11.20 returns the temporary URL and status 516 (“converted”) of the index URL 515 acquired as a response of S11.15.

S11.21において印刷アプリケーション300は変換ステータス取得リクエスト(S11.15)で取得したインデックスURL515の一時URLからインデックスファイルをダウンロード(HTTP GET)する。インデックスダウンロードリクエスト(S11.21)を受け付けた新ストレージサーバー110bは応答として、リクエストされたインデックスURLに対応するファイルパス802をファイル情報800から特定し、ファイルパス802に保存したインデックスファイルを返す。インデックスファイルを受信した印刷アプリケーション300はインデックスファイル内に記載された1つまたは複数の印刷データURLの一時URLからダウンロード(HTTP GET)する。印刷データダウンロードリクエスト(S11.21)を受け付けた新ストレージサーバー110bは応答として、リクエストされた印刷データURLに対応するファイルパス802をファイル情報800から特定し、ファイルパス802に保存した印刷データファイルを返す。印刷アプリケーション300は新ストレージサーバー110bからダウンロードした印刷データファイルをデータ変換結果画面930に印刷データのプレビュー931として表示する。   In S11.21, the print application 300 downloads (HTTP GET) an index file from the temporary URL of the index URL 515 acquired by the conversion status acquisition request (S11.15). In response, the new storage server 110b that has received the index download request (S11.21) identifies the file path 802 corresponding to the requested index URL from the file information 800, and returns the index file stored in the file path 802. The print application 300 that has received the index file downloads (HTTP GET) from a temporary URL of one or more print data URLs described in the index file. In response, the new storage server 110b that has received the print data download request (S11.21) specifies the file path 802 corresponding to the requested print data URL from the file information 800, and selects the print data file stored in the file path 802. return. The print application 300 displays the print data file downloaded from the new storage server 110b on the data conversion result screen 930 as a print data preview 931.

S11.22において印刷アプリケーション300はデータ変換結果画面930の印刷ボタン915が押下されたことを検知すると新ストレージサーバー110bからダウンロードした1つまたは複数の印刷データをプリンタ102に送信し印刷実行する。   In step S11.22, when the print application 300 detects that the print button 915 on the data conversion result screen 930 is pressed, the print application 300 transmits one or more print data downloaded from the new storage server 110b to the printer 102 and executes printing.

ここで旧データ変換サーバー106aはDNSレコード400を変更した後、TTL404の時間経過後に削除することができる。クライアントが名前解決結果をTTL404時間キャッシュしており、TTL404の時間経過後は旧データ変換サーバー106aにリクエストされることはなくなる。また旧データ変換サーバー106aの削除はサーバー管理者が手動で実施してもよいし、誤操作を防ぐため別途準備した非図示の運用管理サーバーから自動で変更するよう構成することもできる。   Here, the old data conversion server 106a can change the DNS record 400 and then delete it after the TTL 404 has elapsed. The client caches the name resolution result for TTL 404 time, and no request is made to the old data conversion server 106a after the time of TTL 404 has elapsed. The old data conversion server 106a may be deleted manually by the server administrator, or may be automatically changed from an operation management server (not shown) prepared separately to prevent erroneous operation.

旧ストレージサーバー110aはデータ変換サーバー106のDNSレコード400を変更した後、ダウンロード用の一時URL有効期間702(本実施例では86400秒)の経過後に削除することができる。ダウンロード用の一時URL有効期間702が経過すると旧ストレージサーバー110aのドメイン名で発行した一時URLでリクエストされなくなる。また旧データ変換サーバー106aの削除はサーバー管理者が手動で実施してもよいし、誤操作を防ぐため別途準備した非図示の運用管理サーバーから自動で変更するよう構成することもできる。   The old storage server 110a can change the DNS record 400 of the data conversion server 106 and then delete it after the expiration of the temporary URL valid period 702 for download (86400 seconds in this embodiment). When the temporary URL valid period 702 for download elapses, the temporary URL issued with the domain name of the old storage server 110a is not requested. The old data conversion server 106a may be deleted manually by the server administrator, or may be automatically changed from an operation management server (not shown) prepared separately to prevent erroneous operation.

以上のように、新旧のデータ変換サーバー106で管理するデータをDBサーバー105で共有し、文書情報500やデータ変換情報510にジョブ毎のストレージサーバードメイン名504、517に従ってストレージサーバー110にアクセスを行うことで、印刷アプリケーション300からの印刷フロー中にデータ変換サーバー106とストレージサーバー110のサーバー入れ替えを行っても、エラーすることなく印刷実行することができる。   As described above, data managed by the old and new data conversion servers 106 is shared by the DB server 105, and the storage server 110 is accessed to the document information 500 and the data conversion information 510 according to the storage server domain names 504 and 517 for each job. Thus, even if the server of the data conversion server 106 and the storage server 110 is switched during the printing flow from the printing application 300, printing can be executed without error.

また、旧ストレージサーバー110aの一時URLを発行するスコープ(SignedUrlUpload、SignedUrlDownload)を旧データ変換サーバー106aが使い、新ストレージサーバー110bの一時URLを発行するスコープ(New−SignedUrlUpload、New−SignedUrlDownload)を新データ変換サーバー106bが使うことで、データ変換サーバー106のDNSレコード400を旧ストレージサーバー110aから新データ変換サーバー106bに変更後、徐々に新ストレージサーバー110bが使われるようになる。旧ストレージサーバー110aに保存されたファイルについても継続して利用することができるため無停止でサーバー入れ替えを行うことができる。   In addition, the old data conversion server 106a uses the scope (SignedUrlUpload, SignedUrlDownload) for issuing the temporary URL of the old storage server 110a, and the scope (New-SignedUrlUpload, New-SignedUrlDownload) for issuing the temporary URL of the new storage server 110b. By using the conversion server 106b, after the DNS record 400 of the data conversion server 106 is changed from the old storage server 110a to the new data conversion server 106b, the new storage server 110b is gradually used. Since the file stored in the old storage server 110a can be used continuously, the server can be replaced without interruption.

<その他の実施形>
本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施例の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。
<Other implementations>
The present invention is also realized by executing the following processing. That is, software (program) for realizing the functions of the above-described embodiments is supplied to a system or apparatus via a network or various storage media, and a computer (or CPU, MPU, etc.) of the system or apparatus reads the program. It is a process to be executed.

102 プリンタ
103 モバイル端末
105 DNSサーバー
106 データ変換サーバー
107 DBサーバー
108 認可サーバー
109 トークン交換サーバー
110 ストレージサーバー
102 Printer 103 Mobile Terminal 105 DNS Server 106 Data Conversion Server 107 DB Server 108 Authorization Server 109 Token Exchange Server 110 Storage Server

Claims (11)

アップロードされた印刷対象のデータを保存するストレージサーバーと通信可能な、前記ストレージサーバーに保存されたデータを取得し印刷データへ変換するデータ変換サーバーであって、
ユーザーからの印刷指示に伴い前記データの変換リクエストを送信するクライアントから前記変換リクエストを受信したことに応じて、前記データのアップロード先を示すアドレスを前記クライアントへ送信する送信手段と、
複数の前記ストレージサーバーの内何れか1つのストレージサーバーに対し前記変換リクエストが関連付くよう、前記変換リクエストを識別する識別子とストレージサーバーに関する情報とを関連付けて記憶させる記憶手段と、
前記アドレスに基づきストレージサーバーへ前記データのアップロードが完了し、再び前記データ変換サーバーへアクセスしてきた前記クライアントから前記識別子を受信した際、受信した前記識別子に関連付くストレージサーバーに関する情報を前記記憶手段から取得し、取得した情報を基にストレージサーバーから前記データを取得し印刷データへ変換する変換手段と、を有するデータ変換サーバー。
A data conversion server that can communicate with a storage server that stores uploaded data to be printed and that acquires data stored in the storage server and converts it into print data,
In response to receiving the conversion request from the client that transmits the data conversion request in accordance with a print instruction from the user, a transmission unit that transmits an address indicating the upload destination of the data to the client;
Storage means for associating and storing an identifier for identifying the conversion request and information related to the storage server so that the conversion request is associated with any one of the plurality of storage servers;
When uploading the data to the storage server based on the address and receiving the identifier from the client that has accessed the data conversion server again, information about the storage server associated with the received identifier is stored from the storage means. A data conversion server having conversion means for acquiring the data from the storage server based on the acquired information and converting the data into print data.
請求項1に記載の前記データ変換サーバーと前記ストレージサーバーとを含む印刷システムであって、印刷システム内には請求項1に記載のデータ変換サーバーが複数存在しており、前記変換リクエストを受信し、前記変換リクエストを識別する識別子とストレージサーバーに関する情報とを関連付けて記憶させたデータ変換サーバーと、再びアクセスしてきた前記クライアントから前記識別子を受信したデータ変換サーバーとは異なるデータ変換サーバーであることを特徴とする印刷システム。   A printing system including the data conversion server according to claim 1 and the storage server, wherein a plurality of data conversion servers according to claim 1 exist in the printing system, and the conversion request is received. A data conversion server that associates and stores an identifier for identifying the conversion request and information related to the storage server, and a data conversion server that is different from the data conversion server that has received the identifier from the client that has accessed again. Characteristic printing system. 前記データ変換サーバーとセキュリティドメインが異なる前記ストレージサーバーに保存される前記データのアップロード先を示すアドレスおよび前記印刷データの保存先を示すアドレスを、前記データ変換サーバーからのリクエストに基づき生成する生成手段を有するトークン交換サーバーを含む請求項2に記載の印刷システム。   Generation means for generating an address indicating an upload destination of the data stored in the storage server having a security domain different from that of the data conversion server and an address indicating a storage destination of the print data based on a request from the data conversion server; The printing system according to claim 2, further comprising a token exchange server. 前記生成手段は、前記データ変換サーバーが認可サーバーの認可を受けていることを確認したことに応じて前記アドレスを生成することを特徴とする請求項3に記載の印刷システム。   The printing system according to claim 3, wherein the generation unit generates the address in response to confirming that the data conversion server is authorized by an authorization server. 前記印刷システムに含まれるDNSサーバーは、前記データ変換サーバーのドメイン名と複数のデータ変換サーバーの内何れか1つのデータ変換サーバーとを関連付け、前記データ変換サーバーの名前解決を行い、前記データ変換サーバーの切り替え時には、前記ドメイン名と関連付くデータ変換サーバーを変更することにより切り替えが行われることを特徴とする請求項1乃至4の何れか1項に記載の印刷システム。   A DNS server included in the printing system associates a domain name of the data conversion server with any one of a plurality of data conversion servers, performs name resolution of the data conversion server, and performs the data conversion server 5. The printing system according to claim 1, wherein switching is performed by changing a data conversion server associated with the domain name. 5. アップロードされた印刷対象のデータを保存するストレージサーバーと、前記ストレージサーバーに保存されたデータを取得し印刷データへ変換するデータ変換サーバーとを含む印刷システムにて実行される制御方法であって
送信手段は、ユーザーからの印刷指示に伴い前記データの変換リクエストを送信するクライアントから前記変換リクエストを受信したことに応じて、前記データのアップロード先を示すアドレスを前記クライアントへ送信し、
記憶手段は、複数の前記ストレージサーバーの内何れか1つのストレージサーバーに対し前記変換リクエストが関連付くよう、前記変換リクエストを識別する識別子とストレージサーバーに関する情報とを関連付けて記憶させ、
変換手段は、前記アドレスに基づきストレージサーバーへ前記データのアップロードが完了し、再び前記データ変換サーバーへアクセスしてきた前記クライアントから前記識別子を受信した際、受信した前記識別子に関連付くストレージサーバーに関する情報を前記記憶手段から取得し、取得した情報を基にストレージサーバーから前記データを取得し印刷データへ変換することを特徴とする。
A control method executed in a printing system including a storage server that stores uploaded data to be printed and a data conversion server that acquires the data stored in the storage server and converts the data into print data. Transmits an address indicating the upload destination of the data to the client in response to receiving the conversion request from the client that transmits the data conversion request in accordance with a print instruction from the user,
The storage means associates and stores an identifier for identifying the conversion request and information about the storage server so that the conversion request is associated with any one of the plurality of storage servers.
When the data has been uploaded to the storage server based on the address and the identifier is received from the client that has accessed the data conversion server again, the conversion means receives information on the storage server associated with the received identifier. The data is acquired from the storage unit, and the data is acquired from the storage server based on the acquired information and converted into print data.
前記印刷システム内には請求項6に記載のデータ変換サーバーが複数存在しており、前記送信手段および前記記憶手段による処理を実行するデータ変換サーバーと、前記変換手段による処理を実行するデータ変換サーバーとは異なるデータ変換サーバーであることを特徴とする請求項6に記載の制御方法。   A plurality of data conversion servers according to claim 6 exist in the printing system, a data conversion server for executing processing by the transmission means and the storage means, and a data conversion server for executing processing by the conversion means The control method according to claim 6, wherein the data conversion server is different from the data conversion server. 生成手段は、前記データ変換サーバーとセキュリティドメインが異なる前記ストレージサーバーに保存される前記データのアップロード先を示すアドレスおよび前記印刷データの保存先を示すアドレスを、前記データ変換サーバーからのリクエストに基づき生成することを特徴とする請求項6または7に記載の制御方法。   The generation unit generates an address indicating an upload destination of the data stored in the storage server having a security domain different from that of the data conversion server and an address indicating a storage destination of the print data based on a request from the data conversion server. The control method according to claim 6 or 7, wherein: 前記生成手段は、前記データ変換サーバーが認可サーバーの認可を受けていることを確認したことに応じて前記アドレスを生成することを特徴とする請求項8に記載の制御方法。   9. The control method according to claim 8, wherein the generation unit generates the address in response to confirming that the data conversion server is authorized by an authorization server. 前記印刷システムに含まれるDNSサーバーは、前記データ変換サーバーのドメイン名と複数のデータ変換サーバーの内何れか1つのデータ変換サーバーとを関連付け、前記データ変換サーバーの名前解決を行い、前記データ変換サーバーの切り替え時には、前記ドメイン名と関連付くデータ変換サーバーを変更することにより切り替えが行われることを特徴とする請求項6乃至9の何れか1項に記載の制御方法。   A DNS server included in the printing system associates a domain name of the data conversion server with any one of a plurality of data conversion servers, performs name resolution of the data conversion server, and performs the data conversion server 10. The control method according to claim 6, wherein switching is performed by changing a data conversion server associated with the domain name. アップロードされた印刷対象のデータを保存するストレージサーバーと通信可能な、前記ストレージサーバーに保存されたデータを取得し印刷データへ変換するデータ変換サーバーにて実行されるプログラムであって、
ユーザーからの印刷指示に伴い前記データの変換リクエストを送信するクライアントから前記変換リクエストを受信したことに応じて、前記データのアップロード先を示すアドレスを前記クライアントへ送信する送信ステップと、
複数の前記ストレージサーバーの内何れか1つのストレージサーバーに対し前記変換リクエストが関連付くよう、前記変換リクエストを識別する識別子とストレージサーバーに関する情報とを関連付けて記憶させる記憶ステップと、
前記アドレスに基づきストレージサーバーへ前記データのアップロードが完了し、再び前記データ変換サーバーへアクセスしてきた前記クライアントから前記識別子を受信した際、受信した前記識別子に関連付くストレージサーバーに関する情報を取得し、取得した情報を基にストレージサーバーから前記データを取得し印刷データへ変換する変換ステップと、を含むプログラム。
A program executed in a data conversion server that can communicate with a storage server that stores uploaded data to be printed and that acquires data stored in the storage server and converts the data into print data.
A transmission step of transmitting to the client an address indicating the upload destination of the data in response to receiving the conversion request from the client that transmits the data conversion request in accordance with a print instruction from the user;
A storage step of associating and storing an identifier for identifying the conversion request and information related to the storage server so that the conversion request is associated with any one of the plurality of storage servers;
When uploading the data to the storage server based on the address and receiving the identifier from the client that has accessed the data conversion server again, obtain information about the storage server associated with the received identifier. A conversion step of acquiring the data from the storage server based on the information and converting the data into print data.
JP2015060207A 2015-03-23 2015-03-23 Data conversion server, control method, and program Active JP6429694B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015060207A JP6429694B2 (en) 2015-03-23 2015-03-23 Data conversion server, control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015060207A JP6429694B2 (en) 2015-03-23 2015-03-23 Data conversion server, control method, and program

Publications (2)

Publication Number Publication Date
JP2016181066A true JP2016181066A (en) 2016-10-13
JP6429694B2 JP6429694B2 (en) 2018-11-28

Family

ID=57131066

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015060207A Active JP6429694B2 (en) 2015-03-23 2015-03-23 Data conversion server, control method, and program

Country Status (1)

Country Link
JP (1) JP6429694B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003216368A (en) * 2002-01-21 2003-07-31 Canon Inc Service providing system, service providing method, service providing device, its control method, control program and computer readable memory
JP2011170766A (en) * 2010-02-22 2011-09-01 Canon Inc Network system, control method of network system, and program
WO2016088199A1 (en) * 2014-12-02 2016-06-09 キヤノン株式会社 Print system, method, and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003216368A (en) * 2002-01-21 2003-07-31 Canon Inc Service providing system, service providing method, service providing device, its control method, control program and computer readable memory
JP2011170766A (en) * 2010-02-22 2011-09-01 Canon Inc Network system, control method of network system, and program
WO2016088199A1 (en) * 2014-12-02 2016-06-09 キヤノン株式会社 Print system, method, and program

Also Published As

Publication number Publication date
JP6429694B2 (en) 2018-11-28

Similar Documents

Publication Publication Date Title
US9230078B2 (en) Authentication system, control method thereof, service provision device, and storage medium
JP6039602B2 (en) Printer registration device, display device, printer registration method, computer program
US20190020770A1 (en) Information input apparatus, information processing system, and information processing method
US8379257B2 (en) System operating under web environment and method of controlling the same
JP6377176B2 (en) Printing system, method, and program
JP2017107342A (en) Authentication cooperation system, authentication cooperation method, authorization server, application server, and program
JP6039603B2 (en) Printer list generation device, mobile terminal, printer list generation method, and computer program
JP2006252480A (en) Computer, image processing system, and image processing method
JP2012173816A (en) Printing system, control method, information processor, device driver program, and installer program
JP2013011956A (en) Printing system, print server, print management method, and program
JP2014059717A (en) Information processing system, information processor, device, information processing method, and information processing program
US20130088751A1 (en) Job management apparatus, job control system, and job control method
JP6168079B2 (en) Printing system, printing device search program, and recording medium
EP3073365A1 (en) Networked image forming apparatus, networked image forming system and method of image forming
JP6197286B2 (en) Communication device, information processing system, and information processing system control method
JP2020184228A (en) Image formation device, control method, and program thereof
JP2017139013A (en) Printing system, information processing device and program
JP6303312B2 (en) Service providing system and image providing method
JP2022073284A (en) Information processing device
JP2015108951A (en) Printing system, information processing apparatus, image forming apparatus, and program
JP6429694B2 (en) Data conversion server, control method, and program
JP6226001B2 (en) Usage control system and usage control method
JP7047504B2 (en) Job system, job execution method, information processing device, program
JP2013114516A (en) Use management system, use management method, information terminal and use management program
US8395799B2 (en) Printing system, output device, data management system, control method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180201

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180823

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180828

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180914

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181030

R151 Written notification of patent or utility model registration

Ref document number: 6429694

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151