Applies to LANDesk Management Suite (LDMS) version 8.8, 9.0 and 9.5
Scheduler task status codes
The LD_TASK table inside the LDMS database contains a TASK_STATUS column whose values are represent the status for each task.
Below are the code definitions for the TASK_STATUS column:
Code | Description |
0 | Waiting |
1 | Working |
2 | Obsolete!! |
3 | Failed See NT Event Viewer |
4 | Service Stopped |
5 | All Completed |
6 | Partially Completed |
7 | Failed, non-completed |
8 | Failed |
9 | Not Scheduled |
10 | Waiting (This started the task right off) |
11 | Failed |
12 | Available for download |
13 | Invalid |
14 | Failed |
15 | Scheduled task handler failed, task handler exception |
16 | Waiting, will retry failed computers |
The LD_TASK_MACHINE table inside the LDMS database contains a MAC_STATUS column whose values are represent the status for each machine targeted in a task.
Below are the code definitions for the MAC_STATUS column:
Code | Description |
-1 | NOCHANGE |
0 | WAITING |
1 | WORKING |
2 | DONE |
3 | FAILED |
4 | ACTIVE |
5 | FAILED_DONTRETRY |
6 | INVALIDP> |
7 | UNREACHABLE |
8 | CANCELED |
9 | BUSY |
10 | DELAYED |