The console of Symantec Mail Security for Microsoft Exchange (SMSMSE) 7.10 connects to the SMSMSE server across loopback, but not from other Exchange servers.
SMSMSE is installed on an Exchange server. When the SMSMSE console is opened, it connects to the local SMSMSE server automatically. However, the SMSMSE console installed on another server does not connect remotely to the SMSMSE server component on the machine under investigation. Instead, a connection error appears.
Release : 7.10
Another application is using the configured port of SMSMSE server
HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SMSMSE\7.10\ServerNote the value in the ServerPort
netstat -ao | find "LISTENING" | find ":8081"...where 8081 is the port in the ServerPort value in the Windows registry. Expected output is similar to the following:
TCP 0.0.0.0:8081 EXAMPLEHOST:0 LISTENING 4567NOTE: The final column shows the PID of the process which is listening on port 8081 (or whichever port you checked)
tasklist | find "4567"Expected output should be similar to the following:
processname.exe 4567 Services 0 29,856 KIf the left-most column of filtered output from tasklist does not show SAVFMSE.exe or SMSMSE.exe as the process name, some other application or service is using the configured port for the SMSMSE server.
If the port is consumed by Microsoft Exchange Mailbox Assistants, restarting the Exchange server may resolve the issue.