Das Exchange Backup Protokoll zeigt im unteren Teil die Auszüge aus der Eventlog, die zum Fehler geführt haben.
-------------------------------------------------------------------------------
status from 14 writers at Fri Oct 27 05:00:09 2017
Name Status
Microsoft Exchange Writer - (0x00000001 stable) (0x800423f3 E_WRITERERROR_RETRYABLE)
writers failed (1)
-------------------------------------------------------------------------------
query backup . .
...
Evtappd : MSExchangeRepl wdate Fri Oct 27 05:00:08 2017
Evtinfo : KO/E ID=2024 date Fri Oct 27 05:00:08 2017
Evttext 2 entries
c2715905-8280-42fd-a0f4-f0bee83a8de5
80070020
Evtappd : MSExchangeRepl wdate Fri Oct 27 05:00:08 2017
Evtinfo : KO/E ID=2112 date Fri Oct 27 05:00:08 2017
Evttext 3 entries
c2715905-8280-42fd-a0f4-f0bee83a8de5
80070020
Mailbox Database 01
Zunächst wird gezeigt, dass der Status des VSS Writers für Exchange sich in einem Fehlerzustand befindet.
Weiter unten sieht man die EventIDs 2024 und 2112 der Quelle MSExchangeRepl , dem VSS Exchange Replication Writer.
Fragt man das Netz zu diesen beiden Events aus dieser Quelle, so bekommt man einen MS Technet und einen MS Technet Blog Artikel gelistet:
https://technet.microsoft.com/de-de/library/bb218863(v=exchg.80).aspx
https://blogs.technet.microsoft.com/timmcmic/2012/03/11/exchange-and-vss-my-exchange-writer-is-in-a-failed-retryable-state/
Abgekürzt bedeutet das: der Blog fragt zunächst noch einmal über das Kommando "vssadmin list writers" den aktuellen Zustand der Writer ab.
Dann gibt er den Tip zur Problemlösung:
"Now the typical question that comes up at this point is how do I actually deal with an Exchange writer that consistently disallows backups.
The answer – restart the service that the writer was associated with and/or fix whatever configuration issue is causing the failures.
For example, given the above output I would restart the Exchange Replication Service in an attempt to return the writer to a Stable No Error state.
(If it would have been the Microsoft Exchange Writer I would have restarted the Exchange Information Store Service)."