JP2008027000A - Link information management system, link information management method and link information management program - Google Patents

Link information management system, link information management method and link information management program Download PDF

Info

Publication number
JP2008027000A
JP2008027000A JP2006196195A JP2006196195A JP2008027000A JP 2008027000 A JP2008027000 A JP 2008027000A JP 2006196195 A JP2006196195 A JP 2006196195A JP 2006196195 A JP2006196195 A JP 2006196195A JP 2008027000 A JP2008027000 A JP 2008027000A
Authority
JP
Japan
Prior art keywords
link
data
link information
storage means
information management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2006196195A
Other languages
Japanese (ja)
Other versions
JP4943759B2 (en
Inventor
Hideki Chiaki
秀樹 千秋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2006196195A priority Critical patent/JP4943759B2/en
Publication of JP2008027000A publication Critical patent/JP2008027000A/en
Application granted granted Critical
Publication of JP4943759B2 publication Critical patent/JP4943759B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a link information management system and a link information management method and program for ensuring the maintenance of link information stored in a computer system. <P>SOLUTION: A link confirmation processing means 212 of a control part 21 extracts a check object from a catalog data storage part 22, and acquires URL. A user tries access to a Web server by using the URL. An access monitor means 213 which has acquired response data through the Intenret compares the response data with decision conditions recorded in an error identification data storage part 23, and records the result in a log data storage part 24. A recheck processing means 214 waits for the lapse of a prescribed time since the first recording of log records, and executes the acquisition of display data and error identification processing again. When the second error is detected by the access monitoring means 213, the recheck processing means 214 transmits error notification to a staff terminal 15. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、他のウェブサイトからコンテンツを取得するためのリンク状況を管理するリンク情報管理システム、リンク情報管理方法及びリンク情報管理プログラムに関し、特にリンク切れを監視するための技術である。   The present invention relates to a link information management system, a link information management method, and a link information management program for managing a link status for acquiring content from other websites, and in particular, a technique for monitoring broken links.

現在、インターネット等のネットワークから各種情報を取得する場合が多い。最近では、ネットワークを利用した図書検索システムにより、効率的に学術情報を探し出すことが可能になりつつある。例えば、国立情報学研究所により提供される総合目録データベース(NACSIS-CAT)等のホストデータベースと連携し、図書館における目録管理を容易に、かつ、効率的に行なえるシステムが検討されている(例えば、特許文献1参照。)。この文献記載のサーバ装置は、NACSIS-CATとネットワークを介して接続され、業務データベースにアクセス可能とし、図書館員側クライアント装置とLAN等を介して接続されている。クライアント装置は、書誌データを検索するための検索条件の入力を受け付けるGUIを有する。サーバ装置は、GUIに入力された検索条件に応じた書誌データを業務データベース内の目録データベースに登録する際に、書誌データが該目録データベースに登録されているかどうか検索する。そして、該書誌データが該目録データベースに登録されてない場合、NACSIS-CATから該当する書誌データを自動的に検索し、検索した書誌データをNACSIS-CATからダウンロードして登録する。
特開2003−85184号公報(第1頁)
Currently, there are many cases where various information is acquired from a network such as the Internet. Recently, it is becoming possible to search for academic information efficiently by using a network-based book search system. For example, in cooperation with host databases such as the comprehensive catalog database (NACSIS-CAT) provided by the National Institute of Informatics, a system that can easily and efficiently manage catalogs in libraries is being considered (for example, , See Patent Document 1). The server device described in this document is connected to NACSIS-CAT via a network, can access a business database, and is connected to a librarian client device via a LAN or the like. The client device has a GUI that receives input of search conditions for searching bibliographic data. When registering bibliographic data corresponding to a search condition input in the GUI in the catalog database in the business database, the server apparatus searches whether the bibliographic data is registered in the catalog database. If the bibliographic data is not registered in the catalog database, the corresponding bibliographic data is automatically retrieved from NACSIS-CAT, and the retrieved bibliographic data is downloaded from NACSIS-CAT and registered.
JP2003-85184A (first page)

今日では、多くの学術的情報がインターネット等のネットワーク上において公開されている。例えば、電子ジャーナルにおいては、URLにより論文を特定することにより即時性や利便性を確保しながら提供されている。   Today, a lot of academic information is released on networks such as the Internet. For example, electronic journals are provided while ensuring immediacy and convenience by specifying a paper by a URL.

しかしながら、他のウェブサイトにリンク設定を行なっている場合、リンクが切れる場合がある。すなわち、検索したURLにアクセス要求を送信した場合、「Not Found 」になったり、アクセスが拒否されたりする場合がある。このようなリンク切れを起こすと、利用者の利便性を損ねることになる。   However, if a link is set to another website, the link may be broken. That is, when an access request is transmitted to the searched URL, there are cases where “Not Found” or access is denied. If such a broken link occurs, user convenience is impaired.

特に、通常の運用では、リンク切れに気づかず、長期間放置されてしまう可能性がある。
本発明は、上記課題を解決するためになされたものであり、その目的は、コンピュータシステムに蓄積したリンク情報のメンテナンスを確実に実行して、利用者の利便性を図るためのリンク情報管理システム、リンク情報管理方法及びリンク情報管理プログラムを提供することにある。
In particular, in normal operation, the link may not be noticed and may be left for a long time.
The present invention has been made to solve the above-mentioned problems, and an object of the present invention is to provide a link information management system for ensuring the maintenance of link information stored in a computer system and improving user convenience. Another object is to provide a link information management method and a link information management program.

上記問題点を解決するために、請求項1に記載の発明は、リンク情報を記録したリンク情報記憶手段と、リンク切れの識別するための判断条件を記録したエラー識別情報記憶手段と、リンク情報に対してリンク切れに関するログデータを記録するログ情報記憶手段と、ネットワークに接続された制御部とを備えたリンク情報管理システムであって、前記制御部が、前記リンク情報記憶手段に記録されたリンク情報を用いて、前記ネットワークを介してアクセスの要求データを送信する要求データ送信手段と、この要求データに対応し
て前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合には、このリンク切れについてログデータを前記ログ情報記憶手段に記録するアクセス監視手段と、前記ログデータに基づいてメンテナンス要求を出力する通知手段とを備えたことを要旨とする。
In order to solve the above-mentioned problems, the invention described in claim 1 includes a link information storage unit that records link information, an error identification information storage unit that records determination conditions for identifying broken links, and link information. A link information management system comprising log information storage means for recording log data relating to a broken link and a control unit connected to a network, wherein the control unit is recorded in the link information storage means Request data transmission means for transmitting access request data via the network using link information, response data is obtained from the network in response to the request data, and the response data and the error identification information storage means Is compared with the judgment conditions recorded in the An access monitoring means for recording Gudeta to the log-information storing unit, and summarized in that and a notification unit for outputting a maintenance request based on the log data.

請求項2に記載の発明は、請求項1に記載のリンク情報管理システムにおいて、前記要求データ送信手段は、予め設定された所定時刻にアクセスの要求データを送信することを要旨とする。   The invention described in claim 2 is the link information management system according to claim 1, wherein the request data transmitting means transmits access request data at a predetermined time set in advance.

請求項3に記載の発明は、請求項1又は2に記載のリンク情報管理システムにおいて、前記アクセス監視手段は、ログ情報記憶手段には、リンク切れの検出日時に関するデータを更に記録し、前記通知手段が、前記ログ情報記憶手段に記録されたリンク情報に対して、前記リンク切れの検出日時から所定時間経過後に再度要求データを送信し、この要求データに対応して前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合に、前記リンク切れに関するログデータに基づいてメンテナンス要求を出力する再チェック処理手段であることを要旨とする。   According to a third aspect of the present invention, in the link information management system according to the first or second aspect, the access monitoring means further records in the log information storage means data relating to the detection date and time of link breakage, and the notification The means transmits the request data to the link information recorded in the log information storage means again after a predetermined time has elapsed from the date and time when the link breakage was detected, and obtains response data from the network corresponding to the request data The response data is compared with the determination condition recorded in the error identification information storage means, and when a link break that satisfies the determination condition is detected, a maintenance request is output based on the log data related to the link break The gist is that it is a recheck processing means.

請求項4に記載の発明は、リンク情報を記録したリンク情報記憶手段と、リンク切れの識別するための判断条件を記録したエラー識別情報記憶手段と、リンク情報に対してリンク切れに関するログデータを記録するログ情報記憶手段と、ネットワークに接続された制御部とを備えたリンク情報管理システムを用いて、リンク情報を管理する方法であって、前記制御部が、前記リンク情報記憶手段に記録されたリンク情報を用いて、前記ネットワークを介してアクセスの要求データを送信する要求データ送信段階と、この要求データに対応して前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合には、このリンク切れについてログデータを前記ログ情報記憶手段に記録するアクセス監視段階と、前記ログデータに基づいてメンテナンス要求を出力する通知段階とを実行することを要旨とする。   The invention described in claim 4 includes link information storage means for recording link information, error identification information storage means for recording judgment conditions for identifying link breakage, and log data relating to link breakage for link information. A method of managing link information using a link information management system comprising log information storage means for recording and a control unit connected to a network, wherein the control unit is recorded in the link information storage means Request data transmission stage for transmitting access request data via the network using the link information obtained, response data is obtained from the network corresponding to the request data, and the response data and the error identification information storage Compared with the judgment conditions recorded in the means, and if a broken link that satisfies this judgment condition is detected, And access monitoring step of recording the log data in the log information storage means have, and be required to perform a notification step of outputting a maintenance request based on the log data.

請求項5に記載の発明は、リンク情報を記録したリンク情報記憶手段と、リンク切れの識別するための判断条件を記録したエラー識別情報記憶手段と、リンク情報に対してリンク切れに関するログデータを記録するログ情報記憶手段と、ネットワークに接続された制御部とを備えたリンク情報管理システムを用いて、リンク情報を管理するプログラムであって、前記制御部を、前記リンク情報記憶手段に記録されたリンク情報を用いて、前記ネットワークを介してアクセスの要求データを送信する要求データ送信手段と、この要求データに対応して前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合には、このリンク切れについてログデータを前記ログ情報記憶手段に記録するアクセス監視手段と、前記ログデータに基づいてメンテナンス要求を出力する通知手段として機能させることを要旨とする。   According to the fifth aspect of the present invention, there is provided link information storage means for recording link information, error identification information storage means for recording determination conditions for identifying link breakage, and log data relating to link breakage for link information. A program for managing link information using a link information management system including a log information storage unit for recording and a control unit connected to a network, wherein the control unit is recorded in the link information storage unit. Request data transmission means for transmitting access request data via the network using the link information obtained, response data is obtained from the network in response to the request data, and the response data and the error identification information storage This link is used when a broken link is detected by comparing with the judgment condition recorded in the means. An access monitoring means for recording log data in the log information storage means for Les, and summarized in that to function as a notification unit for outputting a maintenance request based on the log data.

(作用)
本発明によれば、制御部が、リンク情報記憶手段に記録されたリンク情報を用いて、ネットワークを介してアクセスの要求データを送信し、この要求データに対応してネットワークから応答データを取得し、この応答データとエラー識別情報記憶手段に記録された判断条件とを比較する。そして、この判断条件を満たすリンク切れを検出した場合には、このリンク切れについてログデータをログ情報記憶手段に記録する。これにより、このログデータに基づいてメンテナンスを行なうことができる。
(Function)
According to the present invention, the control unit transmits access request data via the network using the link information recorded in the link information storage means, and obtains response data from the network corresponding to the request data. The response data is compared with the judgment condition recorded in the error identification information storage means. When a broken link that satisfies this determination condition is detected, log data about the broken link is recorded in the log information storage means. Thereby, maintenance can be performed based on this log data.

本発明によれば、要求データ送信手段は、予め設定された所定時刻にアクセスの要求データを送信する。これにより、大量のリンク情報を保有している場合にも、効率的にメンテナンスを行なうことができる。   According to the present invention, the request data transmission means transmits access request data at a predetermined time set in advance. Thereby, even when a large amount of link information is held, maintenance can be performed efficiently.

本発明によれば、ログ情報記憶手段には、リンク切れの検出日時に関するデータを更に記録する。そして、ログ情報記憶手段に記録されたリンク情報に対して、リンク切れの検出日時から所定時間経過後に再度要求データを送信し、この要求データに対応してネットワークから応答データを取得する。この応答データとエラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合に、リンク切れに関するログデータに基づいてメンテナンス要求を出力する。これにより、一時的なリンク切れを除いてメンテナンスを行なうことができる。   According to the present invention, the log information storage unit further records data related to the detection date and time of the broken link. Then, for the link information recorded in the log information storage means, the request data is transmitted again after a predetermined time has elapsed from the detection date and time of the broken link, and the response data is acquired from the network corresponding to the request data. The response data is compared with the determination condition recorded in the error identification information storage means, and when a link break that satisfies the determination condition is detected, a maintenance request is output based on log data related to the link break. As a result, maintenance can be performed except for temporary broken links.

本発明によれば、コンピュータシステムに蓄積したリンク情報のメンテナンスを確実に実行して、利用者の利便性を図ることができる。   According to the present invention, maintenance of link information stored in a computer system can be reliably performed to improve convenience for the user.

以下、本発明を具体化した一実施形態を、図1〜図7を用いて説明する。本実施形態では、電子ジャーナルの検索を行なうためのリンク情報管理システム、リンク情報管理方法及びリンク情報管理プログラムとして説明する。本実施形態では、図書館においてアクセス可能な電子ジャーナルのリンク情報(URL:Uniform Resource Locator)の管理を行なう場合を想定する。   Hereinafter, an embodiment embodying the present invention will be described with reference to FIGS. In the present embodiment, a link information management system, a link information management method, and a link information management program for searching an electronic journal will be described. In the present embodiment, it is assumed that link information (URL: Uniform Resource Locator) of an electronic journal accessible in a library is managed.

図1に示すように、複数の利用者端末10や職員端末15等のクライアント端末が、ネットワークを介して図書館情報管理サーバ20に接続されている。この図書館情報管理サーバ20がリンク情報管理システムとして機能する。   As shown in FIG. 1, client terminals such as a plurality of user terminals 10 and staff terminals 15 are connected to a library information management server 20 via a network. This library information management server 20 functions as a link information management system.

利用者端末10は、利用者が検索や電子ジャーナルの閲覧を行なう場合に用いるコンピュータ端末である。また、職員端末15は、図書館の職員が図書や雑誌の管理のために用いるコンピュータ端末である。これらのクライアント端末(10、15)は、制御手段(CPU)、記憶手段(RAM、ROM等)、出力手段(ディプレイ等)、入力手段(キーボードやマウス等)通信手段等を備える。   The user terminal 10 is a computer terminal used when a user searches or browses an electronic journal. The staff terminal 15 is a computer terminal used by library staff for managing books and magazines. These client terminals (10, 15) include control means (CPU), storage means (RAM, ROM, etc.), output means (display, etc.), input means (keyboard, mouse, etc.) communication means, and the like.

この利用者端末10は、ブラウザプログラムを格納し、ブラウザ上で、HTML(HyperText Markup Language )等で記述されたウェブページや、ウェブページ上で各種機能を実現するスクリプト(プログラム)を実行する。具体的には、図書館情報管理サーバ20から受信したHTMLで記述されたウェブページを表示する。また、ウェブページ上で入力された各種指示を、図書館情報管理サーバ20に送信する。   The user terminal 10 stores a browser program, and executes a web page described in HTML (HyperText Markup Language) or the like, or a script (program) for realizing various functions on the web page. Specifically, the web page described in HTML received from the library information management server 20 is displayed. In addition, various instructions input on the web page are transmitted to the library information management server 20.

一方、利用者端末10や職員端末15に接続された図書館情報管理サーバ20は、利用者端末10からの要求に応じて各種図書や雑誌情報の提供処理や、蔵書を管理するための情報処理を実行するコンピュータサーバである。この図書館情報管理サーバ20は、インターネットを介して、電子ジャーナルを提供しているウェブサーバに接続されている。   On the other hand, the library information management server 20 connected to the user terminal 10 or the staff terminal 15 performs various book and magazine information provision processing and information processing for managing collections in response to a request from the user terminal 10. A computer server to be executed. The library information management server 20 is connected to a web server providing an electronic journal via the Internet.

この図書館情報管理サーバ20は、制御部21を備える。制御部21は、図示しない制御手段(CPU)、記憶手段(RAM、ROM等)、通信手段等を備える。そして、この図書館情報管理サーバ20は、後述する処理(要求データ送信段階、アクセス監視段階、通知段階、再チェック段階等を含む処理)を行なう。このためのリンク情報管理プログラムを実行することにより、制御部21は、利用者支援処理手段211、リンク確認処理手
段212、アクセス監視手段213、及び再チェック処理手段214等として機能する。
The library information management server 20 includes a control unit 21. The control unit 21 includes control means (CPU), storage means (RAM, ROM, etc.), communication means, etc., not shown. Then, the library information management server 20 performs processing described later (processing including a request data transmission stage, an access monitoring stage, a notification stage, a recheck stage, etc.). By executing the link information management program for this purpose, the control unit 21 functions as a user support processing unit 211, a link confirmation processing unit 212, an access monitoring unit 213, a recheck processing unit 214, and the like.

利用者支援処理手段211は、利用者端末10からの要求に応じて、図書・雑誌情報の検索処理、提供処理や図書・雑誌の予約処理等を実行する機能を実現する。リンク確認処理手段212は、図書館情報管理サーバ20が図書・雑誌情報として保持しているリンク切れがないかどうかを定期的に確認する機能を実現する。本実施形態では、利用者支援処理手段211及びリンク確認処理手段212は、要求データ送信手段として機能する。   The user support processing unit 211 realizes a function of executing a book / magazine information search process, a providing process, a book / magazine reservation process, and the like in response to a request from the user terminal 10. The link confirmation processing means 212 realizes a function of periodically confirming whether or not there is a broken link that the library information management server 20 holds as book / journal information. In this embodiment, the user support processing unit 211 and the link confirmation processing unit 212 function as a request data transmission unit.

アクセス監視手段213は、利用者支援処理手段211を介しての利用者端末10における検索や、リンク確認処理手段212における検索によって取得された表示データの内容を監視し、リンク切れを検出した場合にはそれに応じた処理を実行する機能を実現する。   The access monitoring unit 213 monitors the content of the display data acquired by the search in the user terminal 10 via the user support processing unit 211 or the search in the link confirmation processing unit 212, and detects a broken link. Realizes the function to execute the process according to it.

再チェック処理手段214は、エラーを検知したURLに対して再度、アクセスし、エラーを再確認する機能を実現する。本実施形態では、再チェック処理手段214は、通知手段としても機能する。   The recheck processing unit 214 realizes a function of accessing the URL in which the error is detected again and reconfirming the error. In the present embodiment, the recheck processing unit 214 also functions as a notification unit.

さらに、図書館情報管理サーバ20は、リンク情報記憶手段としての目録データ記憶部22、エラー識別情報記憶手段としてのエラー識別データ記憶部23及びログ情報記憶手段としてのログデータ記憶部24を備える。   Furthermore, the library information management server 20 includes a catalog data storage unit 22 as a link information storage unit, an error identification data storage unit 23 as an error identification information storage unit, and a log data storage unit 24 as a log information storage unit.

目録データ記憶部22には、図2に示すように、図書館において利用可能な図書や雑誌に関する目録レコード220が記録される。この目録レコード220は、この図書館において利用可能な図書や雑誌に関するレコードが登録された場合に記録される。この目録レコード220は、管理コード、書誌情報、種別フラグ、URLに関するデータを記録するデータフィールドを含んで構成されている。   As shown in FIG. 2, the catalog data storage unit 22 records catalog records 220 relating to books and magazines that can be used in the library. This catalog record 220 is recorded when a record related to a book or magazine that can be used in this library is registered. The catalog record 220 includes a management code, bibliographic information, a type flag, and a data field for recording data related to a URL.

管理コードフィールドには、各図書や雑誌を特定するための識別子に関するデータが記録される。
書誌情報フィールドには、この図書や雑誌の内容を特定するための書誌に関するデータが記録される。例えば、この書誌情報雑は、誌名、巻号、出版事項、形態、言語、著者情報、分類、ISBN(International Standard Book Number:国際標準図書番号)、NCID(NACSIS-CATの書誌レコードID)等に関するデータから構成される。
In the management code field, data relating to an identifier for identifying each book or magazine is recorded.
In the bibliographic information field, data related to the bibliography for specifying the contents of the book or magazine is recorded. For example, this bibliographic information includes the journal name, volume, publication, form, language, author information, classification, ISBN (International Standard Book Number), NCID (NACSIS-CAT bibliographic record ID), etc. Consists of data on.

種別フラグフィールドには、この図書や雑誌の種類を特定するためのフラグが記録される。この種別フラグを用いることにより、電子ジャーナルに関する目録レコード220を特定することができる。   In the type flag field, a flag for specifying the type of book or magazine is recorded. By using this type flag, the catalog record 220 relating to the electronic journal can be specified.

URLフィールドには、電子ジャーナルを取得するためのリンク情報が記録される。具体的には、電子ジャーナルが格納されたウェブサーバのアドレスと、この電子ジャーナルを特定するためのパラメータから構成される。なお、複数のリソースから電子ジャーナルを取得することができる場合には、このURLフィールドには、各リソースの対応した複数のURLに関するデータが記録される。   In the URL field, link information for acquiring an electronic journal is recorded. Specifically, it is composed of an address of a web server in which the electronic journal is stored and a parameter for specifying the electronic journal. When an electronic journal can be acquired from a plurality of resources, data relating to a plurality of URLs corresponding to each resource is recorded in this URL field.

エラー識別データ記憶部23には、図3に示すように、表示データに問題(例えば、「該当ページなし」や「URL変更」等)がある場合に、このエラーの種類や対応を特定するためのエラー識別レコード230が記録される。このエラー識別レコード230は、図書館の職員によって種類やその対処方法は決定された場合に登録される。このエラー識別レコード230は、エラーコード、判断条件、対応処理コードに関するデータを記録するためのデータフィールドを含んで構成されている。   As shown in FIG. 3, the error identification data storage unit 23 specifies the type and response of this error when there is a problem in the display data (for example, “no applicable page”, “URL change”, etc.). The error identification record 230 is recorded. This error identification record 230 is registered when the type and the coping method are determined by the library staff. The error identification record 230 includes a data field for recording data relating to an error code, a determination condition, and a corresponding processing code.

エラーコードフィールドには、各エラーを特定するために付与された識別子に関するデータが記録される。
判断条件フィールドには、エラーを判断するための条件に関するデータが記録される。例えば、「404 Not Found 」のように、表示データに含まれるエラーコードやメッセージ、キーワードに関するデータが記録される。
In the error code field, data relating to an identifier assigned to identify each error is recorded.
In the determination condition field, data relating to a condition for determining an error is recorded. For example, data related to error codes, messages, and keywords included in the display data is recorded, such as “404 Not Found”.

対応処理コードフィールドには、このエラーに対しての対応を決定するための識別子に関するデータが記録される。本実施形態では、対応処理実行データ記憶部(図示せず)において、対応処理コードに対して記録されたスクリプトにより、エラーに対する処理が実行される。例えば、「メッセージ表示」のスクリプトが記録されている場合には、エラー内容に対応したメッセージ(例えば、リンク切れの場合には、そのことを伝えるためのメッセージ)を利用者端末に出力する。   In the response processing code field, data relating to an identifier for determining the response to this error is recorded. In the present embodiment, processing for an error is executed by a script recorded for a corresponding processing code in a corresponding processing execution data storage unit (not shown). For example, if a “message display” script is recorded, a message corresponding to the error content (for example, a message for informing that when the link is broken) is output to the user terminal.

一方、ログデータ記憶部24には、図4に示すように、エラーを検出した場合のアクセスログに関するログレコード240が記録される。このログレコード240は、表示データにおいてエラーを検出した場合に記録される。このログレコード240は、日時、URL、エラーコード、対応処理結果に関するデータを記録するためのデータフィールドを含んで構成されている。   On the other hand, as shown in FIG. 4, a log record 240 relating to an access log when an error is detected is recorded in the log data storage unit 24. This log record 240 is recorded when an error is detected in the display data. The log record 240 includes a data field for recording data related to date / time, URL, error code, and corresponding processing result.

日時フィールドには、表示データにおいてエラーを検出した日時を特定するためのデータが記録される。
URLフィールドには、表示データにおいてエラーを検出したURLを特定するデータが記録される。
In the date / time field, data for specifying the date / time when the error is detected in the display data is recorded.
In the URL field, data specifying the URL in which an error is detected in the display data is recorded.

エラーコードフィールドには、表示データにおいて検出したエラーの種類を特定するためのデータが記録される。
対応処理結果フィールドには、このエラーに対して行なった処理の内容を特定するためのデータが記録される。例えば、「エラー検出(n回目)」、「職員通知済」を特定するコードが記録される。ここで、「エラー検出(n回目)」コードは、n回目のエラー検出であることを示す。
In the error code field, data for specifying the type of error detected in the display data is recorded.
In the corresponding process result field, data for specifying the content of the process performed for this error is recorded. For example, a code for specifying “error detection (n-th)” and “notification of staff” is recorded. Here, the “error detection (n-th)” code indicates the n-th error detection.

次に、上記のようなシステムを用いて、リンク情報の確認処理を実行する場合の処理手順を、図5〜7に従って説明する。ここでは、利用者閲覧処理(図5)、リンクチェック処理(図6)、再チェック処理(図7)を実行する。   Next, a processing procedure when link information confirmation processing is executed using the above-described system will be described with reference to FIGS. Here, user browsing processing (FIG. 5), link check processing (FIG. 6), and recheck processing (FIG. 7) are executed.

(利用者閲覧処理)
まず、利用者閲覧処理について、図5を用いて説明する。ここでは、利用者端末10のブラウザプログラムを起動して、図書館情報管理サーバ20にアクセス要求を送信する。この場合、図書館情報管理サーバ20の制御部21は、利用者支援処理を実行する(ステップS1−1)。具体的には、制御部21の利用者支援処理手段211が、利用者端末10にトップページ画面データを送信する。
(User browsing process)
First, the user browsing process will be described with reference to FIG. Here, the browser program of the user terminal 10 is activated and an access request is transmitted to the library information management server 20. In this case, the control unit 21 of the library information management server 20 executes user support processing (step S1-1). Specifically, the user support processing unit 211 of the control unit 21 transmits top page screen data to the user terminal 10.

トップページ画面データを受信した利用者端末10のディスプレイのブラウザ上には、図書館を利用するためのメニュー画面が表示される。このメニュー画面には、通常の検索対象となるデータベースの選択ボタンが表示される。ここでは、蔵書検索(OPAC:Online Public Access Catalogue)の選択ボタンが表示される。   A menu screen for using the library is displayed on the browser of the display of the user terminal 10 that has received the top page screen data. On this menu screen, a selection button for a database to be normally searched is displayed. Here, a selection button for collection search (OPAC: Online Public Access Catalog) is displayed.

そして、蔵書検索の選択ボタンを利用することにより、利用者端末10には、図書や雑誌の検索画面が表示され、所望の図書や雑誌の検索を行なうことができる。この検索画面
において所望のキーワードを入力し、検索実行ボタンが選択された場合、利用者端末10は、入力されたキーワードに関するデータを含む検索要求を、図書館情報管理サーバ20に送信する。
Then, by using the collection search selection button, a search screen for books and magazines is displayed on the user terminal 10 and a desired book or magazine can be searched. When a desired keyword is input on this search screen and the search execution button is selected, the user terminal 10 transmits a search request including data related to the input keyword to the library information management server 20.

この場合、図書館情報管理サーバ20の制御部21の利用者支援処理手段211は、受信したキーワードを用いて検索処理を行なう。ここでは、目録データ記憶部22において、受信したキーワードを含む目録レコード220を特定する。そして、特定された各目録レコード220にアクセスするためのリンクデータを含む一覧リストデータを生成する。この一覧リストデータには、各資料の項目や書誌に関する情報を含める。そして、一覧リストデータを含む一覧画面データを生成する。そして、利用者支援処理手段211は、この一覧画面データを利用者端末10に送信する。   In this case, the user support processing unit 211 of the control unit 21 of the library information management server 20 performs a search process using the received keyword. Here, the catalog data storage unit 22 identifies the catalog record 220 including the received keyword. Then, list data including link data for accessing each specified catalog record 220 is generated. This list data includes information on items and bibliographies of each material. Then, list screen data including list list data is generated. Then, the user support processing unit 211 transmits this list screen data to the user terminal 10.

一覧画面データを受信した利用者端末10のディスプレイのブラウザ上には、一覧画面が表示される。そして、所望の資料が選択された場合、利用者端末10は、選択された資料のリンクデータを用いて詳細表示要求データを、図書館情報管理サーバ20に送信する。   The list screen is displayed on the browser of the display of the user terminal 10 that has received the list screen data. When a desired material is selected, the user terminal 10 transmits detailed display request data to the library information management server 20 using the link data of the selected material.

この場合、図書館情報管理サーバ20の制御部21の利用者支援処理手段211は、目録データ記憶部22において、要求された目録レコード220を抽出し、利用者端末10に詳細画面データを送信する。ここで、目録レコード220にリンク情報としてURLが記録されている場合には、この詳細画面データに、URLを選択できるように電子ジャーナルリンクボタンを埋め込む。   In this case, the user support processing unit 211 of the control unit 21 of the library information management server 20 extracts the requested list record 220 in the list data storage unit 22 and transmits the detailed screen data to the user terminal 10. Here, when a URL is recorded as link information in the catalog record 220, an electronic journal link button is embedded in the detailed screen data so that the URL can be selected.

そして、図書館情報管理サーバ20の制御部21は、表示データ取得処理を実行する(ステップS1−2)。具体的には、利用者端末10のブラウザに表示された詳細画面において、電子ジャーナルリンクボタンが選択された場合、利用者端末10は、このURLへのリンク要求を送信する。このリンク要求は、図書館情報管理サーバ20の制御部21の利用者支援処理手段211を中継して行なわれる。すなわち、利用者端末10からリンク要求を受信した利用者支援処理手段211は、図書館情報管理サーバ20を送信元として、このURLに対して表示要求データを送信する。これにより、図書館情報管理サーバ20の制御部21は、インターネットを介して、この表示要求データに対する応答データを取得する。   And the control part 21 of the library information management server 20 performs a display data acquisition process (step S1-2). Specifically, when the electronic journal link button is selected on the detailed screen displayed on the browser of the user terminal 10, the user terminal 10 transmits a link request to this URL. This link request is made by relaying the user support processing means 211 of the control unit 21 of the library information management server 20. That is, the user support processing unit 211 that has received the link request from the user terminal 10 transmits display request data to this URL using the library information management server 20 as a transmission source. Thereby, the control part 21 of the library information management server 20 acquires the response data with respect to this display request data via the internet.

インターネットを介して応答データを取得した図書館情報管理サーバ20の制御部21は、エラー識別処理を実行する(ステップS1−3)。具体的には、制御部21のアクセス監視手段213は、受信した応答データを解析して、この応答データに含まれるメッセージを取得する。そして、このメッセージとエラー識別データ記憶部23に記録された判断条件とを比較する。例えば、表示要求データの対象ページの検出不能を表すメッセージ(例えば「404 Not Found 」)が含まれている場合には、リンク切れと判断する。   The control unit 21 of the library information management server 20 that has acquired the response data via the Internet executes error identification processing (step S1-3). Specifically, the access monitoring unit 213 of the control unit 21 analyzes the received response data and acquires a message included in the response data. Then, this message is compared with the judgment condition recorded in the error identification data storage unit 23. For example, when a message indicating that the target page of the display request data cannot be detected (for example, “404 Not Found”) is included, it is determined that the link is broken.

エラー識別データ記憶部23に記録された判断条件と一致するメッセージが含まれていない場合(ステップS1−4において「NO」の場合)には、リンク切れでないと判断し、図書館情報管理サーバ20の制御部21は、通常表示処理を実行する(ステップS1−5)。具体的には、利用者支援処理手段211は、インターネットを介してウェブサーバから取得した表示データを利用者端末10に転送する。この場合、表示データに異常がある場合に通知を行なうための選択ボタン(エラー通知アイコン)を表示させるデータを含める。表示データを受信した利用者端末10は、このデータをディスプレイに表示させる。   If a message matching the determination condition recorded in the error identification data storage unit 23 is not included (in the case of “NO” in step S1-4), it is determined that the link is not broken, and the library information management server 20 The control unit 21 performs normal display processing (step S1-5). Specifically, the user support processing unit 211 transfers display data acquired from the web server to the user terminal 10 via the Internet. In this case, data for displaying a selection button (error notification icon) for notifying when there is an abnormality in the display data is included. The user terminal 10 that has received the display data displays this data on the display.

次に、図書館情報管理サーバ20の制御部21は、利用者からのエラー通知待機処理を
実行する(ステップS1−6)。ここで、利用者からのエラー通知を受信せず、問題がない場合(ステップS1−6において「NO」の場合)には、通常処理を終了する。
Next, the control unit 21 of the library information management server 20 executes an error notification standby process from the user (step S1-6). If no error notification is received from the user and there is no problem (“NO” in step S1-6), the normal processing is terminated.

一方、表示データに異常がある場合には、利用者はディスプレイに表示されたエラー通知アイコンを選択する。この場合、利用者端末10はエラー通知を図書館情報管理サーバ20に送信する。利用者端末10からエラー通知を受信した場合(ステップS1−6において「YES」の場合)、図書館情報管理サーバ20の制御部21は、エラー記録処理を実行する(ステップS1−7)。このエラー記録処理は、アクセス監視手段213がリンク切れと判断した場合(ステップS1−4において「YES」の場合)にも実行される。具体的には、アクセス監視手段213は制御部21内のシステムタイマから現在時刻データを取得する。そして、現在時刻、この表示要求データに関するURL、エラーコードを、それぞれ日時フィールド、URLフィールド、エラーコードフィールドに記録したログレコード240を生成し、ログデータ記憶部24に記録する。このエラーコードフィールドには、アクセス監視手段213が特定したエラーコードが記録される。また、利用者端末10においてエラー通知アイコンが利用された場合には、エラーコードフィールドに「利用者異常通知」を特定するエラーコードと、受信した表示データの内容を特定するためのデータ(例えば、ソースコード)を記録する。更に、対応処理結果フィールドには、「エラー検出(1回目)」を特定するコードが記録される。   On the other hand, when there is an abnormality in the display data, the user selects an error notification icon displayed on the display. In this case, the user terminal 10 transmits an error notification to the library information management server 20. When an error notification is received from the user terminal 10 (in the case of “YES” in step S1-6), the control unit 21 of the library information management server 20 executes an error recording process (step S1-7). This error recording process is also executed when the access monitoring means 213 determines that the link is broken (in the case of “YES” in step S1-4). Specifically, the access monitoring unit 213 acquires current time data from a system timer in the control unit 21. Then, a log record 240 is generated in which the current time, the URL related to the display request data, and the error code are recorded in the date / time field, the URL field, and the error code field, respectively, and the log record 240 is recorded. The error code specified by the access monitoring unit 213 is recorded in this error code field. Further, when an error notification icon is used in the user terminal 10, an error code for specifying "user abnormality notification" in the error code field and data for specifying the content of the received display data (for example, Source code). Furthermore, a code for specifying “error detection (first time)” is recorded in the response processing result field.

図書館情報管理サーバ20の制御部21は、エラー表示処理を実行する(ステップS1−8)。ここでは、アクセス監視手段213は、利用者端末10に対して、エラー識別データ記憶部23に記録された対応処理コードに基づいて特定されるエラーメッセージデータを送信する。例えば、「404 Not Found 」の場合には、「現在、アクセスできません。図書館職員が対応しますので、他の文献を御利用ください。」とのメッセージを利用者端末10のディスプレイに表示させる。これにより、利用者閲覧処理を終了する。   The control unit 21 of the library information management server 20 executes an error display process (step S1-8). Here, the access monitoring unit 213 transmits error message data specified based on the corresponding processing code recorded in the error identification data storage unit 23 to the user terminal 10. For example, in the case of “404 Not Found”, a message such as “Currently not accessible. Library staff will respond, please use other documents.” Is displayed on the display of the user terminal 10. Thereby, a user browsing process is complete | finished.

(リンクチェック処理)
次に、リンクチェック処理について、図6を用いて説明する。この処理は、図書館情報管理サーバ20に予め記録されたスケジュールテーブルに基づいて、定期的(例えば夜間、利用者端末10が利用されていな時間帯の定時)に実行される。このスケジュールテーブルには、処理開始日時に対して、チェック対象の電子ジャーナルの管理コードの範囲に関するデータが記録されている。
(Link check process)
Next, the link check process will be described with reference to FIG. This process is executed periodically (for example, at a fixed time in the time zone when the user terminal 10 is not used at night) based on a schedule table recorded in advance in the library information management server 20. In this schedule table, data relating to the management code range of the electronic journal to be checked is recorded with respect to the processing start date and time.

まず、図書館情報管理サーバ20の制御部21は、チェック対象の電子ジャーナルの抽出処理を実行する(ステップS2−1)。具体的には、制御部21のリンク確認処理手段212が、チェック対象の電子ジャーナルを目録データ記憶部22において特定する。本実施形態では、スケジュールテーブルに予め記録された所定数の目録レコード220を特定し、種別クラブを用いて電子ジャーナルに関する目録レコード220を特定する。   First, the control unit 21 of the library information management server 20 executes an extraction process of an electronic journal to be checked (step S2-1). Specifically, the link confirmation processing unit 212 of the control unit 21 specifies the electronic journal to be checked in the inventory data storage unit 22. In the present embodiment, a predetermined number of catalog records 220 recorded in advance in the schedule table are specified, and the catalog records 220 relating to the electronic journal are specified using the type club.

次に、図書館情報管理サーバ20の制御部21は、URL取得処理を実行する(ステップS2−2)。具体的には、制御部21のリンク確認処理手段212が、この目録レコード220に含まれるURLを取得する。この目録レコード220に複数のURLが記録されている場合には、すべてのURLを取得する。   Next, the control unit 21 of the library information management server 20 executes URL acquisition processing (step S2-2). Specifically, the link confirmation processing unit 212 of the control unit 21 acquires the URL included in the inventory record 220. When a plurality of URLs are recorded in the catalog record 220, all URLs are acquired.

そして、図書館情報管理サーバ20の制御部21は、表示データ取得処理を実行する(ステップS2−3)。制御部21のリンク確認処理手段212が、このURLを用いて、インターネットを介してウェブサーバへのアクセスを試みる。具体的には、このURLによって特定されるウェブサーバに対して、表示要求データを送信する。そして、インターネットを介して、応答データを取得する。   And the control part 21 of the library information management server 20 performs a display data acquisition process (step S2-3). The link confirmation processing means 212 of the control unit 21 attempts to access the web server via the Internet using this URL. Specifically, display request data is transmitted to the web server specified by this URL. Then, response data is acquired via the Internet.

次に、図書館情報管理サーバ20の制御部21は、エラー識別処理を実行する(ステップS2−4)。この処理は応答データに基づいて、制御部21のリンク確認処理手段212が、テップ1−3と同様に実行される。   Next, the control part 21 of the library information management server 20 performs an error identification process (step S2-4). This processing is executed by the link confirmation processing means 212 of the control unit 21 in the same manner as Step 1-3 based on the response data.

図書館情報管理サーバ20の制御部21は、リンク切れ判断処理を実行する(ステップS2−5)。この処理はステップ1−4と同様に実行される。リンク切れと判断された場合(ステップS2−5において「YES」の場合)、図書館情報管理サーバ20の制御部21は、エラー記録処理を実行する(ステップS2−6)。この場合には、ステップS1−7と同様に、制御部21のアクセス監視手段213が、ログレコード240を生成し、ログデータ記憶部24に記録する。   The control unit 21 of the library information management server 20 executes a link break determination process (step S2-5). This process is executed in the same manner as in step 1-4. If it is determined that the link is broken (“YES” in step S2-5), the controller 21 of the library information management server 20 executes an error recording process (step S2-6). In this case, as in step S1-7, the access monitoring unit 213 of the control unit 21 generates a log record 240 and records it in the log data storage unit 24.

一方、エラー識別データ記憶部23に記録された判断条件と一致するメッセージが含まれていない場合(ステップS2−5において「NO」の場合)、このエラー記録処理をスキップする。   On the other hand, if a message matching the determination condition recorded in the error identification data storage unit 23 is not included (in the case of “NO” in step S2-5), this error recording process is skipped.

そして、図書館情報管理サーバ20の制御部21は、未チェック対象確認処理を実行する(ステップS2−7)。具体的には、制御部21のリンク確認処理手段212は、ステップS2−1において抽出したチェック対象において、まだ表示データの取得処理を実行していない電子ジャーナルを確認する。   And the control part 21 of the library information management server 20 performs an unchecked object confirmation process (step S2-7). Specifically, the link confirmation processing unit 212 of the control unit 21 confirms an electronic journal that has not yet been subjected to display data acquisition processing in the check target extracted in step S2-1.

未チェック対象が残っている場合(ステップS2−7において「YES」の場合)には、図書館情報管理サーバ20の制御部21は、次のチェック対象を特定する(ステップS2−8)。そして、このチェック対象の目録レコード220のリンクチェック処理を実行する。一方、未チェック対象が残っておらず、すべてのチェック対象の目録レコード220について表示データの取得処理を終了した場合(ステップS2−7において「NO」の場合)には、リンクチェック処理を終了する。   When the unchecked target remains (in the case of “YES” in step S2-7), the control unit 21 of the library information management server 20 specifies the next check target (step S2-8). Then, the link check process of the check target inventory record 220 is executed. On the other hand, if there is no unchecked target and the display data acquisition process is completed for all the check target inventory records 220 (NO in step S2-7), the link check process is terminated. .

(再チェック処理)
次に、再チェック処理について、図7を用いて説明する。この処理では、一度エラーを検知した目録レコード220に対して、所定時間の間を空けて再度、チェック処理を行なう。具体的には、ログデータ記憶部24に記録されたログレコード240の対応処理結果に「1回目」が記録されているレコードに対して実行する。
(Recheck process)
Next, the recheck process will be described with reference to FIG. In this process, a check process is performed again for the inventory record 220 once having detected an error after a predetermined time interval. Specifically, the processing is executed for a record in which “first time” is recorded in the corresponding processing result of the log record 240 recorded in the log data storage unit 24.

ここでは、図書館情報管理サーバ20の制御部21は、所定時間の待機処理を実行する(ステップS3−1)。具体的には、制御部21の再チェック処理手段214は、「1回目」のログレコード240の記録日時を特定し、この日時から所定時間の経過を待機する(ステップS3−1において「NO」)。   Here, the control unit 21 of the library information management server 20 executes standby processing for a predetermined time (step S3-1). Specifically, the recheck processing unit 214 of the control unit 21 specifies the recording date / time of the “first” log record 240 and waits for the elapse of a predetermined time from this date / time (“NO” in step S3-1). ).

