There is no resolution as this is by design.
Please defer to the below workaround.
Workaround:
- Take powered-off snapshots of all PSC/vCenter nodes in both source and destination SSO domain
- On the source node where we want to perform the repoint from, SSH to the source node and backup the following file to root:
cp /usr/lib/vmware/site-packages/cis/service_command_utils.py /root/service_command_utils.py
- Edit line 225 of /usr/lib/vmware/site-packages/cis/service_command_utils.py and modify as below:
225 s = s.replace(input_data['source_domain'], input_data['dest_domain'])
TO
225 s = s.replace('@'+input_data['source_domain'], '@'+input_data['dest_domain'])
- Save the file
- Perform the cross domain-repoint