Client Management Suite

 View Only
  • 1.  Registry Key for Current Task Server

    Posted Oct 22, 2014 11:16 AM

    Hello, can anyone out there tell me a definitive registry key that is modified each time a client connects to a different task server?  I am looking to determine from the registry what task server a client is connected to.  I know RAAD is available, but I need to be able to pull this information from the registry.  Does such a key exist and what is the path?

     

    Thanks!



  • 2.  RE: Registry Key for Current Task Server

    Broadcom Employee
    Posted Oct 22, 2014 04:03 PM

    Hi,

    Unfortunately, such regkey does not exist. Task Server name in SMA UI populated directly from the code during the process of Client Task Agent registration on a Task Server. To get the TS name on agent side I may suggest to parse SMA logs for the strings like "Client Task Agent successfully registered with Task Server [SERVER_NAME]" and then parse the string itself to get the TS name.

    Thank you,

    Alex.