August 7, 2023 at 6:54 pm
XE session 'telemetry_xevents' is stopping and starting for every 1 hour . Please advise how to stop this.
A valid TLS certificate is not configured to accept strict (TDS 8.0 and above) connections. The connection has been closed.
An error occurred in a Service Broker/Database Mirroring transport connection endpoint, Error: 8474, State: 11. (Near endpoint role: Target, far endpoint address: '')
Error: 9642, Severity: 16, State: 3.
August 8, 2023 at 7:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
September 7, 2023 at 11:44 am
I just started seeing the same thing today, around the same time our vulnerability scanner started doing its thing. Is your SQL machine subject to vulnerability scans?
September 7, 2023 at 12:12 pm
Try this
ALTER EVENT SESSION telemetry_xevents ON SERVER STATE = STOP;
September 7, 2023 at 12:41 pm
That might stop the events from happening but it doesn't tell us why they started appearing in the first place.
September 8, 2023 at 6:36 am
Please provide more details. You want to stop telemetry_xevents or you want to resolve the error that is coming up? How do you come to know that telemetry_xevents starts and stops every hours? Is it getting logged? Do you have service broker/ Always On enabled?
May 13, 2024 at 6:11 pm
Did anyone got solution for this issue? how can we stop getting this in Errorlog? its kind of spamming and annoying.
May 13, 2024 at 6:12 pm
Did anyone got solution for this issue?
May 13, 2024 at 7:36 pm
This service sends info back to Microsoft on product usage. If you have a licensed instance of SQL Server, you can disable.
https://www.sqlservercentral.com/blogs/disable-or-turn-off-sql-server-telemetry-service
September 10, 2024 at 4:22 pm
To resolve this issue with SQL 2022, I stopped the SQL Server CEIP Service , set the startup type on that service as disabled and deleted the Telemetry_Xevents extended session from SQL Server. You can delete incase if you want. Stopping the service should help with extended event restart issue every 1 hr.
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply