JP2011107993A - Information processing apparatus and system - Google Patents

Information processing apparatus and system Download PDF

Info

Publication number
JP2011107993A
JP2011107993A JP2009262446A JP2009262446A JP2011107993A JP 2011107993 A JP2011107993 A JP 2011107993A JP 2009262446 A JP2009262446 A JP 2009262446A JP 2009262446 A JP2009262446 A JP 2009262446A JP 2011107993 A JP2011107993 A JP 2011107993A
Authority
JP
Japan
Prior art keywords
application
information processing
business
processing apparatus
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2009262446A
Other languages
Japanese (ja)
Inventor
Nobuyuki Ota
延之 太田
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2009262446A priority Critical patent/JP2011107993A/en
Publication of JP2011107993A publication Critical patent/JP2011107993A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem wherein, when an application is aborted due to an error, processing cannot be restarted, while retaining continuity in processing, prior to and after aborting. <P>SOLUTION: An information processing apparatus includes a control unit for executing applications and a recording unit for recording data generated by the application, wherein the recording unit records data representing an execution result of the application, whenever processing is executed by the application; and when the application is aborted and then restarted, the control unit determines the restart point of the application, with reference to the data representing the execution result of the application recorded in the recording unit, and restarts the processing, by using the data generated prior to the aborting of the application. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、情報処理装置およびシステムに関し、特に、アプリケーションの再開時の技術に関する。   The present invention relates to an information processing apparatus and system, and more particularly, to a technique for restarting an application.

特許文献1には、リカバリ・リスタート機能を備えたバッチ処理システムとして、業務データベースに対するバッチジョブの中途終了後の再開始を、中途終了前後で処理の連続性を確保するシステムが記載されている。中途終了後の再開始時に、チェックポイントデータベースに記録されているジョブ進行管理情報に基づいてジョブを開始することでこれを実現している。   Japanese Patent Application Laid-Open No. 2005-228561 describes a system for ensuring continuity of processing before and after the completion of a halfway completion of a batch job for a business database as a batch processing system having a recovery / restart function. . This is realized by starting the job based on the job progress management information recorded in the checkpoint database when restarting after the completion of midway.

特開2003−85021号公報JP 2003-85021 A

上記特許文献1に記載のシステムでは、システムは業務データベースの他にチェックポイントデータベースに処理の経過を登録しなくてはならないため、業務データベースとチェックポイントデータベースの間で一定間隔で処理の進捗を同期させている。   In the system described in Patent Document 1, since the system must register the process progress in the checkpoint database in addition to the business database, the progress of the process is synchronized between the business database and the checkpoint database at regular intervals. I am letting.

しかしながら、特許文献1記載の技術では両者の同期を取ることが出来ない場合がある。例えば、当該一定間隔の同期タイミングの間にエラーが発生して強制終了したような場合には、チェックポイントデータベースには、強制終了の時点からみて1つ前の時点でのチェックポイントが記録された状態となる一方、アプリケーションの処理結果を記録する業務データベースには、当該1つ前のチェックポイント以降の処理結果が記録され、両者の間で整合性を取ることができない。このような状態で処理を再開した場合には、間違った処理結果を生ずるおそれがある。 また、複数のクライアントでアプリケーションを実行し、その処理結果をサーバのデータベースで一括して記録するようなシステムにおいては、複数のクライアントから整合性の取れた処理結果と整合性の取れない処理結果がサーバのデータベースに混在することになるためこの問題が更に顕在化する可能性もある。   However, the technique described in Patent Document 1 may not be able to synchronize both. For example, when an error occurs during the synchronization timing at a certain interval and the process is forcibly terminated, the checkpoint database records the checkpoint one time before the forced termination. On the other hand, in the business database that records the processing result of the application, the processing result after the previous check point is recorded, and consistency cannot be obtained between the two. If the process is resumed in such a state, an incorrect process result may be generated. In addition, in a system in which an application is executed by a plurality of clients and the processing results are collectively recorded in the server database, consistent processing results and inconsistent processing results from a plurality of clients are not obtained. This problem may become more apparent because it is mixed in the server database.

本発明は、上記に鑑み、中途終了前後での処理の連続性を保って処理を再開することを目的とする。   In view of the above, an object of the present invention is to resume processing while maintaining continuity of processing before and after the end of midway.

本発明は以下の構成を備える。即ち、アプリケーションを実行する制御部と、アプリケーションにより生成されるデータを記録する記録部と、を備える情報処理装置において、記録部は、アプリケーションが処理を実行する度にアプリケーションの実行結果を示すデータを記録し、制御部は、アプリケーションが中途終了した後アプリケーションを再起動した場合には、記録部に記録されたアプリケーションの実行結果を示すデータを参照してアプリケーションの再開ポイントを決定し、アプリケーションが中途終了するまでに生成されたデータを用いて処理を再開する。   The present invention has the following configuration. That is, in an information processing apparatus including a control unit that executes an application and a recording unit that records data generated by the application, the recording unit stores data indicating an execution result of the application every time the application executes a process. When the application is restarted after the application is terminated halfway, the control unit determines the restart point of the application by referring to the data indicating the execution result of the application recorded in the recording unit. The process is resumed using the data generated up to the end.

本発明によれば、中途終了前後での処理の連続性を保って処理を再開することができる。   According to the present invention, it is possible to restart the process while maintaining the continuity of the process before and after the completion of the process.

第一の実施形態におけるシステムの構成図。The block diagram of the system in 1st embodiment. 業務データベースの具体例を示す構成図。The block diagram which shows the specific example of a business database. システムの業務ファイル群の具体例を示す構成図。The block diagram which shows the specific example of the work file group of a system. 第一の実施形態における、システムの状態判定を基に業務アプリケーションを実行する処理フロー図。The processing flow figure which performs a business application based on the state determination of a system in 1st embodiment. 第一の実施形態における、システムの状態から処理の進捗度を調査する処理フロー図。The processing flowchart which investigates the progress of a process from the state of a system in 1st embodiment. 第一の実施形態における、アプリケーションの実行の処理フロー図。The processing flow figure of execution of an application in a first embodiment. 第一の実施形態における、処理の進捗と次の操作の指示を示すメニュー表示画面。The menu display screen which shows the progress of a process and the instruction | indication of the next operation in 1st embodiment. 第二の実施形態におけるサーバシステムとクライアントシステムの構成図Configuration diagram of server system and client system in second embodiment サーバシステムのマスタデータベースの具体例を示す構成図。The block diagram which shows the specific example of the master database of a server system. クライアントシステムのクライアント業務データベースの具体例を示す構成図。The block diagram which shows the specific example of the client business database of a client system. クライアントシステムの業務ファイル群の具体例を示す構成図。The block diagram which shows the specific example of the business file group of a client system. サーバシステムの履歴データベースの具体例を示す構成図。The block diagram which shows the specific example of the log | history database of a server system. 第二の実施形態における、システムの状態判定を基に業務アプリケーションを実行する処理フロー図。The processing flowchart which performs a business application based on the state determination of a system in 2nd embodiment. 第二の実施の形態における、システムの状態から処理の進捗度を調査する処理フロー図。The processing flow figure which investigates the progress of a process from the state of a system in 2nd embodiment. 第二の実施の形態における、アプリケーションの実行の処理フロー図。The processing flow figure of execution of an application in a 2nd embodiment. クライアントシステムがサーバシステムからマスタデータを取得する処理フロー図。The processing flow figure in which a client system acquires master data from a server system. クライアントシステムがサーバシステムに履歴データを登録する処理フロー図。FIG. 5 is a process flow diagram in which a client system registers history data in a server system. 第二の実施形態における、処理の進捗と次の操作の指示を示すメニュー表示画面。The menu display screen which shows the progress of a process and the instruction | indication of next operation in 2nd embodiment.

本発明の実施形態においては、例えば、アプリケーション実行中にエラーが発生するなどして中途終了した後に処理を再開する場合に、業務データベースや業務ファイルに反映されたアプリケーションの処理内容や実行結果を参照することにより、中途終了前後での処理の連続性を保って処理を再開することができる。即ち、実行結果が、業務データベースや業務ファイルにどのように反映されたのかを検索し、それを基にシステムの状態を判定することで、アプリケーションの処理がどこまで進んだか、その進捗度を測定することが可能となる。これが可能となる前提として、アプリケーションの処理が実行されると、その実行結果が業務データベースや業務ファイルに反映されるものとする。ここでいうアプリケーションの処理とは、プロセス単位、スレッド単位、処理内容などに応じて区切られた各処理、アプリケーションの一部または全体の処理等を言う。   In the embodiment of the present invention, for example, when processing is resumed after an abend due to an error occurring during execution of the application, the processing contents and execution results of the application reflected in the business database and the business file are referred to. By doing so, it is possible to resume the processing while maintaining the continuity of the processing before and after the end of the midway. In other words, it searches how the execution results are reflected in the business database and business file, and determines the system status based on that search to measure how far the application processing has progressed. It becomes possible. As a premise that this is possible, when an application process is executed, the execution result is reflected in the business database or business file. The processing of an application here means each process divided according to a process unit, a thread unit, a processing content, etc., a part or the whole process of the application, and the like.

なお、中途終了というときは、例えば、アプリケーション実行中にエラーが発生するなどして異常終了した場合や、ユーザ動作その他の要因によりアプリケーションが強制終了した場合など、アプリケーションが予期せぬ形で終了した場合を指すものとする。   Note that when the application is aborted, the application terminated unexpectedly, for example, when the application terminated abnormally due to an error during execution of the application or when the application was terminated forcibly due to user action or other factors. Refer to the case.

本発明の一実施形態を図1乃至図7を用いて説明する。本実施の形態においては、ユーザによる業務アプリケーションの立ち上げから業務アプリケーションの終了までにシステムが行う処理方法を想定する。業務アプリケーション立ち上げ時に、システムの状態を判定し、業務アプリケーションがどこまで操作され、ユーザが次に何を操作すれば良いのか、その進捗度をメニューに表示するものである。ただし、これにより本発明が限定されるものではなく、システムがシステム自身の状態判定を行って処理を自動的に進めるようにしても良い。この場合には、進捗度をメニュー画面に表示したり、ユーザからの指示を待つ必要はない。   An embodiment of the present invention will be described with reference to FIGS. In the present embodiment, a processing method performed by the system from the start of the business application by the user to the end of the business application is assumed. When the business application is started up, the system state is determined, and the progress of the business application is displayed on the menu, indicating how much the business application has been operated and what the user should operate next. However, the present invention is not limited thereby, and the system may determine the state of the system itself and automatically proceed with the processing. In this case, there is no need to display the progress on the menu screen or wait for an instruction from the user.

図1は、本発明を実施するための最良の形態において、システムの状態判定を行い、操作の進捗度をメニュー表示するシステム100の一利用形態における構成図である。システム100は、業務名の一覧及び次の操作の指示を示したメニューを生成するメニュー生成部101と、業務アプリケーションの実行を行うアプリ実行部102と、次の操作の指示に必要なシステムの状態判定を行う状態判定部103を備える。なお、これらの機能部は、本実施形態のシステム100の有する機能を実現するプログラム104を構成することで実現できる。このプログラム104はシステムの適宜な記憶装置(メモリなど)105に格納されていて、演算装置たるCPUを含む制御部106が読み出して実行する。以下で説明する本実施形態の各動作処理や、各図のフローチャートで示される処理は、演算装置たるCPUを含む制御部106により適宜プログラムが読み出されて実行される。また、システム100は、ユーザからの入力とユーザへの出力を行う入出力部107と、業務アプリケーションの実行により更新される業務データベース108と、業務ファイル群109も備えている。   FIG. 1 is a configuration diagram in one usage form of a system 100 for determining a system state and displaying a progress of an operation in a menu in the best mode for carrying out the present invention. The system 100 includes a menu generation unit 101 that generates a menu showing a list of business names and an instruction for the next operation, an application execution unit 102 that executes the business application, and a system state necessary for the instruction for the next operation A state determination unit 103 that performs determination is provided. Note that these functional units can be realized by configuring the program 104 that implements the functions of the system 100 of the present embodiment. The program 104 is stored in an appropriate storage device (memory or the like) 105 of the system, and is read and executed by the control unit 106 including a CPU that is an arithmetic device. Each operation process of the present embodiment described below and the process shown in the flowchart of each figure are executed by appropriately reading out a program by the control unit 106 including a CPU as an arithmetic unit. The system 100 also includes an input / output unit 107 that performs input and output from a user, a business database 108 that is updated by execution of a business application, and a business file group 109.

次に、前記した業務データベース108、業務ファイル群109についてその詳細を説明する。   Next, details of the business database 108 and the business file group 109 will be described.

図2に業務データベース108の例を示す。業務データベース108は、主テーブル200と、履歴テーブル210から構成される。主テーブル200は、システム100が業務アプリケーションを動作するために情報源として利用するテーブルで、主キーA201で構成される。主キーA201には業務アプリケーションが必要とする任意のデータ、例えば業務で扱う商品の商品IDなどを格納する。履歴テーブル210は、主キーB211と、属性212で構成される。主キーB211は履歴テーブル210のキーとなるカラムで、例えば商品を個別に識別するための個品IDなどを格納する。属性212は主キーB211で特定された個品の属性を示すもので、例えば商品の個品の状態(輸送開始、輸送終了など)を示す。   FIG. 2 shows an example of the business database 108. The business database 108 includes a main table 200 and a history table 210. The main table 200 is a table used as an information source in order for the system 100 to operate a business application, and includes a main key A201. The primary key A 201 stores arbitrary data required by the business application, such as a product ID of a product handled in the business. The history table 210 includes a primary key B211 and attributes 212. A main key B211 is a column that is a key of the history table 210, and stores, for example, an individual product ID for individually identifying a product. The attribute 212 indicates the attribute of the individual item specified by the main key B211, and indicates, for example, the state of the individual item of the product (transportation start, transportation end, etc.).

図3に業務ファイル群109の例を示す。業務ファイル群109は、作業ファイル300から構成される。作業ファイル300は業務を行う際に生成・更新されるファイルで、例えば、商品の個品ID、個品の状態を示す。   FIG. 3 shows an example of the business file group 109. The business file group 109 is composed of work files 300. The work file 300 is a file that is generated / updated when business is performed. For example, the work file 300 indicates the individual product ID of the product and the state of the individual product.

続いて、本実施の形態における処理動作について説明する。図4は、業務アプリケーションがエラーなどで強制終了されたような場合に、再度業務アプリケーションを再開した際の処理フローを示す。具体的には、業務アプリケーションを起動し、システムの状態を判定して、状態に従って次の操作の指示を示すメニューをユーザに表示し、ユーザの操作を受け付けて前記業務アプリケーションを実行し、前記業務アプリケーションが終了するまでの処理フローである。なお、ここではメニューをユーザに表示し、ユーザの操作を受け付けて業務アプリケーションを実行する例を示すが、ユーザの操作を受け付けることなく業務アプリケーションが自動的に処理を進める構成とすることも出来る。。本処理フローの制御は、演算装置たるCPUを含む制御部106がプログラムを読み出して行うものとする。   Next, the processing operation in the present embodiment will be described. FIG. 4 shows a processing flow when the business application is restarted again when the business application is forcibly terminated due to an error or the like. Specifically, the business application is started, the state of the system is determined, a menu indicating an instruction for the next operation is displayed to the user according to the state, the user application is accepted, the business application is executed, and the business This is a processing flow until the application is terminated. Here, an example is shown in which the menu is displayed to the user, and the business application is executed by accepting the user's operation. However, the business application may automatically advance the process without accepting the user's operation. . Control of this processing flow is performed by a control unit 106 including a CPU as an arithmetic device reading out a program.

処理S400では、ユーザがシステム100の入出力部107を操作し、業務アプリケーションを起動する。   In process S400, the user operates the input / output unit 107 of the system 100 to start a business application.

処理S401では、アプリ実行部102が業務アプリケーションの初期画面をポップアップで入出力部107に表示する。初期画面は、初期スタートボタンと再スタートボタンで構成される。ユーザは初期画面で、初期スタート、再スタートの何れかのボタンを選択して押下する。   In process S401, the application execution unit 102 displays an initial screen of the business application on the input / output unit 107 in a pop-up. The initial screen includes an initial start button and a restart button. The user selects and presses one of the initial start and restart buttons on the initial screen.

処理S402では、メニュー生成部101が処理S401で初期スタート、再スタートのどちらのボタンが押下されたのか判定する。初期スタートボタン押下の場合は処理S403に進み、再スタートボタン押下の場合は処理S404に進む。   In process S402, the menu generating unit 101 determines which of the initial start and restart buttons was pressed in process S401. If the initial start button is pressed, the process proceeds to step S403. If the restart button is pressed, the process proceeds to step S404.

処理S403では、アプリ実行部102がシステムの状態を初期化する。システムの状態の初期化に際しては、業務データベース108、業務ファイル群109の初期化を行う。初期化の具体的な例としては、主テーブル200、履歴テーブル210の全レコードを削除し、作業ファイル300を削除する。処理S405に進む。   In process S403, the application execution unit 102 initializes the system state. When initializing the system state, the business database 108 and the business file group 109 are initialized. As a specific example of initialization, all records in the main table 200 and history table 210 are deleted, and the work file 300 is deleted. It progresses to process S405.

処理S404では、状態判定部103が業務データベース108や業務ファイル群109を参照し、システムの状態を判定する。システムの状態を判定することで、業務アプリケーションの処理がどこまで進捗しているか調査できる。システムの状態に応じて、記憶装置105に業務アプリケーションの進捗度のパラメータを設定する。   In step S404, the state determination unit 103 refers to the business database 108 and the business file group 109 to determine the system state. By judging the state of the system, it is possible to investigate how far the business application processing has progressed. In accordance with the system status, the business application progress parameter is set in the storage device 105.

処理S405では、メニュー生成部101が業務アプリケーションの進捗度に応じたメニュー画面(図7参照)を生成する。記憶装置105に記憶されている進捗度のパラメータを基に、どこまで処理が終了し、どこから処理が未終了なのかを判定する。生成される前記メニュー画面には、処理が終了した項目に関しては「終了」の文字列を表示し、処理が実施されておらず終了していない項目に関しては、「未終了」の文字列を、入出力部107に表示する。   In step S405, the menu generation unit 101 generates a menu screen (see FIG. 7) according to the progress of the business application. Based on the progress parameter stored in the storage device 105, it is determined how far the process has been completed and where the process has not been completed. On the generated menu screen, a character string of “End” is displayed for an item for which processing has been completed, and a character string of “Unfinished” for an item that has not been processed and has not been completed, It is displayed on the input / output unit 107.

処理S406では、アプリ実行部102がユーザからの操作を受け付け、業務アプリケーションを実行する。業務アプリケーションの実行中に、業務データベース108、業務ファイル群109を参照・更新し、ユーザの業務遂行を支援する。なお、アプリケーションの実行においては、新規に実行された場合以外は、処理進捗調査(処理S404)で記憶装置105に記憶された進捗度のパラメータに応じて、アプリケーションを途中から実行する。   In process S406, the application execution unit 102 receives an operation from the user and executes a business application. During the execution of the business application, the business database 108 and the business file group 109 are referred to and updated to support the user's business performance. In the execution of the application, except when it is newly executed, the application is executed in the middle according to the progress parameter stored in the storage device 105 in the process progress investigation (process S404).

処理S407では、アプリ実行部102がユーザからの業務アプリケーションの操作終了の選択を入出力部107で受け付け、業務アプリケーションを終了する。   In process S407, the application execution unit 102 accepts selection of the end of the operation of the business application from the user by the input / output unit 107, and ends the business application.

次に、前記フローに含まれる処理のうち、処理S404について詳細フローを示して詳述する。処理S404での状態判定部103の詳細な処理フローを図5に示す。   Next, among the processes included in the flow, the process S404 will be described in detail with a detailed flow. FIG. 5 shows a detailed processing flow of the state determination unit 103 in the process S404.

処理S500では、記憶装置105の業務アプリケーションの進捗度のパラメータを初期化する。具体的には、例えば、進捗度のパラメータを「業務処理開始」に変更する。   In the process S500, the parameter of the progress of the business application in the storage device 105 is initialized. Specifically, for example, the progress parameter is changed to “business process start”.

処理S501では、業務データベース108の特定のテーブルにデータが存在するか検索する。例えば、主テーブル200の主キーA201の何れかのレコードにデータが存在するか検索する。データが存在すれば処理S502に進み、データが存在しなければ処理S503に進む。   In process S501, it is searched whether data exists in a specific table of the business database. For example, a search is made as to whether data exists in any record of the primary key A 201 of the primary table 200. If there is data, the process proceeds to step S502, and if there is no data, the process proceeds to step S503.

処理S502では、記憶装置105で保持されている業務アプリケーションの進捗度のパラメータを更新する。具体的には、処理S501でデータが存在していることが判明したので、1番目の業務の処理が終了していると判定して、進捗度のパラメータを「業務処理1終了」に更新する。   In step S502, the progress parameter of the business application held in the storage device 105 is updated. Specifically, since it is determined in step S501 that the data exists, it is determined that the processing of the first job has been completed, and the progress parameter is updated to “end of job processing 1”. .

処理S503では、業務データベース108の特定のテーブルの特定のカラムに、特定の文字列があるか検索する。例えば、履歴テーブル210の属性212の全てのレコードが「輸送開始」の文字列かどうか検索する。特定の文字列になっていれば、処理S504に進み、そうでなければ、処理S505に進む。   In process S503, it is searched whether there is a specific character string in a specific column of a specific table of the business database 108. For example, it is searched whether all the records of the attribute 212 of the history table 210 are character strings of “transport start”. If it is a specific character string, the process proceeds to step S504, and if not, the process proceeds to step S505.

処理S504では、記憶装置105で保持されている進捗度のパラメータを更新する。具体的には、処理S503でカラムの文字列が特定の文字列に一致していることが判明したので、2番目の業務の処理が終了していると判定して、進捗度のパラメータを「業務処理2終了」に更新する。   In step S504, the progress parameter held in the storage device 105 is updated. Specifically, since it has been found in step S503 that the character string in the column matches the specific character string, it is determined that the processing of the second task has ended, and the progress parameter is set to “ Update to “end business process 2”.

処理S505では、業務ファイル群109に特定のファイルが存在するか検索する。例えば、作業ファイル300が存在するか検索する。特定のファイルが存在すれば処理S506に進み、特定のファイルが存在しなければ処理S507に進む。   In process S505, it is searched whether a specific file exists in the business file group 109. For example, it is searched whether the work file 300 exists. If the specific file exists, the process proceeds to step S506, and if the specific file does not exist, the process proceeds to step S507.

処理S506では、記憶装置105で保持されている進捗度のパラメータを更新する。具体的には、処理S505で特定のファイルが存在していることが判明したので、3番目の業務の処理が終了していると判定して、進捗度のパラメータを「業務処理3終了」に更新する。   In step S506, the progress parameter stored in the storage device 105 is updated. Specifically, since it is determined in step S505 that the specific file exists, it is determined that the third job process has ended, and the progress parameter is set to “end job process 3”. Update.

処理S507では、業務ファイル群109の特定のファイルに、特定の文字列があるか検索する。例えば、作業ファイル300の最初のカンマの後が「輸送終了」の文字列かどうか検索する。特定の文字列に一致していれば、処理S508に進み、そうでなければ、処理S404を終了する。   In process S507, it is searched whether a specific character string exists in a specific file of the business file group 109. For example, a search is made as to whether or not the character string “end of transportation” follows the first comma of the work file 300. If it matches the specific character string, the process proceeds to step S508, and if not, the process S404 ends.

処理S508では、記憶装置105で保持されている進捗度のパラメータを更新する。具体的には、処理S507でファイルの文字列が特定の文字列に一致していることが判明したので、4番目の業務の処理が終了していると判定して、進捗度のパラメータを「業務処理4終了」に更新する。処理S404を終了する。以上の一連の処理により、中途終了する前に業務アプリケーションにより実行された業務アプリケーションの進捗度が記録装置105に反映される。   In process S508, the progress parameter held in the storage device 105 is updated. Specifically, since it has been found in step S507 that the character string of the file matches the specific character string, it is determined that the processing of the fourth task has ended, and the progress parameter is set to “ Update to “end business process 4”. The process S404 ends. Through the series of processes described above, the progress degree of the business application executed by the business application before it is terminated halfway is reflected in the recording device 105.

続いて、図4で述べたフローに含まれる処理のうち、処理S406について詳細フローを示して詳述する。処理S406でのアプリ実行部102の詳細な処理フローを図6に示す。   Next, among the processes included in the flow described in FIG. 4, the process S406 will be described in detail with a detailed flow. FIG. 6 shows a detailed processing flow of the application execution unit 102 in step S406.

処理S601で、ユーザの業務アプリケーションの操作が、業務データベース108の操作なのか、業務ファイル群109の操作なのか、判別する。判別は、ユーザからの指示を受けて判別処理を行っても良く、また、図4および図5で説明した処理進捗調査(S404)の結果に基づいて業務アプリケーションが自動的に判別処理を行っても良い。業務データベース108の操作の場合、処理S602に進み、業務ファイル群109の操作の場合、処理S603に進む。   In step S <b> 601, it is determined whether the user's operation on the business application is an operation on the business database 108 or an operation on the business file group 109. The determination may be performed in response to an instruction from the user, or the business application automatically performs the determination process based on the result of the process progress investigation (S404) described in FIG. 4 and FIG. Also good. In the case of operation of the business database 108, the process proceeds to step S602, and in the case of operation of the business file group 109, the process proceeds to process S603.

処理S602では、業務データベース108の任意のテーブルのレコードのカラムに値を書き込む。どのテーブルのレコードのカラムに値を入れるかは、業務に依存する。例えば、輸送開始業務であれば、履歴テーブル210の主キーB211に、輸送業務の対象となる商品の個品IDを書き込み、属性212に「輸送開始」という文字列を書き込む。処理S605に進む。   In step S602, a value is written in the record column of an arbitrary table in the business database 108. Which table's record column is populated depends on the business. For example, in the case of a transportation start business, the individual product ID of the product to be transported is written in the main key B211 of the history table 210, and the character string “transportation start” is written in the attribute 212. It progresses to process S605.

処理S603では、業務ファイル群109に任意のファイルを作成する。どのファイルを作成するかは、業務に依存する。例えば、輸送終了業務であれば、作業ファイル300を作成する。   In process S603, an arbitrary file is created in the business file group 109. Which file is created depends on the business. For example, if it is a transportation end work, the work file 300 is created.

処理S604では、処理S603で作成された前記ファイルに任意のデータを書き込む。どのようなデータを書き込むのか、データの書き込み方法はファイルへの追記か上書きかは、業務に依存する。例えば、輸送終了業務であれば、作業ファイル300に、商品の個品ID・商品の状態「FFC00000 8CF31906 , 輸送終了」を上書きする。   In process S604, arbitrary data is written in the file created in process S603. It depends on the business what kind of data is written and whether the data writing method is appending to a file or overwriting. For example, in the case of a transportation end business, the work file 300 is overwritten with the individual product ID and the state of the product “FFC00000 8CF31906, transportation end”.

処理S605では、業務処理が全て終わったかどうか判定する。業務処理が全て終わっておらず、残りがある場合は、処理S601に戻る。業務処理が全て終わり、残りがない場合は、処理S406を終了する。   In process S605, it is determined whether all the business processes have been completed. If all the business processes have not been completed and there is a remainder, the process returns to step S601. When all the business processes are finished and there is no remaining, the process S406 is ended.

なお、処理S406でのアプリケーションの実行においては、新規に実行された場合以外は、図4および図5で説明した処理進捗調査(処理S404)で記憶装置105に記憶された進捗度のパラメータに応じて、アプリケーションを途中から実行する。例えば、処理S404で、進捗度のパラメータが「業務処理開始」であれば処理S601から実行するものとし、進捗度のパラメータが「業務処理1終了」であれば処理S602から実行するものとし、進捗度のパラメータが「業務処理2終了」であれば処理S603から実行するものとし、進捗度のパラメータが「業務処理3終了」であれば処理S604から実行するものとし、進捗度のパラメータが「業務処理4終了」であれば処理S605から実行するものとする。つまり、進捗度のパラメータが、アプリケーションの再開のためのポイント(再開ポイント)となる。   Note that in the execution of the application in the process S406, except for the case where it is newly executed, the application according to the progress degree parameter stored in the storage device 105 in the process progress investigation (process S404) described with reference to FIGS. Run the application from the middle. For example, if the progress parameter is “business process start” in process S404, the process is executed from process S601. If the progress parameter is “business process 1 end”, the process is executed from process S602. If the degree parameter is “end of business process 2”, the process is executed from step S603, and if the progress degree parameter is “end of business process 3”, the process is executed from step S604. If it is “end of process 4”, the process is executed from step S605. That is, the progress parameter is a point for restarting the application (restart point).

処理S405で生成・表示するメニュー画面は、例えば図7に示す画面となる。図7のメニュー画面は、業務名701と、進捗状況702で構成される。業務名701は、業務のメニュー一覧を示し、ユーザは上から順に業務名を選択して、業務を遂行していく。進捗状況702は、業務の進捗度を示し、業務名701の業務が終了したものには「終了」と表示し、未実施で終了していないものに関しては「未終了」と表示する。   The menu screen generated and displayed in step S405 is, for example, the screen shown in FIG. The menu screen in FIG. 7 includes a business name 701 and a progress status 702. The business name 701 indicates a business menu list, and the user selects a business name in order from the top and performs the business. The progress status 702 indicates the degree of progress of the business, “End” is displayed when the business of the business name 701 is completed, and “Unfinished” is displayed when the business is not completed yet.

以上のように、実施例1によれば、中途終了前後での処理の連続性を保って処理を再開することができる。   As described above, according to the first embodiment, it is possible to restart the process while maintaining the continuity of the process before and after the midway end.

本発明の第2の実施形態を図8乃至図18を用いて説明する。   A second embodiment of the present invention will be described with reference to FIGS.

図8は、業務アプリケーションを実行するクライアントシステム800と、クライアントシステムとデータを同期するサーバシステム850で実現するものであり、その構成図を示したものである。サーバシステム850では、業務のマスタデータ(商品情報、業務スケジュールなど)を管理し、クライアントシステム800がマスタデータをダウンロードして業務アプリケーションに利用する。業務アプリケーションは商品の輸送を管理するアプリケーションで、商品や商品を入れる容器に貼付されたRFタグを読み取り、輸送の履歴を残す。輸送の履歴は、輸送が終了した後に、クライアントシステム800からサーバシステム850にアップロードされ、履歴情報としてサーバシステム850に格納される。なお、説明を簡単にするため、ここではクライアントシステム800を1つにしているが、複数のクライアントシステム800は複数存在し、それぞれがサーバシステム800にネットワークを介して接続されるようにしても良い。   FIG. 8 is realized by a client system 800 that executes business applications and a server system 850 that synchronizes data with the client system, and shows a configuration diagram thereof. The server system 850 manages business master data (product information, business schedule, etc.), and the client system 800 downloads the master data and uses it for business applications. The business application is an application that manages the transportation of goods, and reads the RF tag attached to the goods and the container in which the goods are placed, and leaves a transportation history. The transportation history is uploaded from the client system 800 to the server system 850 after the transportation is completed, and stored in the server system 850 as history information. In order to simplify the description, only one client system 800 is used here, but a plurality of client systems 800 may exist, and each may be connected to the server system 800 via a network. .

クライアントシステム800は、RFタグの読み取りを行うRFタグ読取部801と、業務名の一覧及び次の操作の指示を示したメニューを生成するメニュー生成部802と、業務アプリケーションの実行を行うアプリ実行部803と、次の操作の指示に必要なシステムの状態判定を行う状態判定部804を備える。ここで、RFタグ読取部801は、商品の個品820に貼付されたRFタグ821や、複数の個品820を纏めて格納する容器830に貼付されたRFタグ831に格納されたユニークな識別番号などを読み取るものである。なお、これらの機能部は、本実施形態のクライアントシステム800の有する機能を実現するプログラム805を構成するものとできる。このプログラム805はシステムの適宜な記憶装置(メモリなど)806に格納されていて、演算装置たるCPUを含む制御部807が読み出して実行する。以下で説明する本実施形態の各動作処理や、各図のフローチャートで示される処理は、演算装置たるCPUを含む制御部807により適宜プログラムが読み出されて実行される。また、クライアントシステム800は、サーバシステム850と通信回線840を介して通信を行う通信部808と、ユーザからの入力とユーザへの出力を行う入出力部809と、業務アプリケーションの実行により更新されるクライアント業務データベース810と、業務ファイル群811も備えている。   The client system 800 includes an RF tag reading unit 801 that reads an RF tag, a menu generation unit 802 that generates a menu indicating a list of business names and instructions for the next operation, and an application execution unit that executes a business application 803, and a state determination unit 804 that performs system state determination necessary for the next operation instruction. Here, the RF tag reading unit 801 has a unique identification stored in an RF tag 821 attached to an individual product 820 or an RF tag 831 attached to a container 830 that stores a plurality of individual products 820 together. The number is read. Note that these functional units can constitute a program 805 that implements the functions of the client system 800 of this embodiment. This program 805 is stored in an appropriate storage device (memory or the like) 806 of the system, and is read and executed by a control unit 807 including a CPU as an arithmetic device. Each operation process of the present embodiment described below and the process shown in the flowcharts of the drawings are executed by appropriately reading out a program by a control unit 807 including a CPU as an arithmetic unit. In addition, the client system 800 is updated by executing a business application, a communication unit 808 that communicates with the server system 850 via the communication line 840, an input / output unit 809 that performs input from the user and output to the user. A client business database 810 and a business file group 811 are also provided.

一方、サーバシステム850は、クライアントからのアクセス制御を行う認証部851と、マスタデータベース858からマスタ情報を抽出してクライアントに送信するデータ抽出部852と、クライアントから履歴情報を受信し履歴データベース859に登録するデータ登録部853を備える。なお、これらの機能部は、本実施形態のサーバシステム850の有する機能を実現するプログラム854を構成するものとできる。このプログラム854はシステムの適宜な記憶装置(メモリなど)855に格納されていて、演算装置たるCPUを含む制御部856が読み出して実行する。以下で説明する本実施形態の各動作処理や、各図のフローチャートで示される処理は、演算装置たるCPUを含む制御部856により適宜プログラムが読み出されて実行される。また、サーバシステム850は、クライアントシステム800と通信回線840を介して通信を行う通信部857と、業務のマスタ情報を格納するマスタデータベース858と、業務の履歴情報を格納する履歴データベース859も備えている。   On the other hand, the server system 850 includes an authentication unit 851 that controls access from the client, a data extraction unit 852 that extracts master information from the master database 858 and transmits the master information to the client, and receives history information from the client and stores it in the history database 859. A data registration unit 853 for registration is provided. Note that these functional units can constitute a program 854 that implements the functions of the server system 850 of the present embodiment. The program 854 is stored in an appropriate storage device (memory or the like) 855 of the system, and is read and executed by a control unit 856 including a CPU as an arithmetic device. Each operation process of the present embodiment described below and the process shown in the flowcharts of the drawings are executed by appropriately reading out a program by a control unit 856 including a CPU as an arithmetic unit. The server system 850 also includes a communication unit 857 that communicates with the client system 800 via the communication line 840, a master database 858 that stores business master information, and a history database 859 that stores business history information. Yes.

次に、前記したマスタデータベース858、クライアント業務データベース810、業務ファイル群811、履歴データベース859についてその詳細を説明する。   Next, details of the master database 858, the client business database 810, the business file group 811 and the history database 859 will be described.

図9にマスタデータベース858の例を示す。マスタデータベース858は、輸送スケジュールテーブル900から構成される。   FIG. 9 shows an example of the master database 858. The master database 858 includes a transportation schedule table 900.

輸送スケジュールテーブル900は、サーバシステム850に輸送スケジュールを格納するためのテーブルで、商品ID901と、個数902と、輸送開始施設903と、輸送開始予定時刻904と、輸送終了施設905と、輸送終了予定時刻906で構成される。商品ID901は、輸送業務で取り扱う商品のIDを示す。個数902は、商品ID901の個数を示す。輸送開始施設903は、商品ID901が輸送される際の輸送の開始地点を示す。輸送開始予定時刻904は、商品ID901が輸送される際の輸送の開始時刻(予定)を示す。輸送終了施設905は、商品ID901が輸送される際の輸送の終了地点を示す。輸送終了予定時刻906は、商品ID901が輸送される際の輸送の終了時刻(予定)を示す。   The transportation schedule table 900 is a table for storing a transportation schedule in the server system 850. The product ID 901, the number 902, the transportation start facility 903, the transportation start scheduled time 904, the transportation end facility 905, and the transportation termination schedule. It consists of time 906. The product ID 901 indicates the ID of a product handled in the transportation service. The number 902 indicates the number of product IDs 901. The transport start facility 903 indicates the start point of transport when the product ID 901 is transported. The scheduled transportation start time 904 indicates the transportation start time (planned) when the product ID 901 is transported. The transport end facility 905 indicates a transport end point when the product ID 901 is transported. The scheduled transportation end time 906 indicates the transportation end time (planned) when the product ID 901 is transported.

図10にクライアント業務データベース810の例を示す。クライアント業務データベース810は、輸送スケジュールテーブル1000と、容器−個品紐付テーブル1010と、輸送実績テーブル1020から構成される。   FIG. 10 shows an example of the client business database 810. The client business database 810 includes a transportation schedule table 1000, a container-individual product linking table 1010, and a transportation performance table 1020.

輸送スケジュールテーブル1000は、クライアントシステム800がサーバシステム850から取得した輸送スケジュールを格納するテーブルで、商品ID1001と、個数1002と、輸送開始施設1003と、輸送開始予定時刻1004と、輸送終了施設1005と、輸送終了予定時刻1006で構成される。商品ID1001は、輸送業務で取り扱う商品のIDを示す。個数1002は、商品ID1001の個数を示す。輸送開始施設1003は、商品ID1001が輸送される際の輸送の開始地点を示す。輸送開始予定時刻1004は、商品ID1001が輸送される際の輸送の開始時刻(予定)を示す。輸送終了施設1005は、商品ID1001が輸送される際の輸送の終了地点を示す。輸送終了予定時刻1006は、商品ID1001が輸送される際の輸送の終了時刻(予定)を示す。   The transport schedule table 1000 is a table that stores the transport schedule acquired by the client system 800 from the server system 850. The product ID 1001, the number 1002, the transport start facility 1003, the planned transport start time 1004, and the transport end facility 1005 , And the transportation end scheduled time 1006. The product ID 1001 indicates the ID of a product handled in the transportation service. The number 1002 indicates the number of product IDs 1001. The transport start facility 1003 indicates a transport start point when the product ID 1001 is transported. The scheduled transportation start time 1004 indicates the transportation start time (planned) when the product ID 1001 is transported. The transport end facility 1005 indicates a transport end point when the product ID 1001 is transported. The scheduled transportation end time 1006 indicates the transportation end time (planned) when the product ID 1001 is transported.

容器−個品紐付テーブル1010は、商品の個品820の容器830への格納状況を保持するテーブルで、個品ID1011と、容器ID1012で構成される。個品ID1011は、個品820のRFタグ821に格納されたユニークな識別番号である。また、容器ID1012は、容器830のRFタグ831に格納されたユニークな識別番号である。   The container-individual product linking table 1010 is a table that holds the storage status of the individual product 820 in the container 830, and includes an individual product ID 1011 and a container ID 1012. The individual item ID 1011 is a unique identification number stored in the RF tag 821 of the individual item 820. The container ID 1012 is a unique identification number stored in the RF tag 831 of the container 830.

輸送実績テーブル1020は、輸送業務の履歴情報を格納するテーブルで、個品ID1021と、ステータス1022、輸送開始時刻1023、輸送終了時刻1024で構成される。個品ID1021は、輸送で扱った商品の個品820を示す。個品IDには、輸送業務の作業時にRFタグ読取部801が読み取った容器830のRFタグ831の識別番号を基に、容器−個品紐付テーブル1010を検索して、容器ID1012に紐付いた個品ID1011の値を格納する。ステータス1022は、個品820が輸送業務でどのような状態か(輸送開始か、輸送終了か)を示す。ステータス1022は、前記輸送業務の作業によって容器830に入っている個品820の状態がどのように変化したかを示すもので、輸送開始の作業であれば「輸送開始」を記入し、輸送終了の作業であれば「輸送終了」を記入する。輸送開始時刻1023は、RFタグ831が読み取られ、ステータス1022に「輸送開始」と格納された時刻を記入する。輸送終了時刻1024は、RFタグ831が読み取られ、ステータス1022に「輸送終了」と格納された時刻を記入する。   The transportation result table 1020 is a table for storing transportation work history information, and includes an individual product ID 1021, a status 1022, a transportation start time 1023, and a transportation end time 1024. The individual item ID 1021 indicates an individual item 820 of a commodity handled in transportation. For the individual item ID, the container-individual cording table 1010 is searched based on the identification number of the RF tag 831 of the container 830 read by the RF tag reading unit 801 at the time of transportation work, and the individual item ID is associated with the container ID 1012. The value of the product ID 1011 is stored. The status 1022 indicates what state the individual item 820 is in the transportation service (transportation start or transportation end). The status 1022 indicates how the state of the individual item 820 contained in the container 830 has changed due to the work of the transportation operation. If the work is to start the transportation, “transportation start” is entered and the transportation is completed. If the work is, complete “Transportation End”. As the transportation start time 1023, the time when the RF tag 831 is read and “transportation start” is stored in the status 1022 is entered. As the transportation end time 1024, the time when the RF tag 831 is read and “transportation end” is stored in the status 1022 is entered.

図11に業務ファイル群811の例を示す。業務ファイル群811は、送信ファイル1100から構成される。送信ファイル1100は、輸送業務を行う際の作業の履歴を記録したファイルで、各行は、例えば、個品ID1101、ステータス1102、輸送開始時刻1103、輸送終了時刻1104で構成される。個品ID1101は、輸送で扱った商品の個品820を示し、輸送実績テーブル1020の個品ID1021の値をコピーして作成する。ステータス1102は個品820がどのような状態か(輸送開始か、輸送終了か)を示し、ステータス1022の値をコピーして作成する。輸送開始時刻1103は、個品820の輸送開始の時刻を示し、輸送開始時刻1023の値をコピーして作成する。輸送終了時刻1104は、個品820の輸送終了の時刻を示し、輸送終了時刻1024の値をコピーして作成する。送信ファイル1100は、クライアントシステム800からサーバシステム850に向けて作業履歴を送信するために、アプリ実行部803によって作成される。   FIG. 11 shows an example of the business file group 811. The business file group 811 includes a transmission file 1100. A transmission file 1100 is a file in which a history of work when carrying out a transportation service is recorded, and each line includes, for example, an individual product ID 1101, a status 1102, a transportation start time 1103, and a transportation end time 1104. The individual item ID 1101 indicates the individual item 820 of the commodity handled in transportation, and is created by copying the value of the individual item ID 1021 in the transportation performance table 1020. The status 1102 indicates what state the individual product 820 is in (transportation start or transportation end), and is created by copying the value of the status 1022. The transportation start time 1103 indicates the transportation start time of the individual item 820, and is created by copying the value of the transportation start time 1023. The transport end time 1104 indicates the transport end time of the individual product 820, and is created by copying the value of the transport end time 1024. The transmission file 1100 is created by the application execution unit 803 in order to transmit a work history from the client system 800 to the server system 850.

図12に履歴データベース859の例を示す。履歴データベース859は、輸送実績テーブル1220から構成される。   FIG. 12 shows an example of the history database 859. The history database 859 includes a transportation performance table 1220.

輸送実績テーブル1220は、輸送業務の履歴情報を格納するテーブルで、個品ID1221と、ステータス1222、輸送開始時刻1223、輸送終了時刻1224で構成される。個品ID1221は、輸送で扱った商品の個品820を示す。ステータス1222は、個品820が輸送業務でどのような状態か(輸送開始か、輸送終了か)を示す。輸送開始時刻1223は、個品820の輸送開始の時刻を示す。輸送終了時刻1224は、個品820の輸送終了の時刻を示す。   The transportation result table 1220 is a table for storing transportation work history information, and includes an individual product ID 1221, a status 1222, a transportation start time 1223, and a transportation end time 1224. The individual item ID 1221 indicates an individual item 820 of a commodity handled in transportation. The status 1222 indicates what state the individual item 820 is in the transportation business (transportation start or transportation end). The transportation start time 1223 indicates the transportation start time of the individual item 820. The transportation end time 1224 indicates the transportation end time of the individual item 820.

続いて、本実施の形態における処理動作について説明する。図13は、業務アプリケーションがエラーなどで強制終了されたような場合に、再度業務アプリケーションを再開した際の処理フローを示す。具体的には、輸送業務の業務アプリケーションを起動し、システムの状態を判定して、状態に従って次の操作の指示を示すメニューをユーザに表示し、ユーザの操作を受け付けて前記業務アプリケーションを実行し、前記業務アプリケーションが終了するまでの処理フローである。なお、ここではメニューをユーザに表示し、ユーザの操作を受け付けて業務アプリケーションを実行する例を示すが、ユーザの操作を受け付けることなく業務アプリケーションが自動的に処理を進める構成とすることも出来る。本処理フローの制御は制御部807が行うものとする。ただし、処理S1306に関しては、制御部807と制御部856が協調して行うものとする。   Next, the processing operation in the present embodiment will be described. FIG. 13 shows a processing flow when the business application is restarted again when the business application is forcibly terminated due to an error or the like. Specifically, a transportation business application is started, the system state is determined, a menu indicating an instruction for the next operation is displayed to the user according to the state, the user operation is accepted, and the business application is executed. This is a processing flow until the business application is terminated. Here, an example is shown in which the menu is displayed to the user, and the business application is executed by accepting the user's operation. However, the business application may automatically advance the process without accepting the user's operation. It is assumed that the control unit 807 controls this processing flow. However, regarding the processing S1306, it is assumed that the control unit 807 and the control unit 856 cooperate with each other.

処理S1300では、ユーザがクライアントシステム800の入出力部809を操作し、業務アプリケーションを起動する。   In step S1300, the user operates the input / output unit 809 of the client system 800 to start a business application.

処理S1301では、アプリ実行部803が業務アプリケーションの初期画面をポップアップで入出力部809に表示する。初期画面は、初期スタートボタンと再スタートボタンで構成される。ユーザは初期画面で、初期スタート、再スタートの何れかのボタンを選択して押下する。   In process S1301, the application execution unit 803 displays an initial screen of the business application on the input / output unit 809 in a pop-up. The initial screen includes an initial start button and a restart button. The user selects and presses one of the initial start and restart buttons on the initial screen.

処理S1302では、メニュー生成部802が処理S1301で初期スタート、再スタートのどちらのボタンが押下されたのか判定する。初期スタートボタン押下の場合は処理S1303に進み、再スタートボタン押下の場合は処理S1304に進む。   In process S1302, the menu generation unit 802 determines which of the initial start and restart buttons was pressed in process S1301. If the initial start button is pressed, the process proceeds to step S1303. If the restart button is pressed, the process proceeds to step S1304.

処理S1303では、アプリ実行部803がシステムの状態を初期化する。システムの状態の初期化に際しては、クライアント業務データベース810、業務ファイル群811の初期化を行う。初期化の具体的な例としては、輸送スケジュールテーブル1000、容器−個品紐付テーブル1010、輸送実績テーブル1020の全レコードを削除し、送信ファイル1100を削除する。処理S1305に進む。   In process S1303, the application execution unit 803 initializes the system state. When initializing the system state, the client business database 810 and the business file group 811 are initialized. As a specific example of initialization, all records of the transportation schedule table 1000, the container-individual product linking table 1010, and the transportation performance table 1020 are deleted, and the transmission file 1100 is deleted. It progresses to process S1305.

処理S1304では、状態判定部804がクライアント業務データベース810や業務ファイル群811を参照し、システムの状態を判定する。システムの状態を判定することで、業務アプリケーションの処理がどこまで進捗しているか調査できる。システムの状態に応じて、記憶装置806に業務アプリケーションの進捗度のパラメータを設定する。   In step S1304, the state determination unit 804 refers to the client business database 810 and the business file group 811 to determine the system state. By judging the state of the system, it is possible to investigate how far the business application processing has progressed. Depending on the state of the system, the progress parameter of the business application is set in the storage device 806.

処理S1305では、メニュー生成部802が業務アプリケーションの進捗度に応じたメニュー画面(図18参照)を生成する。記憶装置806に記憶されている進捗度のパラメータを基に、どこまで処理が終了し、どこから処理が未終了なのかを判定する。生成される前記メニュー画面には、処理が終了した項目に関しては「終了」の文字列を表示し、処理が実施されておらず終了していない項目に関しては、「未終了」の文字列を、入出力部809に表示する。   In step S1305, the menu generation unit 802 generates a menu screen (see FIG. 18) according to the progress of the business application. Based on the progress parameter stored in the storage device 806, it is determined how far the process has been completed and where the process has not been completed. On the generated menu screen, a character string of “End” is displayed for an item for which processing has been completed, and a character string of “Unfinished” for an item that has not been processed and has not been completed, It is displayed on the input / output unit 809.

処理S1306では、アプリ実行部803がユーザからの操作を受け付け、業務アプリケーションを実行する。業務アプリケーションの実行中に、クライアント業務データベース810、業務ファイル群811を参照・更新し、ユーザの業務遂行を支援する。なお、アプリケーションの実行においては、新規に実行された場合以外は、処理進捗調査(処理S1304)で記憶装置806に記憶された進捗度のパラメータに応じて、アプリケーションを途中から実行する。また、サーバシステム850と通信し、マスタデータベース858からのデータ取得や、履歴データベース859へのデータ登録を行う。処理S1306でのクライアントシステム800とサーバシステム850との間で行われる具体的な処理は図15にて後述する。   In process S1306, the application execution unit 803 receives an operation from the user and executes a business application. During execution of the business application, the client business database 810 and the business file group 811 are referred to and updated to support the user's business performance. In the execution of the application, except when it is newly executed, the application is executed halfway in accordance with the parameter of the degree of progress stored in the storage device 806 in the process progress investigation (process S1304). Further, it communicates with the server system 850 to acquire data from the master database 858 and register data in the history database 859. Specific processing performed between the client system 800 and the server system 850 in step S1306 will be described later with reference to FIG.

処理S1307では、アプリ実行部803がユーザからの業務アプリケーションの操作終了の選択を入出力部809で受け付け、業務アプリケーションを終了する。   In process S1307, the application execution unit 803 accepts the selection of the end of the operation of the business application from the user by the input / output unit 809, and ends the business application.

次に、前記フローに含まれる処理のうち、処理S1304について詳細フローを示して詳述する。処理S1304での状態判定部804の詳細な処理フローを図14に示す。   Next, among the processes included in the flow, the process S1304 will be described in detail with reference to a detailed flow. FIG. 14 shows a detailed processing flow of the state determination unit 804 in processing S1304.

処理S1400では、記憶装置806の輸送業務の業務アプリケーションの進捗度のパラメータを初期化する。具体的には、例えば、進捗度のパラメータを「業務処理開始」に変更する。   In the process S1400, the parameter of the degree of progress of the business application for the transportation business in the storage device 806 is initialized. Specifically, for example, the progress parameter is changed to “business process start”.

処理S1401では、クライアント業務データベース810の特定のテーブルにデータが存在するか検索する。例えば、輸送スケジュールテーブル1000の何れかのレコードにデータ(商品ID1001、個数1002、輸送開始施設1003、輸送開始予定時刻1004、輸送終了施設1005、輸送終了予定時刻1006の何れかのデータ)が存在するか検索する。データが存在すれば処理S1402に進み、何れのレコードにもデータが存在しなければ処理S1403に進む。   In process S1401, it is searched whether data exists in a specific table of the client business database 810. For example, data (product ID 1001, number 1002, transport start facility 1003, transport start scheduled time 1004, transport end facility 1005, planned transport end time 1006) exists in any record in the transport schedule table 1000. Or search. If data exists, the process proceeds to step S1402, and if no data exists in any record, the process proceeds to step S1403.

処理S1402では、記憶装置806で保持されている輸送業務の業務アプリケーションの進捗度のパラメータを更新する。具体的には、処理S1401でデータが存在していることが判明したので、1番目の業務「データダウンロード」の処理が終了していると判定して、進捗度のパラメータを「データダウンロードまで終了」に更新する。   In step S1402, the parameter of the degree of progress of the business application of the transportation business held in the storage device 806 is updated. Specifically, since it is determined in step S1401 that data exists, it is determined that the first job “data download” has been completed, and the progress parameter is set to “end until data download”. Update to

処理S1403では、クライアント業務データベース810の特定のテーブルにデータが存在するか検索する。例えば、容器−個品紐付テーブル1010の何れかのレコードにデータ(個品ID1011、容器ID1012の両方のデータ)が存在するか検索する。データが存在すれば処理S1404に進み、何れのレコードにもデータが存在しなければ処理S1405に進む。   In process S1403, it is searched whether data exists in a specific table of the client business database 810. For example, it is searched whether data (both data of the individual item ID 1011 and the container ID 1012) exist in any record of the container-individual item association table 1010. If data exists, the process proceeds to step S1404. If no data exists in any record, the process proceeds to step S1405.

処理S1404では、記憶装置806で保持されている進捗度のパラメータを更新する。具体的には、処理S1403でデータが存在していることが判明したので、2番目の業務「紐付け」の処理が終了していると判定して、進捗度のパラメータを「紐付けまで終了」に更新する。   In step S1404, the progress parameter stored in the storage device 806 is updated. Specifically, since it has been found in step S1403 that the data exists, it is determined that the processing of the second task “link” has been completed, and the progress parameter is set to “end to link”. Update to

処理S1405では、クライアント業務データベース810の特定のテーブルの特定のカラムに、特定の文字列があるか検索する。例えば、輸送実績テーブル1020のステータス1022の全てのレコードが「輸送終了」の文字列かどうか検索する。特定の文字列になっていれば、処理S1406に進み、そうでなければ、処理S1407に進む。   In step S1405, a search is performed as to whether a specific character string exists in a specific column of a specific table of the client business database 810. For example, it is searched whether all the records of the status 1022 of the transportation performance table 1020 are character strings of “transportation completed”. If it is a specific character string, the process proceeds to step S1406, and if not, the process proceeds to step S1407.

処理S1406では、記憶装置806で保持されている進捗度のパラメータを更新する。具体的には、処理S1405でカラムの文字列が特定の文字列に一致していることが判明したので、3番目の業務「輸送終了」の処理が終了していると判定して、進捗度のパラメータを「輸送終了まで終了」に更新する。   In step S1406, the progress parameter stored in the storage device 806 is updated. Specifically, since it has been found in step S1405 that the character string in the column matches the specific character string, it is determined that the process of the third task “end of transportation” has been completed, and the degree of progress The parameter of is updated to “end until the end of transportation”.

処理S1407では、業務ファイル群811に特定のファイルが存在するか検索する。例えば、送信ファイル1100が存在するか検索する。特定のファイルが存在すれば処理S1408に進み、特定のファイルが存在しなければ処理S1304を終了する。   In processing S1407, it is searched whether a specific file exists in the business file group 811. For example, the transmission file 1100 is searched for. If the specific file exists, the process advances to step S1408. If the specific file does not exist, the process S1304 ends.

処理S1408では、記憶装置806で保持されている進捗度のパラメータを更新する。具体的には、処理S1407で特定のファイルが存在していることが判明したので、4番目の業務「データアップロード」の処理が終了していると判定して、進捗度のパラメータを「データアップロードまで終了」に更新する。処理S1304を終了する。   In step S1408, the progress parameter stored in the storage device 806 is updated. Specifically, since it is determined in step S1407 that the specific file exists, it is determined that the fourth job “data upload” has been completed, and the progress parameter is set to “data upload”. Update to "End." Processing S1304 is ended.

以上の一連の処理により、中途終了する前に業務アプリケーションにより実行された業務アプリケーションの進捗度が記録装置806に反映される。   Through the series of processes described above, the progress degree of the business application executed by the business application before ending the process is reflected in the recording device 806.

続いて、図13で述べたフローに含まれる処理のうち、処理S1306について詳細フローを示して詳述する。処理S1306でのアプリ実行部803の詳細な処理フローを図15に示す。なお、処理S1507は、アプリ実行部803の処理フローではなく、サーバシステム850の処理フローである。   Next, among the processes included in the flow described in FIG. 13, the process S1306 will be described in detail with reference to a detailed flow. FIG. 15 shows a detailed process flow of the application execution unit 803 in process S1306. Note that the processing S1507 is not the processing flow of the application execution unit 803 but the processing flow of the server system 850.

処理S1501では、アプリ実行部803が通信部808を介して、サーバシステム850からマスタデータを取得する。具体的には、マスタデータベース858の輸送スケジュール900を取得する。   In process S1501, the application execution unit 803 acquires master data from the server system 850 via the communication unit 808. Specifically, the transportation schedule 900 of the master database 858 is acquired.

処理S1502では、処理S1501で取得したマスタデータをクライアント業務データベース810に格納する。具体的には、輸送スケジュールをクライアント業務データベース810の輸送スケジュールテーブル1000に格納する。格納の際には、サーバシステム850のマスタデータベース858の輸送スケジュール900の商品ID901を輸送スケジュールテーブル1000の商品ID1001に格納し、個数902を個数1002に格納し、輸送開始施設903を輸送開始施設1003に格納し、輸送開始予定時刻904を輸送開始予定時刻1004に格納し、輸送終了施設905を輸送終了施設1005に格納し、輸送終了予定時刻906を輸送終了予定時刻1006に格納する。   In process S1502, the master data acquired in process S1501 is stored in the client business database 810. Specifically, the transportation schedule is stored in the transportation schedule table 1000 of the client business database 810. At the time of storage, the product ID 901 of the transport schedule 900 in the master database 858 of the server system 850 is stored in the product ID 1001 of the transport schedule table 1000, the number 902 is stored in the number 1002, and the transport start facility 903 is stored in the transport start facility 1003. The scheduled transport start time 904 is stored in the planned transport start time 1004, the transport end facility 905 is stored in the transport end facility 1005, and the planned transport end time 906 is stored in the planned transport end time 1006.

処理S1503では、RFタグ読取部801が、商品の個品820のRFタグ821や、容器830のRFタグ831に書き込まれているユニークな識別番号を読み取る。   In process S1503, the RF tag reading unit 801 reads a unique identification number written on the RF tag 821 of the individual product 820 or the RF tag 831 of the container 830.

処理S1504では、処理S1503で読み取ったデータを基に、クライアント業務データベース810のデータを更新する。具体的には、クライアント業務データベース810の容器−個品紐付テーブル1010の個品ID1011に、RFタグ821の識別番号を格納し、容器ID1012にRFタグ831の識別番号を格納し、個品820と容器830を紐付ける。また、前記RFタグ831の識別番号が、容器−個品紐付テーブル1010の容器ID1012と一致している個品ID1011を検索し、前記個品ID1011をクライアント業務データベース810の輸送実績テーブル1020の個品ID1021に格納するとともに、前記RFタグ831の読み取り作業が輸送開始か輸送終了かをユーザから入出力部809への入力として受け付ける。入力データが輸送開始ならば、ステータス1022に「輸送開始」と格納し、輸送開始時刻1023にその際の時刻を格納する。入力データが輸送終了ならば、ステータス1022に「輸送終了」と格納し、輸送終了時刻1024にその際の時刻を格納する。   In step S1504, the data in the client business database 810 is updated based on the data read in step S1503. Specifically, the identification number of the RF tag 821 is stored in the individual item ID 1011 of the container-individual item association table 1010 of the client business database 810, the identification number of the RF tag 831 is stored in the container ID 1012, and the individual item 820 Tie container 830. Further, an individual product ID 1011 in which the identification number of the RF tag 831 matches the container ID 1012 of the container-individual product linking table 1010 is searched, and the individual product ID 1011 is stored in the transportation performance table 1020 of the client business database 810. In addition to being stored in the ID 1021, whether the reading operation of the RF tag 831 is the start of transportation or the end of transportation is accepted as an input to the input / output unit 809 from the user. If the input data is transport start, “transport start” is stored in the status 1022, and the time at that time is stored in the transport start time 1023. If the input data is transport end, “transport end” is stored in the status 1022, and the time at that time is stored in the transport end time 1024.

処理S1505では、クライアント業務データベース810を基に、送信ファイルを作成する。具体的には、クライアント業務データベース810の輸送実績テーブル1020を基に、業務ファイル群811の送信ファイル1100を作成する。送信ファイル1100の個品ID1101は輸送実績テーブル1020の個品ID1021に対応し、ステータス1102はステータス1022に対応し、輸送開始時刻1103は輸送開始時刻1023に対応し、輸送終了時刻1104は輸送終了時刻1024に対応する。   In step S1505, a transmission file is created based on the client business database 810. Specifically, the transmission file 1100 of the business file group 811 is created based on the transportation performance table 1020 of the client business database 810. The individual item ID 1101 of the transmission file 1100 corresponds to the individual item ID 1021 of the transportation record table 1020, the status 1102 corresponds to the status 1022, the transportation start time 1103 corresponds to the transportation start time 1023, and the transportation end time 1104 corresponds to the transportation end time. Corresponds to 1024.

処理S1506では、通信部808を介して送信ファイル1100をサーバシステム850に送信する。   In process S 1506, the transmission file 1100 is transmitted to the server system 850 via the communication unit 808.

処理S1507では、サーバシステム850が、クライアントシステム800から取得した送信ファイル1100を、履歴データとして履歴データベース859に登録する。具体的には、履歴データベース859の輸送実績テーブル1220に登録する。   In processing S1507, the server system 850 registers the transmission file 1100 acquired from the client system 800 in the history database 859 as history data. Specifically, it is registered in the transportation record table 1220 of the history database 859.

なお、図示はしていないが、本処理フロー(S1306の処理フロー)ではS1501の処理を開始する前に、図13の処理進捗調査(S1304)の結果に基づいて、どのステップから処理を開始するかを判定する。例えば、業務アプリケーションの処理が、マスタデータベースから必要なデータのダウンロードまで終了していると判定されたときは、S1501−1502を省略してS1503から処理が開始される。また、RFタグ情報のデータのクライアント業務データベースへの反映まで終了していると判定されたときは、S1501−1504を省略し、S1505から処理が開始される。また、マスタデータベースへデータのアップロードまで終了していると判定されたときは、S1507まで処理が終了していることになるので、そのまま本処理フロー(S1306の処理フロー)を終了するものとする。つまり、処理進捗調査(S1304)の結果(進捗度のパラメータ)が、アプリケーションの再開のためのポイント(再開ポイント)となる。   Although not shown, in this processing flow (processing flow of S1306), before starting the processing of S1501, from which step the processing is started based on the result of the processing progress investigation (S1304) of FIG. Determine whether. For example, when it is determined that the processing of the business application has been completed from the master database until the necessary data is downloaded, the processing is started from S1503 with S1501-1502 being omitted. If it is determined that the RF tag information data has been reflected in the client business database, S1501-1504 is omitted, and the process starts from S1505. If it is determined that the data upload to the master database has been completed, the processing has been completed up to S1507, and therefore this processing flow (the processing flow of S1306) is terminated as it is. That is, the result of the processing progress investigation (S1304) (progress degree parameter) becomes a point for restarting the application (restart point).

続いて、図15で述べたフローに含まれる処理のうち、処理S1501について詳細フローを示して詳述する。処理S1501でのクライアントシステム800のアプリ実行部803、サーバシステム850の認証部851、データ抽出部852の詳細な処理フローを図16に示す。   Next, among the processes included in the flow described in FIG. 15, the process S1501 will be described in detail with a detailed flow. FIG. 16 shows the detailed processing flow of the application execution unit 803 of the client system 800, the authentication unit 851 of the server system 850, and the data extraction unit 852 in the processing S1501.

処理S1601では、アプリ実行部803が通信部808から通信回線840を介してサーバシステム850の通信部857にアクセスする。   In process S1601, the application execution unit 803 accesses the communication unit 857 of the server system 850 from the communication unit 808 via the communication line 840.

処理S1602では、認証部851が、通信部857へのアクセスに関して認証を行う。   In process S1602, the authentication unit 851 performs authentication regarding access to the communication unit 857.

処理S1603では、データ抽出部852が、マスタデータベース858からマスタデータを取得する。具体的には、マスタデータベース858の輸送スケジュールテーブル900から、商品ID901、個数902、輸送開始施設903、輸送開始予定時刻904、輸送終了施設905、輸送終了予定時刻906を抽出する。   In process S1603, the data extraction unit 852 acquires master data from the master database 858. Specifically, the product ID 901, the number 902, the transport start facility 903, the transport start scheduled time 904, the transport end facility 905, and the transport end planned time 906 are extracted from the transport schedule table 900 of the master database 858.

処理S1604では、データ抽出部852が通信部857から通信回線840を介してクライアントシステム800の通信部808に、マスタデータを送信する。   In process S1604, the data extraction unit 852 transmits master data from the communication unit 857 to the communication unit 808 of the client system 800 via the communication line 840.

処理S1605では、アプリ実行部803が、通信部808で受け取ったマスタデータを取得する。   In process S1605, the application execution unit 803 acquires master data received by the communication unit 808.

続いて、図15で述べたフローに含まれる処理のうち、処理S1507について詳細フローを示して詳述する。処理S1507でのクライアントシステム800のアプリ実行部803、サーバシステム850の認証部851、データ登録部853の詳細な処理フローを図17に示す。   Next, among the processes included in the flow described in FIG. 15, the process S1507 will be described in detail with reference to a detailed flow. FIG. 17 shows a detailed processing flow of the application execution unit 803 of the client system 800, the authentication unit 851 of the server system 850, and the data registration unit 853 in step S1507.

処理S1701では、アプリ実行部803が通信部808から通信回線840を介してサーバシステム850の通信部857にアクセスする。   In process S1701, the application execution unit 803 accesses the communication unit 857 of the server system 850 from the communication unit 808 via the communication line 840.

処理S1702では、認証部851が、通信部857へのアクセスに関して認証を行う。   In process S1702, the authentication unit 851 performs authentication regarding access to the communication unit 857.

処理S1703では、データ登録部853が、通信部857で受け取った送信ファイル1100を取得する。   In process S1703, the data registration unit 853 acquires the transmission file 1100 received by the communication unit 857.

処理S1704では、データ登録部853が、送信ファイル1100を履歴データベース859の輸送実績テーブル1220に登録する。具体的には、送信ファイル1100の個品ID1101が輸送実績テーブル1220の個品ID1221に対応し、ステータス1102がステータス1222に対応し、輸送開始時刻1103が輸送開始時刻1223に対応し、輸送終了時刻1104が輸送終了時刻1224に対応する。   In process S1704, the data registration unit 853 registers the transmission file 1100 in the transportation record table 1220 of the history database 859. Specifically, the individual item ID 1101 of the transmission file 1100 corresponds to the individual item ID 1221 of the transportation result table 1220, the status 1102 corresponds to the status 1222, the transportation start time 1103 corresponds to the transportation start time 1223, and the transportation end time. 1104 corresponds to the transportation end time 1224.

処理S1305で生成・表示するメニュー画面は、例えば図18に示す画面となる。図18のメニュー画面は、業務名1801と、進捗状況1802で構成される。業務名1801は、業務のメニュー一覧を示し、ユーザは上から順に業務名を選択して、業務を遂行していく。進捗状況1802は、業務の進捗度を示し、業務名1801の業務が終了したものには「終了」と表示し、未実施で終了していないものに関しては「未終了」と表示する。   The menu screen generated and displayed in step S1305 is, for example, the screen shown in FIG. The menu screen in FIG. 18 includes a business name 1801 and a progress status 1802. A business name 1801 indicates a menu list of business, and the user selects a business name in order from the top and performs the business. The progress status 1802 indicates the degree of progress of the business, “End” is displayed when the business with the business name 1801 is completed, and “Unfinished” is displayed when the business is not completed yet.

以上のように、実施例2によれば、中途終了前後での処理の連続性を保って処理を再開することができる。これはクライアントシステム800が複数存在し、それぞれのクライアントでアプリケーションを実行し、その処理結果をサーバシステム850の履歴データベース859で一括して管理するようなシステムにおいて特に有用である。   As described above, according to the second embodiment, it is possible to resume the process while maintaining the continuity of the process before and after the midway end. This is particularly useful in a system in which a plurality of client systems 800 exist, an application is executed by each client, and the processing results are collectively managed by the history database 859 of the server system 850.

100 システム
101 メニュー生成部
102 アプリ実行部
103 状態判定部
104 プログラム
105 記憶装置
106 制御部
107 入出力部
108 業務データベース
109 業務ファイル群
800 クライアントシステム
801 RFタグ読取部
802 メニュー生成部
803 アプリ実行部
804 状態判定部
805 プログラム
806 記憶装置
807 制御部
808 通信部
809 入出力部
810 クライアント業務データベース
811 業務ファイル群
820 商品の個品
821 (個品の)RFタグ
830 容器
831 (容器の)RFタグ
840 通信回線
850 サーバシステム
851 認証部
852 データ抽出部
853 データ登録部
854 プログラム
855 記憶装置
856 制御部
857 通信部
858 マスタデータベース
859 履歴データベース
100 System 101 Menu Generation Unit 102 Application Execution Unit 103 State Determination Unit 104 Program 105 Storage Device 106 Control Unit 107 Input / Output Unit 108 Business Database 109 Business File Group 800 Client System 801 RF Tag Reading Unit 802 Menu Generation Unit 803 Application Execution Unit 804 Status determination unit 805 program 806 storage device 807 control unit 808 communication unit 809 input / output unit 810 client business database 811 business file group 820 product individual item 821 (individual product) RF tag 830 container 831 (container) RF tag 840 communication Line 850 Server system 851 Authentication unit 852 Data extraction unit 853 Data registration unit 854 Program 855 Storage device 856 Control unit 857 Communication unit 858 Master database 859 History database The

Claims (9)

アプリケーションを実行する制御部と、前記アプリケーションにより生成されるデータを記録する記録部と、を備える情報処理装置において、
前記記録部は、前記アプリケーションが処理を実行する度に前記アプリケーションの実行結果を示すデータを記録し、
前記制御部は、前記アプリケーションが中途終了した後前記アプリケーションを再起動した場合には、前記記録部に記録されたアプリケーションの実行結果を示すデータを参照して前記アプリケーションの再開ポイントを決定し、前記アプリケーションが中途終了するまでに生成されたデータを用いて処理を再開することを特徴とする情報処理装置。
In an information processing apparatus comprising a control unit that executes an application and a recording unit that records data generated by the application,
The recording unit records data indicating an execution result of the application every time the application executes a process,
When the application is restarted after the application is terminated halfway, the control unit determines a restart point of the application with reference to data indicating an execution result of the application recorded in the recording unit, An information processing apparatus that resumes processing using data generated before an application is terminated halfway.
請求項1記載の情報処理装置において、
前記記録部は、前記アプリケーションが処理を実行する度に、前記アプリケーションの実行結果を示すデータとして、前記アプリケーションの処理対象物の個品IDおよび個品状態を組として記録し、
前記制御部は、前記記録部に記録された前記アプリケーションの処理対象物の個品IDおよび個品状態を参照して前記アプリケーションの再開ポイントを決定することを特徴とする情報処理装置。
The information processing apparatus according to claim 1,
Each time the application executes a process, the recording unit records the individual product ID and the individual product state of the processing object of the application as data indicating the execution result of the application,
The information processing apparatus, wherein the control unit determines a restart point of the application with reference to an individual product ID and an individual product state of an object to be processed of the application recorded in the recording unit.
請求項2記載の情報処理装置において、
前記個品状態は、前記アプリケーションの前記個品に対する進捗状況を示す情報であることを特徴とする情報処理装置。
The information processing apparatus according to claim 2,
The information processing apparatus according to claim 1, wherein the individual item status is information indicating a progress status of the application with respect to the individual item.
請求項1から3の何れか記載の情報処理装置において、
前記制御部は、前記アプリケーションの前記個品に対する進捗状況を示す情報を表示部に出力することを特徴とする情報処理装置。
The information processing apparatus according to any one of claims 1 to 3,
The said control part outputs the information which shows the progress condition with respect to the said individual goods of the said application to a display part, The information processing apparatus characterized by the above-mentioned.
アプリケーションを実行する制御部と、前記アプリケーションにより生成されるデータを記録する記録部と、ユーザからの入力を受け付ける入力部と、を備える情報処理装置において、
前記記録部は、前記アプリケーションが処理を実行する度に前記アプリケーションの実行結果を示すデータを記録し、
前記制御部は、前記アプリケーションが中途終了した後前記アプリケーションを再起動した場合には、前記記録部に記録されたアプリケーションの実行結果を示すデータを表示部に出力し、前記入力部からユーザにより入力された情報に基づいて、前記アプリケーションを中途終了時点から再開するか、前記アプリケーションを初期時点から再開するかを決定することを特徴とする情報処理装置。
In an information processing apparatus comprising a control unit that executes an application, a recording unit that records data generated by the application, and an input unit that receives input from a user,
The recording unit records data indicating an execution result of the application every time the application executes a process,
When the application is restarted after the application is terminated halfway, the control unit outputs data indicating the execution result of the application recorded in the recording unit to the display unit, and is input by the user from the input unit An information processing apparatus that determines whether to restart the application from a halfway end time or to restart the application from an initial time point based on the received information.
請求項5記載の情報処理装置において、
前記制御部は、前記アプリケーションを中途終了時点から再開する場合には、前記アプリケーションが中途終了するまでに生成されたデータを用いて処理を再開することを特徴とする情報処理装置。
The information processing apparatus according to claim 5,
The control unit, when resuming the application from the midpoint of termination, resumes processing using data generated until the application is terminated midway.
請求項6記載の情報処理装置において、
前記記録部は、前記アプリケーションが処理を実行する度に、前記アプリケーションの実行結果を示すデータとして、前記アプリケーションの処理対象物の個品IDおよび個品状態を組として記録し、
前記制御部は、前記アプリケーションを中途終了時点から再開する場合には、前記記録部に記録された前記アプリケーションの処理対象物の個品IDおよび個品状態を参照して前記アプリケーションの再開ポイントを決定することを特徴とする情報処理装置。
The information processing apparatus according to claim 6.
Each time the application executes a process, the recording unit records the individual product ID and the individual product state of the processing object of the application as data indicating the execution result of the application,
When the control unit resumes the application from a halfway end time, the control unit determines a restart point of the application with reference to the individual product ID and the individual product state of the processing object recorded in the recording unit. An information processing apparatus characterized by:
請求項7記載の情報処理装置において、
前記個品状態は、前記アプリケーションの前記個品に対する進捗状況を示す情報であることを特徴とする情報処理装置。
The information processing apparatus according to claim 7,
The information processing apparatus according to claim 1, wherein the individual item status is information indicating a progress status of the application with respect to the individual item.
情報処理装置および前記情報処理装置とネットワークを介して接続されたサーバを含むシステムにおいて、
前記情報処理装置は、アプリケーションを実行する制御部、前記アプリケーションにより生成されるデータを記録する記録部および前記サーバとネットワークを介してデータを送受信する通信部を備え、
前記サーバは、前記情報処理装置とネットワークを介してデータを送受信する通信部および前記情報処理装置から受信したデータを記録する記録部を備え、
前記情報処理装置の記録部は、前記アプリケーションが処理を実行する度に前記アプリケーションの実行結果を示すデータを記録し、
前記制御部は、前記アプリケーションが中途終了した後前記アプリケーションを再起動した場合には、前記記録部に記録されたアプリケーションの実行結果を示すデータを参照して前記アプリケーションの再開ポイントを決定し、前記アプリケーションが中途終了するまでに生成されたデータを用いて処理を再開し、
前記情報処理装置の通信部は、前記アプリケーションの実行結果を示すデータを前記サーバに送信し、
前記サーバの通信部は、前記情報処理装置から前記アプリケーションの実行結果を示すデータを受信し、
前記サーバの記録部は、前記アプリケーションの実行結果を示すデータを記録することを特徴とするシステム。
In a system including an information processing device and a server connected to the information processing device via a network,
The information processing apparatus includes a control unit that executes an application, a recording unit that records data generated by the application, and a communication unit that transmits and receives data to and from the server via a network.
The server includes a communication unit that transmits and receives data to and from the information processing device via a network, and a recording unit that records data received from the information processing device,
The recording unit of the information processing apparatus records data indicating an execution result of the application every time the application executes a process,
When the application is restarted after the application is terminated halfway, the control unit determines a restart point of the application with reference to data indicating an execution result of the application recorded in the recording unit, Resume processing using the data generated before the application exits abruptly,
The communication unit of the information processing device transmits data indicating an execution result of the application to the server,
The communication unit of the server receives data indicating an execution result of the application from the information processing apparatus,
The recording unit of the server records data indicating an execution result of the application.
JP2009262446A 2009-11-18 2009-11-18 Information processing apparatus and system Pending JP2011107993A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009262446A JP2011107993A (en) 2009-11-18 2009-11-18 Information processing apparatus and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009262446A JP2011107993A (en) 2009-11-18 2009-11-18 Information processing apparatus and system

Publications (1)

Publication Number Publication Date
JP2011107993A true JP2011107993A (en) 2011-06-02

Family

ID=44231385

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009262446A Pending JP2011107993A (en) 2009-11-18 2009-11-18 Information processing apparatus and system

Country Status (1)

Country Link
JP (1) JP2011107993A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015530656A (en) * 2012-10-05 2015-10-15 株式会社日立製作所 Job management system and job control method
JP2016177567A (en) * 2015-03-20 2016-10-06 株式会社リコー Task management device, method and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015530656A (en) * 2012-10-05 2015-10-15 株式会社日立製作所 Job management system and job control method
JP2016177567A (en) * 2015-03-20 2016-10-06 株式会社リコー Task management device, method and program

Similar Documents

Publication Publication Date Title
US10810365B2 (en) Workflow system and method for creating, distributing and publishing content
US20120246572A1 (en) System and method for changing interface skin
US8005931B2 (en) Service providing apparatus
JP2011238007A (en) Distribution apparatus, program distribution system, distribution method, and program
CN110673833B (en) Information management system for programmed advertisement putting and advertisement putting platform system
JP2014115973A (en) Information processing device, terminal system, information processing program and application update data acquisition method
US9355125B2 (en) Operation management support device, operation management support method, and recording medium
CN102541988A (en) Document management apparatus and method for controlling same
JP2011107993A (en) Information processing apparatus and system
JP2022022451A (en) Server, information processing apparatus, processing method, and program
JP5961978B2 (en) Project management apparatus, project management method, program, and storage medium
JP2009098791A (en) Document management device
JP2007334412A (en) Retrieval program and retrieving device
JP2017076857A (en) Management device, information processing unit, control method of management device, control method and program of information processing unit
CN101640588A (en) Method and system for synchronizing and processing data
JP2017211940A (en) Image processing system and image processing method
CN113485742A (en) Host application version registration method and device
JP2007115040A (en) Job flow system and job execution designation method
JP6141819B2 (en) Workflow system, workflow system control method and program
CN105046467A (en) Device and method for distributed document printing
JP5674161B2 (en) Document management system, document browsing apparatus, document data management apparatus and program
JP2010257369A (en) Document management system, and method therefor
JP2008077546A (en) Setting information collection support system and setting information collection support program
JP6537366B2 (en) Server apparatus, terminal apparatus, information processing method, and program
WO2018190119A1 (en) Information processing device, control method, and control program