Client Management Suite

 View Only
  • 1.  NS Delivery policy guid - how to search

    Posted Jul 03, 2013 02:03 AM

    Hi all is there a way to search a delivery policy guid, using search does not help and I'm not sure if there is a report or if I can run an sql query to find

    All our computers have just started to show the following in Jobs/Tasks and they all show failed to complete for various reasons.

     
    "WOL compliance task for Managed Delivery Policy xxxx"

    the number is not always the same and if I click on it does not take me to the policy.

    Thanks in advance
    Catherine



  • 2.  RE: NS Delivery policy guid - how to search
    Best Answer

    Posted Jul 03, 2013 06:23 AM

    Hi cathossie,

    You may execute next SQL query: Select * from vItem where Guid=’GUID_OF_THE_POLICY’, and see on the Name column, where will be showed the name of the policy.

     

    Regards,

    Dmtiri

     



  • 3.  RE: NS Delivery policy guid - how to search

    Posted Jul 03, 2013 09:42 PM

    Thanks Dmtiri - works perfect