JP2018022231A - Fault elimination support server device, system, and program - Google Patents

Fault elimination support server device, system, and program Download PDF

Info

Publication number
JP2018022231A
JP2018022231A JP2016151320A JP2016151320A JP2018022231A JP 2018022231 A JP2018022231 A JP 2018022231A JP 2016151320 A JP2016151320 A JP 2016151320A JP 2016151320 A JP2016151320 A JP 2016151320A JP 2018022231 A JP2018022231 A JP 2018022231A
Authority
JP
Japan
Prior art keywords
information
terminal
file
user
questioner
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
JP2016151320A
Other languages
Japanese (ja)
Other versions
JP6798181B2 (en
Inventor
謙次 秋葉
Kenji Akiba
謙次 秋葉
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2016151320A priority Critical patent/JP6798181B2/en
Publication of JP2018022231A publication Critical patent/JP2018022231A/en
Application granted granted Critical
Publication of JP6798181B2 publication Critical patent/JP6798181B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a device, a system, and a program that can adequately support elimination of a fault even if the fault depends on a user's computer environment.SOLUTION: A terminal 10 periodically obtains installed SW information, operation history information, and user information, and transmits them to an information analysis server 40. The information analysis server 40 analyzes a user's utilization tendency according to a utilization tendency setting table. Upon receiving a survey request from a questioner terminal in which a fault has occurred, the information analysis server 40 extracts user information on a terminal in which a fault has not occurred and which is similar to a terminal environment of the questioner on the basis of utilization tendency analysis results, and provides the questioner terminal with it.SELECTED DRAWING: Figure 1

Description

本発明は、障害解消支援サーバ装置及びシステム並びにプログラムに関する。   The present invention relates to a failure elimination support server device, system, and program.

従来から、コンピュータにおいて障害が発生した場合に、インターネットを介してその障害を解消・支援するサービスが提供されている。   Conventionally, when a failure occurs in a computer, a service for solving and supporting the failure is provided via the Internet.

特許文献1には、質問に対してより的確な回答を得る方法として質問文を分析する技術では質問文の入力を前提としており、単一又は複数のキーワードで入力された場合に回答精度が低下して利用者(投稿者)が必要な情報が得られない場合があることを課題とし、利用者(投稿者)の質問文をキーワードレベルで分解した情報と、事前作成された疑似質問文−疑似回答文が登録されているデータベース情報を用いて適当な回答文を自動的に抽出する技術が記載されている。   In Patent Document 1, the technique of analyzing a question sentence as a method for obtaining a more accurate answer to a question is based on the premise of inputting a question sentence, and the accuracy of the answer is reduced when a single or a plurality of keywords are inputted. The problem is that the user (contributor) may not be able to obtain the necessary information, and information obtained by disassembling the user's (poster's) question text at the keyword level and a pre-created pseudo-question text − A technique for automatically extracting an appropriate answer sentence using database information in which a pseudo answer sentence is registered is described.

特開2008−123054号公報JP 2008-123054 A

質問が利用者のコンピュータ環境に依存する障害に関する質問である場合、事前作成された疑似質問文−疑似回答文が登録されているデータベース情報では的確な回答が得られない場合がある。利用者のコンピュータ環境に依存する障害は、例えばアプリケーション開発で発生するミドルウェアの連携やアプリケーションの設定の障害等である。これらの障害では、利用者のコンピュータにインストールされている別のアプリケーションとの干渉によって連携や起動が出来ない等の障害が発生し得る。   If the question is a question related to a failure that depends on the user's computer environment, an accurate answer may not be obtained with database information in which a pre-created pseudo question sentence-pseudo answer sentence is registered. Faults that depend on the user's computer environment include, for example, middleware linkage and application setting faults that occur during application development. In these failures, failures such as inability to cooperate or start due to interference with another application installed on the user's computer may occur.

従って、このような質問の場合には、利用者(質問者)のコンピュータ環境と一致または類似するコンピュータ環境を備える者を回答者として抽出するのが望ましいが、単にこれのみでは、当該障害を解消できていない者も回答者として抽出してしまうので、的確な回答文を抽出するには十分といえない。   Therefore, in the case of such a question, it is desirable to extract a person who has a computer environment that matches or is similar to the computer environment of the user (questioner) as a respondent, but this alone solves the problem. Those who are not able to do so are also extracted as respondents, so it is not sufficient to extract an accurate answer sentence.

本発明の目的は、利用者のコンピュータ環境に依存するような障害の場合においても、当該障害の解消を的確に支援し得る装置及びシステム並びにプログラムを提供することにある。   An object of the present invention is to provide an apparatus, a system, and a program that can accurately support the resolution of a failure even in the case of a failure that depends on a user's computer environment.

請求項1に記載の発明は、複数の端末からの、各端末のインストールソフトウェア情報、操作履歴情報、利用者情報を受信する第1受信手段と、質問者端末からの、障害が発生したソフトウェア情報を含む調査依頼を受信する第2受信手段と、調査依頼を受信した場合に、第1受信手段が受信したインストールソフトウェア情報、操作履歴情報、利用者情報に基づいて、障害が発生しておらず、かつ質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出して質問者端末に提供する制御手段とを備える障害解消支援サーバ装置である。   The invention according to claim 1 is the first receiving means for receiving the installed software information, operation history information, and user information of each terminal from a plurality of terminals, and the software information in which the failure has occurred from the interrogator terminal. The second receiving means for receiving the investigation request including the information, and when the investigation request is received, no failure has occurred based on the installed software information, the operation history information, and the user information received by the first receiving means. And a failure solving support server device including control means for extracting user information of a terminal having an installed software environment similar to the installation software environment of the questioner's terminal and providing the extracted user information to the questioner terminal.

請求項2に記載の発明は、インストールソフトウェア情報には、ログファイルとコンフィグファイルと実行ファイルの少なくともいずれかが含まれ、操作履歴情報には、ログファイルとコンフィグファイルと実行ファイルの少なくともいずれかの実行タイミング及び実行ファイル名が含まれる請求項1に記載の障害解消支援サーバ装置である。   In the invention according to claim 2, the installed software information includes at least one of a log file, a configuration file, and an execution file, and the operation history information includes at least one of the log file, the configuration file, and the execution file. The failure resolution support server apparatus according to claim 1, wherein the execution timing and the execution file name are included.

請求項3に記載の発明は、制御手段は、ログファイルとコンフィグファイルと実行ファイルの少なくともいずれかの、所定期間における実行回数に基づいて障害が発生していない端末の利用者情報を抽出する請求項2に記載の障害解消支援サーバ装置である。   According to a third aspect of the present invention, the control means extracts user information of a terminal in which no failure has occurred based on the number of executions in a predetermined period of at least one of a log file, a configuration file, and an execution file. Item 5. The failure elimination support server device according to Item 2.

請求項4に記載の発明は、インストールソフトウェア情報には、さらにエラーログファイルが含まれ、調査依頼には、さらにエラーログファイルが含まれ、制御手段は、調査依頼のエラーログファイルに含まれるエラーメッセージと、インストールソフトウェア情報のエラーログファイルに含まれるエラーメッセージとの異同に基づいて質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出する請求項2に記載の障害解消支援サーバ装置である。   In the invention according to claim 4, the installed software information further includes an error log file, the investigation request further includes an error log file, and the control means includes an error included in the error log file of the investigation request. The terminal user information of the installed software environment similar to the installation software environment of the questioner's terminal is extracted based on the difference between the message and the error message included in the error log file of the installed software information. It is a failure solving support server device described.

請求項5に記載の発明は、制御手段は、質問者端末のインストールソフトウェアの種類及びコンフィグファイルの設定値と、インストールソフトウェアの種類及びコンフィグファイルの設定値との差分に基づいて質問者の端末のインストールソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出する請求項2に記載の障害解消支援サーバ装置である。   According to the fifth aspect of the present invention, the control means is configured so that the interrogator terminal is configured based on the difference between the installed software type and the configuration file setting value of the interrogator terminal and the installed software type and the configuration file setting value. The failure elimination support server apparatus according to claim 2, wherein user information of a terminal having an installed software environment similar to the installed software environment is extracted.

請求項6に記載の発明は、質問者端末に提供する利用者情報には、当該利用者の端末の仮想イメージファイル情報が含まれる請求項1〜5のいずれかに記載の障害解消支援サーバ装置である。   According to a sixth aspect of the present invention, in the user information provided to the interrogator terminal, the virtual image file information of the terminal of the user is included. It is.

請求項7に記載の発明は、インストールSW情報、操作履歴情報、利用者情報を定期的に収集して障害解消支援サーバ装置に送信する第1送信手段と、障害が発生したソフトウェア情報を含む調査依頼を障害解消支援サーバ装置に送信する第2送信手段とを有する複数の端末と、複数の端末からの、各端末のインストールソフトウェア情報、操作履歴情報、利用者情報を受信する第1受信手段と、質問者端末からの、障害が発生したソフトウェア情報を含む調査依頼を受信する第2受信手段と、調査依頼を受信した場合に、第1受信手段が受信したインストールソフトウェア情報、操作履歴情報、利用者情報に基づいて、障害が発生しておらず、かつ質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出して質問者端末に提供する制御手段とを有する障害解消支援サーバ装置とを備える障害解消支援システムである。   The invention according to claim 7 is a survey including first transmission means for periodically collecting installation SW information, operation history information, and user information and transmitting the information to the failure solving support server device, and software information in which the failure has occurred A plurality of terminals having a second transmission means for transmitting a request to the failure resolution support server apparatus; and a first reception means for receiving installation software information, operation history information, and user information of each terminal from the plurality of terminals; The second receiving means for receiving the investigation request including the software information in which the failure has occurred from the interrogator terminal, and the installed software information, the operation history information, and the usage received by the first receiving means when the investigation request is received Based on the user information, the installation software environment is similar to the installation software environment of the questioner's terminal. A disorder eliminated support system and a fault eliminating support server device and a control means for providing youngest in the user information extracted by the questioner terminal.

請求項8に記載の発明は、コンピュータに、複数の端末からの、各端末のインストールソフトウェア情報、操作履歴情報、利用者情報を受信するステップと、質問者端末からの、障害が発生したソフトウェア情報を含む調査依頼を受信するステップと、調査依頼を受信した場合に、記憶手段に記憶されているインストールソフトウェア情報、操作履歴情報、利用者情報に基づいて、障害が発生しておらず、かつ質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出して質問者端末に提供するステップとを実行させるプログラムである。   The invention according to claim 8 is the step of receiving installation software information, operation history information, and user information of each terminal from a plurality of terminals, and software information in which a failure has occurred from the interrogator terminal. A step of receiving a survey request including the information, and when the survey request is received, no trouble has occurred and the question is based on the installed software information, operation history information, and user information stored in the storage means. A program for extracting user information of a terminal having an installed software environment similar to the installation software environment of the user's terminal and providing the extracted user information to the interrogator terminal.

請求項1,7,8に記載の発明によれば、利用者のコンピュータ環境に依存するような障害が生じた場合においても、当該障害の解消を的確に支援することができる。   According to the first, seventh, and eighth aspects of the present invention, even when a failure that depends on the user's computer environment occurs, it is possible to accurately support the resolution of the failure.

請求項2に記載の発明によれば、さらに、ログファイルとコンフィグファイルと実行ファイルの少なくともいずれかを用いて、障害の解消を的確に支援することができる。   According to the second aspect of the present invention, it is possible to accurately support the resolution of the failure by using at least one of the log file, the configuration file, and the execution file.

請求項3に記載の発明によれば、特に、障害が発生していない端末の利用者情報を的確に抽出することができる。   According to the third aspect of the present invention, it is possible to accurately extract user information of a terminal in which no failure has occurred.

請求項4,5に記載の発明によれば、特に、質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を的確に抽出することができる。   According to the fourth and fifth aspects of the present invention, it is possible to accurately extract user information of a terminal having an installed software environment similar to the installation software environment of the interrogator's terminal.

請求項6に記載の発明によれば、さらに、仮想イメージファイルにより障害の解消を的確に支援することができる。   According to the sixth aspect of the present invention, it is possible to accurately support the resolution of the failure by the virtual image file.

実施形態のシステム構成図である。It is a system configuration figure of an embodiment. 実施形態の端末の定常的処理フローチャートである。It is a steady process flowchart of the terminal of an embodiment. 実施形態の情報解析サーバの定常的処理フローチャートである。It is a steady process flowchart of the information analysis server of embodiment. 実施形態の端末の調査依頼時処理フローチャートである。It is a process flowchart at the time of the investigation request | requirement of the terminal of embodiment. 実施形態の情報解析サーバの調査依頼時処理フローチャートである。It is a process flowchart at the time of the investigation request | requirement of the information analysis server of embodiment. 利用傾向設定表の説明図である。It is explanatory drawing of a usage tendency setting table. インストールSW情報の説明図である。It is explanatory drawing of installation SW information. 操作履歴情報の説明図である。It is explanatory drawing of operation log information. ユーザ情報の説明図である。It is explanatory drawing of user information. 情報解析サーバに記憶されるインストールSW情報テーブルの説明図である。It is explanatory drawing of the installation SW information table memorize | stored in an information analysis server. 情報解析サーバに記憶される操作履歴情報テーブルの説明図である。It is explanatory drawing of the operation history information table memorize | stored in an information analysis server. 情報解析サーバに記憶されるユーザ情報テーブルの説明図である。It is explanatory drawing of the user information table memorize | stored in an information analysis server. 情報解析サーバに記憶される利用傾向分析マスタテーブルの説明図である。It is explanatory drawing of the usage tendency analysis master table memorize | stored in an information analysis server. 情報解析サーバに記憶される利用傾向分析結果テーブルの説明図である。It is explanatory drawing of the usage tendency analysis result table memorize | stored in an information analysis server. 調査依頼の画面例である。It is an example screen of a survey request. 調査依頼時に情報解析サーバに送信される情報の説明図である。It is explanatory drawing of the information transmitted to an information analysis server at the time of a survey request. 調査依頼時に情報解析サーバに記憶される利用傾向分析結果テーブルの説明図である。It is explanatory drawing of the usage trend analysis result table memorize | stored in an information analysis server at the time of a survey request. 選定される成功環境の説明図である。It is explanatory drawing of the successful environment selected. 選定される類似環境の説明図である。It is explanatory drawing of the similar environment selected. 調査結果の画面例である。It is a screen example of a survey result. 調査結果情報の説明図である。It is explanatory drawing of investigation result information.

以下、図面に基づき本発明の実施形態について説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

<システム構成>
図1は、本実施形態における障害解消支援システムのシステム構成図を示す。障害解消支援システムは、端末10及び情報解析サーバ40を備える。端末10及び情報解析サーバ40は、インターネット等の通信回線を介してデータ送受可能に接続される。
<System configuration>
FIG. 1 is a system configuration diagram of a failure resolution support system according to the present embodiment. The failure resolution support system includes a terminal 10 and an information analysis server 40. The terminal 10 and the information analysis server 40 are connected so as to be able to transmit and receive data via a communication line such as the Internet.

端末10は、利用者(質問者を含む)が利用するPC等のコンピュータ端末であり、エージェント(エージェントソフトウェア)12がインストールされる。エージェント12は、機能モジュールとして、調査依頼画面表示部14、情報送信部16、情報受信部18、インストールSW(ソフトウェア)情報取得部20、操作履歴情報取得部22、ユーザ情報取得部24及び抽出情報表示部26を備える。また、端末10は、OSで用いられている設定情報のデータベースとしてのレジストリ28と、メールSW(ソフトウェア)30を備える。   The terminal 10 is a computer terminal such as a PC used by a user (including a questioner), and an agent (agent software) 12 is installed therein. The agent 12 includes, as functional modules, a survey request screen display unit 14, an information transmission unit 16, an information reception unit 18, an installation SW (software) information acquisition unit 20, an operation history information acquisition unit 22, a user information acquisition unit 24, and an extraction information. A display unit 26 is provided. The terminal 10 also includes a registry 28 as a database of setting information used in the OS and a mail SW (software) 30.

情報送信部16は、インターネットを介して情報解析サーバ40に収集情報を送信する。収集情報は、端末10にインストールされているソフトウェア情報、操作履歴情報、及び端末10の利用者情報である。   The information transmission unit 16 transmits the collected information to the information analysis server 40 via the Internet. The collected information includes software information installed in the terminal 10, operation history information, and user information of the terminal 10.

情報受信部18は、インターネットを介して情報解析サーバ40から分析結果を受信する。   The information receiving unit 18 receives the analysis result from the information analysis server 40 via the Internet.

インストールSW情報取得部20は、端末10にインストールされているソフトウェアの情報をレジストリ28から取得する。取得すべきソフトウェアの情報は、ソフトウェアの名前、ファイルパス、バージョン、ログ(Log)ファイル、コンフィグレーション(以下、単に「コンフィグ」と略する)(Conf)ファイル、実行(Exe)ファイル等である。   The installation SW information acquisition unit 20 acquires information about software installed in the terminal 10 from the registry 28. The software information to be acquired includes software name, file path, version, log (Log) file, configuration (hereinafter simply referred to as “config”) (Conf) file, execution (Exe) file, and the like.

レジストリ28は、OSに関する基本情報やアプリケーションの設定、拡張情報、拡張子の関連付け等を記憶する。   The registry 28 stores basic information related to the OS, application settings, extended information, association of extensions, and the like.

操作履歴情報取得部22は、端末10を操作した際の状況、具体的にはソフトウェアの起動履歴を取得する。取得すべき操作履歴情報は、操作日付、ファイルパス、操作ファイル名、Exeファイルのファイルパス等である。   The operation history information acquisition unit 22 acquires a situation when the terminal 10 is operated, specifically, a software activation history. The operation history information to be acquired includes an operation date, a file path, an operation file name, an Exe file file path, and the like.

ユーザ情報取得部24は、端末10の利用者の連絡先、例えばメールアドレス等をメールSW30から取得する。取得すべきユーザ情報は、メールアドレスやOS情報等である。   The user information acquisition unit 24 acquires the contact information of the user of the terminal 10, such as a mail address, from the mail SW 30. User information to be acquired is an e-mail address, OS information, or the like.

インストールSW情報、操作履歴情報、ユーザ情報は、定期的に取得されて情報送信部16から情報解析サーバ40に送信される。   The installation SW information, operation history information, and user information are periodically acquired and transmitted from the information transmission unit 16 to the information analysis server 40.

調査依頼画面表示部14は、質問者としての利用者が、自身の端末10に何らかの障害が発生した際に調査を依頼したいソフトウェアに関連する情報を端末10のディスプレイに表示する。ディスプレイには、質問者が入力すべき項目を規定する入力フィールドが表示され、質問者である利用者は所定の入力フィールドに必要な情報を入力する。必要な情報は、調査を依頼するソフトウェアの名前とそのバージョン等である。入力された情報は、情報送信部16から情報解析サーバ40に送信される。   The survey request screen display unit 14 displays, on the display of the terminal 10, information related to software that the user as the questioner wants to request for a survey when some trouble occurs in his / her terminal 10. On the display, an input field for defining items to be input by the questioner is displayed, and the user who is the questioner inputs necessary information in the predetermined input field. The necessary information includes the name of the software requesting the survey and its version. The input information is transmitted from the information transmission unit 16 to the information analysis server 40.

抽出情報表示部26は、インターネットを介して情報解析サーバ40から受信した分析結果を情報受信部18から受け取り、端末10のディスプレイに表示する。抽出情報は、具体的には調査依頼を行ったソフトウェアについての情報であり、調査依頼を行ったソフトウェアについて当該障害を解消するのに役立つ回答者の名前やメールアドレス等である。回答者は、利用者のうちの質問者以外の者であり、質問者の端末10の環境に類似する環境を有する者である。   The extracted information display unit 26 receives the analysis result received from the information analysis server 40 via the Internet from the information reception unit 18 and displays it on the display of the terminal 10. The extracted information is specifically information about the software for which the survey request has been made, and is the name, e-mail address, etc. of the respondent who is helpful in solving the trouble for the software for which the survey request has been made. The respondent is a person other than the questioner among the users, and has an environment similar to the environment of the terminal 10 of the questioner.

端末10は、ハードウェア構成としてCPU、ROM、RAM、HDD、入出力インタフェース、通信インタフェース、入力デバイス及び出力デバイスを備える。上述の各モジュールは、HDDにインストールされた処理ソフトウェアをCPUが実行することで実現される。入力デバイスはキーボードやタッチパネルであるがこれに限定されない。また、出力デバイスは液晶や有機EL等のディスプレイであるがこれに限定されない。   The terminal 10 includes a CPU, ROM, RAM, HDD, input / output interface, communication interface, input device, and output device as hardware configurations. Each of the modules described above is realized by the CPU executing processing software installed in the HDD. The input device is a keyboard or a touch panel, but is not limited thereto. The output device is a display such as liquid crystal or organic EL, but is not limited thereto.

他方、情報解析サーバ40は、障害解消支援サーバ装置として機能し、情報受信部42,利用傾向推定部44、類似環境抽出部46、情報提供方法選定部48、情報送信部50、情報記憶部52,利用傾向分析部54、類似環境構築部56及びデータベース58を備える。   On the other hand, the information analysis server 40 functions as a failure elimination support server device, and includes an information reception unit 42, a usage tendency estimation unit 44, a similar environment extraction unit 46, an information provision method selection unit 48, an information transmission unit 50, and an information storage unit 52. , A usage trend analysis unit 54, a similar environment construction unit 56, and a database 58.

情報受信部42は、インターネットを介して端末10のエージェント12からの情報を受信する。   The information receiving unit 42 receives information from the agent 12 of the terminal 10 via the Internet.

情報記憶部52は、端末10のエージェント12からの情報をテーブルとして記憶する。また、エージェント12からの情報に基づいて利用傾向を分析し、その分析結果を記憶する。分析結果は、利用者毎に記憶される。   The information storage unit 52 stores information from the agent 12 of the terminal 10 as a table. Further, the usage tendency is analyzed based on the information from the agent 12, and the analysis result is stored. The analysis result is stored for each user.

利用傾向分析部54は、情報記憶部52に記憶された情報、及びデータベース58に記憶された利用傾向設定表を用いて端末10における利用傾向、すなわち障害発生有無を分析する。利用傾向設定表は、利用傾向として分析する際の分析対象及び分析方法を予め定めた表(テーブル)であり、利用傾向はこの表に従って実行される。分析対象は、例えばインストールソフトウェアのLogファイルやコンフィグ(Conf)ファイル等であり、分析方法は、例えばファイルの実行回数やエラーログの有無等である。インストールソフトウェアの情報は、インストールSW情報取得部20で取得され、実行回数やエラーログの有無等は操作履歴情報取得部22で取得されて情報解析サーバ40に送信されて情報記憶部52に順次記憶されているから、利用傾向分析部54はこれらの情報を用いて利用傾向設定表に従って利用者毎に利用傾向を分析する。利用者毎の分析結果は、既述したように利用者毎に情報記憶部52に記憶される。   The usage trend analysis unit 54 analyzes the usage trend in the terminal 10, that is, the occurrence of a failure, using the information stored in the information storage unit 52 and the usage trend setting table stored in the database 58. The usage trend setting table is a table (table) in which an analysis target and an analysis method when analyzing as a usage trend are determined in advance, and the usage trend is executed according to this table. The analysis target is, for example, a log file or a configuration (conf) file of the installed software, and the analysis method is, for example, the number of times the file is executed or the presence / absence of an error log. Information about the installed software is acquired by the installation SW information acquisition unit 20, and the number of executions and the presence or absence of an error log are acquired by the operation history information acquisition unit 22, transmitted to the information analysis server 40, and sequentially stored in the information storage unit 52. Therefore, the usage trend analysis unit 54 uses these pieces of information to analyze the usage trend for each user according to the usage trend setting table. The analysis result for each user is stored in the information storage unit 52 for each user as described above.

類似環境構築部56は、分析結果を用いて端末10に類似する環境を仮想イメージファイルとして情報解析サーバ40内に構築する。この仮想イメージファイルは、質問者が自己の障害を解消するためにアクセスするイメージファイルである。イメージファイル自体は公知であり、ファイルシステムの完全な内容と構造を1つのファイルに格納したデータである。   The similar environment construction unit 56 constructs an environment similar to the terminal 10 in the information analysis server 40 as a virtual image file using the analysis result. This virtual image file is an image file that a questioner accesses in order to resolve his / her own obstacle. The image file itself is known and is data in which the complete contents and structure of the file system are stored in one file.

利用傾向推定部44は、利用傾向分析結果から、障害が発生していない利用者を抽出する。   The usage trend estimation unit 44 extracts users who have no faults from the usage trend analysis results.

類似環境抽出部46は、利用傾向推定部44で推定された利用者のうち、質問者の環境、つまり調査依頼を送信した端末10の環境に近い利用者の環境を抽出する。従って、類似環境抽出部46は、障害が発生しておらず、かつ、質問者の環境に近い利用者の環境を抽出することになる。このような利用者が最終的に質問者に対する回答者として抽出される。   The similar environment extraction unit 46 extracts the environment of the questioner among the users estimated by the usage tendency estimation unit 44, that is, the environment of the user close to the environment of the terminal 10 that transmitted the survey request. Therefore, the similar environment extraction unit 46 extracts the user's environment close to the questioner's environment without any failure. Such users are finally extracted as respondents to the questioner.

情報提供方法選定部48は、端末10に対する分析結果の提供方法を決定する。   The information providing method selection unit 48 determines a method for providing the analysis result to the terminal 10.

情報送信部50は、情報提供方法選定部48で決定された提供方法に従い、インターネットを介して端末10のエージェント12に情報を送信する。この情報には、抽出された回答者及びそのメールアドレス並びにその回答者の仮想イメージファイルへのアクセス先(ファイルパス)が含まれる。   The information transmission unit 50 transmits information to the agent 12 of the terminal 10 via the Internet according to the provision method determined by the information provision method selection unit 48. This information includes the extracted respondent and its mail address, and the access destination (file path) of the respondent to the virtual image file.

情報解析サーバ40は、ハードウェア構成としてCPU、ROM、RAM、HDD、入出力インタフェース、通信インタフェース、入力デバイス及び出力デバイスを備える。上述の各モジュールは、HDDにインストールされた処理ソフトウェアをCPUが実行することで実現される。   The information analysis server 40 includes a CPU, ROM, RAM, HDD, input / output interface, communication interface, input device, and output device as a hardware configuration. Each of the modules described above is realized by the CPU executing processing software installed in the HDD.

図1では1つの端末10を示しているが、複数の端末10がインターネットを介して情報解析サーバ40に接続される。複数の端末10を端末10A、10B、10C,10Dとし、端末10Aの利用者A、端末10Bの利用者B、端末10Cの利用者C、端末10Dの利用者Dが存在するものとすると、情報解析サーバ40は、複数の端末10A〜10Dのそれぞれの利用者A〜利用者Dの情報を収集し取得する。   Although one terminal 10 is shown in FIG. 1, a plurality of terminals 10 are connected to the information analysis server 40 via the Internet. Assuming that a plurality of terminals 10 are terminals 10A, 10B, 10C, and 10D, a user A of the terminal 10A, a user B of the terminal 10B, a user C of the terminal 10C, and a user D of the terminal 10D exist. The analysis server 40 collects and acquires information on each of the users A to D of the plurality of terminals 10A to 10D.

本実施形態において、「モジュール」とは、論理的に分離可能なソフトウェア、ハードウェア等の部品を意味する。従って、本実施形態におけるモジュールはコンピュータプログラムにおけるモジュールのみならず、ハードウェア構成におけるモジュールも意味する。モジュールは機能に対して1:1に対応してもよいが、1モジュールを1プログラムで構成してもよいし、複数モジュールを1プログラムで構成してもよい。また、複数モジュールは1つのプロセッサないしコンピュータによって実行されてもよいし、分散又は並列環境における複数のプロセッサないしコンピュータによって実行されてもよい。各モジュールによる処理では、対象となる情報を記憶装置から読み込み、CPU等のプロセッサで処理を行った後に、処理結果を記憶装置に出力して書き込む。記憶装置は、HDD、RAM、CPU内のレジスタ等が含まれる。   In the present embodiment, the “module” means a logically separable component such as software or hardware. Therefore, the module in this embodiment means not only a module in a computer program but also a module in a hardware configuration. The module may correspond to the function 1: 1, but one module may be configured by one program, or a plurality of modules may be configured by one program. The plurality of modules may be executed by a single processor or computer, or may be executed by a plurality of processors or computers in a distributed or parallel environment. In the processing by each module, target information is read from the storage device, processed by a processor such as a CPU, and the processing result is output to the storage device and written. The storage device includes an HDD, a RAM, a register in the CPU, and the like.

<処理>
図2は、端末10における処理フローチャートであり、一定の時間間隔で定常的に行われる処理である。
<Processing>
FIG. 2 is a process flowchart in the terminal 10, which is a process that is regularly performed at regular time intervals.

まず、端末10にエージェント12のソフトウェアSWをインストールする(S101)。エージェント12のソフトウェアSWは、インターネットを介して図示しないアプリケーションサーバからダウンロードしてもよく、可搬性記憶媒体からダウンロードしてもよい。端末10にインストールされたエージェント12は、一定時間待機状態に移行する(S102)。   First, the software SW of the agent 12 is installed in the terminal 10 (S101). The software SW of the agent 12 may be downloaded from an application server (not shown) via the Internet, or may be downloaded from a portable storage medium. The agent 12 installed in the terminal 10 shifts to a standby state for a certain time (S102).

一定時間待機後、エージェント12は、端末10の情報の収集を開始する(S103)。すなわち、インストールSW情報取得部20が端末10にインストールされているソフトウェアの情報を取得し(S104)、操作履歴情報取得部22が端末10の操作履歴情報を取得し(S105)、ユーザ情報取得部24がユーザ情報を取得する(S106)。端末10にインストールされているソフトウェアの情報は、レジストリ28から収集されたインストールSW名/インストールパス/ソフトウェアのバージョン(Ver)と、ログ(log)ファイル/ログ(log)ファイルパス/コンフィグ(conf)ファイル/コンフィグ(Conf)ファイルパスである。また、操作履歴情報は、端末10の利用者が、いつ、どこで、どのファイルを操作したかの情報である。例えば、実行ファイル名/実行ファイルのファイルパスを時系列で取得する。さらに、ユーザ情報は、端末10の利用者のメールアドレスや端末10のOS情報等である。   After waiting for a certain time, the agent 12 starts collecting information of the terminal 10 (S103). That is, the installation SW information acquisition unit 20 acquires information of software installed in the terminal 10 (S104), the operation history information acquisition unit 22 acquires operation history information of the terminal 10 (S105), and a user information acquisition unit 24 acquires user information (S106). Information on the software installed in the terminal 10 includes the installation SW name / installation path / software version (Ver) collected from the registry 28, and log (log) file / log (log) file path / config (conf). File / config (conf) file path. The operation history information is information about when, where, and which file the user of the terminal 10 has operated. For example, the executable file name / executed file path is acquired in time series. Further, the user information is a mail address of a user of the terminal 10, OS information of the terminal 10, and the like.

エージェント12は、情報送信部16から取得したインストールSW情報、操作履歴情報、ユーザ情報を情報解析サーバ40に送信する。   The agent 12 transmits the installation SW information, operation history information, and user information acquired from the information transmission unit 16 to the information analysis server 40.

