16 Nov
vCenter ADAM_VMwareVCMSDS event every 1 minute
Several times I have ran into the following issue with an event being logged in the vCenter Server event log every minute:
Active Directory Web Services encountered an error while reading the settings for the specified Active Directory Lightweight Directory Services instance. Active Directory Web Services will retry this operation periodically. In the mean time, this instance will be ignored. Instance name: ADAM_VMwareVCMSDS
I had fixed this on several vCenters that I managed. However the problem returned on one vCenter this weekend after enabling vCenter Linked Mode. I decided to document the solution here so it is easier to find if I run into this problem again.
As described here this is caused by a simple registry setting. Browse to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ADAM_VMwareVCMSDS\Parameters
Delete the existing key (string) for “Port SSL” and replace it with a DWORD named “Port SSL” with a value of 636 (in decimal).
Restart ADAM_VMwareVCMSDS and ADWS services. Problem solved.

Posted by TheSaffaGeek on 2010/11/18 3:30:21 AM at 9:47 am
Thanks for the mention
Posted by Jason V on 2011/09/29 4:36:26 PM at 9:47 am
While the post is old the issue persists; I get this same error with a clean install of vCenter 5. The fix (thankfully) still works.
Posted by VMware vCenter Server Active Directory Web Services LDAP error on instance ADAM_VMwareVCMSDS « Yuri's Technology Blog on 2011/11/14 6:47:13 AM at 9:47 am
[...] this error is documented e.g. here and [...]
Posted by Hunter on 2011/12/03 5:53:27 PM at 9:47 am
Work a treat. Many thanks.