1回目のエラー検出に関するログレコード240の日時から所定時間が経過した場合(ステップS3−1において「YES」の場合)、図書館情報管理サーバ20の制御部21は、URL取得処理を実行する(ステップS3−2)。この場合には、制御部21の再チェック処理手段214は、ログレコード240に記録されているURLを取得する。   When a predetermined time has elapsed from the date and time of the log record 240 relating to the first error detection (in the case of “YES” in step S3-1), the control unit 21 of the library information management server 20 executes a URL acquisition process (step S3-2). In this case, the recheck processing unit 214 of the control unit 21 acquires the URL recorded in the log record 240.

そして、図書館情報管理サーバ20の制御部21は、表示データ取得処理を実行する(ステップS3−3)。そして、図書館情報管理サーバ20の制御部21は、エラー識別処理を実行する(ステップS3−4)。ここでは、制御部21の再チェック処理手段214は、ステップSS1−2、S1−3と同様に実行する。   And the control part 21 of the library information management server 20 performs a display data acquisition process (step S3-3). And the control part 21 of the library information management server 20 performs an error identification process (step S3-4). Here, the recheck processing unit 214 of the control unit 21 executes the same as in steps SS1-2 and S1-3.

なお、エラーコードフィールドに「利用者異常通知」を特定するエラーコードが記録されている場合には、1回目に受信した表示データの内容(例えば、ソースコード)を取得
し、2回目に受信した表示データの内容と比較して、表示内容に変化があるかどうかを判断する。そして、表示内容に変化がない場合にリンク切れと判断する。
When an error code specifying “user error notification” is recorded in the error code field, the content of the display data received for the first time (for example, source code) is acquired and received for the second time. Compared with the contents of the display data, it is determined whether there is a change in the display contents. Then, when there is no change in the display content, it is determined that the link is broken.

ここで、リンク切れと判断された場合(ステップS3−5において「YES」の場合)、図書館情報管理サーバ20の制御部21は、エラー記録処理を実行する(ステップS3−6)。具体的には、アクセス監視手段213が2回目のエラーを検出した場合には、再チェック処理手段214にエラー信号を出力し、再チェック処理手段214は、「エラー検出(2回目)」コードをログレコード240に記録する。   If it is determined that the link is broken (“YES” in step S3-5), the control unit 21 of the library information management server 20 executes an error recording process (step S3-6). Specifically, when the access monitoring unit 213 detects a second error, it outputs an error signal to the recheck processing unit 214, and the recheck processing unit 214 outputs an “error detection (second time)” code. Record in the log record 240.

そして、図書館情報管理サーバ20の制御部21は、通知処理を実行する(ステップS3−7)。具体的には、制御部21の再チェック処理手段214は、アクセス監視手段213の検出結果を取得して、職員端末15にエラー通知を送信する。ここでは、職員端末15において利用可能な電子メールを利用してエラー通知を送信する。このエラー通知には、ログレコード240に関するデータを含める。この場合、図書館の職員は、リンク切れを確認して、必要に応じて対応を行なう。   And the control part 21 of the library information management server 20 performs a notification process (step S3-7). Specifically, the recheck processing unit 214 of the control unit 21 acquires the detection result of the access monitoring unit 213 and transmits an error notification to the staff terminal 15. Here, an error notification is transmitted using an electronic mail that can be used in the staff terminal 15. This error notification includes data regarding the log record 240. In this case, library staff will check for broken links and take action as necessary.

