how to fix eventid haredirectfail error Exchange 2016

Phuong Nguyen 166 Reputation points
2021-04-23T09:08:37.263+00:00

Dear MS Support
I have a Exchange 2016 Server
Someday before.The mail flow seems to be working OK, but I checked the logs when a user complained of a missing email. I'm not necessarily convinced that the HAREDIRECTFAIL is related to that issue, as many messages have this status,
I have get log Get-MessageTrackingLog that have an EventID of HAREDIRECTFAIL

RunspaceId : cc446e83-51f6-4d48-8a7b-f4d1f09935e4
Timestamp : 3/24/2021 5:28:47 PM
ClientIp :
ClientHostname :
ServerIp :
ServerHostname : ex01
SourceContext : No suitable shadow servers
ConnectorId :
Source : SMTP
EventId : HAREDIRECTFAIL
InternalMessageId : 49422188675172
MessageId : <031a01d72098$3e71c440$bb554cc0$@Stuff .com>
NetworkMessageId : c0fef387-5750-417c-1639-08d8eeaf9b9c
Recipients : {Phuong.Nguyen@jaswant .com, }
RecipientStatus : {}
TotalBytes : 103440
RecipientCount : 2
RelatedRecipientAddress :
Reference :
MessageSubject : RE:schedule / SNP / MAR 24 - 61391
Sender : customs37.snpl@Stuff .com
ReturnPath : prvs=710be5c16=customs37.snpl@Stuff .com
Directionality : Incoming
TenantId :
OriginalClientIp :
MessageInfo :
MessageLatency :
MessageLatencyType : None
EventData : {[DeliveryPriority, Normal], [OriginalFromAddress,
prvs=710be5c16=customs37.snpl@Stuff .com], [AccountForest, vfc.local]}
TransportTrafficType : Email
SchemaVersion : 15.01.0544.030

log message tracking
2021-04-23T07:29:32.825Z,,,,EX01,No suitable shadow servers,,SMTP,HAREDIRECTFAIL,52501680226671,<b74e00707ca646df84b368a1a367b6fe
How help me how to fix it
Thanks

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,852 questions
{count} votes

Accepted answer
  1. Andy David - MVP 155K Reputation points MVP
    2021-04-23T14:02:49.08+00:00

    Then this is expected with one server and can be ignored
    HAREDIRECTFAIL is used for shadow copies

    https://learn.microsoft.com/en-us/exchange/mail-flow/transport-high-availability/shadow-redundancy?view=exchserver-2019

    You can disable if you want if using only one server:

    https://learn.microsoft.com/en-us/exchange/mail-flow/transport-high-availability/shadow-redundancy?view=exchserver-2019#shadow-redundancy-is-enabled-by-default

    Set-TransportConfig -ShadowRedundancyEnabled:$false
    

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.