HP Device Manager 4.6 - Database Schema Guide
Table Of Contents

dm_tasklog
This is the task log table, which stores the task log information.
1. Table columns
Column name Type name Column size Nullable Primary key Description
device_id nvarchar 50 NO √ See device_id in dm_devices
sequence_num numeric 19 NO √ The sequence number of every log (from 1to n)
subtask_id nvarchar 50 NO √ Subtask ID
task_id nvarchar 50 NO √ Task ID
comment ntext 1073741823 YES The log comment
error_code nvarchar 16 YES Error code of log
error_detail nvarchar 255 YES Error detail information
update_date datetime 23 NO Update time
2. Relevant UI
24