一方、リンク切れでないと判断された場合(ステップS3−5において「NO」の場合)、図書館情報管理サーバ20の制御部21は、エラー復旧処理を実行する(ステップS3−6)。この場合には、再チェック処理手段214は、「エラー復旧」コードをログレコード240に記録して、処理を終了する。   On the other hand, if it is determined that the link is not broken (“NO” in step S3-5), the control unit 21 of the library information management server 20 executes error recovery processing (step S3-6). In this case, the recheck processing unit 214 records the “error recovery” code in the log record 240 and ends the process.

以上、本実施形態によれば、以下に示す効果を得ることができる。
・ 上記実施形態では、このリンク要求は、図書館情報管理サーバ20の制御部21を中継して行なわれる。そして、図書館情報管理サーバ20の制御部21は、インターネットを介して、この表示要求データに対する応答データを取得する。この場合、制御部21のアクセス監視手段213は、受信した応答データを解析して、この応答データに含まれるメッセージを取得する。そして、このメッセージとエラー識別データ記憶部23に記録された判断条件とを比較する。これにより、リンク切れを検知して、効率よくメンテナンスを行なうことができる。この結果、無駄な検索を抑制し、検索精度の向上を図ることができる。
As described above, according to the present embodiment, the following effects can be obtained.
In the above embodiment, this link request is made via the control unit 21 of the library information management server 20. And the control part 21 of the library information management server 20 acquires the response data with respect to this display request data via the internet. In this case, the access monitoring unit 213 of the control unit 21 analyzes the received response data and acquires a message included in the response data. Then, this message is compared with the judgment condition recorded in the error identification data storage unit 23. Thereby, a broken link can be detected and maintenance can be performed efficiently. As a result, useless searches can be suppressed and search accuracy can be improved.

