We are currently monitoring via a listener for our SAO cluster. We have 3 servers in the AG Group (Primary, Secondary, DR). Is there a way to send out an alert in DPA if the Primary (Active) node changes in the availability group?
Check out this document - let me know if that's what you were looking for: Change_physical_node_name.docx
Thanks, I believe this is what I am looking for, however, I am getting the following error below after using the scripts provided in the document.
LISTNAME
Cannot insert the value NULL into column 'NAME', table 'dpa_repository.dbo.COND'; column does not allow nulls. UPDATE fails.
I see the issue. The alert name is hardcoded in the t-sql statement. I have updated it to the name I provided and it works. Please ignore. Thank you for the help .