Hello there,
I am setting up distributed availability group with SQL server 2016 . Both the availability groups are in different domains.I have followed the steps mentioned at https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/configure-distributed-availability-groups?view=sql-server-2016
and as these AGs are in different domains I have also configured the certificates on all replicas as mentioned here,
https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/domain-independent-availability-groups?view=sql-server-2017
But after completing distributed availability group setup, second availability group as well as listener for secondary availability group is showing in disconnected state.
The remote listener "AG_Listener2.remote.r" is directly accessible from the local primary replica. Could anyone help me understand how can I get secondary availability group in a connected state?