Constantine
Constantine
@minimaxir @gldstrrbt so I tried being a total idiot and read the error message which told me how to fix it. I added `if __name__ == '__main__':` at the top...
Did you change the paths for the configuration stuff? I did originally and it also blew up fwiw. I changed it back to the defaults and it started working again.
We'd still very much like to be able to use this in a full featured way!
So as I read it, we have four servers (paired A,B), with two data centers Primary and Secondary. Primary A1, B1 Secondary A2, B2 Not supported on secondary replicas: -...
Thank you for the clarification @Alex-F1c0, I updated my comment, that makes complete sense.
In the DAG article there's a "View distributed availability group information" set of examples that may isolate this https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/distributed-availability-groups?view=sql-server-2017#view-distributed-availability-group-information ``` SELECT ag.[name] as 'AG Name', ag.is_distributed, ar.replica_server_name as 'Underlying AG',...