Skip to content

Commit 3a57b84

Browse files
authored
Merge pull request #7419 from MicrosoftDocs/RichdiMSFT-patch-2
updated blocked ports
2 parents aac5ac4 + 2aa87b8 commit 3a57b84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

powerapps-docs/developer/data-platform/dataverse-sql-query.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ The solution is to verify the TCP ports 1433 or 5558 from the client are unblock
162162
163163
If the connection is successful a line "TcpTestSucceeded : True" will be returned.
164164
165+
In some cases traffic may be blocked directly at the IP level. To validate the IP address is also working, take the IP address returned from the above ___domain test connection and replace the ComputerName parameter value with the IP address.
166+
167+
3. Take the address returned from the above command as "RemoteAddress"
168+
4. Run the Test-NetConnection -ComputerName <RemoteAddress> -port 1433
169+
170+
This should return "TcpTestSucceeded : True"
171+
165172
#### Establish a telnet session to the TDS endpoint
166173
167174
1. On a Microsoft Windows computer, install/enable telnet.

0 commit comments

Comments
 (0)