JP2006120033A - Information system - Google Patents

Information system Download PDF

Info

Publication number
JP2006120033A
JP2006120033A JP2004309141A JP2004309141A JP2006120033A JP 2006120033 A JP2006120033 A JP 2006120033A JP 2004309141 A JP2004309141 A JP 2004309141A JP 2004309141 A JP2004309141 A JP 2004309141A JP 2006120033 A JP2006120033 A JP 2006120033A
Authority
JP
Japan
Prior art keywords
data
conversion
server
information
database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2004309141A
Other languages
Japanese (ja)
Inventor
Mitsuhisa Masuda
光央 増田
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.)
Universal Entertainment Corp
Original Assignee
Aruze Corp
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 Aruze Corp filed Critical Aruze Corp
Priority to JP2004309141A priority Critical patent/JP2006120033A/en
Publication of JP2006120033A publication Critical patent/JP2006120033A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To enhance an entire information system in ease of maintenance, durability and robustness by permitting data transfer among databases. <P>SOLUTION: The information system has a backbone system storing data, a DB server for outputting desired information in response to a request from a terminal device, and a DB-to-DB interface which accepts at least part of data from the backbone system, converts the received data by using a character code conversion table for converting into character code processable by the DB server, and passes the converted character code to the DB server. The DB server accumulates data passed from the DB-to-DB interface, and outputs desired information based on the accumulated data. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、情報システムに関し、より詳しくは相互にデータ交換不可能な複数のデータベースを含む、これらデータベース間でのデータ転送を可能としたことを特徴とする情報システムに関する。   The present invention relates to an information system, and more particularly to an information system including a plurality of databases incapable of exchanging data with each other and enabling data transfer between these databases.

近年の携帯電話や無線LANなどの普及により、顧客先に出向いた営業担当者が、持参したモバイルPCなどを自社のコンピュータ・システムに接続し、必要なデータをモバイルPCにダウンロードし、これらのデータに基づいて迅速且つ正確に納期や価格を把握若しくは提示し、商談を進めるという、情報システムが多くの企業などで、採用され利用されるようになってきた。   With the recent spread of mobile phones and wireless LANs, sales representatives who have been sent to customers connect mobile PCs they bring to their computer systems, download necessary data to mobile PCs, and these data Information systems that promptly and accurately grasp or present delivery times and prices and proceed with business negotiations based on this have been adopted and used by many companies.

この様な従来の情報システムの一例を図4に示す。この情報システム400は、通信網401に接続された端末装置402と、通信網401に接続されたWebサーバ403と、Webサーバ403に接続されたデータベース(以下、DBと略す)サーバ404と、DBサーバ404に接続されたDB間インターフェイス405と、このDB間インターフェイス405に接続された基幹系システム406とで構成されている。   An example of such a conventional information system is shown in FIG. The information system 400 includes a terminal device 402 connected to a communication network 401, a Web server 403 connected to the communication network 401, a database (hereinafter abbreviated as DB) server 404 connected to the Web server 403, a DB An inter-database interface 405 connected to the server 404 and a backbone system 406 connected to the inter-DB interface 405 are configured.

端末装置402は、少なくともWebサーバ403と接続可能な情報処理装置であって、例えばネットワーク接続機能を有するパーソナル・コンピュータ(以下、PCと略す)である。Webサーバ403は、クライアントである端末装置402からの要求に従って、所望の画面を表現したファイルを要求元の端末装置402に転送する。   The terminal device 402 is an information processing device that can be connected to at least the Web server 403 and is, for example, a personal computer (hereinafter abbreviated as a PC) having a network connection function. The Web server 403 transfers a file representing a desired screen to the requesting terminal device 402 in accordance with a request from the terminal device 402 that is a client.

基幹系システム406は、事業活動体(企業、団体、組織、企業グループなど)に関する多様な情報(経営情報、人事情報、購買情報、営業情報など)をデータとして蓄積し、ユーザの要求に応じてこれらデータの更新、追加、削除及びこれらデータの読み出しを行うシステムである。   The mission critical system 406 accumulates various information (management information, personnel information, purchasing information, sales information, etc.) relating to business activities (company, group, organization, company group, etc.) as data and responds to user requests. This is a system for updating, adding, deleting, and reading out these data.

DBサーバ404は、基幹系システム406に蓄積されたデータの少なくとも一部を受け取り、これをWebサーバ403が利用可能な書式/データ形式にして蓄積し、Webサーバ403からの要求に応じて蓄積したデータの全部又は一部を抽出して渡すサーバであって、例えばSQLサーバである。   The DB server 404 receives at least a part of the data stored in the backbone system 406, stores it in a format / data format that can be used by the Web server 403, and stores it in response to a request from the Web server 403. A server that extracts and passes all or part of data, for example, an SQL server.

基幹系システム406は、例えばIBM社AS400などメインフレームで構築されており、一方、DBサーバ404は、ウインドウズ(マイクロソフト社商標)ベースのサーバで構築されているため、異種間のデータ転送が直接行えない。そこで、異種の変換元から単一または複数の変換先へのデータの抽出、変換、および統合を行うDB間インターフェイス405が設けられている。   The backbone system 406 is constructed with a mainframe such as IBM AS400, for example. On the other hand, the DB server 404 is constructed with a Windows (trademark) based server, so that data transfer between different types can be performed directly. Absent. Therefore, an inter-DB interface 405 is provided that performs data extraction, conversion, and integration from different conversion sources to a single or multiple conversion destinations.

このDB間インターフェイス405は、端末装置402からデータを参照できるようにするため、マイクロソフト社のデータベースソフト「Access」のリンクテーブルを使用し、同じくマイクロソフト社のプログラム「Visual Basic」(VB)にて、DBサーバ404用のデータに加工する処理を行い、基幹系システム406からDBサーバ404へのデータの転送を行う。このデータ転送はバッチ処理により行われていた。   This inter-DB interface 405 uses a link table of Microsoft's database software “Access” in order to make it possible to refer to data from the terminal device 402, and also in the Microsoft program “Visual Basic” (VB) Processing for processing the data for the DB server 404 is performed, and data is transferred from the backbone system 406 to the DB server 404. This data transfer was performed by batch processing.

しかしながら、上記のようなDB間インターフェイス405を用いたデータ転送では、新たなデータ変換の必要が生じた場合などに、VB部分のプログラム書き換えなどメンテナンスに時間がかかるという問題があり、また、データのリアルタイム更新が行われないなどのデータのスマートな転送が行えないという問題があった。   However, in the data transfer using the inter-DB interface 405 as described above, there is a problem that it takes time for maintenance such as rewriting the program of the VB part when a new data conversion needs to be performed. There was a problem that smart transfer of data could not be performed, such as real-time update not being performed.

上記課題を解決するための手段として、本発明は以下のような特徴を有する。
本発明のある態様は情報システムとして提案される。このシステムは、通信網を介して端末装置に所望のデータを送信する情報システムであって、データを蓄積している第1のデータベース手段(例えば、基幹系システム)と、端末装置からの要求に応じて、所望の情報を出力する第2のデータベース手段(例えば、DBサーバ)と、第1のデータベース手段からデータの少なくとも一部を受け取り、受け取ったデータを第2のデータベース手段が処理可能な文字コードに変換するための文字コード変換テーブルを用いて変換して、第2のデータベース手段に渡すインターフェイス手段(例えば、DB間インターフェイス)とを有し、第2のデータベース手段は、インターフェイス手段から渡されたデータを蓄積し、この蓄積したデータに基づいて、所望の情報を出力することを特徴とする。
As means for solving the above problems, the present invention has the following features.
An aspect of the present invention is proposed as an information system. This system is an information system that transmits desired data to a terminal device via a communication network. The system is a first database means (for example, a backbone system) that stores data, and a request from the terminal device. In response, a second database means (for example, a DB server) that outputs desired information and a character that can receive at least a part of the data from the first database means and can process the received data by the second database means An interface means (for example, an inter-database interface) for conversion using a character code conversion table for conversion into a code and passing it to the second database means, and the second database means is passed from the interface means It is characterized in that the stored data is stored and desired information is output based on the stored data.

