JP2896394B2 - File server device - Google Patents

File server device

Info

Publication number
JP2896394B2
JP2896394B2 JP1298575A JP29857589A JP2896394B2 JP 2896394 B2 JP2896394 B2 JP 2896394B2 JP 1298575 A JP1298575 A JP 1298575A JP 29857589 A JP29857589 A JP 29857589A JP 2896394 B2 JP2896394 B2 JP 2896394B2
Authority
JP
Japan
Prior art keywords
file
user
updated
server device
message
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.)
Expired - Fee Related
Application number
JP1298575A
Other languages
Japanese (ja)
Other versions
JPH03157742A (en
Inventor
由任 南崎
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 JP1298575A priority Critical patent/JP2896394B2/en
Publication of JPH03157742A publication Critical patent/JPH03157742A/en
Application granted granted Critical
Publication of JP2896394B2 publication Critical patent/JP2896394B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、ローカルエリアネットワークなどのコン
ピュータネットワークに接続されるファイルサーバ装置
に関する。
Description: TECHNICAL FIELD The present invention relates to a file server device connected to a computer network such as a local area network.

〔従来の技術〕[Conventional technology]

近年、ローカルエリアネットワーク(以下、LANとい
う)技術の進歩に伴って、これに接続される各種の周辺
機器が数多く開発されている。これら周辺機器の代表的
なものとして、ファイルサーバ装置が知られている。
In recent years, with the advance of local area network (hereinafter, referred to as LAN) technology, many types of peripheral devices connected thereto have been developed. As a typical example of these peripheral devices, a file server device is known.

ファイルサーバ装置は、複数のユーザーに共用される
ファイルを、集中的に管理するための電子ファイルであ
り、ファイル管理機能のほか、電子メールなどの通信機
能を持っている。したがって、ネットワークを介してフ
ァイルサーバ装置から必要なファイルを取り出し、これ
をワークステーションやホストコンピュータ間で送受信
させることもできる。
The file server device is an electronic file for centrally managing files shared by a plurality of users, and has a file management function and a communication function such as electronic mail. Therefore, it is also possible to take out necessary files from the file server device via the network and transmit / receive these files between the workstation and the host computer.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

ところで、ファイルサーバ装置に保存されているファ
イルは、上述したように複数のユーザーにより共用され
るため、ファイルの内容を更新したときには、更新した
内容を前回のユーザーに電子メール等により通知する必
要がある。しかし、内容が頻繁に更新されるようなファ
イルについては、ユーザー間でのやりとりが疎かになり
やすく、ファイルの内容が更新されているにもかかわら
ず、それを知らずにファイルを使ってしまうこともしば
しばある。したがって、前回使用したファイルを再び使
用するときは、内容が更新されているかどうかを、あら
かじめ確認する必要があった。
By the way, since the file stored in the file server device is shared by a plurality of users as described above, when the content of the file is updated, it is necessary to notify the previous user of the updated content by e-mail or the like. is there. However, for files whose contents are updated frequently, communication between users tends to be loose, and even if the contents of the file are updated, it may be used without knowing it. Often there. Therefore, when the previously used file is used again, it is necessary to check in advance whether the contents have been updated.

このように、従来のファイルサーバ装置は、ファイル
を共用できるというメリットはあるものの、更新内容の
通知や内容確認など、本来の業務以外の余分な仕事を強
いられることになり、作業能率の低下を招くという問題
点があった。
As described above, the conventional file server apparatus has the advantage of being able to share files, but is forced to perform extra work other than the original work, such as notification of the update contents and confirmation of the contents, thereby reducing work efficiency. There was a problem of inviting.

この発明は、更新されたファイルの内容を、自動的に
他のユーザーに通知するようにしたファイルサーバ装置
を提供することを目的とする。
An object of the present invention is to provide a file server device that automatically notifies another user of the contents of an updated file.

〔課題を解決するための手段〕[Means for solving the problem]

上記課題を解決するため、この発明に係わるファイル
サーバ装置では、新たに格納されたファイルについて、
その内容が更新されたかどうかを判定する更新チェック
手段と、ファイルが更新されたときには、更新されたフ
ァイルの属性からユーザー名を読み出すと共に、1つ前
のバージョンのファイルの属性からユーザー名を読み出
し、2つのファイルを使用したユーザーが同じかどうか
を判定するユーザー名チェック手段と、ユーザー名が異
なるときは、1つ前のバージョンのファイルのユーザー
に対して、内容の更新があったことを知らせるメッセー
ジを送信するメッセージ送信手段とを具えている。
In order to solve the above-mentioned problem, in the file server device according to the present invention, for a newly stored file,
Update checking means for determining whether or not the content has been updated; and when the file has been updated, the user name is read from the attribute of the updated file, and the user name is read from the attribute of the previous version of the file. User name checking means for determining whether the users who used the two files are the same, and a message notifying the user of the previous version of the file that the contents have been updated if the user names are different. Message transmitting means for transmitting a message.

〔作用〕[Action]

上記構成によれば、更新されたファイルのユーザーが
異なる場合によれば、1つ前のユーザーに対して、ファ
イルが更新されたことを知らせるメッセージの送信が自
動的に行われるため、前のファイルを使用したユーザー
は、自分の格納した後のファイルが更新されたかどうか
を容易に知ることができ、同じファイルを使用するとき
に、ファイルの内容が更新されているかどうかをチェッ
クする必要がない。また、ファイルを更新したユーザー
は、1つ前のユーザーに対して、その都度メッセージを
送信する必要がないので、メッセージ送信の作業に時間
を取られることがない。
According to the above configuration, according to the case where the user of the updated file is different, a message notifying that the file has been updated is automatically transmitted to the immediately preceding user. Users can easily know whether or not the file has been updated after their storage, and when using the same file, there is no need to check whether or not the contents of the file have been updated. Further, the user who has updated the file does not need to send a message to the immediately preceding user each time, so that time is not taken for message transmission work.

〔実施例〕〔Example〕

以下、この発明に係わるファイルサーバ装置の一実施
例を説明する。
Hereinafter, an embodiment of a file server device according to the present invention will be described.

第1図は、この発明に係わるファイルサーバ装置を具
えたファイルシステムの一実施例を示すブロック図であ
る。
FIG. 1 is a block diagram showing an embodiment of a file system provided with a file server device according to the present invention.

このファイルシステムは、データ伝送網であるLAN1に
接続され、ファイルを保存、管理するファイルサーバ装
置2と、ファイルの検索や文書作成、データ処理等を行
うワークステーション(WS)W1〜Wnとを具えており、フ
ァイルサーバ装置2とワークステーションW1〜Wnは、LA
N1を介して電子メールによりデータの送受信を行うよう
に構成されている。
The file system is connected to a LAN 1 as a data transmission network, and includes a file server device 2 for storing and managing files, and workstations (WS) W1 to Wn for searching for files, creating documents, and processing data. And the file server device 2 and the workstations W1 to Wn
It is configured to transmit and receive data by e-mail via N1.

ファイルサーバ装置2は、ファイルを格納するディス
ク装置11と、ワークステーションからの指示に基づい
て、ディスク装置11に格納されているファイルんの保
存、送出等を管理する処理装置12と、格納されたファイ
ルの内容が更新されたかどうかを判定する更新チェック
装置13と、前記更新チェック装置13において、ファイル
の内容が更新されたと判定されたときは、当該ファイル
の属性からユーザー名を読み出すと共に、1つ前のバー
ジョンのファイルの属性からユーザー名を読み出し、2
つのファイルのユーザー名が同じかどうかを判定するユ
ーザー名チェック装置14と、前記ユーザー名チェック装
置14において、ユーザー名が異なると判定されたとき
は、前回のユーザーに対して、内容の更新を知らせるメ
ッセージを送信するメッセージ送信装置15とから構成さ
れている。
The file server device 2 includes a disk device 11 for storing files, a processing device 12 for managing storage and transmission of files stored in the disk device 11 based on an instruction from a workstation, and An update checking device 13 for determining whether the content of the file has been updated, and when the update checking device 13 determines that the content of the file has been updated, the user name is read from the attribute of the file and one Reads the user name from the attributes of the previous version file, 2
In the user name checking device 14 for determining whether the user names of the two files are the same, and when the user name checking device 14 determines that the user names are different, the previous user is notified of the update of the contents. And a message transmitting device 15 for transmitting a message.

なお、上記処理装置12、更新チェック装置13、ユーザ
ー名チェック装置14及びメッセージ送信装置15は、CPU
(中央処理装置)、主記憶装置等を主要構成要素とする
周辺回路から構成されている。
The processing device 12, the update checking device 13, the user name checking device 14, and the message transmitting device 15 are a CPU.
(Central processing unit), and peripheral circuits having a main storage device and the like as main components.

また、このファイルサーバ装置2は、特定のユーザー
のみが装置にストアできるように、接続セッションによ
りユーザー名を知ることができる図示せぬ識別装置と、
電子メールサービスを管理するメールサーバ装置と交信
するための図示せぬ通信装置と、格納するファイルの属
性記憶エリアに、ファイルの内容を更新したユーザーの
名前を登録する図示せぬ属性付加装置を具えている。
The file server device 2 includes an identification device (not shown) capable of knowing a user name through a connection session so that only a specific user can store in the device.
A communication device (not shown) for communicating with a mail server device for managing an e-mail service, and an attribute adding device (not shown) for registering the name of a user who has updated the contents of the file in an attribute storage area of the file to be stored. I have.

さらに、このファイルサーバ装置2は、更新されたフ
ァイルが格納されたときは、そのファイルを順次格納し
ていき、一定期間が経過したときに、最も新しい順に、
例えば3組のファイルを残し、古いファイルをディスク
装置11の記憶エリアから削除するように構成されてい
る。
Further, when an updated file is stored, the file server device 2 sequentially stores the updated file.
For example, three sets of files are left, and old files are deleted from the storage area of the disk device 11.

ディスク装置11に格納されるファイルは、第2図に示
すように、通常のファイル記憶エリア21に後に、属性情
報記憶エリア22を有し、この属性情報記憶エリア22内
に、ファイルのタイプ、アクセスリスト、バックアップ
の日付、ファイル作成日付、などの属性情報が書き込ま
れるようになっている。これらの属性情報は、ワークス
テーションとファイルサーバ装置2が、通信プロトコル
で定められたデータのやりとりを行う際に、他の通信情
報と共にファイルサーバ装置2に受け渡される。
As shown in FIG. 2, the file stored in the disk device 11 has an attribute information storage area 22 after the normal file storage area 21. In the attribute information storage area 22, the file type and access Attribute information such as a list, a backup date, and a file creation date is written. These attribute information are transferred to the file server device 2 together with other communication information when the workstation and the file server device 2 exchange data specified by the communication protocol.

次に、上述したファイルサーバ装置2において、前の
ユーザーに対してメッセージを送信を行う場合の処理手
順を、第3図のフローチャートに基づいて説明する。
Next, a processing procedure for transmitting a message to a previous user in the above-described file server device 2 will be described with reference to the flowchart of FIG.

まず、更新チェック装置13は、新たにディスク装置11
に格納されたファイルについて、ファイルの内容が更新
されたかどうかを判断し(ステップ101)、ファイルの
内容が更新されたと判断したときは、これを処理装置12
を介してユーザー名チェック装置14に通知する(ステッ
プ102)。ユーザー名チェック装置14は、新たに格納さ
れたファイルの属性からユーザー名を読み出すと共に、
1つ前のバージョンのファイルの属性からユーザー名を
読み出し(ステップ103)、2つのファイルのユーザー
名が同じかどうかを判断する(ステップ104)。ここ
で、ユーザー名が異なるときは、これを処理装置12を介
してメッセージ送信装置15に通知する(ステップ10
5)。メッセージ送信装置15は、前回のユーザーに対し
て、電子メールによりファイル内容の更新を知らせるメ
ッセージを送信する(ステップ106)。
First, the update check device 13 newly adds the disk device 11
It is determined whether or not the content of the file has been updated with respect to the file stored in the processing device 12 (step 101).
Is notified to the user name checking device 14 via the terminal (step 102). The user name checking device 14 reads the user name from the attribute of the newly stored file,
The user name is read from the attribute of the file of the previous version (step 103), and it is determined whether the user names of the two files are the same (step 104). Here, when the user name is different, this is notified to the message transmitting device 15 via the processing device 12 (step 10).
Five). The message transmitting device 15 transmits a message notifying of the update of the file content by e-mail to the previous user (step 106).

このように、更新されたファイルのユーザーが前回の
ユーザーと異なる場合には、1つ前のユーザーに対し
て、ファイルが更新されたことを知らせるメッセージが
自動的に送信されるため、前にそのファイルを使用した
ユーザーは、自分の格納した後のファイルが更新された
かどうかを容易に知ることができる。したがって、ファ
イルの内容が更新されているにもかかわらず、それを知
らずにファイルを使ってしまうミスを未然に防止するこ
とができるうえ、同じファイルを使用するときに、ファ
イルの内容が更新されているかどうかのチェックも不要
となる。
In this way, if the user of the updated file is different from the previous user, a message notifying that the file has been updated is automatically sent to the immediately preceding user. The user who has used the file can easily know whether or not the file after storing is updated. Therefore, even if the content of the file is updated, it is possible to prevent a mistake in using the file without knowing it, and when using the same file, the content of the file is updated. There is no need to check whether they are present.

また、ファイルを更新したユーザーは、1つ前のユー
ザーに対して、その都度メッセージを送信する必要がな
いので、メッセージ送信の作業に時間を取られることが
ない。
Further, the user who has updated the file does not need to send a message to the immediately preceding user each time, so that time is not taken for message transmission work.

上述した実施例では、ファイルの内容が更新されたこ
とを知らせるメッセージを、1つ前のユーザーに対して
送信するようにしているが、そのファイルを使用する可
能性のあるユーザーや、そのファイルを使用することが
できる特定のユーザーグループに対してメッセージを送
信するようにしてもよい。
In the above-described embodiment, a message notifying that the content of the file has been updated is transmitted to the immediately preceding user. However, users who may use the file, The message may be sent to a specific user group that can be used.

