logging
30 TopicsLesson Learned #503: Lessons Learned Using JDBC Logging with Microsoft JDBC Driver for SQL Server
A few days ago, our customer encountered connectivity issues while using HikariCP in their Java application. To troubleshoot the problem, we enabled detailed logging for the Microsoft JDBC Driver for SQL Server. This logging gave me a lot of information and details, following I would like to share my lessons learned here.1.6KViews1like0CommentsDeploying MDI to multiple On-premise DC for monitoring purposes
Hello, When deploying MDI to all my on-premise domain controllers for monitoring purposes. Do I need to add new sensors for each dc? or can I use the package and access key from one sensor to all my dc's? Thank you!Solved680Views0likes2CommentsIIS Logging Dialog
Hi, I am using IIS in Windows 11 Pro and have an issue that I have never experienced before. See the attached pic. I installed IIS and the logging field dialog shows no fields. I uninstalled it, rebooted, aand installed again - same issue. I ran IIS Manager as administrator and that has no effect. I logged out of my account and logged in as administrator, but again the same situation with the same dialog. Other than this, IIS seems to be acting as previous versions. It was installed on a fresh image of Windows 11. I went to where IIS is installed (Windows\System32\InetSrv) and tried registering the DLL's again yet I mainly had entry point not found messages. Any suggestions will be gratefully appreciated. I am a MSDN subscriber and have Visual Studio 2022 on the same computer and have installed IIS support from Visual Studio and installed the package for Net Core support but no change to how IIS is working.248Views0likes0CommentsATP Sensor service is continuously trying to start but stops itself
Hello Techies, I've installed ATP Sensor across multiple DCs and it was completed successfully. However, the service is continuously trying to start and stop itself on every machine it's been installed on, with the following error message appearing in the Microsoft.Tri.Sensor-Errors log: Error ExceptionHandler Microsoft.Tri.Infrastructure.ExtendedException: RestrictCpuAsync failed, exiting ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at Stream System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, out TransportContext context) at void System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar) --- End of inner exception stack trace --- at async Task<HttpResponseMessage> System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task<HttpResponseMessage> sendTask, HttpRequestMessage request, CancellationTokenSource cts, bool disposeCts) at async Task<TResponse> Microsoft.Tri.Common.CommunicationWebClient.SendAsync<TResponse>(byte[] requestBytes, int offset, int count) at async Task<TResponse> Microsoft.Tri.Common.CommunicationWebClient.SendWithRetryAsync<TResponse>(byte[] requestBytes, int offset, int count) at async Task Microsoft.Tri.Common.CommunicationWebClient.SendAsync(IVoidRequest request) at async Task Microsoft.Tri.Sensor.Common.ServiceProxy<TWebClientConfiguration>.SendAsync(IVoidRequest request) at async Task Microsoft.Tri.Sensor.SensorResourceManager.RestrictCpuAsync() --- End of inner exception stack trace --- Has anyone came across this issue? Really appreciate any pointers here. Thank you!Solved2.9KViews0likes6Comments