If an agent fails to install via System Update the 'Details' hyperlink shows extra information to troubleshoot this. This is fine for a few devices but not for hundreds. Is there a report to list the failed devices with their detailed error messages?

SQL query will give this information:

select device.Name, device.Path, SUDeviceInfo.UpdateStatus, SUDeviceInfo.DateApplied, SUDeviceInfo.StatusMessageKey, SUDeviceInfo.StatusMessageParams from zZENObject device, (select DeviceUID, DateApplied, UpdateStatus, StatusMessageKey, StatusMessageParams from zSystemUpdateDeviceInfo where UpdateStatus in ('ABORTED','ERROR','FINISHED_WITH_ERROR' ) and UpdateName = 'Update for ZENworks (11.0)' ) SUDeviceInfo where SUDeviceInfo.DeviceUID = device.ZUID

Could this be created an a ZRS report?

NRFE / MG / 10759712441 / 757577

Comments