Hi,
I'm setting up an new RDS environment consisting of a server with the connection broker, rdweb and licensing role and 1 session host. All Server 2019 machines fully patched. I have a SQL server 2017 which has multiple named instances, no default instance. One of these instances needs to contain the connection broker HA database. I created an AD security group and added the CB server to it. Created a login in SQL server for this group and gave it the db creator role. I installed the SQL server native client 11 on the CB server. The servers are in the same subnet and firewall settings are OK. When I try to enable HA on the connection broker, it says the database is not available. It does not create the database. This is my connection string:
DRIVER=SQL Server Native Client 11.0;SERVER=servername\instance;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;DATABASE=rdcb
I have also tried with the latest odbc driver using this string:
DRIVER=ODBC Driver 17 for SQL Server;SERVER=servername\instance;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;DATABASE=rdcb
When I create the rdcb database beforehand and try to connect to it by creating a dataset via odbc data resources, this works without problems.
I have been searching the internet for 2 days now but found nu solution. Why does this not work?
Guy