図3は、情報解析サーバ40における処理フローチャートであり、一定の時間間隔で定常的に行われる処理である。   FIG. 3 is a process flowchart in the information analysis server 40, which is a process that is regularly performed at regular time intervals.

まず、情報受信部42は、端末10のエージェント12から送信された情報を受信する(S201)。受信した情報は、情報記憶部52に記憶される(S202)。情報記憶部52では、受信した情報に基づいて各種テーブルが作成される。すなわち、インストールSW情報に基づいてインストールSW情報テーブルが作成されて記憶され、操作履歴情報に基づいて操作履歴情報テーブルが作成されて記憶され、ユーザ情報に基づいてユーザ情報テーブルが作成される。   First, the information receiving unit 42 receives information transmitted from the agent 12 of the terminal 10 (S201). The received information is stored in the information storage unit 52 (S202). In the information storage unit 52, various tables are created based on the received information. That is, an installation SW information table is created and stored based on the installation SW information, an operation history information table is created and stored based on the operation history information, and a user information table is created based on the user information.

次に、利用傾向分析部54は予めデータベース58に記憶されている利用傾向設定表を取得し(S203)、情報記憶部52に記憶されているテーブルを用いて利用者の端末10の利用傾向を分析する。具体的には、利用傾向分析表に従い、分析対象(Logファイル/Confファイル/Exeファイル)を決定し、操作履歴情報より何回ファイルを操作しているかをカウントし、さらに当該カウント値を用いて障害が発生しているか否かを判定する。利用傾向分析結果は、利用者のインストールSW毎に、障害が発生している環境のステート(state)をエラー(error)、障害が発生していない環境のステート(state)をステーブル(stable)で示す。例えば、分析対象はLogファイル、ソフトウェア名はSWα、バーションは2.0、操作回数は2回、ステートはステーブル(Stable)等である。カウント値、及びカウント値に基づくステートの判定についてはさらに詳述する。利用傾向の分析結果は、情報記憶部52に記憶される(S204)。   Next, the usage trend analysis unit 54 acquires a usage trend setting table stored in the database 58 in advance (S203), and uses the table stored in the information storage unit 52 to determine the usage trend of the user's terminal 10. analyse. Specifically, according to the usage trend analysis table, the analysis target (Log file / Conf file / Exe file) is determined, the number of times the file has been operated is counted from the operation history information, and the count value is used. Determine whether a failure has occurred. As a result of the usage trend analysis, for each user installed SW, the state (state) of the environment in which the failure has occurred is indicated as an error (error), and the state (state) of the environment in which no failure has occurred is stable (stable). It shows with. For example, the analysis target is a Log file, the software name is SWα, the version is 2.0, the number of operations is twice, the state is a stable, and the like. The count value and state determination based on the count value will be described in further detail. The analysis result of the usage tendency is stored in the information storage unit 52 (S204).

次に、利用傾向の分析結果に基づき、ログにエラーが出力されているか否かを判定する(S206)。すなわち、分析対象のLoGファイルがエラー(エラーログ:ErrorLog)となっているか否かを判定する。   Next, based on the analysis result of the usage trend, it is determined whether or not an error is output to the log (S206). That is, it is determined whether or not the analysis target LoG file has an error (error log: ErrorLog).

エラーログが存在する場合、類似環境構築部56は、類似環境としての仮想環境(仮想イメージファイル)を生成する(S207)。仮想環境(仮想イメージファイル)の生成は、ユーザ情報に含まれるOS情報と、取得したインストールSW情報を用いる。この仮想イメージファイルは、回答者の環境にアクセスするために用いられる。仮想環境(仮想イメージファイル)を作成すると、仮想イメージファイルのファイルパスと作成日時が情報記憶部52に記憶される(S208)。仮想イメージファイルは、あくまでエラーログが存在する場合にのみ作成され記憶される点に留意すべきである。すなわち、エラーが生じていない利用者については、仮想イメージファイルは作成されない。   When there is an error log, the similar environment construction unit 56 generates a virtual environment (virtual image file) as a similar environment (S207). The virtual environment (virtual image file) is generated using OS information included in the user information and the acquired installation SW information. This virtual image file is used to access the respondent's environment. When the virtual environment (virtual image file) is created, the file path and creation date and time of the virtual image file are stored in the information storage unit 52 (S208). It should be noted that the virtual image file is created and stored only when an error log exists. That is, a virtual image file is not created for a user who has no error.

以上のようにして、情報解析サーバ40の情報記憶部52には、定期的に利用傾向分析結果及び仮想イメージファイルが作成され記憶される。   As described above, the usage trend analysis result and the virtual image file are periodically created and stored in the information storage unit 52 of the information analysis server 40.

図4は、端末10における処理フローチャートであり、いずれかの端末10のソフトウェアに障害が発生して情報解析サーバ40に調査を依頼する場合の処理である。   FIG. 4 is a process flowchart in the terminal 10, and is a process in the case where a failure occurs in the software of one of the terminals 10 and requests the information analysis server 40 to investigate.

調査依頼画面表示部14は、利用者からの指示に応じ調査依頼画面を起動して端末10のディスプレイに表示する。利用者は、この画面を用いて必要な調査情報を入力する(S301)。調査情報は、ソフトウェア名やソフトウェアのバージョン等である。   The survey request screen display unit 14 activates a survey request screen according to an instruction from the user and displays it on the display of the terminal 10. The user inputs necessary survey information using this screen (S301). The survey information includes the software name, software version, and the like.

情報送信部16は、入力された調査情報を情報解析サーバ40に送信するが(S302)、このとき、インストールSW情報取得部20はログ(Log)ファイルをチェックし、現時点における最新のエラーログ(エラーメッセージ)を抽出して情報解析サーバ40に送信する(S303)。   The information transmission unit 16 transmits the input investigation information to the information analysis server 40 (S302). At this time, the installation SW information acquisition unit 20 checks the log file and checks the latest error log ( Error message) is extracted and transmitted to the information analysis server 40 (S303).

その後、情報解析サーバ40で分析が実行され、情報解析サーバ40からの分析結果を情報受信部18で受信する(S304)。受信した情報は、抽出情報表示部26により端末10のディスプレイに表示される。   Thereafter, the analysis is performed by the information analysis server 40, and the analysis result from the information analysis server 40 is received by the information receiving unit 18 (S304). The received information is displayed on the display of the terminal 10 by the extracted information display unit 26.

図5は、情報解析サーバ40における処理フローチャートであり、障害等が発生して端末10から調査依頼を受信した場合の処理である。   FIG. 5 is a process flowchart in the information analysis server 40, and is a process when an investigation request is received from the terminal 10 due to a failure or the like.

情報受信部42は、端末10のエージェント12から調査依頼を受信すると(S401)、S204で分析してS205で情報記憶部52に記憶されている利用傾向分析結果を利用者毎に取得する(S402)。例えば、利用者として利用者A、利用者B,利用者C及び利用者Dが存在する場合、利用者Aの利用傾向分析結果、利用者Bの利用傾向分析結果、利用者Cの利用傾向分析結果、利用者Dの利用傾向分析結果を取得する。取得する利用傾向分析結果には、質問者自身の利用傾向分析結果は含まれないことは言うまでもない。   When receiving the survey request from the agent 12 of the terminal 10 (S401), the information receiving unit 42 obtains the usage trend analysis result analyzed in S204 and stored in the information storage unit 52 in S205 for each user (S402). ). For example, when user A, user B, user C, and user D exist as users, the usage trend analysis result of user A, the usage trend analysis result of user B, and the usage trend analysis of user C As a result, the usage trend analysis result of the user D is acquired. It goes without saying that the obtained usage trend analysis result does not include the usage trend analysis result of the questioner himself.

利用傾向推定部44は、利用者毎に取得した利用傾向分析結果に基づき、障害が発生していない環境を有する利用者を成功環境として抽出する(S403)。具体的には、分析対象のうち、ステートがステーブル(Stable)となっているものが多い利用者を抽出する。抽出する利用者は複数でもよい。   The usage trend estimation unit 44 extracts a user having an environment in which no failure has occurred as a successful environment based on the usage trend analysis result acquired for each user (S403). Specifically, among the analysis objects, users who have many items whose states are stable are extracted. A plurality of users may be extracted.

類似環境抽出部46は、S403で抽出された利用者からさらに、調査依頼を送信した利用者(質問者)の環境に類似する利用者を選定する(S404)。情報送信部50は、選定された環境情報を情報提供方法選定部48で選定された方法で端末10に送信する(S405)。情報提供方法選定部48で、例えば電子メールで情報を提供する旨選定していれば、情報送信部50は質問者に対して電子メールで送信する。   The similar environment extraction unit 46 further selects a user similar to the environment of the user (questioner) who transmitted the survey request from the users extracted in S403 (S404). The information transmitting unit 50 transmits the selected environment information to the terminal 10 by the method selected by the information providing method selecting unit 48 (S405). If the information providing method selection unit 48 selects that information is provided by e-mail, for example, the information transmission unit 50 transmits the e-mail to the questioner.

次に、各処理についてより具体的に説明する。   Next, each process will be described more specifically.

<利用傾向設定表>
図6は、情報解析サーバ40のデータベース58に記憶される利用傾向設定表の一例を示す。分析対象及び分析方法が規定される。分析対象は、インストールSWのログ(Log)ファイル、実行(Exe)ファイル、コンフィグ(Conf)ファイルであり、分析方法としては各ファイルの実行回数(Count)及びエラー発生の有無である。図6において、Logファイルに着目すると、Count=ON、エラー発生=ONとなっている。これは、Logファイルについて実行回数は何回か、及びLogファイルにエラーが発生しているかを分析方法とすることを意味する。また、Confファイルに着目すると、Count=ONとなっており、これはConfファイルについて、実行回数は何回かを分析対象とすることを意味する。
<Usage trend setting table>
FIG. 6 shows an example of a usage trend setting table stored in the database 58 of the information analysis server 40. Analysis target and analysis method are defined. The analysis target is a log (Log) file, an execution (Exe) file, and a configuration (Conf) file of the installation SW, and the analysis method includes the number of executions (Count) of each file and whether or not an error has occurred. In FIG. 6, focusing on the Log file, Count = ON and error occurrence = ON. This means that the number of executions for the Log file and whether an error has occurred in the Log file is used as an analysis method. Focusing on the Conf file, Count = ON, which means that the number of executions of the Conf file is to be analyzed.

