ASM Task Administrator Tasks
| Column Name | Column Datatype | Column Null Option | Column Comment |
| task_id | integer | not null | ID Number of the Task scheduled |
| task_name | nvarchar(128) | not null | Name of the Task scheduled |
| task_owner | nvarchar(128) | not null | Owner of the Task |
| task_cmd | nvarchar(1024) | not null | Command of the Task with concatenated cell name |
| task_login | nvarchar(128) | not null | Login information for the systems involved |
| task_occurence | nvarchar(256) | with null | Occurrence of the task |
| requesting_node | nvarchar(128) | not null | Machine the task request originated |
| execution_node | nvarchar(128) | not null | Machine the task is to be executed upon. |
| time_started | date | not null | Time the task is to be run |
| time_completed | date | with null | Time the task completed |
| task_status | nvarchar(256) | not null | Status of the task |
| return_code | integer | with null | Return code of the task |
| task_description | nvarchar(512) | with null | Description of the task |
| error_message | nvarchar(512) | with null | Error message from the task, if any. |
Product Name: Unicenter Advanced System Management
Table Type: Table