SQL Query for Sequential Software Delivery Task Status
Filed under:
Notification Server
Reference
Submitted by networkchic on 29 July, 2008 - 11:33.
This will give you information on the status of Sequential Software Delivery Tasks which you can build dynamic collections in Altiris.
In your search criteria use the AdvertisementName of one of the programs that will execute within the Sequential task NOT the actual name of the Sequential task.
Select vc.name, vc.guid,st.status, st.exitcode, it.name From inv_synch_status st Join vcomputer vc on vc.guid = st._resourceguid Join item it on st.taskid = it.guid Where st.synchronizationid in (select guid from item where name Like '%%) and st.status = 'completed' Order by it.name
(15 votes)
- Login or register to post comments
- 1733 reads
- Printer-friendly version
















Recent comments
47 min 34 sec ago
56 min 51 sec ago
1 hour 12 min ago
1 hour 27 min ago
2 hours 7 min ago
3 hours 39 min ago
3 hours 41 min ago
3 hours 42 min ago
3 hours 54 min ago
4 hours 51 min ago