I'm trying to get the RDS Connection Broker HA DB into my AlwaysOn Group. I already have an AAG set up between two SQL servers, and it is working just fine for the other DBs that I have in there. I can also set up the RDS CB HA Database successfully by using a specific SQL Server in my connection string, but when I try to use the AAG Listener in the connection string, it tells me "the database specified in the connection string is not available". That is very strange considering it works just fine when I point the connection string to a specific SQL server rather than the AAG Listener.
My connection string when pointing to a specific SQL Server is:
DRIVER=SQL Server Native Client 11.0;SERVER=CED-DAX-SQL1.xxxxx.xxxx;APP=Remote Desktop Services Connection Broker;Database=RDP_ConnBroker
My connection string when pointing to the AAG is:
DRIVER=SQL Server Native Client 11.0;SERVER=DAX-SQLCLUSTER1.xxxxx.xxxx;MultiSubnetFailover=Yes;APP=Remote Desktop Services Connection Broker;Database=RDP_ConnBroker
I have also tried it without the MultiSubnetFailover setting, without the domain name on the SQL server name, and with the AAG Listener port included at the end of the server name (":1533"). The CB computer account has sysadmin permissions on both of the SQL servers, and is also a local admin of the SQL servers.
I'm at my wit's end. HELP!
Thanks,
-Evan