かかる情報システムによれば、異なる文字データを使用するDB間であっても、メンテナンス性、耐久性、堅牢性を保ちながら、データ転送が可能となり、直接端末装置から閲覧できない第1のデータベース手段のデータを、第2のデータベース手段を介して閲覧・利用することを可能とする。   According to such an information system, even between DBs using different character data, data transfer is possible while maintaining maintainability, durability, and robustness, and the first database means that cannot be directly viewed from the terminal device. Data can be browsed and used via the second database means.

上記情報システムにおいて、インターフェイス手段は、文字データを第2のデータベース手段に適合する文字データに変換するための変換テーブル手段(例えば、文字変換テーブル)と、所定のデータ変換のための環境設定値及び実行処理を記述したファイル手段(例えば、XMLファイル)と、変換テーブル及びファイルの内容に基づいてデータ転送及びデータ変換をおこなう転送変換手段(例えばDTS)とを有していることをさらなる特徴としていてもよい。   In the above information system, the interface means includes conversion table means (for example, a character conversion table) for converting the character data into character data suitable for the second database means, an environment setting value for predetermined data conversion, and It further has a file means (for example, XML file) describing execution processing, and a transfer conversion means (for example, DTS) for performing data transfer and data conversion based on the conversion table and the contents of the file. Also good.

かかる情報システムによれば、変換テーブル手段、ファイル手段を必要に応じて変更・改良することにより、DB間のデータ変換転送を迅速且つ簡便に、変更・修正・改良することが可能となり、情報システムのメンテナンス性、耐久性、堅牢性を向上させることがかのうとなる。   According to such an information system, it is possible to change / correct / improve the data conversion transfer between DBs quickly and easily by changing / improving the conversion table means and file means as necessary. It can be said that it improves the maintainability, durability, and robustness.

本発明によれば、データベース間でのデータ転送を可能とすることで、情報システム全体としてのメンテナンス容易性、耐久性、堅牢性を高めることが可能となる。   According to the present invention, it is possible to improve the ease of maintenance, durability, and robustness of the entire information system by enabling data transfer between databases.

以下、本発明の実施の形態を図面を参照しながら説明する。
[1.情報システムの構成例]
図1は、本実施の形態にかかる情報システムの構成例を示すブロック図である。
Embodiments of the present invention will be described below with reference to the drawings.
[1. Information system configuration example]
FIG. 1 is a block diagram illustrating a configuration example of the information system according to the present embodiment.

この情報システム100は、通信網101に接続された端末装置102と、通信網101に接続されたWebサーバ103と、Webサーバ103に接続されたDBサーバ104と、DBサーバ104に接続されたDB間インターフェイス105と、このDB間インターフェイス105に接続された基幹系システム106とで構成されている。   The information system 100 includes a terminal device 102 connected to a communication network 101, a Web server 103 connected to the communication network 101, a DB server 104 connected to the Web server 103, and a DB connected to the DB server 104. The inter-system interface 105 and a backbone system 106 connected to the inter-DB interface 105 are configured.

[1.1.通信網]
通信網101は、有線・無線、専用回線・交換回線を問わず、これに接続されている装置がそれぞれ目的とする装置に対しセッションを確立したときにその装置間でのデータの送受信を可能とするように作用する。通信網101は、インターネットのように、ゲートウエイを介して複数の通信網が組み合わされて実現しても構わない。たとえば、端末装置102が携帯電話機や、携帯電話アダプタカードを搭載したパーソナルコンピュータである場合には、携帯電話網とゲートウエイを介してこの携帯電話網に接続されたデータ通信網により通信網101が構成される。また、その接続についてもいわゆるバックボーンといわれる基幹線に直接接続せずとも、PPP(Point to Point Protocol)接続などによって一時的に接続してあっても、セッションを確立したときにその間でデータの送受信ができるようになっていれば構わない。なお、上記通信網101は専用回線を固定的に張りめぐらせたような、交換機を用いないネットワーク(通信網)も含むものとする。
[1.1. Communication network]
The communication network 101 can transmit and receive data between devices connected to the target device regardless of whether it is a wired / wireless, a dedicated line, or a switched line. Acts like The communication network 101 may be realized by combining a plurality of communication networks via a gateway, like the Internet. For example, when the terminal device 102 is a mobile phone or a personal computer equipped with a mobile phone adapter card, the communication network 101 is constituted by a mobile phone network and a data communication network connected to the mobile phone network via a gateway. Is done. Even if the connection is not directly connected to the so-called backbone, it is temporarily connected by PPP (Point to Point Protocol) connection or the like, but when a session is established, data is transmitted and received between them. As long as you can do it. Note that the communication network 101 includes a network (communication network) that does not use an exchange such as a dedicated line that is fixed.

[1.2.端末装置]
端末装置102は、通信網101を介してWebサーバ103に接続可能な情報処理装置であって、Webサーバ103に所望のデータの送信を要求し、受け取ったデータを表示可能な情報処理装置であればどのような装置でもよい。端末装置102は、たとえば、パーソナルコンピュータ(ノートブックコンピュータ)、携帯電話機、PDA(Personal Digital Assistant)など移動体通信端末である。
[1.2. Terminal device]
The terminal device 102 is an information processing device that can be connected to the Web server 103 via the communication network 101, and can request the Web server 103 to transmit desired data and display the received data. Any device may be used. The terminal device 102 is a mobile communication terminal such as a personal computer (notebook computer), a mobile phone, or a PDA (Personal Digital Assistant).

端末装置102は、Webサーバ103から受信したデータを解釈して表示するための手段、たとえばWebブラウザを搭載しており、WebブラウザはWebサーバ103から取得した、HTMLファイルなどを解釈して、画像として端末装置102のディスプレイなどに表示させ、端末装置のユーザ(例えば営業担当者など)は、表示内容から所望の情報(ホール情報、顧客情報など)を得る。   The terminal device 102 is equipped with a means for interpreting and displaying the data received from the Web server 103, for example, a Web browser. The Web browser interprets an HTML file acquired from the Web server 103, and displays an image. As shown on the display of the terminal device 102, the user of the terminal device (for example, a sales representative) obtains desired information (hall information, customer information, etc.) from the display content.

[1.3.基幹系システム]
第1のデータベース手段である基幹系システム106は、事業活動体(企業、団体、組織、企業グループなど)に関する多様な情報(ホール情報、顧客情報、製品情報、担当者情報など)をデータとして蓄積し、ユーザの要求に応じてこれらデータの更新、追加、削除及びこれらデータの読み出しを行うシステムである。基幹系システム106は、たとえばIBM社製AS/400,DB2などにより構成されている。
[1.3. Core system]
The core system 106, which is the first database means, accumulates various information (hall information, customer information, product information, person in charge information, etc.) related to business activities (company, organization, organization, company group, etc.) as data. The system updates, adds, deletes, and reads these data in response to a user request. The backbone system 106 is configured by, for example, IBM AS / 400, DB2 or the like.

[1.4.DBサーバ]
第2のデータベース手段であるDBサーバ104は、基幹系システム106に蓄積されたデータの少なくとも一部を受け取り、これをWebサーバ103が利用可能な書式/データ形式にして蓄積し、Webサーバ103からの要求に応じて蓄積したデータの全部又は一部を抽出して渡すサーバである。
[1.4. DB server]
The DB server 104 as the second database means receives at least a part of the data stored in the backbone system 106 and stores it in a format / data format that can be used by the Web server 103. This is a server that extracts and passes all or part of the accumulated data in response to the request.

[1.5.Webサーバ]
Webサーバ103は、端末装置102からの要求に従って、画面を表現したファイルを要求元の端末装置102に送信する。Webサーバ103は、営業支援アプリケーションを搭載しており、この営業支援アプリケーションは、DBサーバ104から基幹系システム106由来のデータを必要に応じて取得し、このデータをそのまま或いは加工等してHTMLファイルなどに変換して、端末装置102に送信する。
[1.5. Web server]
The Web server 103 transmits a file representing the screen to the requesting terminal device 102 in accordance with the request from the terminal device 102. The Web server 103 is equipped with a sales support application. This sales support application obtains data derived from the core system 106 from the DB server 104 as necessary, and this data is directly or processed to generate an HTML file. To the terminal device 102.

[1.6.DB間インターフェイス]
インターフェイス手段であるDB間インターフェイス105は、基幹系システム106から、基幹系システムが蓄積記憶している、いわゆるマスタデータの少なくとも一部を受け取り、受け取ったデータをDBサーバ104が処理可能な文字コードに変換するための文字コード変換テーブルを用いて変換して、DBサーバ104に渡す。
[1.6. Inter-database interface]
The inter-DB interface 105 serving as an interface means receives at least a part of so-called master data stored and stored in the backbone system 106 from the backbone system 106, and converts the received data into a character code that can be processed by the DB server 104. Conversion is performed using a character code conversion table for conversion, and the data is transferred to the DB server 104.

図2に、DB間インターフェイス105の構成例を示す機能ブロック図を掲げる。同図に示す例において、DB間インターフェイス105は、文字データ変換のための変換テーブル手段である文字変換テーブル201と、データ変換のための環境変数及び実行処理を記述したファイル手段であるXMLファイル202と、前記文字変換テーブル201及びXMLファイル202の内容を一時的に格納するDTS (Data Transfer Service) 用DB203と、前記DTS用DB203に記憶された文字変換テーブル201及びXMLファイル202の内容に基づいてデータ転送及びデータ変換をおこなう転送変換手段であるDTS204とを有している。   FIG. 2 is a functional block diagram showing a configuration example of the inter-DB interface 105. In the example shown in the figure, the inter-DB interface 105 includes a character conversion table 201 which is a conversion table means for character data conversion, and an XML file 202 which is a file means describing environment variables and execution processing for data conversion. The DTS (Data Transfer Service) DB 203 for temporarily storing the contents of the character conversion table 201 and the XML file 202, and the contents of the character conversion table 201 and the XML file 202 stored in the DTS DB 203. And DTS 204 which is transfer conversion means for performing data transfer and data conversion.

文字変換テーブル201は、基幹系システム106が使用する文字コードを、DBサーバ104、Webサーバ103が使用する文字コードに変更するための対応関係を記述したテーブルである。   The character conversion table 201 is a table describing a correspondence relationship for changing a character code used by the backbone system 106 to a character code used by the DB server 104 and the Web server 103.

XMLファイル202は、DTS204がデータ転送及びデータ変換を実行するために必要な環境設定値や実行処理が記述されたファイルである。なお、ファイル手段は、必ずしもXMLファイルに限られるものではなく、DTS204がその内容解釈が可能なデータであればどのようなものでも良い。   The XML file 202 is a file in which environment setting values and execution processing necessary for the DTS 204 to execute data transfer and data conversion are described. Note that the file means is not necessarily limited to the XML file, and any data can be used as long as the DTS 204 can interpret the contents.

DTS用DB203は、上記文字変換テーブル201及びXMLファイル202の内容をDTSの実行時に参照できるように格納する。このDTS用DB203として、たとえばマイクロソフト社「Host Integration Server 2000」のOLE DBを使用することができる。   The DTS DB 203 stores the contents of the character conversion table 201 and the XML file 202 so that they can be referred to when the DTS is executed. As this DTS DB 203, for example, an OLE DB of “Host Integration Server 2000” of Microsoft Corporation can be used.

DTS204は、グラフィック ツールとプログラム可能なオブジェクトのセットで、異種の変換元から単一または複数の変換先へのデータの抽出、変換、および統合に使用できるツールである。なお、転送変換手段はDTSに限られるものではなく、データの変換機能及び転送機能を有するものであれば、どのようなツールであっても構わない。   The DTS 204 is a set of graphic tools and programmable objects that can be used to extract, convert, and integrate data from disparate sources to single or multiple destinations. The transfer conversion means is not limited to the DTS, and any tool may be used as long as it has a data conversion function and a transfer function.