・ 上記実施形態では、利用者端末10のブラウザに表示された詳細画面において、電子ジャーナルリンクボタンが選択された場合、利用者端末10は、このURLへのリンク要求を送信する。このリンク要求は、図書館情報管理サーバ20の制御部21の利用者支援処理手段211を中継して行なわれる。この結果、図書館情報管理サーバ20の制御部21は、インターネットを介して、この表示要求データに対する応答データを取得する。そして、インターネットを介して応答データを取得した図書館情報管理サーバ20の制御部21は、エラー識別処理を実行する(ステップS1−3)。リンク切れと判断した場合、アクセス監視手段213はエラー記録処理を実行する。これにより、利用者端末10を利用しての検索においても問題があるURLを特定し、このログの記録に基づいて、URLのメンテナンスを行なうことができる。   In the above embodiment, when the electronic journal link button is selected on the detailed screen displayed on the browser of the user terminal 10, the user terminal 10 transmits a link request to this URL. This link request is made by relaying the user support processing means 211 of the control unit 21 of the library information management server 20. As a result, the control unit 21 of the library information management server 20 acquires response data for the display request data via the Internet. And the control part 21 of the library information management server 20 which acquired response data via the internet performs an error identification process (step S1-3). If it is determined that the link is broken, the access monitoring means 213 executes error recording processing. As a result, it is possible to identify a URL having a problem even in a search using the user terminal 10 and perform maintenance of the URL based on the log recording.

