Friday, February 21, 2014

Exchange 2013 DAG Error: The seeding operation failed. Error: An error occurred while performing the seed operation.

Exchange 2013 DAG Error: The seeding operation failed. Error: An error occurred while performing the seed operation.

 Error: Failed to open a log truncation context to source server 'Server1.Mail.Com'. Hresult: 0xc7ff1004. Error: Error returned from an ESE function call (-1305).

 Solution:
  • Remove the Passive copy database from the passive node: Remove-MailboxDatabaseCopy
  • Rename the log folder and database folder path: Add-MailboxDatabaseCopy -Identity -MailboxServer -ActivationPreference -Verbose
  • Dismount the active database again : DisMount-MailboxDatabase
  • Mount the active database again: Mount-MailboxDatabase
  • Add the passive copy database
  • Check the database copy status: Get-MailboxDatabaseCopyStatus
  • If still fails wait for few minutes then run update the database: Update-MailboxDatabaseCopy -Database only
  • Then update the catalog file: Update-MailboxDatabaseCopy -Catalog only
  • Check out the database it should be healthy state: Get-MailboxDatabaseCopyStatus

No comments:

Post a Comment

The blog is written to the share the knowledge mainly on Microsoft Exchange Server and other Microsoft product that experienced on day-to-day life.