0

Some of our Exchange databases regularly end up with a status of FailedAndSuspended. I think this is probably because the databases were set up with Circular Logging and the backup copy of the database misses some transactions from the circular log.

Once a database is in the FailedAndSuspended state with a circular log, is there any way to resume replication or do I have to reseed from scratch?

longneck
  • 23,082
  • 4
  • 52
  • 86

1 Answers1

1

per microsoft's documentation, once you go past the end of the circular log, the only way to recover is to restore the database from a backup and replay the backed up log. but this only works if your backup of the database and log plus the current log contain all of the transactions up to the current point with no gaps.

longneck
  • 23,082
  • 4
  • 52
  • 86