また、メッセージを送信する手段として、電子メール
を用いたが、同等の機能を有する通信手段であれば、他
の手段によってメッセージを送信するようにしてもよ
い。
Although e-mail is used as a means for transmitting a message, the message may be transmitted by another means as long as the communication means has an equivalent function.

さらに、上記更新チェック装置13、ユーザー名チェッ
ク装置14及びメッセージ送信装置15をホストコンピュー
タ内に設け、別の処理プログラムに基づいて動作させて
もよい。
Further, the update checking device 13, the user name checking device 14, and the message transmitting device 15 may be provided in a host computer, and may be operated based on another processing program.

上記実施例の応用例として、これからファイルを使用
するユーザーに対してメッセージを送信させることもで
きる。すなわち、従来のファイルサーバ装置では、使用
したいファイルが他のユーザーにより使用されていると
きは、管理プログラムによって、そのファイルへの書き
込みが規制され(読み出しは可能)、ユーザーはファイ
ルの使用が終了するまで待機していなければならない。
しかし、ファイルの使用が終了したことは通知されない
ため、ユーザーは一定時間毎に、目的とするファイルが
使用できる状態かどうかを確認しなければならない。そ
こで、あらかじめ使用したいファイル名と、ユーザー名
をファイルサーバ装置に登録させ、そのファイルの使用
が終了したときは、登録されているユーザーに対して、
ファイルの使用が可能となったことを知らせるメッセー
ジを送信させるようにすれば、ユーザーの無駄な待ち時
間をなくすことができる。
As an application example of the above embodiment, a message can be transmitted to a user who will use the file. That is, in the conventional file server device, when a file desired to be used is being used by another user, writing to the file is restricted (can be read) by the management program, and the user ends use of the file. Have to wait until.
However, since the end of use of the file is not notified, the user has to check at regular time intervals whether the target file can be used. Therefore, the file name and user name to be used are registered in the file server in advance, and when the use of the file is completed, the registered user is notified.
By transmitting a message indicating that the file can be used, it is possible to eliminate unnecessary waiting time for the user.

