Clients are unable to connect to the NS or any other task server. The registration process fails with errors and or informational log entries.
Failed to Handle request to a service: RegisterClient. Value cannot be null. Parameter name: s
Failed to initialize security context for: 00000000-0000-0000-0000-000000000000 Object reference not set to an instance of an object.
The NSresourceguid value was not added to the coresetting.config during the install of task management
Option 1:
This option refers when you want to keep the value already present in the database and this value is the same between the database and the one displayed in the Symantec Management Agent UI but the one in the Coresettings.config is the one that is different.
1. Modify the coresettings.config and add the following value under the <!-- Core TM --> section.
--------------------------------------------
<customSetting key="NSResourceGuid" type="local" value="{1226feff-9f39-4c71-aee8-3ff1bf242234}" />
--------------------------------------------
2. Adjust the value of the NSResourceGuid value to match what is returned by the following query:
select Name, Value
from ServerSettingGuids
where name in ('NSResourceGuid','OwnerNSGuid')
3. Also verify that the OwnerNSGuid value in Coresettings.config matches the same value in the above query.
4.
Option 2:
This option refers when you want to keep the value already present in the Symantec Management Agent UI but the one in the database and the one in the Coresettings.config is different.