利用傾向分析部53は、このような利用傾向分析表に従って、分析対象及び分析方法を決定し、利用者毎及びインストールSW毎に利用傾向を分析する。   The usage trend analysis unit 53 determines an analysis target and an analysis method according to such a usage trend analysis table, and analyzes the usage trend for each user and each installation SW.

<インストールSW情報>
図7は、端末10のエージェント12のインストールSW情報取得部20が取得するインストールSW情報の一例を示す。インストールSWの名前、ファイルパス、バージョン、Logファイル、Confファイル、Exeファイルが取得される。インストールSWの名前、ファイルパス、及びバージョンに関する情報は、レジストリ28から取得する。Logファイル、Confファイル、Exeファイルに関する情報は、ファイルパス以下のファイルをチェックすることで取得する。例えば、インストールSWの名前がSWαの場合、レジストリ28よりファイルパスとしてC:\Programfiles\SWα、バージョンとして2.0を取得する。図7には、インストールSWとして、SWα、SWβ、SWγ、・・・がインストールされていることを示す。
<Installation SW information>
FIG. 7 shows an example of installation SW information acquired by the installation SW information acquisition unit 20 of the agent 12 of the terminal 10. The name, file path, version, Log file, Conf file, and Exe file of the installation SW are acquired. Information about the name, file path, and version of the installation SW is acquired from the registry 28. Information about the Log file, the Conf file, and the Exe file is acquired by checking a file below the file path. For example, if the name of the installation SW is SWα, C: \ Programfiles \ SWα is acquired from the registry 28 as a file path, and 2.0 is acquired as the version. FIG. 7 shows that SWα, SWβ, SWγ,... Are installed as installation SWs.

なお、端末10にはエージェント12もインストールされているが、エージェント12自身も取得すべきインストールSW情報に含まれ得る。   Note that the agent 12 is also installed in the terminal 10, but the agent 12 itself may be included in the installation SW information to be acquired.

<操作履歴情報>
図8は、端末10のエージェント12の操作履歴情報取得部22が取得する操作履歴情報の一例を示す。端末10の利用者が、いつ、どのようなソフトウェアのどのようなファイルを起動したかを時系列に取得する。例えば、2016年1月1日17時46分にソフトウェアSWαを起動した場合、図8の1行目のように実行日付、起動ファイルのファイルパス、実行ファイル名、実行ファイルパスの情報を取得する。操作履歴情報は、所定期間内に何回ファイルを実行したか、その回数をカウントする際の基本情報として用いられる。
<Operation history information>
FIG. 8 shows an example of operation history information acquired by the operation history information acquisition unit 22 of the agent 12 of the terminal 10. When the user of the terminal 10 activates what kind of file of what kind of software is acquired in time series. For example, when the software SWα is activated at 17:46 on January 1, 2016, the execution date, the file path of the activation file, the execution file name, and the execution file path information are acquired as shown in the first line of FIG. . The operation history information is used as basic information for counting how many times a file has been executed within a predetermined period.

<ユーザ情報>
図9は、端末10のエージェント12のユーザ情報取得部24が取得するユーザ情報の一例を示す。利用者のメールアドレス及び端末10のOS情報を取得する。利用者のメールアドレスはメールSW30から取得する。OS環境は、必ずしもPC(パーソナルコンピュータ)のOS環境ではなく、タブレット端末やスマートフォンのOS環境も含まれる。すなわち、端末10にはPCのみならず、タブレット端末やスマートフォン等の情報端末が含まれる。
<User information>
FIG. 9 shows an example of user information acquired by the user information acquisition unit 24 of the agent 12 of the terminal 10. The user's mail address and the OS information of the terminal 10 are acquired. The user's mail address is acquired from the mail SW 30. The OS environment is not necessarily a PC (personal computer) OS environment, but includes an OS environment of a tablet terminal or a smartphone. That is, the terminal 10 includes not only a PC but also an information terminal such as a tablet terminal or a smartphone.

<情報記憶部52に記憶されるインストールSW情報テーブル>
図10は、情報解析サーバ40の情報記憶部52に記憶される、利用者毎のインストールSW情報テーブルの一例を示す。利用者毎に、インストールSWの名前、バージョン、Logファイル、Confファイル、Exeファイルが記憶される。
<Installation SW information table stored in information storage unit 52>
FIG. 10 shows an example of the installation SW information table for each user stored in the information storage unit 52 of the information analysis server 40. For each user, the name, version, Log file, Conf file, and Exe file of the installation SW are stored.

なお、Logファイルは、インストールSW情報のファイルパス及びLogファイルを組み合わせて記憶され、ConfファイルはインストールSW情報のファイルパス及びConfファイルを組み合わせて記憶され、ExeファイルはインストールSW情報のファイルパス及びExeファイルを組み合わせて記憶される。例えば、図7を参照すると、SWαのファイルパスは、
C:\Programfiles\SWα
であり、Logファイルは、
SWα\log\swlog.log
であるから、これらを組み合わせて、
C:\Programfiles\SWα\log\swlog.log
となる。同様に、図7を参照すると、SWαのConfファイルは、
SWα\conf\conf.conf
であるから、ファイルパスと組み合わせて、
C:\Programfiles\SWα\conf\conf.conf
となる。
The Log file is stored in combination with the file path of the installation SW information and the Log file, the Conf file is stored in combination with the file path of the installation SW information and the Conf file, and the Exe file is stored in the file path of the installation SW information and Exe. A combination of files is stored. For example, referring to FIG. 7, the file path of SWα is
C: \ Programfiles \ SWα
The Log file is
SWα \ log \ swlog.log
So, combining these,
C: \ Programfiles \ SWα \ log \ swlog.log
It becomes. Similarly, referring to FIG. 7, the SWα Conf file is
SWα \ conf \ conf.conf
So in combination with the file path,
C: \ Programfiles \ SWα \ conf \ conf.conf
It becomes.

<情報記憶部52に記憶される操作履歴情報テーブル>
図11は、情報解析サーバ40の情報記憶部52に記憶される、利用者毎の操作履歴情報テーブルの一例を示す。利用者毎に、いつ、どのファイルを利用者が操作したかが分かるテーブルである。具体的には、実行日付、ファイルパス、Exeファイル名、Exeファイルパスが記憶される。例えば、2016年1月1日17時46分に、SWα.exeファイルを実行し、その実行ファイルのファイルパスはC:\programfiles\SWα.exeであることを示す。
<Operation History Information Table Stored in Information Storage Unit 52>
FIG. 11 shows an example of an operation history information table for each user stored in the information storage unit 52 of the information analysis server 40. It is a table that shows when and which file is operated by the user for each user. Specifically, the execution date, file path, EXE file name, and EXE file path are stored. For example, at 17:46 on January 1, 2016, SWα. exe file is executed, and the file path of the executable file is C: \ programfiles \ SWα.exe.

<情報記憶部52に記憶されるユーザ情報テーブル>
図12は、情報解析サーバ40の情報記憶部52に記憶される、利用者毎のユーザ情報テーブルの一例を示す。メールアドレス、OS情報、及び仮想イメージファイルパスが記憶される。仮想イメージファイルパスは、既述したように、エラーログが存在する場合に作成されてユーザ情報テーブルに記憶される。仮想イメージファイルパスは、利用傾向分析が実行され、利用傾向分析結果が得られた後に作成されてユーザ情報テーブルに追加記憶される。
<User Information Table Stored in Information Storage Unit 52>
FIG. 12 shows an example of a user information table for each user stored in the information storage unit 52 of the information analysis server 40. A mail address, OS information, and a virtual image file path are stored. As described above, the virtual image file path is created and stored in the user information table when an error log exists. The virtual image file path is created after the usage trend analysis is performed and the usage trend analysis result is obtained, and is additionally stored in the user information table.

<情報記憶部52に記憶される利用傾向分析マスタテーブル>
図13は、情報解析サーバ40の情報記憶部52に記憶される、利用傾向分析マスタテーブルの一例を示す。このマスタテーブルは、利用傾向を分析する際の基礎データであり、具体的には、ファイルの実行回数に基づいてステートが正常(Stable)であるか異常(Error)であるかを判定する際の基準となる実行回数である。このマスタテーブルは、利用傾向分析表と同様に予めデータベース58に記憶し、利用傾向分析部54がこれを読み出して情報記憶部52に格納してもよい。利用傾向分析マスタテーブルは、分析時刻毎及びSW毎に、Logファイルの実行回数の最大値及び最小値、Confファイルの実行回数の最大値及び最小値、Exeファイルの実行回数の最大値及び最小値を規定する。例えば、分析時刻が2016年1月2日12時において、ソフトウェアSWαのバージョン2.0に関し、Logファイルの実行回数の最大値は3、最小値は1、Confファイルの最大値は10、最小値は1、Exeファイルの最大値は50、最小値は1等である。操作履歴情報テーブルに格納された各ファイルの実行回数と、このマスタテーブルにおける各ファイルの最大値及び最小値との関係により、当該ファイルのステートが分析される。
<Usage trend analysis master table stored in information storage unit 52>
FIG. 13 shows an example of a usage trend analysis master table stored in the information storage unit 52 of the information analysis server 40. This master table is basic data for analyzing the usage trend. Specifically, when determining whether the state is normal (stable) or abnormal (error) based on the number of times the file is executed. This is the reference execution count. This master table may be stored in advance in the database 58 in the same manner as the usage trend analysis table, and may be read by the usage trend analysis unit 54 and stored in the information storage unit 52. The usage trend analysis master table includes the maximum and minimum values of the number of executions of the Log file, the maximum and minimum values of the number of times of execution of the Conf file, and the maximum and minimum values of the number of times of execution of the Exe file. Is specified. For example, when the analysis time is 12:00 on January 2, 2016, regarding the software SWα version 2.0, the maximum number of execution times of the Log file is 3, the minimum value is 1, the maximum value of the Conf file is 10, and the minimum value Is 1, the maximum value of the EXE file is 50, the minimum value is 1, and so on. The state of the file is analyzed based on the relationship between the number of executions of each file stored in the operation history information table and the maximum and minimum values of each file in the master table.

<情報記憶部52に記憶される利用傾向分析結果テーブル>
図14は、情報解析サーバ40の情報記憶部52に記憶される、利用者毎の利用傾向分析結果の一例を示す。分析時刻、分析対象(Target)、SWの名前、バージョン、実行回数、実行回数の最大値、実行回数の最小値、ステートが時系列に記憶される。回数は、前回分析時間から今回分析時間までの間の累計実行回数である。実行回数の最大値及び最小値は、図13に示す利用傾向分析マスタテーブルの値である。ステートは、分析対象となるファイル毎に異なるアルゴリズムで判定する。
<Use trend analysis result table stored in information storage unit 52>
FIG. 14 shows an example of a usage trend analysis result for each user stored in the information storage unit 52 of the information analysis server 40. The analysis time, analysis target (Target), SW name, version, execution count, maximum execution count, minimum execution count, and state are stored in time series. The number of times is the cumulative number of executions from the previous analysis time to the current analysis time. The maximum value and the minimum value of the number of executions are values in the usage trend analysis master table shown in FIG. The state is determined by a different algorithm for each file to be analyzed.

