Bit off my normal subjects, but I has an issue with registering Symantec Enterprise Security Manager on my Exchange 2007 CCR Clusters.
Essentially when I attempted to register ESM on each node of an Exchange 2007 CCR cluster and I keep getting:
C:\Program Files (x86)\Symantec\ESM\bin\w3s-ix64>register -rAvF -m <Manager> -U register -P <pwsd> -N <Cluster Node>Registering to manager <Manager>error connecting to ESM manager <Manager>
the "NONE" transport layer is not supported on this operating systemerror getting the default protocolWIN32 error (193)
The trick (Thanks to Rupali on the Symantec forums) was to just add a t to the command line which adds the TCP protocol.
C:\Program Files (x86)\Symantec\ESM\bin\w3s-ix64>register -rAvFt -m <Manager> -U register -P <pwsd> -N <Cluster Node>
No Comments