YYYY-MM-DDTHH:MM:SS..061+0000 ERROR [vcf_dm,############,####] [c.v.v.v.c.v1.DomainController,http-nio-127.0.0.1-7200-exec-1] Failed to update Domain ########-####-####-####-############
com.vmware.evo.sddc.common.services.error.SddcManagerServicesIsException: Domain LDC1M01 is not joined to the management SSO (ELM).
YYYY-MM-DDTHH:MM:SS..063+0000 DEBUG [vcf_dm,############,####] [c.v.e.s.e.h.LocalizableRuntimeExceptionHandler,http-nio-127.0.0.1-7200-exec-1] Processing localizable exception Domain LDC1M01 is not joined to the management SSO (ELM).
YYYY-MM-DDTHH:MM:SS..064+0000 ERROR [vcf_dm,############,####] [c.v.e.s.e.h.LocalizableRuntimeExceptionHandler,http-nio-127.0.0.1-7200-exec-1] [NCCFL7] BREAK_ELM_ONLY_SUPPORTED_ON_JOINED_MGMT_SSO Domain Domain_Name is not joined to the management SSO (ELM).VMware Cloud Foundation 9.0.x
psql -h localhost -U postgres -d platform4. Identify the affected vCenter entries and verify the current status:
select id, vm_hostname, join_sso_status from vcenter;5. Update the join_sso_status field to 'JOINED' for the specific vCenter IDs identified in the previous step:
update vcenter set join_sso_status = 'JOINED' where id='[vCenter_ID]';6. Once verified, exit the PostgreSQL interface:
\q7. Retry the Resolve Enhanced Linked Mode (ELM) Drift task from the SDDC Manager UI.Resolve Enhanced Linked Mode (ELM) Drift for Upgraded vCenter Instances