JP2011123627A - Information processing apparatus, information processing system, information processing method, and computer program - Google Patents

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

Info

Publication number
JP2011123627A
JP2011123627A JP2009279922A JP2009279922A JP2011123627A JP 2011123627 A JP2011123627 A JP 2011123627A JP 2009279922 A JP2009279922 A JP 2009279922A JP 2009279922 A JP2009279922 A JP 2009279922A JP 2011123627 A JP2011123627 A JP 2011123627A
Authority
JP
Japan
Prior art keywords
file
business data
receiving
client device
electronic ticket
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2009279922A
Other languages
Japanese (ja)
Inventor
Yoshiaki Sahara
義明 佐原
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 IT Solutions Inc
Original Assignee
Canon IT Solutions 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 IT Solutions Inc filed Critical Canon IT Solutions Inc
Priority to JP2009279922A priority Critical patent/JP2011123627A/en
Publication of JP2011123627A publication Critical patent/JP2011123627A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a method which, when transmitting business data and files annexed to the business data over two stages, allows a server to link files transmitted from a plurality of clients with the business data and register the files and the business data in a system under consistency. <P>SOLUTION: A path (file arrangement place) of a file transmitted to the server is encrypted and the encrypted character string is issued to a client transferring the file as a license capable of accessing the transfer file. Thereby, transfer files transmitted from a plurality of clients can be identified and access to the transfer files can be controlled. Further file arrangement places are divided into a primary file area and a confirmed file area, and after temporarily storing a transferred file in the primary file area, the temporarily stored file is moved to the confirmed file area in accordance with registration of business data to regard the movement to the confirmed file area as actual registration in the system. Consequently the transfer file and the business data which are individually transmitted can be registered in the system under consistency. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、クライアントサーバシステムのファイル転送方式に関し、特にクライアントからサーバへ業務データとファイルを二段階に分けて送信する方法と、別々に送信された業務データとファイルとの整合性をもってサーバに登録する方法に関する。   The present invention relates to a file transfer method for a client-server system, and in particular, a method for transmitting business data and files from a client to a server in two stages, and registration of the business data and files transmitted separately to the server. On how to do.

一般的に、クライアントサーバシステムにおけるファイル転送機能は、複数のクライアントから特定のサーバへ、画像ファイルやアプリケーションデータファイルなどを転送する際に利用されている。従来例として、特許文献1には、ファイル転送にまつわる各種プログラム負荷を軽減させるための発明が公開されている。   Generally, a file transfer function in a client server system is used when transferring an image file, an application data file, or the like from a plurality of clients to a specific server. As a conventional example, Patent Document 1 discloses an invention for reducing various program loads related to file transfer.

一方、業務アプリケーションでファイル転送する際は、通常それのみで実行されるケースは少なく、何らかの業務手続に含まれる処理の一つとして実行される。例えば、販売管理システムで商品データを登録する際は、商品の名称や説明文などの業務データ(テキストデータ)と商品写真などの画像データを、一つの業務手続としてシステムへ登録する。この場合、テキスト形式のデータと画像情報などのバイナリ形式のデータを一つの通信メッセージとしてまとめてサーバに送信できればよいが、通信プロトコルの制約やその他システム構成上の都合で、一つにまとめられないことがある。   On the other hand, when a file is transferred by a business application, it is rarely executed by itself, and is executed as one of processes included in some business procedure. For example, when registering product data in a sales management system, business data (text data) such as product names and descriptions and image data such as product photos are registered in the system as one business procedure. In this case, text-format data and binary-format data such as image information need only be collected and sent to the server as a single communication message. However, they cannot be combined into one because of restrictions on the communication protocol and other system configurations. Sometimes.

例えば、Webサービスの主要な通信プロトコルの一つであるSOAPはテキストベースのプロトコルであり、バイナリデータをそのまま通信できないという制約があり、バイナリデータを転送するためにはMTOMなどのSOAP拡張仕様を利用しなければならない。また、アプリケーションサーバとファイルサーバが別マシンで管理されており、クライアントから送られるテキスト形式データはアプリケーションサーバを通してデータベースに登録し、バイナリ形式データはファイルサーバに配置したいという場合には、アプリケーションサーバに2つのデータをまとめて送信し、そこでファイルサーバとデータベースへ振り分けるより、クライアントで通信を2つに分けて、バイナリファイルは直接ファイルサーバにアップロードした方が、通信性能が良くなる。そのような場合、業務データを送信する前に、あらかじめそれに付随するファイルを転送しておき、その後、業務データの送信後に予め転送したファイルと紐付けた上でシステムへ登録するという、二段階の通信手続きが必要になる。   For example, SOAP, which is one of the main communication protocols of Web services, is a text-based protocol, and there is a restriction that binary data cannot be communicated as it is, and in order to transfer binary data, a SOAP extension specification such as MTOM is used. Must. When the application server and the file server are managed by different machines, text format data sent from the client is registered in the database through the application server, and binary format data is to be placed in the file server. Rather than sending two pieces of data together and allocating them to a file server and a database, the communication performance is better if the communication is divided into two by the client and the binary file is uploaded directly to the file server. In such a case, before sending the business data, transfer the file associated with it in advance, and then link it with the file transferred in advance after sending the business data and register it in the system. Communication procedures are required.

特開平5−35619号公報JP-A-5-35619

特許文献1に記載されているような一般的なファイル転送方式では、ファイル転送処理のみへの関心に限られており、本発明で述べる転送ファイルと業務データを別々の通信で送信する方法や、それらを整合性をもってシステムへ登録する方法が述べられていない。業務データとそれに付随するファイルの転送に際し、クライアントからサーバへファイルを転送する処理と転送ファイルを業務データに紐づける処理の二段階の通信手続きを実施する場合、以下の二つの課題が挙げられる。   In a general file transfer system as described in Patent Document 1, the interest is limited to only the file transfer process, a method for transmitting the transfer file and business data described in the present invention by separate communication, It does not describe how to register them in the system with consistency. When transferring business data and a file associated therewith, the following two problems are involved in carrying out a two-step communication procedure of processing for transferring a file from the client to the server and processing for associating the transfer file with business data.

一つ目は、マルチクライアント環境において、サーバは複数のクライアントから複数の転送ファイルを受け付けるため、ファイルを転送したクライアントとは別のクライアントが誤ってもしくは故意に転送ファイルを横取りする可能性がある。   First, in a multi-client environment, since the server accepts a plurality of transfer files from a plurality of clients, there is a possibility that a client other than the client that transferred the files may accidentally or intentionally intercept the transfer file.

二つ目は、業務データとそれに付随するファイルの通信を別にすると、それら二つのデータが整合性をもってシステムに登録されない可能性がある。例えば、ファイルの転送に成功して業務データの登録に失敗した場合、システム上にファイルが存在してもそれに対応する業務データが存在しないという不整合が生じる。   Second, if the business data and the accompanying file are separated from each other, there is a possibility that the two data may not be registered in the system with consistency. For example, when file transfer succeeds and business data registration fails, there is an inconsistency that even if a file exists on the system, there is no corresponding business data.

本発明は、前記課題を解決する手段として、サーバで転送ファイルを識別及びアクセス制御する方法と、転送ファイルと業務データとを整合性をもってシステムに登録する方法を提供することを目的とする。   An object of the present invention is to provide a method for identifying and controlling access to a transfer file at a server and a method for registering the transfer file and business data in a system in a consistent manner as means for solving the problems.

上記の目的を達成するために、本発明の情報処理システムは以下の構成を備える。即ち、 サーバ装置とクライアント装置とを備え、前記クライアント装置から前記サーバ装置に対して、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で送信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理システムであって、前記管理サーバ装置は、前記クライアント装置から前記ファイルを受信する第1の受信手段と、前記受信手段で受信したファイルを記憶装置に記憶する記憶手段と、前記記憶手段で記憶したファイルを特定するための電子チケットを生成する生成手段と、前記生成手段で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信手段と、前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信手段と、前記第2の受信手段で受信した電子チケットを用いて、前記記憶装置に記憶されているファイルのうち当該業務データと関連するファイルを特定する特定手段と、前記特定手段で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録手段と、を備え、前記クライアント装置は、前記サーバ装置に対して、ファイルを送信する第2の送信手段と、前記第1の送信手段で送信された電子チケットを受信する第3の受信手段と、第3の受信手段で受信した電子チケットとともに前記業務データを前記サーバ装置に送信する第3の送信手段とを備え、前記第2の送信手段と、前記第3の送信手段とは、異なるプロトコルを用いて前記サーバ装置に対してデータ通信を行うことを特徴とする。   In order to achieve the above object, an information processing system of the present invention comprises the following arrangement. That is, a server device and a client device are provided, and business data to be registered in a database and a file associated with the business data are transmitted from the client device to the server device through different communications, and the business data and the An information processing system for associating and registering a file in the database, wherein the management server device stores a first reception unit that receives the file from the client device, and a file received by the reception unit in a storage device Storage means for storing; generating means for generating an electronic ticket for specifying a file stored in the storing means; and a first electronic device for transmitting the electronic ticket generated by the generating means to a client device that has transmitted the file. The transaction means together with the electronic ticket from the transmission means and the client device And a specifying unit for specifying a file related to the business data among the files stored in the storage device by using the electronic ticket received by the second receiving unit. And a registration means for associating and registering the file specified by the specifying means and the business data in the database, wherein the client device transmits a file to the server device. Means, a third receiving means for receiving the electronic ticket transmitted by the first transmitting means, and a third transmission for transmitting the business data to the server device together with the electronic ticket received by the third receiving means. And the second transmission unit and the third transmission unit perform data communication with the server device using different protocols. And

上記の目的を達成するために、本発明の情報処理装置は以下の構成を備える。即ち、クライアント装置から、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で受信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理装置であって、前記クライアント装置から前記ファイルを受信する第1の受信手段と、前記受信手段で受信したファイルを記憶装置に記憶する記憶手段と、前記記憶手段で記憶したファイルを特定するための電子チケットを生成する生成手段と、前記生成手段で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信手段と、前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信手段と、前記第2の受信手段で受信した電子チケットを用いて。前記記憶装置に記憶されているファイルのうち当該業務データと関連するファイルを特定する特定手段と、前記特定手段で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録手段と、を備え、前記第1の受信手段と、第2の受信手段とは、異なるプロトコルによるデータ通信により前記クライアント装置から送信されたデータを受信することを特徴とする。   In order to achieve the above object, an information processing apparatus of the present invention comprises the following arrangement. That is, an information processing apparatus that receives business data to be registered in a database and a file related to the business data from a client device through different communications and registers the business data and the file in association with each other in the database. A first receiving means for receiving the file from the client device; a storage means for storing the file received by the receiving means in a storage device; and generating an electronic ticket for specifying the file stored by the storage means Generating means, a first transmitting means for transmitting the electronic ticket generated by the generating means to the client apparatus that transmitted the file, and a second receiving means for receiving the business data together with the electronic ticket from the client apparatus And using the electronic ticket received by the second receiving means. A specifying means for specifying a file associated with the business data among files stored in the storage device, a file specified by the specifying means, a registration means for registering the business data in association with the database, The first receiving means and the second receiving means receive data transmitted from the client device by data communication using different protocols.

上記の目的を達成するために、本発明の情報処理方法は以下の構成を備える。即ち、 前記クライアント装置から、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で受信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理装置により行われる情報処理方法あって、前記クライアント装置から前記ファイルを受信する第1の受信工程と、前記受信工程で受信したファイルを記憶装置に記憶する記憶工程と、前記記憶装置に記憶したファイルを特定するための電子チケットを生成する生成工程と、前記生成工程で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信工程と、前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信工程と、前記第2の受信工程で受信した電子チケットを用いて前記記憶装置に記憶されているファイルのうち、当該業務データと関連するファイルを特定する特定工程と、前記特定工程で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録工程と、を備え、前記第1の受信工程と、第2の受信工程は、異なるプロトコルによるデータ通信により前記クライアント装置から送信されたデータを受信することを特徴とする。   In order to achieve the above object, an information processing method of the present invention comprises the following arrangement. In other words, the business data to be registered in the database and the file associated with the business data are received from the client device through different communications, and the information processing device that associates the business data and the file with each other and registers them in the database A first reception step of receiving the file from the client device, a storage step of storing the file received in the reception step in a storage device, and specifying the file stored in the storage device A generating step for generating an electronic ticket, a first transmitting step for transmitting the electronic ticket generated in the generating step to the client device that transmitted the file, and receiving the business data together with the electronic ticket from the client device Received in the second receiving step and the second receiving step Among the files stored in the storage device using a child ticket, a specific step for specifying a file related to the business data, a file specified in the specific step, and the business data are associated with each other in the database. A registration step of registering, wherein the first reception step and the second reception step receive data transmitted from the client device by data communication according to different protocols.

上記の目的を達成するために、本発明のコンピュータプログラムは以下の構成を備える。即ち、コンピュータを、前記クライアント装置から、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で受信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理装置として機能させるコンピュータプログラムであって、前記コンピュータを、前記クライアント装置から前記ファイルを受信する第1の受信手段と、前記受信手段で受信したファイルを記憶装置に記憶する記憶手段と、前記記憶手段で記憶したファイルを特定するための電子チケットを生成する生成手段と、前記生成手段で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信手段と、前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信手段と、前記第2の受信手段で受信した電子チケットを用いて前記記憶装置に記憶されているファイルのうち、当該業務データと関連するファイルを特定する特定手段と、前記特定手段で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録手段、として機能させ、前記第1の受信手段と、第2の受信手段は、異なるプロトコルによるデータ通信により前記クライアント装置から送信されたデータを受信することを特徴とする。   In order to achieve the above object, the computer program of the present invention comprises the following arrangement. That is, the computer receives from the client device business data to be registered in the database and a file associated with the business data through different communications, and associates the business data and the file with each other and registers them in the database. A computer program for causing a computer to function, comprising: a first receiving unit that receives the file from the client device; a storage unit that stores a file received by the receiving unit in a storage device; and the storage unit Generating means for generating an electronic ticket for specifying the file stored in step 1; first transmitting means for transmitting the electronic ticket generated by the generating means to the client apparatus that has transmitted the file; Receive the business data along with the ticket A second receiving unit; a specifying unit for specifying a file associated with the business data among files stored in the storage device using the electronic ticket received by the second receiving unit; and the specifying unit Functioning as registration means for associating and registering the file specified in step 1 and the business data in the database, and the first receiving means and the second receiving means are connected to the client device by data communication using different protocols. It is characterized by receiving transmitted data.

本発明によれば、業務データとそれに付随するファイルを二段階に分けて転送するに際し、転送されたファイルがどのクライアントから転送されたものか識別し、同ファイルを転送したクライアントしかアクセスできないようにする。また、業務データとそれに付随するファイルを、整合性をもってシステムに登録することができる。   According to the present invention, when transferring business data and its accompanying file in two stages, it is possible to identify from which client the transferred file has been transferred, so that only the client that transferred the file can access it. To do. In addition, business data and accompanying files can be registered in the system with consistency.

本発明のデータベースシステムのシステム構成の一例を示す図である。It is a figure which shows an example of the system configuration | structure of the database system of this invention. 図1のアプリケーションサーバに適用可能な情報処理装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the information processing apparatus applicable to the application server of FIG. 図1のアプリケーションサーバ102及びクライアント装置103のモジュール構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a module configuration of an application server 102 and a client device 103 in FIG. 1. ファイル登録処理の一例を示すフローチャートである。It is a flowchart which shows an example of a file registration process. ファイル変更処理の一例を示すフローチャートである。It is a flowchart which shows an example of a file change process. 商品登録画面の一例を示す図である。It is a figure which shows an example of a goods registration screen. 商品変更画面の一例を示す図である。It is a figure which shows an example of a goods change screen. 一次ファイル領域に保存されるファイルの属性データの構成の一例を示す図である。It is a figure which shows an example of a structure of the attribute data of the file preserve | saved at a primary file area. 確定ファイル領域に保存されるファイルの属性データの構成の一例を示す図である。It is a figure which shows an example of a structure of the attribute data of the file preserve | saved at a fixed file area | region. 業務データ領域に保存されるデータの構成の一例を示す図である。It is a figure which shows an example of a structure of the data preserve | saved at the business data area.

以下、図面を参照して、本発明の実施形態を詳細に説明する。図1は本発明の実施形態におけるシステム構成を示す図である。なお、図1のネットワーク104上に接続される各種端末の構成は一例であり、用途や目的に応じて様々な構成例があることは言うまでもない。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram showing a system configuration in an embodiment of the present invention. Note that the configuration of various terminals connected to the network 104 in FIG. 1 is an example, and it is needless to say that there are various configuration examples depending on applications and purposes.

図1において、データベースサーバ101はトランザクション機能を有するデータベース管理システムを備え、アプリケーションで永続化される業務データを維持管理する。アプリケーションサーバ102はデータベースサーバ101にアクセスするなどして、業務データの登録や更新、検索、加工等の業務システムの処理を行う。クライアント装置103−1及び103−2(以下、まとめてクライアント装置103という)は、GUIにてシステム利用者からの業務データの登録、更新、検索などの要求を受け付けるが、セキュリティ上の理由からデータベースサーバ101に直接アクセスしない。業務データの登録、更新、検索などの要求はネットワーク104を通じてアプリケーションサーバ102に委譲され、そこで実際の処理を実行させる。   In FIG. 1, a database server 101 includes a database management system having a transaction function, and maintains and manages business data that is made permanent by an application. The application server 102 accesses the database server 101 and performs business system processing such as business data registration, update, search, and processing. Client devices 103-1 and 103-2 (hereinafter collectively referred to as client device 103) accept business data registration, update, and search requests from system users via a GUI. Do not access the server 101 directly. Requests such as registration, update, and search of business data are transferred to the application server 102 through the network 104, and actual processing is executed there.

次に、図1のデータベースサーバ101やアプリケーションサーバ102、クライアント103に適用可能な情報処理装置のハードウェア構成について、図2を用いて説明する。   Next, a hardware configuration of an information processing apparatus applicable to the database server 101, the application server 102, and the client 103 in FIG. 1 will be described with reference to FIG.

CPU201は、システムバス204に接続される後述の各デバイスやコントローラを統括的に制御する。また、ROM203あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ装置或いは各クライアント装置の実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。RAM202は、CPU201の主メモリ、ワークエリア等として機能する。   The CPU 201 comprehensively controls devices and controllers described later connected to the system bus 204. In addition, the ROM 203 or the external memory 211 implements a BIOS (Basic Input / Output System) or an operating system program (hereinafter referred to as an OS), which is a control program for the CPU 201, and functions executed by each server device or each client device. Various programs and the like which will be described later are stored. The RAM 202 functions as a main memory, work area, and the like for the CPU 201.

CPU201は、処理の実行に際して必要なプログラム等をRAM202にロードして、プログラムを実行することで各種動作を実現するものである。また、入力コントローラ(入力C)205は、キーボードやポインティングデバイス等で構成される入力装置209からの入力を制御する。ビデオコントローラ(VC)206は、ディスプレイ装置210等の表示装置への表示を制御する。ディスプレイ装置は、例えばCRTディスプレイや液晶ディスプレイ等で構成される。   The CPU 201 implements various operations by loading a program necessary for execution of processing into the RAM 202 and executing the program. An input controller (input C) 205 controls input from an input device 209 configured with a keyboard, a pointing device, and the like. A video controller (VC) 206 controls display on a display device such as the display device 210. The display device is composed of, for example, a CRT display or a liquid crystal display.

メモリコントローラ(MC)207は、ブートプログラム、ブラウザソフトウエア、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、各種データ等を記憶するハードディスク(HD)やフロッピーディスク(登録商標 FD)或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュメモリ等の外部メモリ211へのアクセスを制御する。   A memory controller (MC) 207 is a hard disk (HD), floppy disk (registered trademark FD) or PCMCIA card slot for storing boot programs, browser software, various applications, font data, user files, editing files, various data, and the like. Controls access to an external memory 211 such as a compact flash memory connected via an adapter.

通信I/Fコントローラ(通信I/FC)208は、ネットワークを介して、外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いたインターネット通信等が可能である。   A communication I / F controller (communication I / FC) 208 is connected to and communicates with an external device via a network, and executes communication control processing in the network. For example, Internet communication using TCP / IP is possible.

なお、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、ディスプレイ装置210上での表示を可能としている。また、CPU201は、ディスプレイ装置210上の不図示のマウスカーソル等でのユーザ指示を可能とする。   Note that the CPU 201 enables display on the display device 210 by executing outline font rasterization processing on a display information area in the RAM 203, for example. Further, the CPU 201 enables a user instruction with a mouse cursor (not shown) on the display device 210.

本発明のデータベースサーバ101、アプリケーションサーバ102、及びクライアント装置103が後述する各種処理を実行するために用いられるプログラムは外部メモリ211に記録されており、必要に応じてRAM202にロードされることによりCPU201によって実行されるものである。さらに、本発明に係わるプログラムが用いる定義ファイルや各種情報テーブルは外部メモリ211に格納されている。以上が、図2の説明である。   A program used by the database server 101, the application server 102, and the client apparatus 103 of the present invention to execute various processes to be described later is recorded in the external memory 211, and is loaded into the RAM 202 as needed to load the CPU 201. Is to be executed. Furthermore, definition files and various information tables used by the program according to the present invention are stored in the external memory 211. The above is the description of FIG.

次に、図1のデータベースサーバ101やアプリケーションサーバ102、クライアント103の内部構成について、図3のモジュール構成図を用いて説明する。   Next, the internal configuration of the database server 101, the application server 102, and the client 103 in FIG. 1 will be described using the module configuration diagram in FIG.

図3において、クライアントプログラム301はシステム利用者から業務データとそれに付随するファイルのパスの入力を受けて、それらのデータをアプリケーションサーバ102へ送信するプログラムである。ただし、実際のファイル送信処理は行わず、後述するファイル送信部302に命令する。ファイル送信部302は本発明のファイル転送方式を実装したモジュールで、クライアントプログラム301から送信対象とするファイルのパスを受け取り、当該パス上にあるファイル本体を実際にアプリケーションサーバ102へ転送する処理を行う。   In FIG. 3, a client program 301 is a program that receives input of business data and a file path associated therewith from a system user and transmits the data to the application server 102. However, the actual file transmission process is not performed, and the file transmission unit 302 described later is instructed. The file transmission unit 302 is a module that implements the file transfer method of the present invention, receives a path of a file to be transmitted from the client program 301, and performs a process of actually transferring a file body on the path to the application server 102. .

サーバプログラム303は、クライアントプログラム301から受信した業務データを加工して、データベースサーバ101の業務データ領域307へ登録するプログラムである。ただし、業務データに先だってファイル送信部302より送信されたファイルは自ら操作せず、後述するファイル処理部304に命令して、システムへ登録させる。ファイル処理部304は、ファイル送信部302から送信されたファイルを受信して、ディスク上の一時ファイル領域305に保存する。   The server program 303 is a program that processes the business data received from the client program 301 and registers it in the business data area 307 of the database server 101. However, the file transmitted from the file transmission unit 302 prior to the business data is not operated by itself, but is instructed to the file processing unit 304 described later to be registered in the system. The file processing unit 304 receives the file transmitted from the file transmission unit 302 and stores it in the temporary file area 305 on the disk.

その後、ファイル処理部304は、サーバプログラム303からの命令を契機として、一時ファイル領域305にあるファイルを確定ファイル領域306に移動する。転送ファイルは確定ファイル領域306に移動することでシステムに登録された状態となる。なお、本発明において、ファイルの保存場所は必ずしもアプリケーションサーバ102の外部メモリ211である必要はなく、ネットワーク104を通じて別のファイルサーバが有する外部メモリに保存することも勿論可能である。以上が図3のモジュール構成図の説明である。   Thereafter, the file processing unit 304 moves a file in the temporary file area 305 to the fixed file area 306 in response to an instruction from the server program 303. The transfer file is registered in the system by moving to the fixed file area 306. In the present invention, the file storage location does not necessarily have to be the external memory 211 of the application server 102, and can of course be stored in an external memory of another file server via the network 104. The above is the description of the module configuration diagram of FIG.

次に、図4を参照して、アプリケーションサーバ102及びクライアント装置103によって行われる、業務データと付随するファイルをシステムへ登録する処理(ファイル登録処理)について説明する。この処理は、クライアント装置103のCPU201及びアプリケーションサーバ102のCPU201によって行われる。以降の説明では図3のクライアントプログラム301の制御に従ってクライアント装置103のCPU201が行う処理を、クライアントプログラム301が行う処理として、ファイル送受信部302を実現するモジュールの制御に従ってCPU201が行う処理をファイル送受信部302が行う処理として説明する。また、同様に、図3のサーバプログラム303の制御に従ってアプリケーションサーバ102のCPU201が行う処理を、サーバプログラム303が行う処理として、ファイル処理部304を実現するモジュールに従ってCPU201が行う処理をファイル処理部が行う処理として記載することにする。   Next, with reference to FIG. 4, a process (file registration process) performed by the application server 102 and the client apparatus 103 for registering business data and accompanying files in the system will be described. This process is performed by the CPU 201 of the client apparatus 103 and the CPU 201 of the application server 102. In the following description, the process performed by the CPU 201 of the client apparatus 103 according to the control of the client program 301 in FIG. 3 is performed as the process performed by the client program 301, and the process performed by the CPU 201 according to the control of the module that implements the file transmission / reception unit 302 is performed. This will be described as processing performed by 302. Similarly, the processing performed by the CPU 201 of the application server 102 in accordance with the control of the server program 303 in FIG. 3 is performed by the file processing unit as the processing performed by the server program 303 according to the module that implements the file processing unit 304. It will be described as processing to be performed.

ステップS401では、クライアントプログラム301は、図6に示す商品登録画面600をディスプレイ装置210に表示させ、システム利用者が業務データと画像ファイルなどの送信ファイルのパスの入力を受け付ける。入力受け付け後、クライアントプログラム301はファイル送受信部302を呼び出して、入力されたファイルをアプリケーションサーバ102に送信するように命令する。尚、図6に示す商品登録画面600の構成については後述する。   In step S401, the client program 301 displays the product registration screen 600 shown in FIG. 6 on the display device 210, and the system user accepts input of the path of transmission files such as business data and image files. After receiving the input, the client program 301 calls the file transmission / reception unit 302 and instructs the application server 102 to transmit the input file. The configuration of the product registration screen 600 shown in FIG. 6 will be described later.

ステップS402では、ファイル送受信部302がクライアントプログラム301から、ステップS401で入力されたファイルパスを受け取り、当該パス上にあるファイルを、あらかじめシステム管理者によって設定されたアプリケーションサーバ102のネットワークアドレス宛に送信する。ファイルを送信する際には、HTTPやFTPなどのファイル転送用プロトコルを利用する。   In step S402, the file transmission / reception unit 302 receives the file path input in step S401 from the client program 301, and transmits the file on the path to the network address of the application server 102 set in advance by the system administrator. To do. When transmitting a file, a file transfer protocol such as HTTP or FTP is used.

ステップS403では、ファイル処理部304がファイル送受信部302から送信されたファイルを受信する。そして、ステップ404で、受信したファイルそれぞれに一意な識別子を付与して、外部メモリ211の一時ファイル領域305に保存する。保存後、ステップS405で、一次ファイル領域305に保存したファイルの物理パスを暗号化する。暗号化した文字列は、ステップS406で、ファイル処理部304が転送チケット(電子チケット)としてクライアント装置103に返信する。転送チケットは、一時ファイル領域305の当該ファイルにアクセスするための許可証としての役割を担う。転送チケットは暗号化されているため、ネットワーク上で盗聴されても、一次ファイル領域305上の一次ファイルを特定することはできない。   In step S403, the file processing unit 304 receives the file transmitted from the file transmitting / receiving unit 302. In step 404, a unique identifier is assigned to each received file and stored in the temporary file area 305 of the external memory 211. After the saving, in step S405, the physical path of the file saved in the primary file area 305 is encrypted. In step S406, the encrypted character string is returned to the client apparatus 103 by the file processing unit 304 as a transfer ticket (electronic ticket). The transfer ticket serves as a permit for accessing the file in the temporary file area 305. Since the transfer ticket is encrypted, the primary file on the primary file area 305 cannot be specified even if it is wiretapped on the network.

ステップS407では、ファイル送受信部302が、ファイル送受信部302によるファイルの送信に応じてファイル処理部304により作成された転送チケットを受信する。受信した転送チケットは、ファイル送受信部302の呼出し元のクライアントプログラム301へ渡される。その後、ステップS408で、クライアントプログラム301は、システム利用者によって入力された業務データとファイル処理部304より受け取った転送チケットを合わせてサーバプログラム303へ送信する。これらのデータを送信する際の通信プロトコルは、開発プラットフォーム独自のプロトコル(.NETやJAVA(登録商標)のリモート通信プロトコルなど)やHTTPなど自由であり、ファイル転送機能302がステップS402で利用した通信プロトコルと合わせる必要はない。また、ここでファイル名も合わせて送信することが可能である。ファイル名を送信した場合には、ステップS402で送信されたファイルが当該ファイル名を含むファイル名のファイルとして、確定ファイル領域306に保存されることになる。   In step S407, the file transmission / reception unit 302 receives the transfer ticket created by the file processing unit 304 in response to the file transmission by the file transmission / reception unit 302. The received transfer ticket is passed to the caller client program 301 of the file transmission / reception unit 302. Thereafter, in step S408, the client program 301 transmits the business data input by the system user and the transfer ticket received from the file processing unit 304 to the server program 303. The communication protocol for transmitting these data can be any protocol unique to the development platform (such as .NET or JAVA (registered trademark) remote communication protocol) or HTTP, and the communication used by the file transfer function 302 in step S402. There is no need to match the protocol. In addition, the file name can also be transmitted here. When the file name is transmitted, the file transmitted in step S402 is stored in the confirmed file area 306 as a file having a file name including the file name.

ステップS409では、サーバプログラム303がクライアントプログラム301から業務データと転送チケットを受信する。その後、ステップS410で、業務データを登録するために、データベースサーバ101が備えるデータベース管理システムのトランザクション機能を開始する。トランザクション開始後、ステップS411で、業務データをデータベースに仮登録する。業務データは、データベース管理システムのトランザクションを確定しない限り本登録されない。その後、ステップS412で、サーバプログラム303はファイル処理部304に対して転送チケットを渡して、一時ファイル領域305にある、転送チケットを復号することで得られるファイルパスで特定されるファイルを確定ファイル領域306に移動するように命令する。   In step S409, the server program 303 receives business data and a transfer ticket from the client program 301. Thereafter, in step S410, the transaction function of the database management system provided in the database server 101 is started to register business data. After the transaction starts, business data is provisionally registered in the database in step S411. The business data is not registered unless the transaction of the database management system is confirmed. Thereafter, in step S412, the server program 303 passes the transfer ticket to the file processing unit 304, and the file specified by the file path obtained by decrypting the transfer ticket in the temporary file area 305 is determined as the fixed file area. Command to move to 306.

ステップS413では、ファイル処理部304がサーバプログラム303より受け取った転送チケットを復号し、一時ファイル領域305上のファイル名(=ファイルパス)を取得する。そして、ステップS414で、ステップS413で得られたファイルパスで特定される一時ファイル領域305上のファイルを確定ファイル領域306へ移動する。移動が完了したところで一時ファイル領域305上のファイルを削除する。確定ファイル領域306へ移動することにより、当該ファイルはシステムに正常に登録されたことになる。   In step S413, the file processing unit 304 decrypts the transfer ticket received from the server program 303, and acquires the file name (= file path) on the temporary file area 305. In step S414, the file on the temporary file area 305 specified by the file path obtained in step S413 is moved to the fixed file area 306. When the movement is completed, the file on the temporary file area 305 is deleted. By moving to the fixed file area 306, the file is normally registered in the system.

ステップS415では、ファイル移動が成功した場合、サーバプログラム303がデータベース管理システムのトランザクションを確定し、仮登録されていた業務データを本登録する。(ステップS416)なお、業務データ領域307に登録する業務データには、確定ファイル領域306に存在するファイルを識別するための当該ファイル名が含まれる。ファイル移動が失敗した場合、データベースのトランザクションを取消し、仮登録されていた業務データを削除する。(ステップS417)その後、ステップS418で、業務データとファイルの登録結果をクライアントに返信する。   In step S415, if the file move is successful, the server program 303 finalizes the transaction of the database management system and permanently registers the temporarily registered business data. (Step S416) The business data registered in the business data area 307 includes the file name for identifying the file existing in the confirmed file area 306. If the file move fails, cancel the database transaction and delete the temporarily registered business data. (Step S417) Then, in step S418, the business data and file registration result are returned to the client.

ステップS419では、クライアントプログラム301がサーバプログラム303から実行結果を受信し、ユーザに通知する。登録に失敗した場合は、システム利用者に再登録を促すなどの処理を実行する。以上が、ファイル登録処理の説明である。   In step S419, the client program 301 receives the execution result from the server program 303 and notifies the user. If registration fails, processing such as prompting the system user to re-register is executed. The above is the description of the file registration process.

次に、システムに登録されている業務データとファイルを変更するまでの処理フローを、図5のフローチャートを用いて説明する。この処理は、クライアント装置103のCPU201及びアプリケーションサーバ102のCPU201によって行われる。以降の説明では図3のクライアントプログラム301の制御に従ってクライアント装置103のCPU201が行う処理を、クライアントプログラム301が行う処理として、ファイル送受信部302を実現するモジュールの制御に従ってCPU201が行う処理をファイル送受信部302が行う処理として説明する。また、同様に、図3のサーバプログラム303の制御に従ってアプリケーションサーバ102のCPU201が行う処理を、サーバプログラム303が行う処理として、ファイル処理部304を実現するモジュールに従ってCPU201が行う処理をファイル処理部が行う処理として記載することにする。   Next, a processing flow until the business data and files registered in the system are changed will be described with reference to the flowchart of FIG. This process is performed by the CPU 201 of the client apparatus 103 and the CPU 201 of the application server 102. In the following description, the process performed by the CPU 201 of the client apparatus 103 according to the control of the client program 301 in FIG. 3 is performed as the process performed by the client program 301, and the process performed by the CPU 201 according to the control of the module that implements the file transmission / reception unit 302 is performed. This will be described as processing performed by 302. Similarly, the processing performed by the CPU 201 of the application server 102 in accordance with the control of the server program 303 in FIG. 3 is performed by the file processing unit as the processing performed by the server program 303 according to the module that implements the file processing unit 304. It will be described as processing to be performed.

ステップS501では、クライアントプログラム301は、例えば図7に示す商品変更画面700をディスプレイ装置210に表示させ、当該画面を介して、システム利用者が変更する業務データとファイルのパスの入力を受け付ける。入力後、クライアントプログラム301はファイル送受信部302を呼び出して、入力されたパスで特定されるファイルをサーバに送信するように命令する。ステップS502では、ファイル送受信部302がクライアントプログラム301からファイルパスを受け取り、当該パス上にあるファイルを、あらかじめシステム管理者によって設定されたアプリケーションサーバ102のネットワークアドレス宛に送信する。尚、図7の商品変更画面700の構成については後述することにする。   In step S501, the client program 301 displays a product change screen 700 shown in FIG. 7 on the display device 210, for example, and accepts input of business data and a file path to be changed by the system user via the screen. After the input, the client program 301 calls the file transmission / reception unit 302 to instruct to transmit the file specified by the input path to the server. In step S502, the file transmission / reception unit 302 receives a file path from the client program 301, and transmits a file on the path to the network address of the application server 102 set in advance by the system administrator. The configuration of the product change screen 700 in FIG. 7 will be described later.

ステップS503では、ファイル処理部304がファイル送受信部302から送信されたファイルを受信する。そして、ステップS404で、受信したファイルごとに一意な識別子を付与して、ディスク上の一時ファイル領域305に保存する。保存後、ステップS505で、一次ファイル領域305に保存したファイルの物理パスを暗号化する。暗号化した文字列は、ステップS506で、転送チケットとしてクライアント装置103に送信する。   In step S <b> 503, the file processing unit 304 receives the file transmitted from the file transmitting / receiving unit 302. In step S404, a unique identifier is assigned to each received file and stored in the temporary file area 305 on the disk. After saving, in step S505, the physical path of the file saved in the primary file area 305 is encrypted. The encrypted character string is transmitted to the client device 103 as a transfer ticket in step S506.

ステップS507では、ファイル送受信部302が、ファイル送受信部302によるファイルの送信に応じてファイル処理部304により作成された転送チケットを受信する。受信した転送チケットは、ファイル送受信部302の呼出し元のクライアントプログラム301へ渡される。その後、ステップS508で、クライアントプログラム301は、システム利用者によって入力された業務データとファイル処理部304より受け取った転送チケットを合わせてサーバプログラム303へ送信する。ファイルの更新を行う場合には、そのファイルを追加登録するのかそれとも既に登録されているファイルを更新(上書き)するのかの指定も合わせて送信することになる。   In step S507, the file transmission / reception unit 302 receives the transfer ticket created by the file processing unit 304 in response to the file transmission by the file transmission / reception unit 302. The received transfer ticket is passed to the caller client program 301 of the file transmission / reception unit 302. Thereafter, in step S508, the client program 301 transmits the business data input by the system user and the transfer ticket received from the file processing unit 304 to the server program 303. When a file is updated, the designation of whether to additionally register the file or whether to update (overwrite) the already registered file is also transmitted.

ステップS509では、サーバプログラム303がクライアントプログラム301から業務データと転送チケットを受信する。その後、ステップS510で、業務データを変更するために、データベースサーバ101が備えるデータベース管理システムのトランザクション機能を開始する。トランザクション開始後、ステップS511で、データベース上の業務データを仮変更する。業務データは、データベース管理システムのトランザクションを確定しない限り変更されない。その後、ステップS512で、サーバプログラム303はファイル処理部304に対して転送チケットとファイル名を渡して、一時ファイル領域305にある、転送チケットを復号することで得られるファイルパスで特定されるファイルを確定ファイル領域306に移動するように命令する。ステップS508でファイルの更新の指定を受け付けた場合には、以前登録したファイルは変更後のファイルで上書きされる。ステップS508で追加登録の指定がされた場合には以前登録したファイルは残り、変更後のファイルは新規に追加される。   In step S509, the server program 303 receives business data and a transfer ticket from the client program 301. Thereafter, in step S510, the transaction function of the database management system provided in the database server 101 is started to change the business data. After the transaction is started, the business data on the database is temporarily changed in step S511. The business data is not changed unless the transaction of the database management system is confirmed. Thereafter, in step S512, the server program 303 passes the transfer ticket and file name to the file processing unit 304, and the file specified by the file path obtained by decrypting the transfer ticket in the temporary file area 305 is identified. Command to move to the fixed file area 306. If file update designation is accepted in step S508, the previously registered file is overwritten with the changed file. If additional registration is designated in step S508, the previously registered file remains, and the changed file is newly added.

ステップS513では、ファイル処理部304がサーバプログラム303より受け取った転送チケットを復号し一時ファイル領域305上のファイル名(=ファイルパス)を取得する。そして、ステップS514で、ステップS513で得られたファイルパスで特定される一時ファイル領域305上のファイルを確定ファイル領域306へ移動する。移動が完了したところで一時ファイル領域305上のファイル本体を削除する。確定ファイル領域306へ移動することにより、当該ファイルはシステムに正常に変更されたことになる。   In step S513, the file processing unit 304 decrypts the transfer ticket received from the server program 303, and acquires the file name (= file path) on the temporary file area 305. In step S514, the file on the temporary file area 305 specified by the file path obtained in step S513 is moved to the fixed file area 306. When the movement is completed, the file body on the temporary file area 305 is deleted. By moving to the fixed file area 306, the file has been successfully changed to the system.

ステップS515では、ファイル移動が成功した場合、サーバプログラム303がデータベース管理システムのトランザクションを確定し、仮変更されていた業務データを実際に変更する。(ステップS516)なお、業務データ領域307の変更後の業務データには、確定ファイル領域306に存在するファイルを識別するための当該ファイル名が含まれる。ファイル移動が失敗した場合、データベースのトランザクションを取消し、仮変更されていた業務データを取り消す。(ステップS517)その後、ステップS518で、業務データとデータの変更結果をクライアントに返信する。   In step S515, if the file move is successful, the server program 303 confirms the transaction of the database management system and actually changes the temporarily changed business data. (Step S516) The business data after the change in the business data area 307 includes the file name for identifying the file existing in the fixed file area 306. If the file move fails, cancel the database transaction and cancel the temporarily changed business data. (Step S517) Thereafter, in step S518, the business data and the data change result are returned to the client.

