Client Management Suite

 View Only
  • 1.  Query for Last Agent Check in

    Posted Jun 03, 2015 06:39 PM

    What table holds the information for the last time the agent has actually checked in?  I found "Cleint Date" in Inv_AeX_AC_Identification but not entirley sure thats correct.

     

    Thanks



  • 2.  RE: Query for Last Agent Check in

    Posted Jun 03, 2015 09:45 PM

    See this

    The Inv_AeX_AC_Identification.[Client Date] column contains the last date and time when either Basic Inventory or Inventory Solution Inventory was received from that resource. This table is an Inventory class and can be forwarded if chosen. Its data will not be changed by the Reporting NS.

    https://support.symantec.com/en_US/article.HOWTO6310.html



  • 3.  RE: Query for Last Agent Check in

    Broadcom Employee
    Posted Jun 04, 2015 01:44 AM

    Probably this will be useful

    In this SQL table you can determine when client agent has performed last "get client policy" request:

    • "Evt_NS_Client_Config_Request"

     



  • 4.  RE: Query for Last Agent Check in
    Best Answer

    Posted Jun 04, 2015 10:27 AM

    Thanks for the responses.