Entry type |
UpdateNameList entry.
|
||
Description |
The UpdateNameList entry shows describes a change in the NameList of NamedUsers. |
||
Writing time |
The UpdateNameList entry is written after a NameList has been imported, e.g. by cmu. Additionally the UpdateNameList entry is written when CodeMeter License Server is started and there are NameLists. In this case OldHash and NewHash are the same. |
||
Syntax |
Users describes the new total number of entries of the NameList. Added describes the number of added entries to the NameList regarding this import. Removed describes the number of removed entries from the NameList regarding this import. IgnoreCase informs that before hashing all names were converted to lowercase. In HashedAddedUsers and HashedRemovedUsers the first 8 bytes of the hash of the added / removed NameList entries are listed, separated by comma. If no NameList entry is added or removed, the corresponding value is an empty string, e.g. HashedAddedUsers:"". OldHash represents that hash value of the internal format of the NameList that was used prior to the update. This internal format is also stored as backup for next start of CodeMeter. If the NameList is created first time, OldHash is an empty string. NewHash represents that hash value of the internal format of the new NameList after the update. If the NameList is deleted, which is done by sending no entries in the NameList on import, NewHash is an empty string. |