After upgrading the Symantec Management Platform (SMP) and Internet Gateway (IG) to version 8.8.1, Cloud-enabled Management (CEM) clients are unable to connect.
This issue was observed across multiple environments. Even newly generated CEM clients fail to establish connectivity after the upgrade.
The following log entry can be found on the Internet Gateway logs:
[8] 12/02/2026 07:54:30 (InternetGateway)
Exception during receive from [ip:192.168.xx.xx:xxxxx, id:89a84aba-24bf-4827-bc56-b302cdf3b3d2, type: Client, disposed: False] and sending to []: System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.at System.Diagnostics.PerformanceCounter.InitializeImpl()at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)at InternetGateway.Statistic.ServerSocketStatistic.GetStatistic(String hostname)at InternetGateway.ForwardSocket.Init(Socket socket)at InternetGateway.ForwardSocket.Init(Socket socket, Task`1 forward)at InternetGateway.ServerSocket.Create(String host, Int32 port, ForwardSocket client, RegisteredServer server, ESocketConnectionFlags flags)at InternetGateway.GatewaySslSocket.CreateForwardSocket(ForwardSocket s2)at InternetGateway.SslSocket.SafeRead(IAsyncResult res)
Date: 12/02/2026 07:54:30, Tick Count: 0 (00:00:00), Size: 1.17 KBProcess: InternetGateway (62256), Thread ID: 137, Module: InternetGateway.exePriority: 5
Symptoms
CEM clients fail to connect after upgrade.
Newly generated CEM client also fails.
No obvious service crash.
IG service running under Local System.
No visible upgrade errors.
Possible error behavior observed:
IG service unable to access performance counters.
Performance counter group missing in registry.
ITMS 8.8.1
Following upgrade to ITMS 8.8.1, CEM clients may fail to connect due to missing or improperly registered Performance Counter entries for the SMP Internet Gateway service.
Although the registry key may appear present, the required counter group:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Symantec SMP Internet Gateway ServersBecause the IG service relies on these performance counters, failure to access them prevents proper CEM communication.
The issue has been addressed in ITMS 8.8.2 release, where counter remediation logic was extended.
In the meantime, do the following steps:
Open Registry Editor (regedit.exe).
Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Confirm the presence of:
Symantec SMP Internet Gateway ServersKey exists and contains counter configuration entries.
Proceed to Step 2.
Log in using the same administrative account used during the upgrade.
Open Command Prompt as Administrator.
Navigate to the Internet Gateway installation directory:
C:\Program Files\Symantec\SMP Internet Gateway\Run:
InternetGtwMngrCmd.exe -countersCommand completes successfully.
Registry key “Symantec SMP Internet Gateway Servers” is created.
CEM clients begin connecting.
In most reported cases, no service restart was required.
After running the command:
| Validation Item | Expected Result |
|---|---|
| Registry key exists | “Symantec SMP Internet Gateway Servers” present |
| IG Service | Running |
| CEM Client | Successfully connects |
| New CEM client test | Connects successfully |
Registry may appear “fine” but still missing the specific “Servers” counter group.
Running -counters resolves both missing and corrupted counter registrations.