In order for your brokers servers to connect to your SQL server, you will need to allow TCP port 1433 for incoming traffic.
To do this, open the Advanced Windows Server Firewall settings and create a new Inbound Rule.
Select : Port.
Select "TCP" and specify 1433 as the port number.
Choose : Allow the connection.
Check only the "Domain" and "Private" boxes for security.
Specify "SQL Server" for the name of this rule.
If you want to test from your broker servers if the port is open, you can use the telnet command.
However, you will first need to install the "Telnet Client" feature from the Add Roles and Features Wizard.
Since we have installed the SQL Server on our Active Directory server, we will try to connect to port 1433 of this server :
Batch
telnet ad.informatiweb.lan 1433
If telnet can connect to the remote server, you will have a black screen.
Otherwise, an error message will be displayed :
Batch
Connecting To ad.informatiweb.lan... Could not open connection to the host, on port 1433: Connect failed
To manage access rights to the SQL server, it's best to put your brokers servers in an Active Directory group.
Name this group "RDS_Brokers" and choose "Group type : Security".
Right-click "Properties" on this group and go to the "Members" tab.
Then, click Add.
Click Advanced.
Click on "Object Types".
Check only the "Computers" box and click OK.
Click Search and select your brokers servers.
In our case : RDS1 and RDS2.
Click OK.
Windows Server 3/8/2019
Windows Server 4/28/2019
Windows Server 3/16/2019
Windows Server 1/13/2019
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
No comment