すなわち、Logファイル、Confファイル、及びExeファイルの場合には、実行回数(Count)、実行回数の最大値(Count(max))、及び実行回数の最小値(Count(min))を用いて行う。例えば、
|Count(max)−Count|≧|Count−Count(min)|
の場合にはステートは正常(ステーブル:Stable)
|Count(max)−Count|<|Count−Count(min)|
の場合にはステートは異常(エラー:Error)
と分析する。勿論、これは一例であり、他の分析アルゴリズムも可能である。例えば、実行回数が最大値と最小値の間であればStableと分析し、最大値を超えるか最小値未満であればErrorと分析してもよい。
That is, in the case of a Log file, a Conf file, and an Exe file, the number of executions (Count), the maximum number of executions (Count (max)), and the minimum number of executions (Count (min)) are used. . For example,
| Count (max) -Count | ≧ | Count-Count (min) |
In the case of, the state is normal (stable: Stable)
| Count (max) -Count | <| Count-Count (min) |
In the case of, the state is abnormal (error: Error)
And analyze. Of course, this is an example, and other analysis algorithms are possible. For example, if the number of executions is between the maximum value and the minimum value, it may be analyzed as Stable, and if it exceeds the maximum value or less than the minimum value, it may be analyzed as Error.

例えば、端末10の利用者について、2016年1月3日12時に分析した場合、分析対象であるLogファイル、Confファイル、Exeファイル及びErrorLogファイルのそれぞれについて、回数、回数の最大値、回数の最小値に基づいてステートを分析する。Logファイルについては、例えば回数=10、最大値=3、最小値1であり、
|Count(max)−Count|=7
|Count−Count(min)|=9
であるから、ステートはエラー(Error)と判定される。Confファイルについては、例えば回数=20、最大値=10、最小値=1であり、
|Count(max)−Count|=10
|Count−Count(min)|=19
であるから、ステートはエラー(Error)と判定される。Exeファイルについては、例えば回数=30、最大値=50、最小値=1であり、
|Count(max)−Count|=20
|Count−Count(min)|=29
であるから、ステートはエラー(Error)と分析される。
For example, when the user of the terminal 10 is analyzed at 12:00 on January 3, 2016, the number of times, the maximum number of times, the minimum number of times for each of the log file, conf file, exe file, and error log file to be analyzed Analyze state based on value. For the Log file, for example, the number of times = 10, the maximum value = 3, and the minimum value 1,
| Count (max) −Count | = 7
| Count-Count (min) | = 9
Therefore, the state is determined to be an error. For the Conf file, for example, the number of times = 20, the maximum value = 10, and the minimum value = 1.
| Count (max) −Count | = 10
| Count-Count (min) | = 19
Therefore, the state is determined to be an error. For the Exe file, for example, the number of times = 30, the maximum value = 50, and the minimum value = 1.
| Count (max) −Count | = 20
| Count-Count (min) | = 29
Therefore, the state is analyzed as an error.

他方、分析対象がErrorLogファイルの場合には、取得したLogファイルの内容をチェックし、前回分析時間から今回分析時間までのログから、エラーメッセージが含まれているか否かを判定する。なお、分析対象がErrorLogファイルか否かは、利用傾向分析表により規定される。対象期間にエラーメッセ−ジが含まれていない場合にはErrorLogは正常(ステーブル:Stable)と分析し、対象期間にエラーメッセージが含まれていればErrorLOgは異常(エラー:Error)と分析する。図14では、2016年1月3日12時に分析した場合、ErrorLogについては対象期間にエラーメッセージが含まれていないのでStableと分析される。   On the other hand, when the analysis target is an Error Log file, the contents of the acquired Log file are checked, and it is determined whether or not an error message is included from the logs from the previous analysis time to the current analysis time. Whether or not the analysis target is an ErrorLog file is defined by the usage trend analysis table. If the error message is not included in the target period, ErrorLog is analyzed as normal (stable: stable), and if the error message is included in the target period, ErrorLog is analyzed as abnormal (error: Error). . In FIG. 14, when analyzed at 12:00 on January 3, 2016, ErrorLog is analyzed as Stable because no error message is included in the target period.

<仮想イメージファイル>
図14のような利用傾向分析結果が作成された後、既述したようにログにエラーが出力されているものについて仮想イメージファイルが作成される。すなわち、図14において、分析対象としてErrorLogが存在し、かつ、そのステートがエラー(Error)のものが存在する場合にその利用者の環境の仮想イメージファイルが作成される。仮想イメージファイルは、ユーザ情報のOS情報と、収集したインストールSW情報を用いる。初回に仮想イメージファイルを作成する場合には、当該利用者のユーザ情報のOSの構築と収集したインストールSWをインストールすることで作成する。2回目以降は、初回に構築した仮想イメージファイルに既にインストールされているSWと、収集した最新のインストールSWとを比較し、差分が生じているSWのインストールを行うとともに、各SWのConfファイルのアップデートを行う。仮想イメージファイルは、例えば仮想環境SW(VMウェア)のスナップショット機能で作成されたOSイメージファイルとすることができる。作成された仮想イメージファイルのファイルパスは、既述したように利用者毎のユーザ情報に関連付けて情報記憶部52に記憶される。仮想イメージファイルのファイルパスは、質問者が自身の障害を解消するために情報解析サーバ40にアクセスする際のアクセス先として機能する。
<Virtual image file>
After the usage trend analysis result as shown in FIG. 14 is created, a virtual image file is created for an error output in the log as described above. That is, in FIG. 14, when ErrorLog exists as an analysis target and there is an error whose state is Error, a virtual image file of the user's environment is created. The virtual image file uses OS information of user information and collected installation SW information. When the virtual image file is created for the first time, it is created by constructing the OS of the user information of the user and installing the collected installation SW. From the second time on, the SW already installed in the virtual image file constructed for the first time is compared with the latest collected installation SW, and the SW with the difference is installed, and the Conf file of each SW Update. The virtual image file can be, for example, an OS image file created by the snapshot function of the virtual environment SW (VMware). The file path of the created virtual image file is stored in the information storage unit 52 in association with the user information for each user as described above. The file path of the virtual image file functions as an access destination when the questioner accesses the information analysis server 40 in order to eliminate his / her failure.

<調査依頼画面>
図15は、端末10のエージェント12の調査依頼画面表示部14が端末10のディスプレイに表示する画面例の一例を示す。入力フィールドとして、調査を依頼するSWの名前とバージョン情報がある。利用者(質問者)は、これらの情報を入力して送信ボタンを操作し、情報解析サーバ40に送信する。
<Survey request screen>
FIG. 15 shows an example of a screen example displayed on the display of the terminal 10 by the survey request screen display unit 14 of the agent 12 of the terminal 10. As input fields, there are the name and version information of the SW requesting the investigation. The user (questioner) inputs this information, operates the send button, and sends it to the information analysis server 40.

図16は、S401での端末10のエージェント12から受信する利用者(質問者)の情報の一例を示す。利用者(質問者)を利用者Aとしている。受信日付、SWの名前、SWのバージョンとともに、Logエラーの有無及びエラーメッセージの内容が情報記憶部52に記憶される。既述したように、端末10のエージェント12は、利用者(質問者)が送信ボタンを操作して調査依頼情報を送信する際に、収集したLogファイルの精査を行い、最新のエラーメッセージを抽出して情報解析サーバ40に送信する。図16におけるエラーメッセージはこの最新のエラーメッセージである。Logエラーの○印は、Logファイルにエラーが存在していることを示す。   FIG. 16 shows an example of user (questioner) information received from the agent 12 of the terminal 10 in S401. The user (questioner) is user A. The presence / absence of a Log error and the content of the error message are stored in the information storage unit 52 together with the reception date, SW name, and SW version. As described above, when the user (questioner) operates the send button to send the survey request information, the agent 12 of the terminal 10 examines the collected log file and extracts the latest error message. And transmitted to the information analysis server 40. The error message in FIG. 16 is the latest error message. A ◯ mark of the Log error indicates that an error exists in the Log file.

<利用者毎の利用傾向分析結果テーブル例>
図17は、S402で利用者毎に取得する利用傾向分析結果の一例を示す。利用者として利用者A、B、C、Dが存在するものとし、それぞれの利用者毎に、利用傾向分析結果が集約される。利用傾向分析結果は、分析対象、SWの名前、バージョン、実行回数、実行回数の最大値、実行回数の最小値、及びステートである。なお、図では質問者である利用者AのソフトウェアSWαのLogファイル、Exeファイル、Confファイル及びErrorLogファイルの分析結果は全てErrorとなっている。
<Example of usage trend analysis result table for each user>
FIG. 17 shows an example of the usage trend analysis result acquired for each user in S402. Assume that users A, B, C, and D exist as users, and the usage trend analysis results are collected for each user. The usage trend analysis results are the analysis target, SW name, version, execution count, maximum execution count, minimum execution count, and state. In the figure, the analysis results of the Log file, the Exe file, the Conf file, and the Error Log file of the software SWα of the user A who is the questioner are all Error.

<成功環境の選定>
図18は、S403での成功環境の選定処理結果の一例を示す。成功環境は、障害が発生していない利用者の環境であり、ステートがステーブル(Stable)である利用者の環境である。図17において、利用者A及び利用者Cのステートはエラー(Error)であり、利用者B及び利用者Dのステートはステーブル(Stable)であるから、成功環境として利用者B及び利用者Dが抽出される。あるファイルのステートがたとえエラー(Error)であったとしても、残りのファイルのステートがステーブル(Stabel)であり、ステーブルのファイルの方が多い利用者についても成功環境として抽出してもよい。一般に、分析対象のファイル数Nに対し、StableなファイルがN/2を超えれば成功環境として抽出する。勿論、このようなアルゴリズムは一例であり、Stableなファイル数がNのみを成功環境として抽出する、Stableなファイル数がある閾値を超えた場合に成功環境として抽出する等も可能である。
<Selection of successful environment>
FIG. 18 shows an example of the selection processing result of the successful environment in S403. The success environment is an environment of a user in which no failure has occurred, and is an environment of a user whose state is stable. In FIG. 17, the states of user A and user C are “Error”, and the states of user B and user D are “stable”. Is extracted. Even if the state of a certain file is an error (Error), the state of the remaining file is stable, and a user having more stable files may be extracted as a successful environment. . In general, if the number of stable files exceeds N / 2 with respect to the number N of files to be analyzed, a successful environment is extracted. Of course, such an algorithm is only an example, and it is possible to extract only N as a successful environment, or extract as a successful environment when the number of stable files exceeds a certain threshold.