・ 上記実施形態では、利用者支援処理手段211は、インターネットを介してウェブサーバから取得した表示データを利用者端末10に転送する。この場合、表示データに異常がある場合に通知を行なうための選択ボタン(エラー通知アイコン)を表示させるデータを含める。これにより、利用者に認識も基づいて問題があるURLを特定することができる。   In the above embodiment, the user support processing unit 211 transfers display data acquired from the web server to the user terminal 10 via the Internet. In this case, data for displaying a selection button (error notification icon) for notifying when there is an abnormality in the display data is included. Thereby, it is possible to identify a URL having a problem based on recognition by the user.

・ 上記実施形態では、図書館情報管理サーバ20の制御部21は、チェック対象の電子ジャーナルの抽出処理し(ステップS2−1)、URL取得処理を実行する(ステップ
S2−2)。そして、図書館情報管理サーバ20の制御部21は、このURLを用いて表示データの取得処理を実行し(ステップS2−3)、エラー識別処理を実行する(ステップS2−4)。ここで、リンク切れと判断された場合、図書館情報管理サーバ20の制御部21は、エラー記録処理を実行する(ステップS2−6)。これにより、膨大なリンクデータのメンテナンスを実行することができる。
In the above embodiment, the control unit 21 of the library information management server 20 performs processing for extracting electronic journals to be checked (step S2-1) and executes URL acquisition processing (step S2-2). Then, the control unit 21 of the library information management server 20 executes display data acquisition processing using this URL (step S2-3), and executes error identification processing (step S2-4). If it is determined that the link is broken, the control unit 21 of the library information management server 20 executes an error recording process (step S2-6). Thereby, maintenance of a huge amount of link data can be executed.

