I received following SCOM alert, I followed the steps described in article below. Unfortunatelly, the result is unsuccessfull and the alert still exists. Article: https://docs.microsoft.com/en-us/exchange/management/health/troubleshooting-activesync-health-set Thanks for any help. -->Actions that I completed: - I run Get-ServerHealth (output is below)
- I run Invoke-MonitoringProbe (output is below)
- I recycled MSExchangeSyncAppPool
- I recycled entire IIS by IISReset.
========= SCOM ALERT =================== ActiveSync is failing on ClientAccess server <myServer>.
Incident start time: 5/21/2019 12:15:41 AM
Last failed result:
Failing Component - Auth
Failure Reason - 401
Exception: System.Net.WebException: Error occurred:
User: HealthMailbox2571b80e9c0e44d08b000c286fb684e4@***.com.tr
Password: ******
Target: https://localhost/Microsoft-Server-ActiveSync
Response: No body
Diagnostics header:NoDiagnosticsHeaderReturned
at Microsoft.Exchange.Monitoring.ActiveMonitoring.ActiveSync.Probes.ActiveSyncProbeBase.ReportFailure(Boolean isAborted)
at Microsoft.Exchange.Monitoring.ActiveMonitoring.ActiveSync.Probes.ActiveSyncProbeBase.DoWork(CancellationToken cancellationToken)
at Microsoft.Exchange.Monitoring.ActiveMonitoring.ActiveSync.Probes.ActiveSyncCustomerTouchPointProbe.DoWork(CancellationToken cancellationToken)
at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.Execute(CancellationToken joinedToken)
at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.<>c__DisplayClass2.<StartExecuting>b__0()
at System.Threading.Tasks.Task.Execute()
Diagnostic command: Invoke-MonitoringProbe -Identity:"ActiveSync\ActiveSyncCTPProbe" -Server:MAILSERVER | fl
Knowledge: http://technet.microsoft.com/en-us/library/ms.exch.scom.ActiveSync(EXCHG.150).aspx?v=15.0.1104.5 |