License usage metrics for IBM Datacap

IBM Datacap Taskmaster Server writes usage information to Software License Metric Tag (SLMTag) files. These files, with the extension as .slmtagand, are read periodically by the IBM License Metric Tool (ILMT) after it has been configured to scan for these files. You can generate reports that summarize usage. For more information about using IBM License Management Tool, see IBM License Metric Tool.

SLMTag logging

When IBM Datacap Taskmaster Server is running, license management information for unique users is logged hourly for reporting maximum concurrent users, and daily (24hrs) to report total number of licensed users to the /datacap/iso-swiddirectory on the Taskmaster Server. The logged .slmtag files contain usage information for standard user usage:

Standard user
The usage information that is logged is the number of licensed standard users in the system.
<SchemaVersion>2.1.1</SchemaVersion>
     <SoftwareIdentity>
     <PersistentId>3cf0e468bc9c4396bf7ca40c015d82ef</PersistentId>
     <Name>IBM Datacap Authorized</Name>
     <InstanceId>C:\Datacap\Taskmaster</InstanceId>
</SoftwareIdentity>
<Metric logtime="2017-11-02T23:14:24>
     <Type>AUTHORIZED_USER</Type>
     <Value>1890</Value>
     <Period>
           <StartTime>2017-11-02T23:14:18</StartTime>
           <EndTime>2017-11-02T23:14:24</EndTime>
     </Period>
</Metric>
<Metric logtime="2017-11-02T23:14:28>
     <Type>AUTHORIZED_USER</Type>
     <Value>1532</Value>
     <Period>
           <StartTime>2017-11-02T23:14:24</StartTime>
           <EndTime>2017-11-02T23:14:28</EndTime>
     </Period>
</Metric>
<Metric logtime="2017-11-02T23:14:30>
     <Type>CONCURRENT_USER</Type>
     <Value>343</Value>
     <Period>
           <StartTime>2017-11-02T23:12:07</StartTime>
           <EndTime>2017-11-02T23:14:30</EndTime>
     </Period>
</Metric>