〔発明の効果〕〔The invention's effect〕

以上説明したように、この発明に係わるファイルサー
バ装置では、格納されたファイルの内容が更新され、新
たにファイルを更新したユーザーと、前回そのファイル
を使用したユーザーが異なるときは、前回のユーザーに
対して、内容の更新を知らせるメッセージを送信するよ
うにしたため、前にそのファイルを使用したユーザー
は、自分の格納した後のファイルが更新されたかどうか
を容易に知ることができる。したがって、ファイルの内
容が更新されていることを知らずにファイルを使用する
ミスを未然に防止することができるうえ、同じファイル
を使用するときに、ファイルの内容が更新されているか
どうかのチェックも不要となる。また、ファイルを更新
したユーザーは、1つ前のユーザーに対して、その都度
メッセージを送信する必要がないので、メッセージ送信
の作業に時間を取られることがなく、作業能率をより向
上させることが可能となる。
As described above, in the file server device according to the present invention, the content of the stored file is updated. On the other hand, since a message notifying the update of the content is transmitted, the user who has used the file before can easily know whether or not the file after storing the file has been updated. Therefore, it is possible to prevent the mistake of using the file without knowing that the file contents have been updated, and it is not necessary to check whether the file contents have been updated when using the same file Becomes In addition, since the user who has updated the file does not need to send a message to the previous user each time, the user does not have to spend time on the task of sending a message, thereby improving work efficiency. It becomes possible.

