I need a solution
We are running SEP 12 RU4 Management Console.
I am trying to create custom report that includes deployment status, i.e. did an outside program try to deploy SEP 12, and what is the status?
So far, I found SEM_AGENT.DEPLOY_STATUS, but the output is numerical
DEPLOY_STATUS | int | 4 | ((0)) | This is an integer sent by the client to represent the current deployment status. It can be generated by the client itself or by the installer. 302448896=Symantec Endpoint Protection Manager indicated an upgrade package for the client 302448897=The client decided to accept the upgrade package 302448898=The client decided to reject the upgrade package 302449152=The client has requested package information for the upgrade 302449153=The client has received package information for the upgrade 302449408=The client hasn't allowed the download of the upgrade package to start 302449409=The client has successfully downloaded and verified the upgrade package 302449664=The client failed to apply the upgrade package 302449665=The client failed to patch the delta 302449666=The client failed to launch the upgrade installer 302449667=The client successfully launched the final upgrade installer 302449920=The client is requesting the full version of the upgrade package due to the delta's failure 302456832=Install successful. 302460928=Install repair successful. 302465024=Uninstall successful. 302469120=Install failed, rolled back. 302469121=Install failed, insufficient disk space. 302469122=Install failed, launch condition. 302469123=Install failed, consumer product found. 302469124=Restart pending 302456833=Files copied. 302469125=Install failed, legacy enterprise edition found. 302469126=Install failed, non-elevated privileges. 302469127=Install failed, incompatible operating system. |
How do I automatically convert the numbers into the correct message?
Thank you.