You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
This integration supports Windows and SQL authentication.
29
+
30
+
- Windows authentication doesn't require a username and password, as it uses the account where the Collector is running.
31
+
- SQL authentication uses the account you configure for the integration. See :ref:`sql-installation-user`.
32
+
33
+
.. _sql-installation-user
34
+
25
35
Microsoft SQL installation
26
36
~~~~~~~~~~~~~~~~~~~~~~~~~~
27
37
@@ -190,10 +200,7 @@ Troubleshooting
190
200
TCP/IP is deactivated
191
201
~~~~~~~~~~~~~~~~~~~~~
192
202
193
-
In some Windows-based SQL Server instances, TCP/IP has been deactivated
194
-
by default. You might encounter this in a Microsoft Azure service
195
-
instance. If you see error messages similar to ``Cannot read handshake packet: read tcp: wsarecv: An existing connection was forcibly closed by the remote host.``,
196
-
you need to explicitly activate TCP/IP for the instance.
203
+
In some Windows-based SQL Server instances, TCP/IP has been deactivated by default. You might encounter this in a Microsoft Azure service instance. If you see error messages similar to ``Cannot read handshake packet: read tcp: wsarecv: An existing connection was forcibly closed by the remote host.``, you need to explicitly activate TCP/IP for the instance.
197
204
198
205
1. Verify agent configurations are correct.
199
206
@@ -205,7 +212,7 @@ you need to explicitly activate TCP/IP for the instance.
205
212
Applications`, then :menuselection:`SQL Server Configuration Manager`, then :menuselection:`SQL
206
213
Server Network Configuration`.
207
214
208
-
4. Select :menuselection:`Protocols for <YOUR SQL SERVER NAME>`.
215
+
4. Select :menuselection:`Protocols for <your_sql_server_name>`.
209
216
210
217
5. In the protocol list, right-click the :strong:`TCP/IP` protocol and select
0 commit comments