I am preparing an environment in which Remote Desktop Connection Broker for which HA is to be based on SQL server (windows server standard 2022)
In my case, the SQL server is MS SQL Server Express 2022 - I have properly prepared DNS, group in AD, permissions granted for this group, firewalls turned off, appropriate ODBC connector.
But every time I get a connection error - the database is created from SSMS (empty).
error
connectionstring
Driver={ODBC Driver 18 for SQL Server};Server=tcp:SERVERNAME\NAMEDINSTANCE,1433;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;Database=rds_db
I used these two paths in the configuration: https://rdr-it.com/en/rds-farm-high-availability-service-broker-configuration/ https://woshub.com/configure-rds-connection-broker-high-availability-windows-server/
Isn't SQL Express sometimes the problem? I have port 1433 and the wizard clearly says port 1434
What else can I pay attention to?
How to resolve this problem?
error
PLS help, Imm trying same thing in lab - but same error.
lab
quick summary:
sql.lab.net - sql server express with new empty db: rds_db
rds1.lab.net - first rds host with broker role
rds2.lab.net - second rds host
in active directory im have secuirty group with this two hosts
ad_group
in sql im have login maped to this security group (dbowner, dbcreator, public, sysadmin)
sql_login
all firewalls are down - check telnet from rds1.lab.net to sql.lab.net port 1433 is open
on rds1.lab.net and rds2.lab.net in local group: RDS Managment Server i'm add hosts rds1,rds2 and network service
local group
in DNS im have two records A in revers lab.net zone with name rds.lab.net (ip of rds1) and rds.lab.net (ip of rds2) - round robin
dns