・ 上記実施形態では、1回目のエラー検出に関するログレコード240の日時から所定時間が経過した場合、図書館情報管理サーバ20の制御部21は、URL取得処理を実行する(ステップS3−2)。この場合には、制御部21の再チェック処理手段214は、ログレコード240に記録されているURLを取得する。そして、図書館情報管理サーバ20の制御部21は、表示データ取得処理(ステップS3−3)し、エラー識別処理を実行する(ステップS3−4)。そして、図書館情報管理サーバ20の制御部21は、リンク切れと判断された場合、図書館情報管理サーバ20の制御部21は、エラー記録処理を(ステップS3−6)、通知処理を実行する(ステップS3−7)。これにより、一時的なエラーを除いて通知処理を行なわれるので、図書館の職員の業務負担を軽減することができる。   In the above embodiment, when a predetermined time has elapsed from the date and time of the log record 240 relating to the first error detection, the control unit 21 of the library information management server 20 executes URL acquisition processing (step S3-2). In this case, the recheck processing unit 214 of the control unit 21 acquires the URL recorded in the log record 240. And the control part 21 of the library information management server 20 performs a display data acquisition process (step S3-3), and performs an error identification process (step S3-4). When the controller 21 of the library information management server 20 determines that the link is broken, the controller 21 of the library information management server 20 executes an error recording process (step S3-6) and a notification process (step S3-6). S3-7). As a result, the notification process is performed except for a temporary error, so that the burden on the library staff can be reduced.

なお、上記実施形態は、以下の態様に変更してもよい。
○ 上記実施形態では、図書館情報管理サーバ20の目録データ記憶部22に記録された電子ジャーナルのURLにおけるリンク切れの確認処理に適用したが、チェック対象はこれに限定されるものではない。例えば、コンピュータ端末のブラウザに蓄積された「お気に入り」等のブックマークとして記録されたURLに適用することも可能である。
In addition, you may change the said embodiment into the following aspects.
In the above embodiment, the present invention is applied to the confirmation process for broken links in the URL of the electronic journal recorded in the catalog data storage unit 22 of the library information management server 20, but the check target is not limited to this. For example, the present invention can be applied to a URL recorded as a bookmark such as “favorite” stored in a browser of a computer terminal.

○ 上記実施形態では、アクセス監視手段213が2回目のエラーを検出した場合には、再チェック処理手段214にエラー信号を出力し、再チェック処理手段214は、「エラー検出(2回目)」コードをログレコード240に記録する。そして、図書館情報管理サーバ20の制御部21は、通知処理を実行する(ステップS3−7)。具体的には、制御部21の再チェック処理手段214は、職員端末15にエラー通知を送信する。職員端末15に対するエラー通知の送信は、2回目のエラー検出に限定されるものではなく、初回や3回目に通知を行なってもよい。初回のエラー検出で通知を行なうことにより、迅速にリンク切れに対応することができる。一方、3回目のエラー検出で通知を行なうことにより、確実にリンク切れを確認してから、職員に対応させることができ、職員の負荷の軽減を図ることができる。   In the above embodiment, when the access monitoring unit 213 detects the second error, it outputs an error signal to the recheck processing unit 214, and the recheck processing unit 214 displays the “error detection (second time)” code. Is recorded in the log record 240. And the control part 21 of the library information management server 20 performs a notification process (step S3-7). Specifically, the recheck processing unit 214 of the control unit 21 transmits an error notification to the staff terminal 15. Transmission of the error notification to the staff terminal 15 is not limited to the second error detection, and may be performed for the first time or the third time. By notifying at the first error detection, it is possible to quickly cope with a broken link. On the other hand, by notifying at the third error detection, it is possible to deal with the staff after confirming that the link is broken, and to reduce the burden on the staff.

○ 上記実施形態では、2回目のエラー検出において、職員端末15に対するエラー通知を送信する。職員端末15に対するエラー通知を送信するタイミングは、固定的である必要はなく、状況に応じて変更することも可能である。例えば、1回のリンクチェック処理におけるエラー検知のURL数に基づいて変更してもよい。この場合には、図書館情報管理サーバ20に、エラー検知のURL数に対してエラー通知を送信するタイミングを規定するエラー検知回数を記録したデータテーブルを記憶させておく。そして、リンクチェック処理後に、エラー検知のURL数をカウントして、データテーブルからエラー通知を送信するタイミングを決定する。これにより、エラー検知数が多い場合には、リンク切れを確実に検証してから、エラー通知を送信することができる。   In the above embodiment, an error notification is transmitted to the staff terminal 15 in the second error detection. The timing for transmitting the error notification to the staff terminal 15 does not have to be fixed, and can be changed according to the situation. For example, it may be changed based on the number of URLs for error detection in one link check process. In this case, the library information management server 20 stores a data table that records the number of times of error detection that defines the timing for transmitting an error notification for the number of URLs for error detection. Then, after the link check process, the number of URLs for error detection is counted, and the timing for transmitting an error notification from the data table is determined. As a result, when the number of detected errors is large, an error notification can be transmitted after reliably verifying the broken link.

○ 上記実施形態では、利用者端末10からエラー通知を受信した場合(ステップS1−6において「YES」の場合)、図書館情報管理サーバ20の制御部21は、エラー記録処理を実行する(ステップS1−7)。これに加えて、目録データ記憶部22に記録された目録レコード220にも、ステータスデータを記録してもよい。この場合には、目録レコード220に、ステータスフィールドを設け、リンク切れを示すフラグを記録する。そして、利用者端末10に提供する一覧画面データにおいて、この文献についてアクセス
不可のメッセージを追加する。再チェック処理や職員のメンテナンスにより、アクセスが復旧した場合には、このフラグを削除する。これにより、無駄なアクセスを抑制することができる。
In the above embodiment, when an error notification is received from the user terminal 10 (in the case of “YES” in step S1-6), the control unit 21 of the library information management server 20 executes an error recording process (step S1). -7). In addition to this, status data may be recorded in the catalog record 220 recorded in the catalog data storage unit 22. In this case, a status field is provided in the catalog record 220, and a flag indicating a broken link is recorded. Then, in the list screen data provided to the user terminal 10, an inaccessible message is added for this document. This flag is deleted when access is restored by recheck processing or staff maintenance. Thereby, useless access can be suppressed.

○ 上記実施形態では、リンクチェック処理において、図書館情報管理サーバ20に予め記録されたスケジュールテーブルに基づいて定期的に実行される。このスケジュールテーブルには、処理開始日時に対して、チェック対象の図書の管理コードの範囲に関するデータが記録されている。これに代えて、管理コードに対して、最終アクセス日時を記録しておき、この最終アクセス日時が古い管理コードについて、所定数の目録レコード220を取得して、リンクチェック処理を実行してもよい。最終アクセス日時が新しい場合にはリンク切れの可能性が低い。このため、リンク切れの可能性が比較的、高いものを優先することにより、リンクチェック処理の効率化を図ることができる。   In the above embodiment, the link check process is periodically executed based on the schedule table recorded in advance in the library information management server 20. In this schedule table, data related to the management code range of the book to be checked is recorded with respect to the processing start date and time. Instead, the last access date and time may be recorded for the management code, and a predetermined number of inventory records 220 may be acquired for the management code with the oldest last access date and the link check process may be executed. . If the last access date is new, the possibility of a broken link is low. For this reason, it is possible to improve the efficiency of the link check process by giving priority to a link that has a relatively high possibility of being broken.

本発明の一実施形態のシステムの概略図。1 is a schematic diagram of a system according to an embodiment of the present invention. 目録データ記憶部に記録されたデータの説明図。Explanatory drawing of the data recorded on the catalog data storage part. エラー識別データ記憶部に記録されたデータの説明図。Explanatory drawing of the data recorded on the error identification data storage part. ログデータ記憶部に記録されたデータの説明図。Explanatory drawing of the data recorded on the log data storage part. 本発明の一実施形態の処理手順の説明図。Explanatory drawing of the process sequence of one Embodiment of this invention. 本発明の一実施形態の処理手順の説明図。Explanatory drawing of the process sequence of one Embodiment of this invention. 本発明の一実施形態の処理手順の説明図。Explanatory drawing of the process sequence of one Embodiment of this invention.

符号の説明Explanation of symbols

10…利用者端末、15…職員端末、20…図書館情報管理サーバ、21…制御部、211…利用者支援処理手段、212…リンク確認処理手段、213…アクセス監視手段、214…再チェック処理手段、22…目録データ記憶部、23…エラー識別データ記憶部、24…ログデータ記憶部。

DESCRIPTION OF SYMBOLS 10 ... User terminal, 15 ... Staff terminal, 20 ... Library information management server, 21 ... Control part, 211 ... User support processing means, 212 ... Link confirmation processing means, 213 ... Access monitoring means, 214 ... Recheck processing means , 22 ... inventory data storage unit, 23 ... error identification data storage unit, 24 ... log data storage unit.

Claims (5)

リンク情報を記録したリンク情報記憶手段と、リンク切れの識別するための判断条件を記録したエラー識別情報記憶手段と、リンク情報に対してリンク切れに関するログデータを記録するログ情報記憶手段と、ネットワークに接続された制御部とを備えたリンク情報管理システムであって、
前記制御部が、
前記リンク情報記憶手段に記録されたリンク情報を用いて、前記ネットワークを介してアクセスの要求データを送信する要求データ送信手段と、
この要求データに対応して前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合には、このリンク切れについてログデータを前記ログ情報記憶手段に記録するアクセス監視手段と、
前記ログデータに基づいてメンテナンス要求を出力する通知手段と
を備えたことを特徴とするリンク情報管理システム。
Link information storage means for recording link information, error identification information storage means for recording judgment conditions for identifying link breakage, log information storage means for recording log data relating to link breakage for link information, and network A link information management system comprising a control unit connected to
The control unit is
Request data transmission means for transmitting access request data via the network using link information recorded in the link information storage means;
In response to the request data, response data is acquired from the network, the response data is compared with the determination condition recorded in the error identification information storage means, and when a broken link that satisfies the determination condition is detected , Access monitoring means for recording log data in the log information storage means for this broken link;
A link information management system comprising notification means for outputting a maintenance request based on the log data.
前記要求データ送信手段は、予め設定された所定時刻にアクセスの要求データを送信することを特徴とする請求項1に記載のリンク情報管理システム。   The link information management system according to claim 1, wherein the request data transmission unit transmits access request data at a predetermined time set in advance. 前記アクセス監視手段は、ログ情報記憶手段には、リンク切れの検出日時に関するデータを更に記録し、
前記通知手段が、
前記ログ情報記憶手段に記録されたリンク情報に対して、前記リンク切れの検出日時から所定時間経過後に再度要求データを送信し、この要求データに対応して前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合に、前記リンク切れに関するログデータに基づいてメンテナンス要求を出力する再チェック処理手段であることを特徴とする請求項1又は2に記載のリンク情報管理システム。
The access monitoring means further records in the log information storage means data relating to the detection date and time of the broken link,
The notification means is
For the link information recorded in the log information storage means, request data is transmitted again after a predetermined time has elapsed from the date and time when the link was detected, and response data is acquired from the network in response to the request data. A recheck process that compares response data with the judgment condition recorded in the error identification information storage means, and outputs a maintenance request based on log data related to the link break when a link break that satisfies the judgment condition is detected The link information management system according to claim 1, wherein the link information management system is a means.
リンク情報を記録したリンク情報記憶手段と、リンク切れの識別するための判断条件を記録したエラー識別情報記憶手段と、リンク情報に対してリンク切れに関するログデータを記録するログ情報記憶手段と、ネットワークに接続された制御部とを備えたリンク情報管理システムを用いて、リンク情報を管理する方法であって、
前記制御部が、
前記リンク情報記憶手段に記録されたリンク情報を用いて、前記ネットワークを介してアクセスの要求データを送信する要求データ送信段階と、
この要求データに対応して前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合には、このリンク切れについてログデータを前記ログ情報記憶手段に記録するアクセス監視段階と、
前記ログデータに基づいてメンテナンス要求を出力する通知段階と
を実行することを特徴とするリンク情報管理方法。
Link information storage means for recording link information, error identification information storage means for recording judgment conditions for identifying link breakage, log information storage means for recording log data relating to link breakage for link information, and network A link information management system using a link information management system including a control unit connected to
The control unit is
A request data transmission step of transmitting access request data via the network using link information recorded in the link information storage means;
In response to the request data, response data is acquired from the network, the response data is compared with the determination condition recorded in the error identification information storage means, and when a broken link that satisfies the determination condition is detected , An access monitoring step of recording log data in the log information storage means for this link break;
And a notification step of outputting a maintenance request based on the log data.
リンク情報を記録したリンク情報記憶手段と、リンク切れの識別するための判断条件を記録したエラー識別情報記憶手段と、リンク情報に対してリンク切れに関するログデータを記録するログ情報記憶手段と、ネットワークに接続された制御部とを備えたリンク情報管理システムを用いて、リンク情報を管理するプログラムであって、
前記制御部を、
前記リンク情報記憶手段に記録されたリンク情報を用いて、前記ネットワークを介してアクセスの要求データを送信する要求データ送信手段と、
この要求データに対応して前記ネットワークから応答データを取得し、この応答データと前記エラー識別情報記憶手段に記録された判断条件とを比較し、この判断条件を満たすリンク切れを検出した場合には、このリンク切れについてログデータを前記ログ情報記憶手段に記録するアクセス監視手段と、
前記ログデータに基づいてメンテナンス要求を出力する通知手段
として機能させることを特徴とするリンク情報管理プログラム。

Link information storage means for recording link information, error identification information storage means for recording judgment conditions for identifying link breakage, log information storage means for recording log data relating to link breakage for link information, and network A link information management system using a link information management system including a control unit connected to
The control unit
Request data transmission means for transmitting access request data via the network using link information recorded in the link information storage means;
In response to the request data, response data is acquired from the network, the response data is compared with the determination condition recorded in the error identification information storage means, and when a broken link that satisfies the determination condition is detected , Access monitoring means for recording log data in the log information storage means for this broken link;
A link information management program that functions as notifying means for outputting a maintenance request based on the log data.

JP2006196195A 2006-07-18 2006-07-18 Link information management system, link information management method, and link information management program Expired - Fee Related JP4943759B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006196195A JP4943759B2 (en) 2006-07-18 2006-07-18 Link information management system, link information management method, and link information management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006196195A JP4943759B2 (en) 2006-07-18 2006-07-18 Link information management system, link information management method, and link information management program

Publications (2)

Publication Number Publication Date
JP2008027000A true JP2008027000A (en) 2008-02-07
JP4943759B2 JP4943759B2 (en) 2012-05-30

Family

ID=39117593

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006196195A Expired - Fee Related JP4943759B2 (en) 2006-07-18 2006-07-18 Link information management system, link information management method, and link information management program

Country Status (1)

Country Link
JP (1) JP4943759B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020042684A (en) * 2018-09-13 2020-03-19 株式会社東芝 Search device, search method, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09282220A (en) * 1996-04-18 1997-10-31 Nec Corp Link maintenance system
JP2005092531A (en) * 2003-09-17 2005-04-07 Nec Corp Device and method for detecting error with link and program thereof
WO2006027973A1 (en) * 2004-09-07 2006-03-16 Interman Corporation Information search providing device and information search providing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09282220A (en) * 1996-04-18 1997-10-31 Nec Corp Link maintenance system
JP2005092531A (en) * 2003-09-17 2005-04-07 Nec Corp Device and method for detecting error with link and program thereof
WO2006027973A1 (en) * 2004-09-07 2006-03-16 Interman Corporation Information search providing device and information search providing system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020042684A (en) * 2018-09-13 2020-03-19 株式会社東芝 Search device, search method, and program
JP7132046B2 (en) 2018-09-13 2022-09-06 株式会社東芝 SEARCH DEVICE, SEARCH METHOD AND PROGRAM

Also Published As

Publication number Publication date
JP4943759B2 (en) 2012-05-30

Similar Documents

Publication Publication Date Title
US9300755B2 (en) System and method for determining information reliability
US9614862B2 (en) System and method for webpage analysis
CN102200980B (en) Method and system for providing network resources
US9223895B2 (en) System and method for contextual commands in a search results page
JP4870011B2 (en) Information search system, information search device, history sharing method, and history sharing processing program
JP2006512693A (en) A knowledge management system for law firms.
WO2015103938A1 (en) Method for loading website commenting information, and browser client
JP4963620B2 (en) Information search system, information search device, search result screen information generation method, and search result screen information generation processing program
CN103617241B (en) Search information processing method, browser terminal and server
US20060282504A1 (en) Usage status notification system
US11443006B2 (en) Intelligent browser bookmark management
JP2006099341A (en) Update history generation device and program
JP2008117267A (en) Browsing history provision system, browsing history provision device, browsing history provision method and browsing history provision program
JP4344596B2 (en) Content search system, content search program, and recording medium
JP5064964B2 (en) Workflow management method
JP4963619B2 (en) Information search system, information search device, search result screen information generation method, and search result screen information generation processing program
CN111125485A (en) Website URL crawling method based on Scapy
JP5232054B2 (en) Information provision device
JP2007034652A (en) Link destination access state display system
JP4943759B2 (en) Link information management system, link information management method, and link information management program
CN106339501A (en) Method and device for pushing media files
US8131752B2 (en) Breaking documents
JP2006268771A (en) Retrieval result providing device
JP4854752B2 (en) Ordinance revision information storage device and ordinance revision notification system
JP5089091B2 (en) Content collection system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090423

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111213

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120208

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120228

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120301

R150 Certificate of patent or registration of utility model

Ref document number: 4943759

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20150309

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees