Question

I tried to setup Remote Desktop Service Deployment in high availability mode over Windows Server 2012 following this link.

Everything works fine. The only issue is with Set-RDConnectionBrokerHighAvailability command. In this command database connection string is working with the IP of database but not with the FQDN of database server. It showed me error that database server is not reachable when I used FQDN. I need that to be work with FQDN.

Was it helpful?

Solution

I am not able to solve my problem but i am able to find a way around. i found another cmdlets Set-RDDatabaseConnectionString. Set-RDDatabaseConnectionString cmdlet configures database connection settings for the SQL Server database used in high availability environments with multiple Remote Desktop Connection Broker (RD Connection Broker) servers. I used it with FQDN and it works fine.

Thanks

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top