[1.7.ハードウエア構成]
上記基幹系システム106、Webサーバ103、DBサーバ104、DB間インターフェイス105のそれぞれは、たとえばコンピュータ、ワークステーションなどの情報処理装置であって、演算処理装置(CPU)、主メモリ(RAM)、読出し専用メモリ(ROM)、入出力装置(I/O)、及び必要に応じてハードディスク装置等の外部記憶装置を具備している装置及びこれに搭載したプログラムによって実現される。前記ROM、もしくは外部記憶装置などに情報処理装置をこれら本情報システム100の構成要素として機能させるためのプログラムが記憶されており、そのプログラムを主メモリ上に載せ、CPUがこれを実行することにより情報システム100のこれら構成要素が実現される。また、上記プログラムは必ずしも情報処理装置内の記憶装置に記憶されていなくともよく、磁気ディスク、光ディスク、光磁気ディスク、CD(Compact Disc)、DVD(Digital Video Disc)などのコンピュータ読み取り可能なプログラム記録媒体や、外部の装置(例えば、ASP(アプリケーション・サービス・プロバイダ)のサーバなど)から提供され、これを主メモリに乗せる構成であっても良い。
[1.7. Hardware configuration]
Each of the backbone system 106, the Web server 103, the DB server 104, and the inter-DB interface 105 is an information processing apparatus such as a computer or a workstation, for example, an arithmetic processing unit (CPU), a main memory (RAM), and a reading This is realized by a dedicated memory (ROM), an input / output device (I / O), and a device equipped with an external storage device such as a hard disk device, if necessary, and a program installed therein. A program for causing the information processing device to function as a component of the information system 100 is stored in the ROM or an external storage device, and the program is loaded on the main memory and executed by the CPU. These components of the information system 100 are realized. Further, the program need not necessarily be stored in a storage device in the information processing apparatus, and a computer-readable program recording such as a magnetic disk, an optical disk, a magneto-optical disk, a CD (Compact Disc), a DVD (Digital Video Disc), etc. The configuration may be such that it is provided from a medium or an external device (for example, an ASP (Application Service Provider) server) and is loaded on the main memory.

また、図1に示す構成例では、本情報システム100の構成要素である基幹系システム106、Webサーバ103、DBサーバ104、及びDB間インターフェイス105がそれぞれ別個の情報処理装置であるものとして表示されているが、本情報システム100の構成要素は必ずしも個別の情報処理装置として実現されている必要はなく、同一の情報処理装置にこれら構成要素の2以上のものを構築するようにしても本情報システムは成立する。   In the configuration example illustrated in FIG. 1, the core system 106, the Web server 103, the DB server 104, and the inter-database interface 105 that are components of the information system 100 are displayed as being separate information processing apparatuses. However, the constituent elements of the information system 100 do not necessarily have to be realized as individual information processing apparatuses. Even if two or more of these constituent elements are constructed in the same information processing apparatus, the information The system is established.

[2.情報システムの転送及び変換動作例]
次に、図1、2に示す情報システム100において、基幹系システム106からDBサーバ104にデータ転送及び変換を行う場合の動作例を説明する。
[2. Information system transfer and conversion operation example]
Next, in the information system 100 shown in FIGS. 1 and 2, an operation example when data transfer and conversion from the core system 106 to the DB server 104 will be described.

図3は、基幹系システム106からDBサーバ104にデータ転送及び変換を行う場合の動作例を示すフロー図である。   FIG. 3 is a flowchart showing an operation example when data transfer and conversion from the backbone system 106 to the DB server 104 are performed.

まず、情報システム100のユーザ(システム管理者など)は、情報システム100の管理用端末装置(図略)から、XMLファイル202の内容を、例えば「.NET」プログラムなどを利用して取得する(S301)。   First, a user (system administrator or the like) of the information system 100 acquires the contents of the XML file 202 from a management terminal device (not shown) of the information system 100 using, for example, a “.NET” program ( S301).

次に、ユーザは、管理用端末装置から、取得した内容をDTS用DB203に登録する(S302)。DTS用DB203は、これに応じてXMLファイル202の内容を格納する。   Next, the user registers the acquired contents in the DTS DB 203 from the management terminal device (S302). The DTS DB 203 stores the contents of the XML file 202 accordingly.

次に、ユーザはDBサーバ104からDTS204を実行させる(S303)。DTS204は、基幹系システム106のデータを取得すると共に、DTS用DB203の内容、及び文字変換テーブル201を参照しながら基幹系システム106のデータを文字データの変換を含む所定の変換処理を行う(S304)。   Next, the user causes the DB server 104 to execute the DTS 204 (S303). The DTS 204 acquires data of the backbone system 106 and performs predetermined conversion processing including conversion of character data on the data of the backbone system 106 while referring to the contents of the DTS DB 203 and the character conversion table 201 (S304). ).

DTS204は、上記変換処理により変換されたデータを、必要な場合には加工してこれをDBサーバ104に転送し、登録させる(S305)。ここで言う「加工」とは、変換されたデータの内、必要でないものは削除し必要なもの(例えば、顧客データの内指定された期間のもの)のみを残す処理等を言う。   The DTS 204 processes the data converted by the conversion process, if necessary, transfers it to the DB server 104, and registers it (S305). “Processing” here refers to processing that deletes unnecessary data from the converted data and leaves only necessary data (for example, data in a specified period of customer data).

上記S304,S305までの処理手順は、予めXMLファイル202に記述されているため、ユーザが都度管理者用端末装置からDTSへコマンド等を入力する必要はなく、一連の処理がDTS204により自動的に実行される。   Since the processing procedure up to S304 and S305 is described in the XML file 202 in advance, it is not necessary for the user to input a command or the like from the administrator terminal device to the DTS, and a series of processing is automatically performed by the DTS 204. Executed.

上記S301からS305までの処理が行われることにより、基幹系システム106に格納されていたデータが、DBサーバ104、Webサーバ103が利用可能なデータに変換され、DBサーバ104に格納されるため、端末装置102のユーザである営業担当者などが、随時基幹系システム106に格納された最新のデータをDBサーバ104を介して参照することができる。   By performing the processing from S301 to S305, the data stored in the backbone system 106 is converted into data usable by the DB server 104 and the Web server 103 and stored in the DB server 104. A sales representative who is a user of the terminal device 102 can refer to the latest data stored in the backbone system 106 at any time via the DB server 104.

[3.変形例]
上記情報システム100は、主に営業担当者に利用させるための情報を提供するシステムとして説明したが、上記基幹系システム106からDBサーバ104へ変換転送する手法は、業務や、開発、ロジスティクスなど事業主体のあらゆる部門において必要とする情報をこれら部門にて依拠することにも当然適用可能である。
[3. Modified example]
The information system 100 has been described as a system that mainly provides information to be used by sales representatives. However, the method of conversion and transfer from the backbone system 106 to the DB server 104 is a business, development, logistics, or other business. Naturally, it is also applicable to relying on information required by all departments of the subject in these departments.

本発明にかかる情報システムの構成例を示すブロック図The block diagram which shows the structural example of the information system concerning this invention DB間インターフェイスの構成例を示す機能ブロック図Functional block diagram showing a configuration example of an inter-DB interface 情報システムの転送変換処理における動作例を示すフローチャートA flowchart showing an operation example in the transfer conversion processing of the information system 従来の情報システムの構成例を示すブロック図Block diagram showing a configuration example of a conventional information system

符号の説明Explanation of symbols

100…情報システム; 101…通信網; 102…端末装置; 103…Webサーバ; 104…DBサーバ; 105…DB間インターフェイス; 106…基幹系システム; 201…文字変換テーブル; 202…XMLファイル; 203…DTS用DB; 204…DTS   DESCRIPTION OF SYMBOLS 100 ... Information system; 101 ... Communication network; 102 ... Terminal device; 103 ... Web server; 104 ... DB server; 105 ... Inter-DB interface; 106 ... Core system; 201 ... Character conversion table; DB for DTS; 204 ... DTS

Claims (2)

通信網を介して端末装置に所望のデータを送信する情報システムであって、
データを蓄積している第1のデータベース手段と、
端末装置からの要求に応じて、所望の情報を出力する第2のデータベース手段と
前記第1のデータベース手段からデータの少なくとも一部を受け取り、受け取ったデータを第2のデータベース手段が処理可能な文字コードに変換するための文字コード変換テーブルを用いて変換して、第2のデータベース手段に渡すインターフェイス手段と
を有し、
前記第2のデータベース手段は、前記インターフェイス手段から渡されたデータを蓄積し、この蓄積したデータに基づいて、所望の情報を出力する
ことを特徴とする情報システム。
An information system for transmitting desired data to a terminal device via a communication network,
First database means for accumulating data;
A second database unit that outputs desired information in response to a request from the terminal device; and a character that receives at least part of the data from the first database unit and that can process the received data by the second database unit Interface means for converting using a character code conversion table for conversion into a code and passing it to the second database means;
The information system characterized in that the second database means accumulates data delivered from the interface means and outputs desired information based on the accumulated data.
前記インターフェイス手段は、文字データを第2のデータベース手段に適合する文字データに変換するための変換デーブル手段と、所定のデータ変換のための環境設定値及び実行処理を記述したファイル手段と、前記変換テーブル及びファイルの内容に基づいてデータ転送及びデータ変換をおこなう転送変換手段とを有していることを特徴とする、請求項1に記載の情報システム。   The interface means includes conversion table means for converting character data into character data suitable for the second database means, file means describing environment setting values for predetermined data conversion and execution processing, and the conversion 2. The information system according to claim 1, further comprising transfer conversion means for performing data transfer and data conversion based on the contents of the table and the file.
JP2004309141A 2004-10-25 2004-10-25 Information system Withdrawn JP2006120033A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004309141A JP2006120033A (en) 2004-10-25 2004-10-25 Information system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004309141A JP2006120033A (en) 2004-10-25 2004-10-25 Information system

Publications (1)

Publication Number Publication Date
JP2006120033A true JP2006120033A (en) 2006-05-11

Family

ID=36537840

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004309141A Withdrawn JP2006120033A (en) 2004-10-25 2004-10-25 Information system

Country Status (1)

Country Link
JP (1) JP2006120033A (en)

Similar Documents

Publication Publication Date Title
CN1559040B (en) Selection of content in response to communication environment
JP2009527849A (en) Scalable conversion and configuration of EDI exchanges
JP7047151B1 (en) Information processing equipment, information processing methods, and information processing programs
JP2004013576A (en) Data input system using wide area network
EP2369540A1 (en) Registration of product information and authenticity certification
JP2019125330A (en) System and protocol for integrating service providers for different fields, using platform
US20170249604A1 (en) Electronic receipt system
JP2010277265A (en) Store management system and control method in the same
JPH11265344A (en) Service providing system utilizing computer network
JP4331440B2 (en) Information management server, information processing apparatus, information management system, control method therefor, and program
WO2017164109A1 (en) Point management system, point management method, point management device, and program
CN103838586A (en) System and method for opening file
JP2006120033A (en) Information system
JP2017004139A (en) Format conversion management device and format conversion management method
JP2006318085A (en) Information processor, information processing method, and program
JP3990579B2 (en) Icon using method and icon using device
JP4363044B2 (en) Bundle reconstruction system, bundle reconstruction program, and bundle reconstruction method
JPH10214287A (en) Method for exchanging service information on network
JP2002189622A (en) System and method for distributing updated data, and recording medium
KR101517611B1 (en) Method for Providing Multimedia Except for Communication Load
CN107544750A (en) Terminal device
JP2005018488A (en) Synchronous sharing system for customer information
JP2006338073A (en) Personal information protection system
JP2006195906A (en) Web server and information system using it
JP2004348398A (en) Electronic settlement method, electronic settlement system and access terminal equipment

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060814

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070709

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20081111