Challenge
After upgrade to version 9.5.0.711 Microsoft Exchange logs no longer get truncated. In the Windows Application event logs you might get an error with an event ID 2034.Cause
This is a known issue in build 9.5.0.711. If you disable Microsoft SQL logs truncation in Job properties then Microsoft Exchange logs truncation will be disabled too.Exchange logs truncation is regulated by a single boolean when you call SetBackupSucceeded() WinAPI with Exchange VSS writer writerID.
When that boolean is set to true Exchange VSS writer goes ahead and truncates the logs, and v9.5.0.711 sets this boolean to false based on SQL configuration in Job properties.