<類似環境の選定>
図19は、S404での類似環境選定処理結果の一例を示す。類似環境は、成功環境のうち、質問者の環境に類似する環境である。具体的には、質問者のエラーメッセージと同一のエラーメッセージが存在するか否か、及び質問者の環境との差分が小さいか否かを判定する。図において、Logエラーの○印は、既述したようにLogファイルのエラーが存在したことを示している。利用者Bにはエラーメッセージは存在しておらず、利用者Dにはエラーメッセージが存在したことを示す。なお、図18において利用者DのErrorLogはStableになっているが、これは分析期間においてエラーメッセージが存在していないことを意味する。つまり、利用者Dに関しては、過去にはエラーメッセ−ジが存在したが、現時点(分析時刻)においてエラーメッセージは存在しておらず成功環境下にあることを意味する。
<Selection of similar environment>
FIG. 19 shows an example of the similar environment selection processing result in S404. The similar environment is an environment similar to the questioner's environment among the successful environments. Specifically, it is determined whether or not an error message identical to the questioner's error message exists and whether or not the difference from the questioner's environment is small. In the figure, the ◯ mark of the Log error indicates that there was an error in the Log file as described above. User B has no error message, and user D has an error message. In FIG. 18, the error log of user D is “stable”, which means that no error message exists during the analysis period. In other words, for user D, an error message has existed in the past, but no error message exists at the present time (analysis time), which means that the user D is in a successful environment.

Conf(Diff)は、質問者のConfファイルの設定値と、他の利用者のConfファイルの設定値との差であり、利用者Bについては1、利用者Dについても1と算出される。   Conf (Diff) is the difference between the setting value of the conf file of the questioner and the setting value of the conf file of the other user, and is calculated as 1 for user B and 1 for user D.

また、installSWcountは、質問者AのインストールSWの種類と、他の利用者のインストールSWの種類の差であり、利用者Bについては5、利用者Dについては2と算出される。従って、類似環境としては、質問者と同一のエラーメッセージを有し、かつ、環境の差が小さい利用者Dの環境が選定される。Conf(Diff)は、インストールSWの設定値の相違を示し、installSWcountは、インストールSWの種類の相違を示す。従って、インストールSWの種類と設定値を用いて類似環境を選定するといえる。   Also, installSWcount is the difference between the type of installation SW of the questioner A and the type of installation SW of other users, and is calculated as 5 for the user B and 2 for the user D. Therefore, as the similar environment, the environment of the user D having the same error message as the questioner and having a small environmental difference is selected. Conf (Diff) indicates a difference in the setting value of the installation SW, and installSWcount indicates a difference in the type of the installation SW. Therefore, it can be said that a similar environment is selected using the type and setting value of the installation SW.

ここで、類似環境の選定については、次のような選定基準で選定してもよい。
第1 質問者と同一のエラーメッセージが存在する利用者がいれば、その利用者の環境を類似環境として選定する
第2 質問者と同一のエラーメッセージが存在する利用者が複数存在する場合や同一のエラーメッセージが存在する利用者が存在しない場合には、Conf(Diff)及びinstallSWcountの値が最も小さい利用者の環境を類似環境して選定する
第3 上記の第1及び第2で1つの利用者を特定できない場合、いずれも類似環境として選定する
Here, the selection of similar environments may be made according to the following selection criteria.
If there is a user who has the same error message as the first questioner, select the user's environment as a similar environment. If there are multiple users who have the same error message as the second questioner, or the same If there is no user with the error message, the environment of the user with the smallest value of Conf (Diff) and installSWcount is selected as a similar environment. Third Use One of the above-mentioned first and second uses If no one can be identified, select both as similar environments

<回答情報>
図20及び図21は、S405で類似環境情報を質問者の端末10に出力する一例を示す。図21は、情報解析サーバ40から質問者の端末10のエージェント12に送信される情報であり、図20はこの情報を情報受信部18で受信したエージェント12の抽出情報表示部26がディスプレイに表示する画面の一例である。類似環境として利用者Dの環境を選定した場合、回答者として「ユーザD」とし、そのメールアドレスと調査環境を出力する。調査環境は、S207で生成された仮想イメージファイルのファイルパスである。質問者は、自身の質問に対して的確に回答し得る回答者として回答者Dが存在すること、及びその環境を仮想イメージファイルにアクセスすることで容易に知ることができ、自身の端末10の障害解消に役立てることができる。
<Response information>
20 and 21 show an example of outputting similar environment information to the questioner's terminal 10 in S405. FIG. 21 shows information transmitted from the information analysis server 40 to the agent 12 of the questioner's terminal 10, and FIG. 20 shows the extracted information display unit 26 of the agent 12 that has received this information at the information receiving unit 18 on the display. It is an example of the screen to perform. When user D's environment is selected as a similar environment, “user D” is selected as the respondent, and the mail address and survey environment are output. The investigation environment is the file path of the virtual image file generated in S207. The questioner can easily know that the answerer D exists as an answerer who can accurately answer his / her question, and can easily know the environment by accessing the virtual image file. It can be used to solve obstacles.

以上、本発明の実施形態について説明したが、本発明はこれに限定されるものではなく、種々の変形が可能である。   As mentioned above, although embodiment of this invention was described, this invention is not limited to this, A various deformation | transformation is possible.

例えば、本実施形態では、ユーザ情報として利用者のメールアドレスとOS環境を取得して情報解析サーバ40に送信し、情報解析サーバ40ではこのユーザ情報に基づいて類似環境情報を回答として返信しているが、ユーザ情報として利用者のメールアドレス及びOS環境に加え、さらに利用者のログイン状況とスケジュール状態を取得して情報解析サーバ40に送信してもよい。ログイン状況は、利用者がオンラインか否かであり、スケジュール状態は例えば「17:00まで予定あり」等である。これらの追加的情報により、情報解析サーバ40では、質問者に対して情報を提供する際に、以下のように状況に応じて情報提供方法を適応的に変化させ得る。   For example, in this embodiment, the user's email address and OS environment are acquired as user information and transmitted to the information analysis server 40. The information analysis server 40 returns similar environment information as an answer based on this user information. However, in addition to the user's e-mail address and OS environment, user login status and schedule status may be acquired as user information and transmitted to the information analysis server 40. The login status is whether or not the user is online, and the schedule status is “scheduled until 17:00”, for example. With this additional information, when providing information to the questioner, the information analysis server 40 can adaptively change the information providing method according to the situation as follows.

(1)回答者のログイン状況がオフラインである場合または回答者のスケジュール状態が予定有りを示す場合、質問者が回答者の端末環境(仮想環境)にログインしてトラブルシューティングを行う。これにより、回答者が不在等の場合でも即座に質問者に対して情報提供が可能となる。 (1) If the respondent's login status is offline or the respondent's schedule status indicates that there is a plan, the questioner logs in to the respondent's terminal environment (virtual environment) for troubleshooting. This makes it possible to immediately provide information to the questioner even when the respondent is absent.

(2)回答者のログイン状況がオンラインである場合または回答者のスケジュール状態が予定なしの場合、回答者が質問者の端末環境(仮想環境)にログインしてトラブルシューティングを行う。これにより、回答者を起点として質問者に対して情報提供が可能となる。 (2) When the respondent's login status is online or when the respondent's schedule is unscheduled, the respondent logs in to the questioner's terminal environment (virtual environment) for troubleshooting. Thereby, information can be provided to the questioner starting from the respondent.

(3)質問者及び回答者の双方がオンラインであり、予定がない場合には、質問者と回答者が直接やり取りしてトラブルシューティングを行う。 (3) When both the questioner and the respondent are online and do not have a plan, the questioner and the respondent directly communicate with each other for troubleshooting.

また、本実施形態では、回答情報として、回答者を特定する情報、回答者のメールアドレス及び仮想イメージファイル情報(仮想イメージファイルのファイルパス)を提供しているが、回答者を特定する情報及び回答者のメールアドレスのみを提供してもよい。   Further, in the present embodiment, as the answer information, the information specifying the respondent, the e-mail address of the respondent, and the virtual image file information (the file path of the virtual image file) are provided. Only the respondent's email address may be provided.

また、本実施形態では、Logファイル、Confファイル、Exeファイルを分析対象として用いているが、Logファイルのみ、LogファイルとConfファイルのみ、LogファイルとExeファイルのみ等、LogファイルとConfファイルとExeファイルの少なくともいずれかを分析対象としてもよい。   In this embodiment, a Log file, a Conf file, and an Exe file are used as analysis targets. However, only the Log file, only the Log file and the Conf file, only the Log file and the Exe file, etc., the Log file, the Conf file, and the Exe. At least one of the files may be the analysis target.

また、本実施形態では、処理の流れとして、まず成功環境を選定し、その後に成功環境の中から類似環境を選定しているが、まず類似環境を選定し、その後に類似環境の中から成功環境を選定してもよい。   In this embodiment, as a processing flow, first, a successful environment is selected, and then a similar environment is selected from the successful environments. The environment may be selected.

また、本実施形態では、端末10からの情報及び利用傾向分析結果を共に情報解析サーバ40の情報記憶部52に記憶しているが、端末10からの情報と、利用傾向分析結果を異なる記憶部あるいはデータベースに記憶してもよいのは言うまでもない。   In the present embodiment, both the information from the terminal 10 and the usage trend analysis result are stored in the information storage unit 52 of the information analysis server 40, but the information from the terminal 10 and the usage trend analysis result are different storage units. Needless to say, it may be stored in a database.

さらに、本実施形態では、成功環境であり、かつ類似環境として利用者Dを選定した場合に、質問者に対して回答者として利用者Dを特定する情報(例えば氏名やID)とメールアドレス並びに仮想イメージファイルパスを提供しているが、回答者として選定された利用者Dに対しても、質問者に対して情報を提供した旨を送信してもよい。   Furthermore, in this embodiment, when the user D is selected as a similar environment and a similar environment, information (for example, name and ID) that identifies the user D as an answerer to the questioner, an email address, Although the virtual image file path is provided, the fact that information has been provided to the questioner may be transmitted to the user D selected as the respondent.

10 端末、12 エージェント、14 調査依頼画面表示部、16 情報送信部、18 情報受信部、20 インストールSW(ソフトウェア)情報取得部、22 操作理例情報取得部、24 ユーザ情報取得部、26 抽出情報表示部、28 レジストリ、30 メールSW(ソフトウェア)部、40 情報解析サーバ、42 情報受信部、44 利用傾向推定部、46 類似環境抽出部、48 情報提供方法選定部、50 情報送信部、52 情報記憶部、54 利用傾向分析部、56 類似環境構築部、58 データベース。   10 terminal, 12 agent, 14 survey request screen display unit, 16 information transmission unit, 18 information reception unit, 20 installation SW (software) information acquisition unit, 22 operation example information acquisition unit, 24 user information acquisition unit, 26 extraction information Display unit, 28 registry, 30 mail SW (software) unit, 40 information analysis server, 42 information receiving unit, 44 usage tendency estimating unit, 46 similar environment extracting unit, 48 information providing method selecting unit, 50 information transmitting unit, 52 information Storage unit, 54 usage trend analysis unit, 56 similar environment construction unit, 58 database.

Claims (8)

複数の端末からの、各端末のインストールソフトウェア情報、操作履歴情報、利用者情報を受信する第1受信手段と、
質問者端末からの、障害が発生したソフトウェア情報を含む調査依頼を受信する第2受信手段と、
調査依頼を受信した場合に、第1受信手段が受信したインストールソフトウェア情報、操作履歴情報、利用者情報に基づいて、障害が発生しておらず、かつ質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出して質問者端末に提供する制御手段と、
を備える障害解消支援サーバ装置。
First receiving means for receiving installed software information, operation history information, and user information of each terminal from a plurality of terminals;
Second receiving means for receiving a survey request including software information in which a failure has occurred, from a questioner terminal;
Based on the installed software information, the operation history information, and the user information received by the first receiving means when the survey request is received, there is no failure and the installation software environment of the questioner's terminal Control means for extracting user information of a terminal having a similar installed software environment and providing it to the questioner terminal;
A failure resolution support server device comprising:
インストールソフトウェア情報には、ログファイルとコンフィグファイルと実行ファイルの少なくともいずれかが含まれ、
操作履歴情報には、ログファイルとコンフィグファイルと実行ファイルの少なくともいずれかの実行タイミング及び実行ファイル名が含まれる、
請求項1に記載の障害解消支援サーバ装置。
Installed software information includes at least one of log files, configuration files, and executable files.
The operation history information includes the execution timing and the execution file name of at least one of the log file, the configuration file, and the execution file.
The failure elimination support server device according to claim 1.
制御手段は、ログファイルとコンフィグファイルと実行ファイルの少なくともいずれかの、所定期間における実行回数に基づいて障害が発生していない端末の利用者情報を抽出する、
請求項2に記載の障害解消支援サーバ装置。
The control means extracts user information of a terminal in which a failure has not occurred based on the number of executions in a predetermined period of at least one of a log file, a configuration file, and an execution file.
The failure elimination support server device according to claim 2.
インストールソフトウェア情報には、さらにエラーログファイルが含まれ、
調査依頼には、さらにエラーログファイルが含まれ、
制御手段は、調査依頼のエラーログファイルに含まれるエラーメッセージと、インストールソフトウェア情報のエラーログファイルに含まれるエラーメッセージとの異同に基づいて質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出する、
請求項2に記載の障害解消支援サーバ装置。
The installed software information further includes an error log file,
The survey request also includes an error log file,
The control means installs software similar to the installation software environment of the questioner's terminal based on the difference between the error message included in the error log file of the survey request and the error message included in the error log file of the installed software information Extract user information of the environment terminal,
The failure elimination support server device according to claim 2.
制御手段は、質問者端末のインストールソフトウェアの種類及びコンフィグファイルの設定値と、インストールソフトウェアの種類及びコンフィグファイルの設定値との差分に基づいて質問者の端末のインストールソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出する、
請求項2に記載の障害解消支援サーバ装置。
The control means includes an installation software environment similar to the installation software environment of the questioner's terminal based on the difference between the installation software type and the configuration file setting value of the questioner terminal and the installation software type and the configuration file setting value. To extract user information for devices
The failure elimination support server device according to claim 2.
質問者端末に提供する利用者情報には、当該利用者の端末の仮想イメージファイル情報が含まれる、
請求項1〜5のいずれかに記載の障害解消支援サーバ装置。
The user information provided to the interrogator terminal includes virtual image file information of the user terminal,
The failure elimination support server device according to any one of claims 1 to 5.
インストールSW情報、操作履歴情報、利用者情報を定期的に収集して障害解消支援サーバ装置に送信する第1送信手段と、
障害が発生したソフトウェア情報を含む調査依頼を障害解消支援サーバ装置に送信する第2送信手段と、
を有する複数の端末と、
複数の端末からの、各端末のインストールソフトウェア情報、操作履歴情報、利用者情報を受信する第1受信手段と、
質問者端末からの、障害が発生したソフトウェア情報を含む調査依頼を受信する第2受信手段と、
調査依頼を受信した場合に、第1受信手段が受信したインストールソフトウェア情報、操作履歴情報、利用者情報に基づいて、障害が発生しておらず、かつ質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出して質問者端末に提供する制御手段と、
を有する障害解消支援サーバ装置と、
を備える障害解消支援システム。
First transmission means for periodically collecting installation SW information, operation history information, and user information and transmitting them to the failure resolution support server device;
Second transmission means for transmitting an investigation request including software information in which a failure has occurred to the failure elimination support server device;
A plurality of terminals having:
First receiving means for receiving installed software information, operation history information, and user information of each terminal from a plurality of terminals;
Second receiving means for receiving a survey request including software information in which a failure has occurred, from a questioner terminal;
Based on the installed software information, the operation history information, and the user information received by the first receiving means when the survey request is received, there is no failure and the installation software environment of the questioner's terminal Control means for extracting user information of a terminal having a similar installed software environment and providing it to the questioner terminal;
A failure resolution support server device having
Disability elimination support system with
コンピュータに、
複数の端末からの、各端末のインストールソフトウェア情報、操作履歴情報、利用者情報を受信するステップと、
質問者端末からの、障害が発生したソフトウェア情報を含む調査依頼を受信するステップと、
調査依頼を受信した場合に、インストールソフトウェア情報、操作履歴情報、利用者情報に基づいて、障害が発生しておらず、かつ質問者の端末のインスト−ルソフトウェア環境と類似するインストールソフトウェア環境の端末の利用者情報を抽出して質問者端末に提供するステップと、
を実行させるプログラム。
On the computer,
Receiving installed software information, operation history information, user information of each terminal from a plurality of terminals;
Receiving a survey request including information on the software in which the failure has occurred, from the questioner terminal;
When a survey request is received, a terminal having an installed software environment that is similar to the installation software environment of the questioner's terminal and that has not failed based on the installed software information, operation history information, and user information Extracting user information and providing it to the questioner terminal;
A program that executes
JP2016151320A 2016-08-01 2016-08-01 Failure resolution support server device and system and program Active JP6798181B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016151320A JP6798181B2 (en) 2016-08-01 2016-08-01 Failure resolution support server device and system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016151320A JP6798181B2 (en) 2016-08-01 2016-08-01 Failure resolution support server device and system and program

Publications (2)

Publication Number Publication Date
JP2018022231A true JP2018022231A (en) 2018-02-08
JP6798181B2 JP6798181B2 (en) 2020-12-09

Family

ID=61164496

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016151320A Active JP6798181B2 (en) 2016-08-01 2016-08-01 Failure resolution support server device and system and program

Country Status (1)

Country Link
JP (1) JP6798181B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006079534A (en) * 2004-09-13 2006-03-23 Fuji Xerox Co Ltd Information processor and information processing system using the same
US20110016355A1 (en) * 2008-03-31 2011-01-20 Fujitsu Limited System, method and computer readable storage medium for troubleshooting
JP2012138001A (en) * 2010-12-27 2012-07-19 Internatl Business Mach Corp <Ibm> System, program and method
JP2016081401A (en) * 2014-10-21 2016-05-16 株式会社日立製作所 Information search presentation apparatus and information search presentation method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006079534A (en) * 2004-09-13 2006-03-23 Fuji Xerox Co Ltd Information processor and information processing system using the same
US20110016355A1 (en) * 2008-03-31 2011-01-20 Fujitsu Limited System, method and computer readable storage medium for troubleshooting
JP2012138001A (en) * 2010-12-27 2012-07-19 Internatl Business Mach Corp <Ibm> System, program and method
JP2016081401A (en) * 2014-10-21 2016-05-16 株式会社日立製作所 Information search presentation apparatus and information search presentation method

Also Published As

Publication number Publication date
JP6798181B2 (en) 2020-12-09

Similar Documents

Publication Publication Date Title
US9961129B2 (en) Business transaction correlation with client request monitoring data
US11847480B2 (en) System for detecting impairment issues of distributed hosts
US7725574B2 (en) Web browser-based programming language error determination and reporting
US9384114B2 (en) Group server performance correction via actions to server subset
US10452469B2 (en) Server performance correction using remote server actions
US8677194B2 (en) Method and system for site configurable error reporting
US20090063175A1 (en) Methods and systems for providing multiple support options
WO2015199656A1 (en) Determining code complexity scores
US20170316432A1 (en) A/b testing on demand
US20150281035A1 (en) Monitoring of Node.JS Applications
US20070136302A1 (en) Automated device blog creation
US20160321906A1 (en) Alert management within a network based virtual collaborative space
US11221907B1 (en) Centralized software issue triage system
US20180159724A1 (en) Automatic task tracking
US20150067152A1 (en) Monitoring system, system, and monitoring method
JP6866434B2 (en) Scenario providing system, scenario providing device, scenario information providing method and program
RU2669172C2 (en) Method and monitoring system of web-site consistency
US20180285102A1 (en) Client-side survey control
US11714699B2 (en) In-app failure intelligent data collection and analysis
JP6798181B2 (en) Failure resolution support server device and system and program
Ozarin Bridging software and hardware FMEA in complex systems
US10163118B2 (en) Method and apparatus for associating user engagement data received from a user with portions of a webpage visited by the user
US11169883B1 (en) User and system initiated instance hibernation
US11475078B2 (en) Endpoint identifier for application programming interfaces and web services
US20190163798A1 (en) Parser for dynamically updating data for storage

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190610

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200427

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200519

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200708

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200825

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201009

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201102

R150 Certificate of patent or registration of utility model

Ref document number: 6798181

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350