JP4130201B2 - Server, printer device information setting method, program, and recording medium - Google Patents

Server, printer device information setting method, program, and recording medium Download PDF

Info

Publication number
JP4130201B2
JP4130201B2 JP2005240307A JP2005240307A JP4130201B2 JP 4130201 B2 JP4130201 B2 JP 4130201B2 JP 2005240307 A JP2005240307 A JP 2005240307A JP 2005240307 A JP2005240307 A JP 2005240307A JP 4130201 B2 JP4130201 B2 JP 4130201B2
Authority
JP
Japan
Prior art keywords
device information
printer
server
client
information
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.)
Expired - Fee Related
Application number
JP2005240307A
Other languages
Japanese (ja)
Other versions
JP2005346738A (en
Inventor
久士 石原
明雄 石田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2005240307A priority Critical patent/JP4130201B2/en
Publication of JP2005346738A publication Critical patent/JP2005346738A/en
Application granted granted Critical
Publication of JP4130201B2 publication Critical patent/JP4130201B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

本発明は、サーバ上にのみアプリケーションプログラムを導入する環境(例えばメタフレーム環境)において、プリンタの機器情報をサーバ上のプリンタドライバに反映させる技術に関する。   The present invention relates to a technique for reflecting printer device information on a printer driver on a server in an environment (for example, a metaframe environment) in which an application program is introduced only on the server.

従来のクライアント/サーバ方式の問題点を解決するために、アプリケーションプログラムをクライアントに導入せずにサーバ上にのみ導入し、稼動させる方式がある。このような方式には、例えばメタフレームと呼ばれる方式がある。   In order to solve the problems of the conventional client / server system, there is a system in which an application program is installed only on a server and is not operated on a client. As such a method, for example, there is a method called a metaframe.

図1は、メタフレーム環境の一例を示す図である。同図に示すメタフレームサーバ1でアプリケーションプログラムを稼動させ、クライアント2では、メタフレームサーバ1で稼動するアプリケーションプログラムの実行結果のみを表示させる。   FIG. 1 is a diagram illustrating an example of a metaframe environment. The application program is run on the metaframe server 1 shown in the figure, and the client 2 displays only the execution result of the application program running on the metaframe server 1.

メタフレーム環境でプリンタ3を使用する場合には、例えば、メタフレームサーバ1に予めプリンタドライバをインストールしておき、プリンタ3を使用するクライアント2からメタフレームサーバ1へのログイン時に、プリンタ3の論理プリンタがプリンタドライバを使用して自動作成(AutoCreate)される。そして、クライアント2から印刷が実行されると、メタフレームサーバ1にて印刷データが生成され、クライアント2を経由してプリンタ3に印刷データ送信され、プリンタ3にて印刷が行われる。   When the printer 3 is used in a metaframe environment, for example, a printer driver is installed in the metaframe server 1 in advance, and the logic of the printer 3 is logged when the client 2 using the printer 3 logs in to the metaframe server 1. The printer is automatically created (AutoCreate) using the printer driver. When printing is executed from the client 2, print data is generated by the metaframe server 1, transmitted to the printer 3 via the client 2, and printed by the printer 3.

また、メタフレーム環境におけるプリンタシステムの構成の従来技術として例えば米国公開公報US2002/0018234A1に記載された技術がある。米国公開公報US2002/0018234A1には、メタフレーム環境で使用可能なユニバーサルプリンタドライバについて記載されている。
米国公開公報US2002/0018234A1
Further, as a conventional technique for configuring a printer system in a metaframe environment, for example, there is a technique described in US Publication No. US2002 / 0018234A1. US Publication No. US2002 / 0018234A1 describes a universal printer driver that can be used in a metaframe environment.
US Publication US2002 / 0018234A1

しかしながら、上記のようなメタフレーム環境を用いたプリンタシステムでは、クライアント側でオプション設定をしたにもかかわらず、その設定がメタフレームサーバにおける論理プリンタに反映されないという問題がある。   However, in the printer system using the metaframe environment as described above, there is a problem that the setting is not reflected on the logical printer in the metaframe server even though the option setting is made on the client side.

すなわち、論理プリンタにおけるオプション設定がDefaultの状態のままになってしまい、例えば、両面トレイがあるにも関わらず、論理プリンタ上の設定値は両面なしとなる。また、トレイの用紙サイズ、用紙種類の設定も不明となってしまう。このような問題は次のような理由により発生する。   In other words, the option setting in the logical printer remains in the default state, and for example, the setting value on the logical printer is “no duplex” even though there is a duplex tray. In addition, the setting of the paper size and paper type of the tray becomes unclear. Such a problem occurs for the following reason.

図2に示すようなクライアント2とプリンタ3とからなる通常の構成において、クライアント2の中のプリンタ3のプリンタドライバにおける両面トレイ等のオプション情報は、通常、クライアント2がプリンタ3と双方向通信を行うことにより、クライアント2が取得する。双方向通信は、例えば、図3に示す構成により行われる。この構成では、プリンタドライバ4の一部である双方向通信モジュール5から指示された情報を、ネットワーク通信モジュール6がネットワークを介してSNMP等のプロトコルによりプリンタ3から取得する。   In the normal configuration including the client 2 and the printer 3 as shown in FIG. 2, the option information such as the double-sided tray in the printer driver of the printer 3 in the client 2 is normally transmitted bidirectionally by the client 2 to the printer 3. By doing so, the client 2 acquires. Bidirectional communication is performed, for example, with the configuration shown in FIG. In this configuration, the network communication module 6 acquires information instructed from the bidirectional communication module 5 that is a part of the printer driver 4 from the printer 3 via a network using a protocol such as SNMP.

しかしながら、メタフレームサーバとプリンタ間では上記のような双方向通信を行うことができないので、オプション情報を論理プリンタに反映させることができない。従って、上記の問題が発生する。   However, since bidirectional communication as described above cannot be performed between the metaframe server and the printer, option information cannot be reflected on the logical printer. Therefore, the above problem occurs.

本発明は上記の点に鑑みてなされたものであり、サーバ上にのみアプリケーションプログラムを導入する環境(例えばメタフレーム環境)において、プリンタの機器情報をプリンタドライバに反映させる技術を提供する中で、特に、サーバが使用するプリンタの機器情報を効率良く保持する技術を提供することを目的とする。   The present invention has been made in view of the above points. In an environment in which an application program is introduced only on a server (for example, a metaframe environment), a technique for reflecting printer device information on a printer driver is provided. In particular, it is an object of the present invention to provide a technique for efficiently holding device information of a printer used by a server.

上記の目的を達成するために本発明は次のように構成される。   In order to achieve the above object, the present invention is configured as follows.

請求項1に記載の発明は、クライアントと、プリンタと、そのプリンタのプリンタドライバを有し前記クライアントからログインに応じて前記プリンタに対応する論理プリンタを生成する機能を有するサーバとを含み、前記サーバにより前記プリンタの機器情報を双方向通信を用いて取得することができない画像印刷システムにおいて使用される前記サーバであって、同一のプリンタ機種について、前記サーバにログインする全てのユーザまたはクライアントが共通で利用する第1の機器情報と、特定のユーザまたはクライアントのみが利用する第2の機器情報とを記憶する記憶手段と、前記クライアントからサーバへのログイン時に当該クライアントから通知される情報に基づき、前記第1の機器情報と第2の機器情報のどちらを使用するかを決定する決定手段と、前記決定手段により決定された前記第1または第2の機器情報を前記記憶手段から読み出し、前記生成された論理プリンタに前記読み出した機器情報を反映させる機器情報設定手段とを備えたことを特徴とするサーバである。 The invention according to claim 1 includes a client, a printer, and a server having a printer driver for the printer and having a function of generating a logical printer corresponding to the printer in response to login from the client , The server used in the image printing system in which device information of the printer cannot be obtained by bidirectional communication by the server, and all users or clients logging in to the server are common to the same printer model Based on the storage means for storing the first device information used in the server and the second device information used only by a specific user or client, and information notified from the client when logging in from the client to the server, Which of the first device information and the second device information is used And a device information setting unit that reads the first or second device information determined by the determination unit from the storage unit and reflects the read device information on the generated logical printer. And a server characterized by comprising:

本発明によれば、例えばメタフレーム環境のように、メタフレームサーバとプリンタ間で双方向通信ができず、機器情報を双方向通信により取得できない環境であっても、機器情報をプリンタドライバに反映させることが可能となる。特に、複数の情報を機器情報が使用される条件毎に格納することとしているので、機器情報のデータ量を削減でき、機器情報のデータの管理を容易にすることが可能となる。   According to the present invention, even in an environment where bi-directional communication cannot be performed between the meta-frame server and the printer, such as a meta-frame environment, and device information cannot be acquired by bi-directional communication, the device information is reflected in the printer driver. It becomes possible to make it. In particular, since a plurality of pieces of information are stored for each condition in which device information is used, the amount of device information can be reduced, and device information data can be easily managed.

請求項2に記載の発明は、請求項1の記載において、前記第2の機器情報は、ユーザ識別情報またはクライアント識別情報と対応させて前記記憶手段に記憶されることを特徴とする。   According to a second aspect of the present invention, in the first aspect, the second device information is stored in the storage unit in association with user identification information or client identification information.

本発明によれば、例えば、ユーザAがクライアントBから特定のプリンタを用いる場合には、これらに適合した機器情報がプリンタドライバに反映されることとなる。   According to the present invention, for example, when the user A uses a specific printer from the client B, device information adapted to these is reflected in the printer driver.

請求項3に記載の発明は、請求項1または2の記載において、前記決定手段は、ログインしたユーザまたはクライアントに対応する第2の機器情報が存在しなかった場合、第1の機器情報を使用するよう決定することを特徴とする。   According to a third aspect of the present invention, in the first or second aspect, the determination unit uses the first device information when there is no second device information corresponding to the logged-in user or client. It is characterized by deciding to do.

なお、発明は、クライアントからサーバへのログインに応じて前記サーバ上に生成される論理プリンタに設定する当該プリンタの機器情報を作成する機器情報作成装置であって、ドライバがインストールされているプリンタの機器情報を取得する手段と、前記機器情報を前記サーバに保存させる保存手段とを有し、前記保存手段は、前記機器情報を、当該機器情報を使用するユーザまたはクライアントを示す情報と対応付けて保存することを特徴とするプリンタ機器情報作成装置として構成することもできる。 The present invention relates to a device information creation device for creating device information of a printer to be set in a logical printer generated on the server in response to login from the client to the server, in which the driver is installed. Means for acquiring the device information, and storage means for storing the device information in the server, wherein the storage means associates the device information with information indicating a user or a client using the device information. It can also be configured as a printer device information creating apparatus characterized by storing the information .

請求項に記載の発明はクライアントと、プリンタと、そのプリンタのプリンタドライバを有し前記クライアントからログインに応じて前記プリンタに対応する論理プリンタを生成する機能を有するサーバとを含み、前記サーバにより前記プリンタの機器情報を双方向通信を用いて取得することができない画像印刷システムにおいて使用される前記サーバが、論理プリンタに前記プリンタの機器情報を設定するプリンタ機器情報設定方法であって、前記サーバは、同一のプリンタ機種について、前記サーバにログインする全てのユーザまたはクライアントが共通で利用する第1の機器情報と、特定のユーザまたはクライアントのみが利用する第2の機器情報とを記憶する記憶手段を備え、前記サーバに備えられた決定手段が、前記クライアントからサーバへのログイン時に当該クライアントから通知される情報に基づき、前記第1の機器情報と第2の機器情報のどちらを使用するかを決定する決定ステップと、前記サーバに備えられた機器情報設定手段が、前記決定ステップにおいて決定された前記第1または第2の機器情報を前記記憶手段から読み出し、前記生成された論理プリンタに前記読み出した機器情報を反映させる反映ステップとを有することを特徴とするプリンタ機器情報設定方法である。 The invention according to claim 4 includes a client, a printer, and a server having a printer driver for the printer and having a function of generating a logical printer corresponding to the printer in response to login from the client. the device information of the printer the server that is used in the can be no image printing system to get through the bidirectional communication, a printer device information setting method for setting device information of the printer to a logical printer by the The server stores, for the same printer model, first device information commonly used by all users or clients who log in to the server and second device information used only by a specific user or client. comprising means, the determining means provided in said server, said client Based on the information notified from the client to log in to the server from preparative, said first device information and the determination step and the device information provided to the server to determine whether to use the second device information A setting unit that reads out the first or second device information determined in the determining step from the storage unit and reflects the read device information in the generated logical printer; This is a printer device information setting method.

請求項に記載の発明は、請求項の記載において、前記決定ステップにおいて、前記決定手段は、ログインしたユーザまたはクライアントに対応する第2の機器情報が存在しなかった場合、第1の機器情報を使用するよう決定することを特徴とする。 The invention according to claim 5, in the description of claim 4, Oite said determining step, said determining means, if the second device information corresponding to the user or client logged does not exist, the first The device information is determined to be used.

なお、本発明は、クライアントからサーバへのログインに応じて前記サーバ上に生成される論理プリンタに設定する当該プリンタの機器情報を作成するプリンタ機器情報作成方法であって、ドライバがインストールされているプリンタの機器情報を取得する取得ステップと、前記機器情報を前記サーバに保存させる保存ステップとを有し、前記保存ステップは、前記機器情報を、当該機器情報を使用するユーザまたはクライアントを示す情報と対応付けて保存するステップを有することを特徴とするプリンタ機器情報作成方法として構成することもできる The present invention is a printer device information creation method for creating device information of a printer to be set in a logical printer generated on the server in response to a login from the client to the server, in which a driver is installed. An acquisition step of acquiring printer device information; and a storage step of storing the device information in the server, wherein the storage step includes information indicating a user or a client using the device information. It can also be configured as a printer device information creation method characterized by having a step of storing in association with each other.

請求項に記載の発明は、クライアントと、プリンタと、そのプリンタのプリンタドライバを有し前記クライアントからログインに応じて前記プリンタに対応する論理プリンタを生成する機能を有するサーバとを含み、前記サーバにより前記プリンタの機器情報を双方向通信を用いて取得することができない画像印刷システムにおいて使用される前記サーバに、前記論理プリンタに前記プリンタの機器情報を設定する機能を実現させるためのプログラムであって、前記サーバは、同一のプリンタ機種について、前記サーバにログインする全てのユーザまたはクライアントが共通で利用する第1の機器情報と、特定のユーザまたはクライアントのみが利用する第2の機器情報とを記憶する記憶手段を備え、前記サーバを、前記クライアントからサーバへのログイン時に当該クライアントから通知される情報に基づき、前記第1の機器情報と第2の機器情報のどちらを使用するかを決定する決定手段、前記決定手段により決定された前記第1または第2の機器情報を前記記憶手段から読み出し、前記生成された論理プリンタに前記読み出した機器情報を反映させる機器情報設定手段、として機能させるためのプログラムである。 The invention described in claim 6 includes a client, a printer, and a server having a printer driver of the printer and having a function of generating a logical printer corresponding to the printer in response to login from the client , the device information of the printer by the server to the server for use in an image printing system that can not be obtained using the two-way communication, a program for realizing the function of setting the device information of the printer to the logical printer The server includes, for the same printer model, first device information that is commonly used by all users or clients who log in to the server, and second device information that is used only by a specific user or client. Storage means for storing the server, the server as the client A determination unit that determines which of the first device information and the second device information to use based on information notified from the client at the time of logging in to the server, the first or the second determined by the determination unit; It is a program for reading second device information from the storage unit and causing it to function as device information setting unit for reflecting the read device information to the generated logical printer.

請求項に記載の発明は、請求項の記載において、前記決定手段は、ログインしたユーザまたはクライアントに対応する第2の機器情報が存在しなかった場合、第1の機器情報を使用するよう決定することを特徴とする。 According to a seventh aspect of the present invention, in the sixth aspect , the determination unit uses the first device information when the second device information corresponding to the logged-in user or client does not exist. It is characterized by determining.

なお、本発明は、クライアントからサーバへのログインに応じて前記サーバ上に生成される論理プリンタに設定する当該プリンタの機器情報を作成する機能をコンピュータに実現させるためのプログラムであって、前記コンピュータを、ドライバがインストールされているプリンタの機器情報を取得する手段、及び前記機器情報を前記サーバに保存させる保存手段として機能させるためのプログラムであり、前記保存手段は、前記機器情報を、当該機器情報を使用するユーザまたはクライアントを示す情報と対応付けて保存することを特徴とするプログラムとして構成してもよい The present invention is a program for causing a computer to realize a function of creating device information of the printer to be set in a logical printer generated on the server in response to login from the client to the server. Is a program for functioning as a means for acquiring device information of a printer in which a driver is installed and a storage means for storing the device information in the server, and the storage means stores the device information in the device You may comprise as a program characterized by matching with the information which shows the user or client who uses information, and preserve | saving.

請求項に記載の発明は、請求項6又は7に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体である。
The invention according to claim 8 is a computer-readable recording medium in which the program according to claim 6 or 7 is recorded.

本発明によれば、例えばメタフレーム環境のように、メタフレームサーバとプリンタ間で双方向通信ができず、機器情報を双方向通信により取得できない環境であっても、機器情報をプリンタドライバに反映させることが可能となる。特に、複数の情報を機器情報が使用される条件毎に格納することとしているので、機器情報のデータ量を削減でき、機器情報のデータの管理を容易にすることが可能となる。   According to the present invention, even in an environment where bi-directional communication cannot be performed between the meta-frame server and the printer, such as a meta-frame environment, and device information cannot be acquired by bi-directional communication, the device information is reflected in the printer driver. It becomes possible to make it. In particular, since a plurality of pieces of information are stored for each condition in which device information is used, the amount of device information can be reduced, and device information data can be easily managed.

以下、本発明の実施の形態について説明する。   Embodiments of the present invention will be described below.

(構成概要)
図4は、本発明の実施の形態におけるネットワークの構成を示す図である。本発明では、図4に示したようなネットワーク環境下において、メタフレームサーバからでは双方向通信により取得できない各プリンタのトレイ情報等の機器情報(以下、トレイ情報等の機器情報をコンフィギュレーションデータとも呼ぶが、擬似双方向通信用データとも呼ぶことがある)を、任意のクライアント端末もしくはメタフレームサーバから、コンフィギュレーションデータ取得ツールにより取得し、そのデータをメタフレームサーバにインストール(保存)しておく。
(Configuration overview)
FIG. 4 is a diagram showing a network configuration in the embodiment of the present invention. In the present invention, in a network environment as shown in FIG. 4, device information such as tray information of each printer that cannot be obtained from a metaframe server by bidirectional communication (hereinafter, device information such as tray information is referred to as configuration data). (This may also be called pseudo two-way communication data) from any client terminal or metaframe server using the configuration data acquisition tool, and the data is installed (saved) in the metaframe server .

そして、メタフレームサーバ内でこのデータにアクセスすることにより、プリンタドライバが機器情報を取得することができ、自動作成される論理プリンタのオプション設定に反映させることが可能となる。   By accessing this data in the metaframe server, the printer driver can acquire the device information and reflect it in the option settings of the logical printer that is automatically created.

図4に示す構成のように、クライアント、プリンタが複数あるネットワーク構成においては、例えば、図4に示すように、クライアント毎、プリンタの機種(プリンタドライバ)毎にコンフィギュレーションデータをメタフレームサーバに格納しておくことにより、自動作成される論理プリンタ単位でデータを格納する場合に比べて、格納しておくべきデータ量を削減でき、データの管理作業の負荷を削減することが可能となる。この構成については後に詳しく説明する。   In a network configuration having a plurality of clients and printers as shown in FIG. 4, for example, as shown in FIG. 4, configuration data is stored in the metaframe server for each client and each printer model (printer driver). By doing so, it is possible to reduce the amount of data to be stored and to reduce the load of data management work as compared with the case of storing data in units of logical printers that are automatically created. This configuration will be described in detail later.

図5に、メタフレームサーバ内における本発明に係るソフトウェアのモジュール構成を示す(実線内の図)。なお、比較のために従来技術における構成を点線内に示している。   FIG. 5 shows a module configuration of software according to the present invention in the metaframe server (a diagram in a solid line). For comparison, the configuration in the prior art is shown within a dotted line.

同図に示すように、本発明では、通常使用されるネットワーク通信モジュール6を使用せず、擬似ネットワーク通信モジュール7を使用する。これにより、プリンタドライバ4が擬似ネットワーク通信モジュール7を介して予め格納しておいた擬似双方向通信用データ8(コンフィギュレーションデータ)から機器情報を取得する。   As shown in the figure, in the present invention, the normally used network communication module 6 is not used, but the pseudo network communication module 7 is used. As a result, the printer driver 4 acquires device information from the pseudo bidirectional communication data 8 (configuration data) stored in advance via the pseudo network communication module 7.

図6は、複数あるコンフィギュレーションデータファイルのうち、どのファイルを選択するかを決定するための構成を示す図である。   FIG. 6 is a diagram showing a configuration for determining which file to select from among a plurality of configuration data files.

上述したように、本発明では、コンフィギュレーションデータを、例えば、ユーザ毎、接続されているクライアント毎、プリンタ機種毎、アイコン名毎、等の単位でメタフレームサーバに格納しておくことが可能である。そして、格納されたデータファイルのうちのどのデータファイルを使用するかの情報を、関連情報ファイル9、10に格納しておく。   As described above, in the present invention, configuration data can be stored in the metaframe server in units such as for each user, for each connected client, for each printer model, for each icon name, and the like. is there. Information on which data file to use among the stored data files is stored in the related information files 9 and 10.

このような構成において、擬似ネットワーク通信モジュール7は、双方向モジュールを介して受信した要求に基づき、まず関連情報ファイルを参照して、どのファイルを使用するかの情報を取得し(ステップ1)、その情報に基づいて、適切なコンフィギュレーションデータファイルにアクセスして機器情報を取得し(ステップ2)、取得した機器情報を双方向モジュール5に返す(ステップ3)。   In such a configuration, the pseudo network communication module 7 first refers to the related information file based on the request received via the bidirectional module, and acquires information on which file is used (step 1). Based on the information, an appropriate configuration data file is accessed to acquire device information (step 2), and the acquired device information is returned to the bidirectional module 5 (step 3).

図6に示す例では、関連情報ファイルを、及び全てのユーザで共通に使用されるものと、各ユーザ単位に設けている。これは、ユーザによってはメタフレームサーバ側のディレクトリにアクセスできない場合があり、また、ユーザによっては設定値が他の人にアクセスされないようにしておきたい場合があるためであり、このため、ユーザが確実にアクセスできるようにユーザ単位と全てのユーザに共通の場合とで関連情報ファイル分けておく。   In the example shown in FIG. 6, a related information file is provided for each user and one that is commonly used by all users. This is because some users may not be able to access the directory on the metaframe server side, and some users may want to prevent setting values from being accessed by others. In order to ensure access, the related information file is divided into a user unit and a case common to all users.

(処理の流れ)
次に、図7―9を用いて本発明の実施の形態における処理の流れをより詳細に説明する。
(Process flow)
Next, the flow of processing in the embodiment of the present invention will be described in more detail with reference to FIGS.

図7(a)は、コンフィギュレーションデータの取得を説明するための図である。同図に示すように、コンフィギュレーションデータ取得ツールを起動しているクライアントがコンフィギュレーションデータを取得する。   FIG. 7A is a diagram for explaining acquisition of configuration data. As shown in the figure, a client that is running a configuration data acquisition tool acquires configuration data.

この場合、例えば、クライアント側で図8に示すような画面上で、当該クライアントにインストールされているプリンタドライバを選択することにより、機器情報を取得する対象となるプリンタを指定する。そして、クライアントが、指定されたプリンタからデータを取得し、取得したデータを保存する。コンフィギュレーションデータ取得ツールによりコンフィギュレーションデータを取得する仕組みは、図3に示したような、プリンタドライバ(双方向通信モジュール)とネットワーク通信用モジュールとを用いてプリンタの情報を取得する仕組みと同様である。   In this case, for example, by selecting a printer driver installed in the client on the screen as shown in FIG. 8 on the client side, a printer from which device information is acquired is designated. Then, the client acquires data from the designated printer and saves the acquired data. The mechanism for acquiring configuration data by the configuration data acquisition tool is the same as that for acquiring printer information using a printer driver (bidirectional communication module) and a network communication module as shown in FIG. is there.

なお、コンフィギュレーションデータ取得ツールを用いてコンフィギュレーションデータを取得する主体は、対象のプリンタ用のプリンタドライバがインストールされていれば、PCでもサーバでもよく、コンピュータの種類を問わない。また、各クライアントが、自分のネットワークに接続されたプリンタのコンフィギュレーションデータを取得してもよいし、特定のクライアントもしくはメタフレームサーバが、一括して対象となる全てのプリンタのコンフィギュレーションデータを取得するようにしてもよい。   Note that the entity that acquires configuration data using the configuration data acquisition tool may be a PC or a server, as long as a printer driver for the target printer is installed, regardless of the type of computer. In addition, each client may obtain configuration data for printers connected to its own network, or a specific client or metaframe server may obtain configuration data for all target printers at once. You may make it do.

次に、図7(b)に示すように、メタフレームサーバに、コンフィギュレーションデータと擬似ネットワーク通信用モジュールをインストールする。インストールは、例えば、コンフィギュレーションデータと擬似ネットワーク通信用モジュールとを所定のフォルダにコピーすることにより行う。なお、擬似ネットワーク通信用モジュールは、予めインストールしておいてもよい。   Next, as shown in FIG. 7B, configuration data and a pseudo network communication module are installed in the metaframe server. For example, the installation is performed by copying the configuration data and the pseudo network communication module to a predetermined folder. The pseudo network communication module may be installed in advance.

本発明の構成を用いてプリンタドライバに機器情報(オプション情報)を反映させる処理の流れを図9、図10を用いて説明する。   The flow of processing for reflecting device information (option information) in the printer driver using the configuration of the present invention will be described with reference to FIGS.

なお、この処理は、メタフレーム環境における論理プリンタの自動作成時に行うようにしてもよいし、論理プリンタの作成の後に、クライアント側のユーザがプリンタドライバのプロパティ画面を開いたとき等に行うようにしてもよい。   This processing may be performed when a logical printer is automatically created in a metaframe environment, or may be performed when a client-side user opens a printer driver property screen after creating a logical printer. May be.

図9において、まず、プリンタドライバがオプション情報取得要求を双方向通信モジュール5に出力する。オプション情報取得要求は、トレイ情報等、どの機器情報を取得するかの指示を含む情報である(ステップ11)。次に、双方向通信モジュール5は、擬似ネットワーク通信モジュール7が存在するかどうかチェックする(ステップ12)。   In FIG. 9, first, the printer driver outputs an option information acquisition request to the bidirectional communication module 5. The option information acquisition request is information including an instruction on which device information to acquire, such as tray information (step 11). Next, the bidirectional communication module 5 checks whether or not the pseudo network communication module 7 exists (step 12).

擬似ネットワーク通信モジュール7が存在しなければ(ステップ13におけるNo)、処理が失敗であることを双方向モジュール5に通知し(ステップ14)、処理を終了する。擬似ネットワーク通信モジュール7が存在する場合には(ステップ13におけるYes)、擬似ネットワーク通信モジュール7を呼び出し、予め格納しておいた擬似双方向通信用データファイル8からオプション情報取得要求に適合した情報を取得し(ステップ15)、読み込んだデータを双方向モジュール5に出力する(ステップ16)。そして、そのデータをプリンタドライバの設定に反映させる(ステップ17)。   If the pseudo network communication module 7 does not exist (No in step 13), the bidirectional module 5 is notified that the process has failed (step 14), and the process is terminated. If the pseudo network communication module 7 exists (Yes in step 13), the pseudo network communication module 7 is called, and information suitable for the option information acquisition request is stored from the pre-stored pseudo bidirectional communication data file 8. Obtain (step 15) and output the read data to the bidirectional module 5 (step 16). The data is reflected in the printer driver settings (step 17).

(コンフィギュレーションデータファイル選択処理の詳細)
上記のステップ15では、複数あるコンフィギュレーションデータファイルから、適切なコンフィギュレーションデータファイルを選択し、その中から機器情報を取得する処理を行っており、その詳細を図10に示す。なお、図10に示す処理は、関連情報ファイルがユーザ毎に格納されている場合を前提としている。
(Details of configuration data file selection processing)
In step 15 described above, an appropriate configuration data file is selected from a plurality of configuration data files, and device information is acquired from the selected configuration data file, and details thereof are shown in FIG. Note that the process shown in FIG. 10 is based on the assumption that a related information file is stored for each user.

図10において、まず、擬似ネットワーク通信モジュール7内で、双方向通信モジュールからの情報をもとに、ユーザ名を含む必要な情報(クライアント名、プリンタ機種名等)を取得する(ステップ151)。そして、取得したユーザ名に基づき、そのユーザ用の関連情報ファイルを検索する(ステップ152)。検索された対象となる関連情報ファイルから、ステップ151で取得した情報と合致するコンフィギュレーションデータファイルを検索する(ステップ153)。合致するコンフィギュレーションデータファイルが見つからない場合(ステップ154のNo)には処理を終了し、合致するコンフィギュレーションデータファイルが見つかった場合(ステップ154のYes)にはコンフィギュレーションデータファイルに含まれる機器情報を取得する(ステップ155)。   In FIG. 10, first, necessary information (client name, printer model name, etc.) including a user name is acquired in the pseudo network communication module 7 based on information from the bidirectional communication module (step 151). Based on the acquired user name, the related information file for the user is searched (step 152). A configuration data file that matches the information acquired in step 151 is searched from the related information file to be searched (step 153). If no matching configuration data file is found (No in step 154), the process ends. If a matching configuration data file is found (Yes in step 154), device information included in the configuration data file Is acquired (step 155).

(擬似ネットワーク通信モジュール及び関連情報ファイルの構成詳細)
次に、図11、図12を用い、擬似ネットワーク通信モジュールの構成及び関連情報ファイルの構成について詳細に説明する。
(Detailed configuration of pseudo network communication module and related information file)
Next, the configuration of the pseudo network communication module and the configuration of the related information file will be described in detail with reference to FIGS.

図11(a)は従来から使用されているネットワーク通信モジュールの構成を示す図であり、図11(b)は本発明に係る擬似ネットワーク通信モジュールの構成を示す図である。   FIG. 11A is a diagram showing a configuration of a network communication module that has been conventionally used, and FIG. 11B is a diagram showing a configuration of a pseudo network communication module according to the present invention.

図11(a)に示すように、従来のネットワーク通信モジュールは、主に、取得する情報を指定するアプリケーションプログラムとのインターフェースをとるAPI(アプリケーションプログラムインターフェース)61、アプリケーションから指定される情報とプリンタにおけるMIB情報との変換を行う変換部62、プリンタにおけるMIBを取得及び解析するMIB取得/解析部63、プロトコル実装部64(SNMP等)を有する。このような構成により、MIB情報で構成されるプリンタの機器情報を双方向通信により取得することが可能となっている。   As shown in FIG. 11A, a conventional network communication module mainly includes an API (application program interface) 61 that interfaces with an application program that specifies information to be acquired, information specified by an application, and a printer. It has a conversion unit 62 that performs conversion with MIB information, an MIB acquisition / analysis unit 63 that acquires and analyzes MIB in the printer, and a protocol implementation unit 64 (such as SNMP). With such a configuration, it is possible to acquire printer device information composed of MIB information by bidirectional communication.

一方、図11(b)に示すように、本発明の擬似ネットワーク通信モジュールは、従来のネットワーク通信モジュールとインターフェースを持つAPI71と、APIにより指定される情報から、コンフィギュレーションデータファイル内のどの情報を取得するかを決定し、ファイル内を検索し、当該情報を取得するためのファイル検索/情報取得部72と、実際にファイルにアクセスするための処理を行うファイルアクセス部73とを有している。また、ファイル検索/情報取得部72は、双方向通信モジュールから取得するユーザ名に基づき、当該ユーザに対応する関連情報ファイルを検索し、その関連情報ファイルからどのコンフィギュレーションデータファイルにアクセスすればよいかを決定する機能を有している。   On the other hand, as shown in FIG. 11B, the pseudo network communication module according to the present invention determines which information in the configuration data file from the API 71 having an interface with the conventional network communication module and the information specified by the API. It has a file search / information acquisition unit 72 for determining whether to acquire, searching the file, and acquiring the information, and a file access unit 73 for performing processing for actually accessing the file. . Further, the file search / information acquisition unit 72 searches the related information file corresponding to the user based on the user name acquired from the bidirectional communication module, and accesses which configuration data file from the related information file. It has a function to determine whether.

図11(b)の構成において、API71とAPI61とでは、双方向通信モジュールとの間のインターフェースを同じにしてあるため、双方向通信モジュールからみると擬似ネットワーク通信モジュールとネットワーク通信モジュールとは同じ構成に見える。従って、本発明においては、プリンタドライバは従来のものをそのまま使用することができる。   In the configuration of FIG. 11B, the API 71 and the API 61 have the same interface with the bidirectional communication module, so that the pseudo network communication module and the network communication module have the same configuration when viewed from the bidirectional communication module. Looks like. Therefore, in the present invention, the conventional printer driver can be used as it is.

図12は、関連情報ファイルの内容の例を示す図である。なお、本実施の形態では、関連情報ファイルをユーザ毎に作成するので、同図におけるケース(1)(2)とケース(3)〜(5)は別々の関連情報ファイルに格納されるが、図12に示すような内容を有する関連情報ファイルを用いることも可能である。   FIG. 12 is a diagram illustrating an example of the contents of the related information file. In this embodiment, since a related information file is created for each user, cases (1) and (2) and cases (3) to (5) in the figure are stored in separate related information files. It is also possible to use a related information file having contents as shown in FIG.

図12に示す例では、ユーザ毎・接続されているクライアント端末毎・プリンタドライバ(プリンタ機種)毎・アイコン名毎に、コンフィギュレーションデータファイルの保存場所を管理することを可能としている。擬似ネットワーク通信モジュールが、双方向通信モジュールから取得したユーザ識別情報、接続されているクライアント端末識別情報、プリンタドライバ(プリンタ機種)識別情報、アイコン識別情報と、関連情報ファイルの情報とを比較し、合致するコンフィギュレーションデータファイルにアクセスすることとなる。なお、ユーザ名は例えばログインIDで識別でき、クライアント端末は例えばIPアドレスで識別でき、プリンタドライバ名、アイコン名は、ユーザがプリンタを選択することにより、これらの情報がサーバ側に伝えられるので、サーバ側で認識できる。   In the example shown in FIG. 12, the storage location of the configuration data file can be managed for each user, for each connected client terminal, for each printer driver (printer model), and for each icon name. The pseudo network communication module compares the user identification information acquired from the bidirectional communication module, the connected client terminal identification information, the printer driver (printer model) identification information, the icon identification information, and the information in the related information file. The matching configuration data file will be accessed. The user name can be identified by, for example, a login ID, the client terminal can be identified by, for example, an IP address, and the printer driver name and icon name are transmitted to the server side when the user selects a printer. It can be recognized on the server side.

図12において、*(ワイルドカード)はそのデータ項目においてはデータの値はどのようなものでもよいことを意味するが、他に具体的な値がセットされている場合には、その具体的な値と一致した場合が優先される。例えば、Userの項目で、実際のデータがUserAであった場合には、Userの項目に関していえばケース(1)(2)が優先される。   In FIG. 12, * (wild card) means that the data item may have any value, but if another specific value is set, the specific value is set. If it matches the value, it takes precedence. For example, in the case of the User item, when the actual data is User A, the cases (1) and (2) are given priority regarding the User item.

図12において、UserAがClientB上からDriver:Cプリンタ、プリンタアイコン名:Printer1を使用して印刷する場合はCase(2)に当てはまるため、擬似ネットワーク通信モジュールはC:¥Data¥Cプリンタ−1.datにアクセスして、このファイルから機器情報を取得する。   In FIG. 12, when User A prints using Client: C printer and printer icon name: Printer 1 from Client B, it corresponds to Case (2), so the pseudo network communication module is C: \ Data \ C printer-1. Access dat to obtain device information from this file.

また、UserAがClientB上からDriver:Aプリンタ、プリンタアイコン名:Printer1を使用して印刷する場合はCase(2)が当てはまらない。しかしCase(1)が当てはまるので、C:¥Data¥Aプリンタ.datを使用する。   Also, Case (2) does not apply when User A prints from Client B using Driver: A printer and printer icon name: Printer1. However, since Case (1) is applicable, C: \ Data \ A printer. Use dat.

更に、UserAがClientB上からDriver:Bプリンタを使用して印刷する場合はCase(5)が当てはまるためC:¥Data¥Bプリンタ−1.datを使用する。   Furthermore, when User A prints from Client B using a Driver: B printer, Case (5) applies, so C: ¥ Data ¥ B printer-1. Use dat.

なお、各データファイルは、プリンタ機種に依存するため、Driver名(機種名)は必須の情報である。例えば、Aプリンタ用のデータは、Bプリンタでは使用できない。その他の項目については、上記の例のようにワイルドカードを使用することが可能である。   Since each data file depends on the printer model, the driver name (model name) is essential information. For example, data for the A printer cannot be used by the B printer. For other items, it is possible to use wild cards as in the above example.

(擬似ネットワーク通信モジュールとコンフィギュレーションデータ取得方法との関係)
次に、本発明における擬似ネットワーク通信モジュールとコンフィギュレーションデータ取得方法との関係について図13を用いて説明する。
(Relationship between pseudo network communication module and configuration data acquisition method)
Next, the relationship between the pseudo network communication module and the configuration data acquisition method according to the present invention will be described with reference to FIG.

前述したように、コンフィギュレーションデータの取得は、従来の双方向通信行うためのソフトウェア構成を用いて行う。すなわち、図13のクライアント側の構成に示すように、ネットワーク通信モジュール6におけるAPIを介して、SNMPによりコンフィギュレーションデータを取得する。従来のAPIを用いてコンフィギュレーションデータを取得するので、コンフィギュレーションデータはAPI単位に取得することができる。そして、コンフィギュレーションデータがAPI単位に記録されたデータファイルをコンフィギュレーションデータファイルとしてメタフレームサーバに格納することとなる。   As described above, acquisition of configuration data is performed using a conventional software configuration for bidirectional communication. That is, as shown in the configuration on the client side in FIG. 13, configuration data is acquired by SNMP via the API in the network communication module 6. Since configuration data is acquired using a conventional API, configuration data can be acquired in API units. Then, a data file in which configuration data is recorded in API units is stored in the metaframe server as a configuration data file.

コンフィギュレーションデータ取得においては、コンフィギュレーションデータ取得ツールが機器情報を取得するAPIの全てを呼び出し(ステップ21)、APIを介してプリンタから取得した機器情報(パラメータ)をそのまま(API単位で)保存する(ステップ22)。このような処理を例えばプリンタ毎に行って、コンフィギュレーションデータを取得する。   In the configuration data acquisition, the configuration data acquisition tool calls all APIs for acquiring device information (step 21), and stores the device information (parameters) acquired from the printer via the API as it is (in API units). (Step 22). Such processing is performed for each printer, for example, and configuration data is acquired.

このような形式でコンフィギュレーションデータを格納することにより、従来のAPIと同じAPIを用いている擬似ネットワーク通信モジュール7は、双方向モジュールから要求されたAPI単位の情報(パラメータ)をそのままコンフィギュレーションデータファイルから読み出して双方向モジュールに返すことが可能となる(ステップ23)。   By storing the configuration data in such a format, the pseudo network communication module 7 using the same API as that of the conventional API allows the API unit information (parameter) requested from the bidirectional module to be received as the configuration data. It can be read from the file and returned to the bidirectional module (step 23).

なお、各プリンタから取得した複数のコンフィギュレーションデータファイルについて、どのコンフィギュレーションデータファイルをメタフレームサーバのどの場所(フォルダ)に格納するかは、関連情報ファイルとの整合がとれるように決定する。   Note that, regarding a plurality of configuration data files acquired from each printer, which configuration data file is stored in which location (folder) of the metaframe server is determined so as to be consistent with the related information file.

(一括してコンフィギュレーションデータを取得する実施形態)
図14に示すように、1つのクライアントもしくはサーバから一括してコンフィギュレーションデータを取得するような構成とすることも可能である。図14の構成においては、まず、一括コンフィギュレーションデータ取得ツールにより検索又はアドレス指定されたプリンタのコンフィギュレーションデータを一括して取得する(ステップ31)。そして、関連情報ファイルとの整合を持たせた上で、各コンフィギュレーションデータをメタフレームサーバにおける適切な場所(フォルダ)に保存する(ステップ32)。そして、これまでに説明した方法により、擬似ネットワーク通信モジュール7は、適切なコンフィギュレーションデータにアクセスし、保存されている機器情報を双方向通信モジュールに返す(ステップ33)。
(Embodiment for acquiring configuration data in a batch)
As shown in FIG. 14, it is also possible to adopt a configuration in which configuration data is acquired from a single client or server in a batch. In the configuration of FIG. 14, first, the configuration data of the printer searched or addressed by the batch configuration data acquisition tool is acquired in a batch (step 31). Then, each configuration data is stored in an appropriate location (folder) in the metaframe server with matching with the related information file (step 32). Then, the pseudo network communication module 7 accesses appropriate configuration data by the method described so far, and returns the stored device information to the bidirectional communication module (step 33).

なお、本発明の実施例は上記のものに限られず、特許請求の範囲に記載の範囲において様々な応用が考えられ得ることは言うまでもない。   The embodiments of the present invention are not limited to those described above, and it goes without saying that various applications can be considered within the scope of the claims.

上記の通り、本実施の形態によれば、アプリケーションプログラムをクライアントでなくサーバ上に導入した集中型のシステム構成(例えばメタフレーム環境)において、サーバ上で論理プリンタを自動作成する際に、もしくは自動作成の後に、トレイ情報、両面ユニットの情報等のプリンタのオプション情報をプリンタドライバに反映させ、オプションの設定を行うことが可能となる。特に、図4に示したような複数の機器が接続されている環境においては、自動作成される論理プリンタ単位でコンフィギュレーションデータを持つと、データ量が大きくなり、管理作業の負荷が大きくなるところ、図12に示したような関連情報ファイルを用いることにより、必要なコンフィギュレーションデータのみを格納しておけばよいこととしたので、データ量及び管理コストを削減することが可能となる。   As described above, according to the present embodiment, when a logical printer is automatically created on a server in a centralized system configuration (for example, a metaframe environment) in which an application program is installed on a server instead of a client, or automatically After creation, the printer option information such as tray information and duplex unit information is reflected in the printer driver, and options can be set. In particular, in an environment in which a plurality of devices as shown in FIG. 4 are connected, having configuration data for each logical printer that is automatically created increases the amount of data and increases the burden of management work. By using the related information file as shown in FIG. 12, it is necessary to store only necessary configuration data, so that the data amount and management cost can be reduced.

メタフレーム環境の一例を示す図である。It is a figure which shows an example of a meta-frame environment. クライアント2とプリンタ3とからなる通常の構成を示す図である。2 is a diagram illustrating a normal configuration including a client 2 and a printer 3. FIG. 従来の技術における双方向通信を説明するための図である。It is a figure for demonstrating the bidirectional | two-way communication in a prior art. 本発明の実施の形態におけるネットワークの構成を示す図である。It is a figure which shows the structure of the network in embodiment of this invention. メタフレームサーバ1内における本発明のソフトウェアのモジュール構成を示す図(実線内の図)である。It is a figure (figure in a solid line) which shows the module structure of the software of this invention in the meta-frame server. 複数あるコンフィギュレーションデータファイルのうち、どのファイルを選択するかを決定するための構成を示す図である。It is a figure which shows the structure for determining which file should be selected among several configuration data files. コンフィギュレーションデータの取得及び利用について説明するための図である。It is a figure for demonstrating acquisition and utilization of configuration data. コンフィギュレーションデータ取得ツールの画面表示例を示す図である。It is a figure which shows the example of a screen display of a configuration data acquisition tool. 機器情報をプリンタドライバに反映させる処理のフローチャートである。6 is a flowchart of processing for reflecting device information on a printer driver. 図9におけるステップ15の処理を詳細に示す図である。It is a figure which shows the process of step 15 in FIG. 9 in detail. 擬似ネットワーク通信モジュールの構成を説明するための図である。It is a figure for demonstrating the structure of a pseudo network communication module. 関連情報ファイルの内容の例を示す図であるIt is a figure which shows the example of the content of a related information file 擬似ネットワーク通信モジュールとコンフィギュレーションデータ取得方法との関係を説明するための図である。It is a figure for demonstrating the relationship between a pseudo network communication module and a configuration data acquisition method. 一括してコンフィギュレーションデータを取得するような構成を説明するための図である。It is a figure for demonstrating the structure which acquires configuration data collectively.

符号の説明Explanation of symbols

1 メタフレームサーバ
2 クライアント
3 プリンタ
4 プリンタドライバ
5 双方向通信モジュール
6 ネットワーク通信モジュール
7 擬似ネットワーク通信モジュール
8 擬似双方向通信用データ(コンフィギュレーションデータ)
9、10 関連情報ファイル
1 Metaframe Server 2 Client 3 Printer 4 Printer Driver 5 Bidirectional Communication Module 6 Network Communication Module 7 Pseudo Network Communication Module 8 Data for Pseudo Bidirectional Communication (Configuration Data)
9, 10 Related information files

Claims (8)

クライアントと、プリンタと、そのプリンタのプリンタドライバを有し前記クライアントからログインに応じて前記プリンタに対応する論理プリンタを生成する機能を有するサーバとを含み、前記サーバにより前記プリンタの機器情報を双方向通信を用いて取得することができない画像印刷システムにおいて使用される前記サーバであって、
同一のプリンタ機種について、前記サーバにログインする全てのユーザまたはクライアントが共通で利用する第1の機器情報と、特定のユーザまたはクライアントのみが利用する第2の機器情報とを記憶する記憶手段と、
前記クライアントからサーバへのログイン時に当該クライアントから通知される情報に基づき、前記第1の機器情報と第2の機器情報のどちらを使用するかを決定する決定手段と、
前記決定手段により決定された前記第1または第2の機器情報を前記記憶手段から読み出し、前記生成された論理プリンタに前記読み出した機器情報を反映させる機器情報設定手段とを備えたことを特徴とするサーバ。
A client, a printer, and a server having a printer driver for the printer and having a function of generating a logical printer corresponding to the printer in response to a login from the client. The server used in an image printing system that cannot be acquired using two-way communication ,
Storage means for storing, for the same printer model, first device information shared by all users or clients who log in to the server and second device information used only by a specific user or client;
Determining means for deciding whether to use the first device information or the second device information based on information notified from the client when logging in to the server from the client;
And a device information setting unit that reads the first or second device information determined by the determination unit from the storage unit and reflects the read device information on the generated logical printer. Server.
前記第2の機器情報は、ユーザ識別情報またはクライアント識別情報と対応させて前記記憶手段に記憶されることを特徴とする請求項1記載のサーバ。   The server according to claim 1, wherein the second device information is stored in the storage unit in association with user identification information or client identification information. 前記決定手段は、ログインしたユーザまたはクライアントに対応する第2の機器情報が存在しなかった場合、第1の機器情報を使用するよう決定することを特徴とする請求項1または2記載のサーバ。   The server according to claim 1, wherein the determination unit determines to use the first device information when there is no second device information corresponding to the logged-in user or client. クライアントと、プリンタと、そのプリンタのプリンタドライバを有し前記クライアントからログインに応じて前記プリンタに対応する論理プリンタを生成する機能を有するサーバとを含み、前記サーバにより前記プリンタの機器情報を双方向通信を用いて取得することができない画像印刷システムにおいて使用される前記サーバが、論理プリンタに前記プリンタの機器情報を設定するプリンタ機器情報設定方法であって、
前記サーバは、同一のプリンタ機種について、前記サーバにログインする全てのユーザまたはクライアントが共通で利用する第1の機器情報と、特定のユーザまたはクライアントのみが利用する第2の機器情報とを記憶する記憶手段を備え、
前記サーバに備えられた決定手段が、前記クライアントからサーバへのログイン時に当該クライアントから通知される情報に基づき、前記第1の機器情報と第2の機器情報のどちらを使用するかを決定する決定ステップと、
前記サーバに備えられた機器情報設定手段が、前記決定ステップにおいて決定された前記第1または第2の機器情報を前記記憶手段から読み出し、前記生成された論理プリンタに前記読み出した機器情報を反映させる反映ステップとを有することを特徴とするプリンタ機器情報設定方法。
A client, a printer, and a server having a printer driver for the printer and having a function of generating a logical printer corresponding to the printer in response to a login from the client. the server used in an image printing system that can not be obtained using the direction communication, a printer device information setting method for setting device information of the printer to the logical printer,
The server stores, for the same printer model, first device information shared by all users or clients who log in to the server and second device information used only by a specific user or client. A storage means,
The determination means provided in the server determines whether to use the first device information or the second device information based on information notified from the client when the client logs in to the server. Steps,
The device information setting unit provided in the server reads the first or second device information determined in the determining step from the storage unit, and reflects the read device information on the generated logical printer. A printer device information setting method comprising: a reflecting step.
前記決定ステップにおいて、前記決定手段は、ログインしたユーザまたはクライアントに対応する第2の機器情報が存在しなかった場合、第1の機器情報を使用するよう決定することを特徴とする請求項記載のプリンタ機器情報設定方法。 Oite said determining step, said determining means, if the second device information corresponding to the user or client logged does not exist, the claims and determines to use the first device information 4. The printer device information setting method according to 4. クライアントと、プリンタと、そのプリンタのプリンタドライバを有し前記クライアントからログインに応じて前記プリンタに対応する論理プリンタを生成する機能を有するサーバとを含み、前記サーバにより前記プリンタの機器情報を双方向通信を用いて取得することができない画像印刷システムにおいて使用される前記サーバに、前記論理プリンタに前記プリンタの機器情報を設定する機能を実現させるためのプログラムであって、
前記サーバは、同一のプリンタ機種について、前記サーバにログインする全てのユーザまたはクライアントが共通で利用する第1の機器情報と、特定のユーザまたはクライアントのみが利用する第2の機器情報とを記憶する記憶手段を備え、
前記サーバを、
前記クライアントからサーバへのログイン時に当該クライアントから通知される情報に基づき、前記第1の機器情報と第2の機器情報のどちらを使用するかを決定する決定手段、
前記決定手段により決定された前記第1または第2の機器情報を前記記憶手段から読み出し、前記生成された論理プリンタに前記読み出した機器情報を反映させる機器情報設定手段、
として機能させるためのプログラム。
A client, a printer, and a server having a printer driver for the printer and having a function of generating a logical printer corresponding to the printer in response to a login from the client. the server used in an image printing system that can not be obtained using the counter communication, a program for realizing the function of setting the device information of the printer to the logical printer,
The server stores, for the same printer model, first device information shared by all users or clients who log in to the server and second device information used only by a specific user or client. A storage means,
The server,
Determining means for deciding whether to use the first device information or the second device information based on information notified from the client when logging in to the server from the client;
A device information setting unit that reads the first or second device information determined by the determination unit from the storage unit and reflects the read device information on the generated logical printer;
Program to function as.
前記決定手段は、ログインしたユーザまたはクライアントに対応する第2の機器情報が存在しなかった場合、第1の機器情報を使用するよう決定することを特徴とする請求項記載のプログラム。 7. The program according to claim 6 , wherein the determination unit determines to use the first device information when there is no second device information corresponding to the logged-in user or client. 請求項6又は7に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。 A computer-readable recording medium in which the program according to claim 6 or 7 is recorded.
JP2005240307A 2005-08-22 2005-08-22 Server, printer device information setting method, program, and recording medium Expired - Fee Related JP4130201B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005240307A JP4130201B2 (en) 2005-08-22 2005-08-22 Server, printer device information setting method, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005240307A JP4130201B2 (en) 2005-08-22 2005-08-22 Server, printer device information setting method, program, and recording medium

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2002233529A Division JP2004078282A (en) 2002-08-09 2002-08-09 Printer equipment information setting method, image printing device and program

Publications (2)

Publication Number Publication Date
JP2005346738A JP2005346738A (en) 2005-12-15
JP4130201B2 true JP4130201B2 (en) 2008-08-06

Family

ID=35498993

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005240307A Expired - Fee Related JP4130201B2 (en) 2005-08-22 2005-08-22 Server, printer device information setting method, program, and recording medium

Country Status (1)

Country Link
JP (1) JP4130201B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5063253B2 (en) * 2006-09-15 2012-10-31 株式会社リコー Network system and communication method
JP7110631B2 (en) * 2018-03-09 2022-08-02 株式会社リコー Information processing device, information processing system, and program

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0660002A (en) * 1992-08-10 1994-03-04 Ricoh Co Ltd Mode setting system of output device
JPH07141134A (en) * 1993-11-19 1995-06-02 Ricoh Co Ltd Shared printer
JP4478222B2 (en) * 1997-09-24 2010-06-09 キヤノン株式会社 Image forming system, image forming apparatus, and control method thereof
JP2000225754A (en) * 1999-02-08 2000-08-15 Fuji Xerox Co Ltd Parameter processing apparatus and printing system
JP2002055913A (en) * 2000-08-10 2002-02-20 Seiko Epson Corp System for mediating printing on network
JP2001249785A (en) * 2000-03-03 2001-09-14 Canon Inc Printing controller, printing system, printing related information judging method and storage medium
US7171442B1 (en) * 2000-09-18 2007-01-30 Canon Kabushiki Kaisha Printer maintenance scheme for a network centric printing system

Also Published As

Publication number Publication date
JP2005346738A (en) 2005-12-15

Similar Documents

Publication Publication Date Title
US7978351B2 (en) Printer configuration data setting method and server using the printer configuration data
KR100892000B1 (en) Restriction information generation apparatus and method, printing system with functional restriction, and printing authentication method
US8001270B2 (en) Method and apparatus for discovering a network address
US9069502B2 (en) System and method for controlling the settings of an imaging forming apparatus
US7876459B2 (en) Printing apparatus, print processing system and print processing method for processing print files having different file formats
US20060075092A1 (en) System and method for determining the status of users and devices from access log information
US20110261396A1 (en) Control device for managing drivers
JP2013088950A (en) Printing system and printing method
JP2006109459A (en) Print supporting apparatus, print processing apparatus, document processing system, method of controlling print supporting apparatus, print support control program, and computer readable recording medium
US20030133150A1 (en) Print system
US9635214B2 (en) Image processing system for setting filename to received image data, image processing method therefor, and storage medium
US20040186679A1 (en) Connection test method and information processing apparatus performing same
US20040105112A1 (en) Printer configuration data setting method and server using the printer configuration data
JP7168790B2 (en) Printing system and printing method
US20070006221A1 (en) Software install environment constructing apparatus
JP2006041764A (en) Log recording apparatus, log recording program, and recording medium
JP4130201B2 (en) Server, printer device information setting method, program, and recording medium
US20030133151A1 (en) Print system
JP6021651B2 (en) Management system, management method, and computer program
TWI530153B (en) Output management device, output management system, and output management method
US20090150531A1 (en) Data processing apparatus, control method therefor, and storage medium
US9692917B2 (en) Operating information storing system, operating information storing method, and non-transitory computer readable recording medium storing an operating information storing method for storing information from volatile memory to non-volatile memory
JP3925520B2 (en) Output device specifying apparatus, output device specifying control program, and output device specifying method
JP2011028557A (en) Image forming apparatus which has storage ban format setting
JP2003308184A (en) Job management system, job management apparatus, data processing apparatus, job management method, data processing method, and control program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050921

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050921

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071218

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080218

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080520

R150 Certificate of patent or registration of utility model

Ref document number: 4130201

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110530

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120530

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120530

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130530

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140530

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees