Symantec Management Platform (SMP) Community

 View Only
  • 1.  Getting Target computer ResourceGuid at NS

    Broadcom Employee
    Posted Nov 23, 2011 09:15 AM

    Hi,

    I have a specific requirement where I need to perform some operation at NS when the task scheduled on the client gets completed. I have overridden a function "OnExecutionComplete" in my task class which gets called when the task gets completed but I am not able to fetch the ResourceGuid of the target computer on which I have scheduled the task .

    How can I read the ResourceGuid of the target computer at NS ?

    Thanks in Advance.

    Regards,

    -- Peeyush



  • 2.  RE: Getting Target computer ResourceGuid at NS

    Posted Nov 30, 2011 08:42 AM

    Hi,

    You can get the ResourceGuid of target computer from the database table 'Evt_Task_Instances'. You can check the ResourceGuid against particular task instance you have created.

    Thank you.