This is a Unicenter Asset Management Report Extractor Table. Is contains information about Report statistics
| Column Name | Column Datatype | Column Null Option | Column Comment |
| tplid | integer | not null | ID of report template |
| runcount | integer | with null | Number of times template has been processed |
| runtoday | integer | with null | Number of times today |
| lastrun | integer | with null | Time of most recent run |
| lasttime | integer | with null | Duration of most recent run |
| lastuser | nvarchar(64) | with null | User initiating most recent run |
| avtime | integer | with null | Running average duration time |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| tplid | rpresult | tplid |
| tplid | rpfilter | tplid |
| tplid | rpview | tplid |