You have recently migrated to a new SMP Server. Keeping the same database but with a new hostname (as described in Migrating a Stand-Alone ITMS 8.5 RU4 Instance to the Latest ITMS Version)
After the migration was done, you also have made the SMP Server as a Task Server. After that, SMP Server has a duplicated communication profile (one under Site Server Communication Profiles and another as the default one under Agent Communication Profile):
Settings > Agents / Plug-ins > Symantec Management Agent > Site Server Communication profiles
Users are unable to delete (right-click > delete) duplicate communication profiles on their SMP Server under Site Server Communication Profiles.
If we try to make a change on any of them, you get a message like:
Existing profile 'name of the server' contains the same FQDN and web application path. Existence of non-unique profiles can lead to connection problems if some outdated profile will be used by the NS agent.
ITMS 8.x
SMP Server must not create a site server profile for site server that is located on the SMP Server itself. It must be some glitch with settings after the offbox upgrade.
Browse to Settings > Agents / Plug-ins > Symantec Management Agent Communication Profiles > Site Server Communication profiles
IF the delete option is still not available after running the query above, try the following:
Update Item
set Attributes = 0
where Guid = 'GUID OF PROFILE TO DELETE'
Then:
insert into ItemToDelete
select guid, GETDATE()
from item where guid = 'GUID OF PROFILE TO DELETE'
After the NS.Quarter Hour schedule runs the item will be removed from the database.
If after the Symantec Management Agent on your SMP Server sends its Basic Inventory you see again a duplicate communication profile under the Site Server Communication profiles, do the following:
i. Run the following query on your database (here must be only 1 entry):
select * from ServerSettingGuids
where Name = 'NSResourceGuid'
Keep note of the GUID returned.
ii. On the SMP Console, go to Settings>Notification Server>Core Settings and search for: NSResourceGuid
Keep note of the GUID for this setting.
iii. On the Agent UI on your SMP Server, look for the "Computer ID" under the "Agent Settings" tab.
Keep note of the GUID for "Computer ID".
It must be the same GUID in all places.
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.