Skip to content

Commit fef54e5

Browse files
authored
[docs]kris-casey/update sql server docs w/ semicolon issue
https://datadog.zendesk.com/agent/tickets/516813
1 parent c78c992 commit fef54e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/integrations/faq/connection-issues-with-the-sql-server-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ But there is a common connection error that users run into while they're setting
1616
As you'll gather from SQL Server does not exist or access denied, this error indicates that the Agent was unable to connect to your SQL Server to complete its data collection. This could be caused by any of the following:
1717

1818
* A typo in your sqlserver.yaml host, port, username, or password (it's all worth triple-checking)
19+
* Your password contains a semicolon (`;`) - use curly brackets around the password to resolve (`password: "{<PASSWORD>}"`)
1920
* Your SQL Server's TCP/IP connection has not been enabled
2021
* Your SQL Server's IPv4 address is incorrect or does not match what you've provided in your sqlserver.yaml
2122
* Your SQL Server's TCP/IP port is incorrect or does not match what you've provided in your sqlserver.yaml

0 commit comments

Comments
 (0)