ステップS519では、クライアントプログラム301がサーバプログラム303から実行結果を受信し、ユーザに通知する。変更に失敗した場合は、システム利用者に再変更を促すなどの処理を実行する。以上が、図5のファイル変更処理の説明である。   In step S519, the client program 301 receives the execution result from the server program 303 and notifies the user. If the change fails, processing such as prompting the system user to change again is executed. The above is the description of the file change process of FIG.

図4と図5の処理フローで示したように、本発明のファイル転送方式を実装したファイル送受信部302とファイル処理部304は、クライアントプログラム301と303からの命令に従って、ファイル送受信にかかわる各種処理を実行する。そして、クライアントプログラム301とサーバプログラム303は、ファイル送受信部302とファイル処理部304との間で送信処理が行われたファイルを特定するためのチケット情報とともに業務データを送信することで、それらの整合性を保つことを可能にしている。   As shown in the processing flow of FIGS. 4 and 5, the file transmission / reception unit 302 and the file processing unit 304 that implement the file transfer method of the present invention perform various processes related to file transmission / reception in accordance with instructions from the client programs 301 and 303. Execute. Then, the client program 301 and the server program 303 transmit the business data together with the ticket information for specifying the file subjected to the transmission process between the file transmission / reception unit 302 and the file processing unit 304, thereby matching them. It is possible to keep sex.

次に、図6を参照して、図4のステップS401でクライアントプログラム301によってディスプレイ装置210に表示される商品登録画面600について説明する。図6に示すように、商品登録画面600には、商品コード入力欄601、商品名入力欄602、商品画像ファイルパス入力欄603、登録ボタン604、キャンセルボタン605が用意されている。   Next, the product registration screen 600 displayed on the display device 210 by the client program 301 in step S401 of FIG. 4 will be described with reference to FIG. As shown in FIG. 6, the product registration screen 600 includes a product code input field 601, a product name input field 602, a product image file path input field 603, a registration button 604, and a cancel button 605.

商品コード入力欄601や商品名入力欄602に入力を受け付けた情報からなる商品データが、図4のステップS408でアプリケーションサーバ102に送信されることになる業務データであり、商品画像ファイルパス入力欄に入力されたファイルパスが示す商品画像ファイルが、図4のステップS402で送信されることになるファイルである。入力後、システム利用者によって登録ボタン604が押下されると、図4のステップS402からの処理を実行することになる。ファイル送受信部302によって商品画像ファイルが予めアプリケーションサーバ102に送信される。その後、ファイル処理部304により一次ファイル領域に保存されることになる。以上が、図6の商品登録画面の説明である。   Product data including information received in the product code input field 601 and the product name input field 602 is business data to be transmitted to the application server 102 in step S408 of FIG. 4, and the product image file path input field. The product image file indicated by the file path input in is a file to be transmitted in step S402 in FIG. After the input, when the registration button 604 is pressed by the system user, the processing from step S402 in FIG. 4 is executed. The product image file is transmitted to the application server 102 in advance by the file transmitting / receiving unit 302. Thereafter, the file processing unit 304 saves the file in the primary file area. The above is the description of the product registration screen in FIG.

次に図8を参照して、一次ファイル領域に保存されているファイルの属性情報テーブルの一例を説明する。図8に示すように、一次ファイル領域に保存されるファイルは、その属性情報として、名前(ファイル名)801、更新日時802を備えている。名前801には、画像ファイルのファイル名が格納される。尚、一次ファイル領域に格納されるファイルの名前は、ファイル処理部304によってランダムな文字列の識別子が付与され、ファイル形式によらず同一の拡張子が付与される。そのため801に示すようなファイル名になる。更新日時802には、ファイルが更新された日時情報が登録される。以上が、図8の一次ファイル領域に保存されている画像データの属性情報テーブルの一例である。   Next, an example of the attribute information table of files stored in the primary file area will be described with reference to FIG. As shown in FIG. 8, the file stored in the primary file area has a name (file name) 801 and an update date / time 802 as its attribute information. The name 801 stores the file name of the image file. The file name stored in the primary file area is given a random character string identifier by the file processing unit 304, and the same extension is given regardless of the file format. Therefore, the file name as shown in 801 is obtained. In the update date / time 802, the date / time information when the file is updated is registered. The above is an example of the attribute information table of image data stored in the primary file area of FIG.

次に、図9を参照して、確定ファイル領域に保存されているファイルの属性情報テーブルの一例を説明する。図9に示すように、確定ファイル領域に保存されるファイルは、その属性情報として、名前(ファイル名)901、種類902、更新日時903を備えている。   Next, an example of a file attribute information table stored in the fixed file area will be described with reference to FIG. As shown in FIG. 9, the file stored in the fixed file area has a name (file name) 901, a type 902, and an update date and time 903 as its attribute information.

名前901には、確定ファイル領域に保存されているファイルのファイル名が保存されている。種類902には、ファイルの種類を示す情報が保存される。例えば画像ファイルの場合には「画像」が保存される。更新日時903には、ファイルが更新された日時が登録される。   The name 901 stores the file name of the file stored in the confirmed file area. The type 902 stores information indicating the type of file. For example, in the case of an image file, “image” is stored. In the update date and time 903, the date and time when the file was updated is registered.

次に、図10を参照して、業務データ領域307に保存されている業務データの構成の一例ついて説明する。図10に示すように、業務データ領域307に保存されている業務データは、その属性情報として、商品コード1001、商品名1002、商品画像ファイル名1003を備えている。商品コード1001には、図6の商品コード入力欄601に入力されたデータが保存される。商品名には、図6の商品名入力欄602に入力されたデータが保存される。商品画像ファイル名1003には、確定ファイル領域306に記憶されている何れかのファイルであって、本業務データに関連するファイルのファイル名が保存される。以上が図10の説明である。   Next, an example of the configuration of business data stored in the business data area 307 will be described with reference to FIG. As shown in FIG. 10, the business data stored in the business data area 307 includes a product code 1001, a product name 1002, and a product image file name 1003 as its attribute information. The product code 1001 stores the data input in the product code input field 601 of FIG. In the product name, the data input in the product name input field 602 in FIG. 6 is stored. In the product image file name 1003, the file name of any file stored in the fixed file area 306 and related to the business data is stored. The above is the description of FIG.

次に、図7を参照して、図5のステップS501でクライアントプログラム301によってディスプレイ装置210に表示される商品変更画面700について説明する。図7に示すように、商品変更画面700には、商品コード表示欄701、商品名入力欄702、登録商品画像表示欄703、商品画像ファイルパス入力欄登録ボタン604、キャンセルボタン605が用意されている。この商品変更画面701が表示される際には、初期情報として業務データ領域307に表示されている何れかの情報(検索処理等で特定)の商品コード1001、商品名1002がそれぞれ商品コード表示欄701、商品名入力欄702に表示される。また、当該業務データに関連付けられているファイルを商品画像ファイル名1003に保存されているファイル名に従って、確定ファイル領域306から取得しそのファイルが画像データの場合には、画像ファイル表示欄703に表示される。   Next, the product change screen 700 displayed on the display device 210 by the client program 301 in step S501 of FIG. 5 will be described with reference to FIG. As shown in FIG. 7, the product change screen 700 includes a product code display field 701, a product name input field 702, a registered product image display field 703, a product image file path input field registration button 604, and a cancel button 605. Yes. When the product change screen 701 is displayed, the product code 1001 and the product name 1002 of any information (specified by search processing or the like) displayed in the business data area 307 as initial information are displayed in the product code display field. 701, displayed in the product name input field 702. Also, the file associated with the business data is acquired from the confirmed file area 306 according to the file name stored in the product image file name 1003, and displayed in the image file display field 703 when the file is image data. Is done.

そしてこの商品変更画面700を介して、既に業務データ領域307に記憶されている情報の変更情報の入力を受け付ける。商品名1002を変更する場合には、その変更データ入力を商品名入力欄702に受け付ける。また、画像データの変更を行う際には、商品画像パス入力欄704にその画像データのパス情報を受け付ける。画像データの変更には、当該業務データに関連する画像データの新規追加登録と、既に登録されている画像データの更新(上書き)登録との2種類があり、追加/上書き指定部705にその指定情報が入力される。ここで、上書き指示を受け付けた場合には、上書き対象の画像データの指定を上書き画像指定部706で受け付ける。そして、登録ボタン708が押下されると、図5のステップS502移行の処理をCPU201が実行することになる。   Via the product change screen 700, input of change information of information already stored in the business data area 307 is accepted. When the product name 1002 is changed, the change data input is received in the product name input field 702. When changing the image data, the product image path input field 704 receives the path information of the image data. There are two types of image data change: new addition registration of image data related to the business data, and update (overwrite) registration of already registered image data. Information is entered. If an overwrite instruction is accepted, the overwrite image designation unit 706 accepts designation of image data to be overwritten. When the registration button 708 is pressed, the CPU 201 executes the process of step S502 in FIG.

以上説明したように、本実施形態によれば、業務データとそれに付随するファイルを二段階に渡って通信するに際し、アプリケーションサーバ102のファイル処理部304が、ファイルを転送したクライアント103に転送チケットを発行し、転送チケットをもつクライアント103からの要求があった場合にのみ、一次ファイル領域305に記憶された転送チケットが示すファイルにアクセス出来るようにすることで、転送されたファイルがどのクライアントから転送されたものか識別し、同ファイルを転送したクライアントしかアクセス出来なくする制御を行うことが可能となる。また、アプリケーションサーバ102で業務データと関連ファイルをシステムに登録する際に、確定ファイル領域306にすぐ保存せず、当該ファイルを一次ファイル領域305にひとまず保存することで、業務データを業務データ領域307へ登録するトランザクションとタイミングを合わせられる。それによって、業務データとそれに付随するファイルを、整合性をもってシステムに登録することができる。   As described above, according to the present embodiment, when the business data and the accompanying file are communicated in two stages, the file processing unit 304 of the application server 102 sends a transfer ticket to the client 103 that has transferred the file. Issuing and transferring the transferred file from which client by making the file indicated by the transfer ticket stored in the primary file area 305 accessible only when there is a request from the client 103 having the transfer ticket. It is possible to control whether or not only the client that transferred the file can access. Further, when business data and related files are registered in the system by the application server 102, the business data is not immediately stored in the fixed file area 306, but is temporarily stored in the primary file area 305, so that the business data is stored in the business data area 307. The timing can be matched with the transaction to be registered. As a result, the business data and the accompanying file can be registered in the system with consistency.

以上、実施形態例を詳述したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施態様をとることが可能であり、具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although the embodiments have been described in detail above, the present invention can take an embodiment as, for example, a system, an apparatus, a method, a program, or a storage medium, and specifically includes a plurality of devices. The present invention may be applied to a system that is configured, or may be applied to an apparatus that includes a single device.

なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラムを、システム或いは装置に直接、或いは遠隔から供給するものを含む。そして、そのシステム或いは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合も本発明に含まれる。   Note that the present invention includes a software program that implements the functions of the above-described embodiments directly or remotely from a system or apparatus. The present invention also includes a case where the system or the computer of the apparatus is achieved by reading and executing the supplied program code.

したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。   In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, and the like.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RWなどがある。また、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などもある。   Examples of the recording medium for supplying the program include a flexible disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, and CD-RW. There are also magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD-R) and the like.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、前記ホームページから本発明のコンピュータプログラムそのもの、若しくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。   As another program supply method, a browser on a client computer is used to connect to an Internet home page. The computer program itself of the present invention or a compressed file including an automatic installation function can be downloaded from the homepage by downloading it to a recording medium such as a hard disk.

また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、ダウンロードした鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. Let It is also possible to execute the encrypted program by using the downloaded key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, the functions of the above-described embodiments are realized by the computer executing the read program. In addition, based on the instructions of the program, an OS or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments can also be realized by the processing.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現される。   Further, the program read from the recording medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, the CPU of the function expansion board or function expansion unit performs part or all of the actual processing based on the instructions of the program, and the functions of the above-described embodiments are realized by the processing.

なお、前述した実施形態は、本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。即ち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。   The above-described embodiments are merely examples of implementation in carrying out the present invention, and the technical scope of the present invention should not be construed as being limited thereto. That is, the present invention can be implemented in various forms without departing from the technical idea or the main features thereof.

101 データベースサーバ
102 アプリケーションサーバ
103−1、103−2 クライアント装置
104 LAN
201 CPU
202 RAM
203 ROM
204 システムバス
205 入力コントローラ
206 ビデオコントローラ
207 メモリコントローラ
208 通信I/F(インターフェース)コントローラ
209 入力装置
210 ディスプレイ装置
211 外部メモリ
101 Database server 102 Application server 103-1, 103-2 Client device 104 LAN
201 CPU
202 RAM
203 ROM
204 System Bus 205 Input Controller 206 Video Controller 207 Memory Controller 208 Communication I / F (Interface) Controller 209 Input Device 210 Display Device 211 External Memory

Claims (7)

サーバ装置とクライアント装置とを備え、
前記クライアント装置から前記サーバ装置に対して、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で送信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理システムであって、
前記管理サーバ装置は、前記クライアント装置から前記ファイルを受信する第1の受信手段と、
前記受信手段で受信したファイルを記憶装置に記憶する記憶手段と、
前記記憶手段で記憶したファイルを特定するための電子チケットを生成する生成手段と、
前記生成手段で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信手段と、
前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信手段と、
前記第2の受信手段で受信した電子チケットを用いて、前記記憶装置に記憶されているファイルのうち当該業務データと関連するファイルを特定する特定手段と、
前記特定手段で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録手段と、
を備え、
前記クライアント装置は、
前記サーバ装置に対して、ファイルを送信する第2の送信手段と、
前記第1の送信手段で送信された電子チケットを受信する第3の受信手段と、
第3の受信手段で受信した電子チケットとともに前記業務データを前記サーバ装置に送信する第3の送信手段とを備え、
前記第2の送信手段と、前記第3の送信手段とは、異なるプロトコルを用いて前記サーバ装置に対してデータ通信を行うこと
を特徴とする情報処理システム。
A server device and a client device,
Information that transmits business data to be registered in a database and a file related to the business data from the client device to the server device through different communications, and registers the business data and the file in association with each other in the database A processing system,
The management server device includes first receiving means for receiving the file from the client device;
Storage means for storing the file received by the receiving means in a storage device;
Generating means for generating an electronic ticket for specifying the file stored in the storage means;
First transmitting means for transmitting the electronic ticket generated by the generating means to the client device that transmitted the file;
Second receiving means for receiving the business data together with the electronic ticket from the client device;
Using the electronic ticket received by the second receiving means, a specifying means for specifying a file associated with the business data among the files stored in the storage device;
A registration unit that associates the file specified by the specifying unit with the business data and registers the file in the database;
With
The client device is
Second transmission means for transmitting a file to the server device;
Third receiving means for receiving the electronic ticket transmitted by the first transmitting means;
A third transmitting means for transmitting the business data together with the electronic ticket received by the third receiving means to the server device;
The information processing system, wherein the second transmission unit and the third transmission unit perform data communication with the server device using different protocols.
前記記憶手段は、前記記憶装置のうち、一次ファイル保存領域に前記ファイルを保存し、
前記登録手段は、前記特定手段で特定された前記ファイルを前記一次ファイル保存領域から確定ファイル保存領域に移動し、移動後の当該ファイルのパス情報を前記業務データとともに前記データベースに登録することで、前記ファイルと前記業務データとを関連付けて前記データベースに登録すること
を特徴とする請求項1に記載の情報処理装置。
The storage means stores the file in a primary file storage area of the storage device,
The registration unit moves the file specified by the specifying unit from the primary file storage area to the confirmed file storage area, and registers the path information of the moved file together with the business data in the database. The information processing apparatus according to claim 1, wherein the file and the business data are associated and registered in the database.
前記サーバ装置は、
前記業務データまたはファイルの少なくとも何れかの更新要求を受け付ける受付手段をさらに備え、
前記第2の受信手段は、さらに、更新を行うデータを特定するための識別情報をさらに取得すること
を特徴とする請求項1または2に記載の情報処理システム。
The server device
A reception unit that receives an update request for at least one of the business data or the file;
The information processing system according to claim 1, wherein the second receiving unit further acquires identification information for specifying data to be updated.
前記受付手段は、前記更新要求がファイルの更新要求である場合には、さらにファイルの追加、若しくは上書きの指定を受け付けること
を特徴とする請求項3に記載の情報処理システム。
The information processing system according to claim 3, wherein when the update request is a file update request, the reception unit further receives a file addition or overwrite designation.
クライアント装置から、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で受信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理装置であって、
前記クライアント装置から前記ファイルを受信する第1の受信手段と、
前記受信手段で受信したファイルを記憶装置に記憶する記憶手段と、
前記記憶手段で記憶したファイルを特定するための電子チケットを生成する生成手段と、
前記生成手段で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信手段と、
前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信手段と、
前記第2の受信手段で受信した電子チケットを用いて。前記記憶装置に記憶されているファイルのうち当該業務データと関連するファイルを特定する特定手段と、
前記特定手段で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録手段と、
を備え、
前記第1の受信手段と、第2の受信手段とは、異なるプロトコルによるデータ通信により前記クライアント装置から送信されたデータを受信すること
を特徴とする情報処理装置。
An information processing apparatus that receives business data to be registered in a database from a client device and a file associated with the business data through different communications, associates the business data and the file with each other, and registers them in the database
First receiving means for receiving the file from the client device;
Storage means for storing the file received by the receiving means in a storage device;
Generating means for generating an electronic ticket for specifying the file stored in the storage means;
First transmitting means for transmitting the electronic ticket generated by the generating means to the client device that transmitted the file;
Second receiving means for receiving the business data together with the electronic ticket from the client device;
Using the electronic ticket received by the second receiving means. A specifying means for specifying a file related to the business data among the files stored in the storage device;
A registration unit that associates the file specified by the specifying unit with the business data and registers the file in the database;
With
The information processing apparatus, wherein the first receiving unit and the second receiving unit receive data transmitted from the client device by data communication using different protocols.
クライアント装置から、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で受信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理装置により行われる情報処理方法あって、
前記クライアント装置から前記ファイルを受信する第1の受信工程と、
前記受信工程で受信したファイルを記憶装置に記憶する記憶工程と、
前記記憶装置に記憶したファイルを特定するための電子チケットを生成する生成工程と、
前記生成工程で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信工程と、
前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信工程と、
前記第2の受信工程で受信した電子チケットを用いて前記記憶装置に記憶されているファイルのうち、当該業務データと関連するファイルを特定する特定工程と、
前記特定工程で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録工程と、
を備え、
前記第1の受信工程と、第2の受信工程は、異なるプロトコルによるデータ通信により前記クライアント装置から送信されたデータを受信すること
を特徴とする情報処理方法。
Information processing performed by an information processing apparatus that receives business data registered in a database and a file related to the business data from a client device through different communications, and registers the business data and the file in association with each other in the database There is a way,
A first receiving step of receiving the file from the client device;
A storage step of storing the file received in the reception step in a storage device;
A generating step for generating an electronic ticket for specifying a file stored in the storage device;
A first transmission step of transmitting the electronic ticket generated in the generation step to the client device that transmitted the file;
A second receiving step of receiving the business data together with the electronic ticket from the client device;
A specifying step of specifying a file related to the business data among the files stored in the storage device using the electronic ticket received in the second receiving step;
A registration step of registering the file identified in the identification step and the business data in association with the database;
With
The information processing method according to claim 1, wherein the first receiving step and the second receiving step receive data transmitted from the client device through data communication using different protocols.
コンピュータを、
クライアント装置から、データベースに登録する業務データと、前記業務データと関連するファイルとを異なる通信で受信し、前記業務データ及び前記ファイルとを関連付けて前記データベースに登録する情報処理装置として機能させるコンピュータプログラムであって、
前記コンピュータを、
前記クライアント装置から前記ファイルを受信する第1の受信手段と、
前記受信手段で受信したファイルを記憶装置に記憶する記憶手段と、
前記記憶手段で記憶したファイルを特定するための電子チケットを生成する生成手段と、
前記生成手段で生成した電子チケットを、前記ファイルを送信したクライアント装置に送信する第1の送信手段と、
前記クライアント装置から電子チケットとともに前記業務データを受信する第2の受信手段と、
前記第2の受信手段で受信した電子チケットを用いて前記記憶装置に記憶されているファイルのうち、当該業務データと関連するファイルを特定する特定手段と、
前記特定手段で特定したファイルと、前記業務データとを関連付けて前記データベースに登録する登録手段、
として機能させ、
前記第1の受信手段と、第2の受信手段は、異なるプロトコルによるデータ通信により前記クライアント装置から送信されたデータを受信すること
を特徴とするコンピュータプログラム。
Computer
A computer program for receiving business data to be registered in a database from a client device and a file associated with the business data through different communications, and causing the business data and the file to be associated with each other and registered in the database Because
The computer,
First receiving means for receiving the file from the client device;
Storage means for storing the file received by the receiving means in a storage device;
Generating means for generating an electronic ticket for specifying the file stored in the storage means;
First transmitting means for transmitting the electronic ticket generated by the generating means to the client device that transmitted the file;
Second receiving means for receiving the business data together with the electronic ticket from the client device;
A specifying unit for specifying a file related to the business data among files stored in the storage device using the electronic ticket received by the second receiving unit;
A registration unit that associates the file identified by the identifying unit with the business data and registers the file in the database;
Function as
The computer program according to claim 1, wherein the first receiving unit and the second receiving unit receive data transmitted from the client device by data communication according to different protocols.
JP2009279922A 2009-12-09 2009-12-09 Information processing apparatus, information processing system, information processing method, and computer program Pending JP2011123627A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009279922A JP2011123627A (en) 2009-12-09 2009-12-09 Information processing apparatus, information processing system, information processing method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009279922A JP2011123627A (en) 2009-12-09 2009-12-09 Information processing apparatus, information processing system, information processing method, and computer program

Publications (1)

Publication Number Publication Date
JP2011123627A true JP2011123627A (en) 2011-06-23

Family

ID=44287468

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009279922A Pending JP2011123627A (en) 2009-12-09 2009-12-09 Information processing apparatus, information processing system, information processing method, and computer program

Country Status (1)

Country Link
JP (1) JP2011123627A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112243512A (en) * 2019-05-17 2021-01-19 株式会社日立系统 Character consistency verification system, character consistency verification device, character consistency verification method, and character consistency verification program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112243512A (en) * 2019-05-17 2021-01-19 株式会社日立系统 Character consistency verification system, character consistency verification device, character consistency verification method, and character consistency verification program

Similar Documents

Publication Publication Date Title
JP2006107185A (en) Computer system with terminal allowing off-line work
CN108154023B (en) Information processing system and information processing method
JP2009031851A (en) License management apparatus, license management method, and computer program
US20100174689A1 (en) Document management apparatus, document management system, document management method, and computer program
JP2006323782A (en) Server device and control method for it
JP5596617B2 (en) Network printing system client device, print data generation server, and image forming apparatus
JP2009151480A (en) Contracted product supply method, client device, server, program, and recording medium having the program recorded therein
JP2007053468A (en) Documentation management system, time signature processing method, storage medium, program
JP2023054082A (en) Program, information processing apparatus, and processing method thereof
JP2011123627A (en) Information processing apparatus, information processing system, information processing method, and computer program
JP2020004423A (en) Server, information processing device, processing method and program
EP3288234B1 (en) Information processing apparatus, information processing system, information processing method, and carrier means
JP6331431B2 (en) Information processing system, control method and program thereof, and information processing server, control method and program thereof
JP2014126933A (en) Information processing system, information processing method and computer program
JP6376267B2 (en) WEB SYSTEM, CONTROL METHOD FOR WEB SYSTEM, COMPUTER PROGRAM
JP7231812B2 (en) Information processing system, processing method and program
JP2010146426A (en) Document management device, method of controlling same, document management system and program
JP6572679B2 (en) Information processing apparatus and program
JP2016091092A (en) Browser, control method of browser, and program
JP2016100405A (en) Recipe id management server, recipe id management system, and terminal device
JP5480350B2 (en) Document management apparatus and control method therefor, document management system, and program
JP6197625B2 (en) INFORMATION PROCESSING SYSTEM, ITS CONTROL METHOD, AND PROGRAM, AND INFORMATION PROCESSING DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP2011134269A (en) Apparatus and method for processing information, program, and recording medium
JP6609906B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP6951988B2 (en) Mail composer, information processing system, its control method and program

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20120130

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20120130