Hi,
We get this error frequently on some of our db backups. We do some incremental backs and log backups every 15 minute and will get this error when one fails. However 15 minutes later the next backup succeeds and we are good.
Is there any way to only alert on the second consecutive error condition for Database backup failed to complete?
| Alert Description | |||||||||||||
| BACKUP failed to complete the command BACKUP DATABASE OnlifeEntityOnlife1.17.11.245. Check the backup application log for detailed messages. | |||||||||||||
Knowledge: |
| |||
<style>body { margin: 15px 30px 0px 15px; } h1 { font-family: Segoe UI, Arial, Helvetica, sans-serif; font-size: 130%; font-weight: normal; margin: 12px 0px 0px 0px; color: #000000; } h2.subtitle { font-family: Segoe UI, Verdana, Arial, Helvetica,
sans-serif; font-size: 95%; font-weight: normal; margin: 2px 0px 0em 0px; padding: 0px; } h2 { font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif; font-size: 95%; font-weight: bold; margin: 0px 0px 0px 0px; padding: 8px 0px 4px 0px; } h3 { font-family:
Segoe UI, Verdana, Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; margin: 8px 0px 0px 0px; padding-bottom: 4px; } p { font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif; font-size: 70%; line-height: 140%; padding: 0px 0px 1em 0px;
margin: 0px; } a { color: #0033CC; } a:link { color: #0033CC; } a:visited { color: #800080; } a:hover { color: #FF6600; } a:active { color: #800080; } .listBullet { color: #A6A6A6; font-size: 120%; } .listItem { padding: 0em 0em 0em 0.5em; } .dataTable { border-bottom:
solid 1px #CCCCCC; } .dataTable td { padding: 5px; } .stdHeader { background: #CCCCCC; color: #000000; } .stdHeader td { font-weight: bold; border- border- } .record td { border- border- } .record td td { border-width: 0px; } .evenRecord { background: #E9E9E6;
} .evenRecord td { border- border- } .evenRecord td td { border-width: 0px; } p.lastInCell { padding-bottom: 0px; } </style> SummaryBACKUP failed to complete the command. CausesThis error indicates that Microsoft® SQL Server™ could not complete the BACKUP of the specified database due to a previous error. The BACKUP command that failed is given at the end of the error message. This message also appears in the Microsoft Windows NT® application log. ResolutionsSee the SQL Server error log. The backup application should have logged detailed messages. |
Thanks Lance