【図面の簡単な説明】[Brief description of the drawings]

第1図はこの発明に係わるファイルサーバ装置を具えた
ファイルシステムの一実施例を示すブロック図、第2図
はファイルにおけるデータの配置を示す説明図、第3図
はファイルサーバ装置のメッセージ送信時の処理手順を
示すフローチャート図である。 1……LAN、2……ファイルサーバ装置、W1〜Wn……ワ
ークステーション(WS)、11……ディスク装置、12……
処理装置、13……更新チェック装置、14……ユーザー名
チェック装置、15……メッセージ送信装置。
FIG. 1 is a block diagram showing an embodiment of a file system provided with a file server device according to the present invention, FIG. 2 is an explanatory diagram showing an arrangement of data in a file, and FIG. It is a flowchart figure which shows the procedure of a process. 1 ... LAN, 2 ... file server device, W1 to Wn ... workstation (WS), 11 ... disk device, 12 ...
Processing device, 13: Update checking device, 14: User name checking device, 15: Message transmitting device.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】データ伝送網に接続され、複数のユーザー
に共用されるファイルを保存、管理するファイルサーバ
装置において、 格納されたファイルの内容が更新されたかどうかを判定
する更新チェック手段と、 前記更新チェック手段において、ファイルの内容が更新
されたと判定されたときは、当該ファイルの属性からユ
ーザー名を読み出すと共に、1つ前のバージョンのファ
イルの属性からユーザー名を読み出し、2つのファイル
のユーザー名が同じかどうかを判定するユーザー名チェ
ック手段と、 前記ユーザー名チェック手段において、ユーザー名が異
なると判定されたときは、前回のユーザーに対して、内
容の更新を知らせるメッセージを送信するメッセージ送
信手段と、 を具えたことを特徴とするファイルサーバ装置。
1. A file server device connected to a data transmission network and storing and managing a file shared by a plurality of users, an update checking means for determining whether or not the content of the stored file has been updated; When the update checking means determines that the content of the file has been updated, the user name is read from the attribute of the file and the user name is read from the attribute of the previous version of the file. User name checking means for judging whether the user names are the same, and message transmitting means for transmitting, to the previous user, a message informing the user of the previous update when the user name checking means determines that the user names are different. And a file server device comprising:
JP1298575A 1989-11-16 1989-11-16 File server device Expired - Fee Related JP2896394B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1298575A JP2896394B2 (en) 1989-11-16 1989-11-16 File server device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1298575A JP2896394B2 (en) 1989-11-16 1989-11-16 File server device

Publications (2)

Publication Number Publication Date
JPH03157742A JPH03157742A (en) 1991-07-05
JP2896394B2 true JP2896394B2 (en) 1999-05-31

Family

ID=17861521

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1298575A Expired - Fee Related JP2896394B2 (en) 1989-11-16 1989-11-16 File server device

Country Status (1)

Country Link
JP (1) JP2896394B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007190125A (en) * 2006-01-18 2007-08-02 Toshiba Corp Medical image diagnostic apparatus

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2962060B2 (en) * 1992-07-17 1999-10-12 富士ゼロックス株式会社 Collaborative work method and apparatus
JPH08190516A (en) * 1995-01-10 1996-07-23 Nippon Telegr & Teleph Corp <Ntt> Document arrival reporting method and system therefor
JP3062104B2 (en) * 1996-12-06 2000-07-10 中部日本電気ソフトウェア株式会社 WWW update notification system
JP3139408B2 (en) * 1997-03-17 2001-02-26 カシオ計算機株式会社 Homepage update notification device
JPH11126176A (en) * 1997-10-21 1999-05-11 Hitachi Information Systems Ltd File transfer informing system and recording medium where program for implementing the same is recorded
JP4274104B2 (en) 2004-10-21 2009-06-03 コニカミノルタビジネステクノロジーズ株式会社 Storage means management apparatus, image processing apparatus and control method thereof, storage medium management method, and computer program
JP2015011595A (en) * 2013-07-01 2015-01-19 富士ゼロックス株式会社 Information processor and information processing program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007190125A (en) * 2006-01-18 2007-08-02 Toshiba Corp Medical image diagnostic apparatus

Also Published As

Publication number Publication date
JPH03157742A (en) 1991-07-05

Similar Documents

Publication Publication Date Title
US6343316B1 (en) Cooperative work support system
EP0317466B1 (en) Reverse flow control mechanism and method
EP0317481B1 (en) Remote storage management mechanism and method
JP2896394B2 (en) File server device
EP0317468B1 (en) Bus flow control system
US6408344B1 (en) Method and apparatus for file transfer and computer readable recording medium recording a file transfer program
JP2004133600A (en) Electronic data sharing system and method using email and recording medium for achieving this method
US20040088399A1 (en) Terminal apparatus and control method thereof
JP3003596B2 (en) Client server system
JP3526073B2 (en) E-mail distribution method and distribution system
EP1926046A2 (en) Method and system for sharing data between radiology systems
JP2002312403A (en) Device and method of managing thumbnails, document managing system, recording medium, and program
JPH11338757A (en) File managing device
JPH0991234A (en) Work flow system
JPH07175641A (en) Distributed program development integration update managing system
JP2005062922A (en) Print service system
JPH07105147A (en) Automatic delivery system for master file of decentralized processing system
JPH0846623A (en) Communication system and its building-up method
JPH0586578B2 (en)
JPH08339332A (en) Automatic numbering method using electronic mail
JPS63158651A (en) Alternate output system for transmission data to terminal
JPH06187226A (en) File control system
JPH0662048A (en) Document circulating method utilizing network
JPH0758976B2 (en) Circulation data collection method
JPH01314467A (en) Facsimile communication system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080312

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090312

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees