XenApp 7.9 incident – unable to add in the secondary delivery controller if mirror database is configured with a custom port.
Resolution for the two causes:
Or
Use the workaround in the cause section (has not been tested in this case):
Changed the way we are creating the keys under:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo]
and [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Client\ConnectTo]
Example: It needs to have an entry like:
"mirror.domain.com\\InstanceName"="DBMSSOCN,mirror.domain.com,11850"
Cause of the first issue:
The database connection strings were set to the old deleted environment.
Second cause:
From CDF traces, Error Id: XDDS:C030812D and The mirror database cannot be contacted.
There were 2 possible causes (either permission issue or using a custom port for db).