Monthly Archives: March 2011

Cannot open backup device

Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open backup device ‘Temporary_Directory\Server\Backup_ID\Database\File’. Device error or device off-line. See the SQL Server error log for more details. …… Microsoft][ODBC SQL Server Driver][SQL Server]BACKUP LOG is terminating abnormally. Cause: The message suggests that MS … Continue reading

Posted in MS-SQL Errors | Leave a comment

The statement BACKUP LOG is not allowed while the recovery model is SIMPLE

Error: [Microsoft][ODBC SQL Server Driver][SQL Server] The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE. …… [Microsoft][ODBC SQL Server Driver][SQL Server] BACKUP LOG is terminating … Continue reading

Posted in Microsoft SQL Server | Leave a comment

[Error][New Mail] XXXX The system cannot find the file specified

Error: [Error][New Mail] Mail=”SBS2003\Mailbox Store\User\Inbox\XXXX.msg” Error=”C:\CyberSecure-spool\1201549064328\1283040554906.msg (The system cannot find the file specified)” Cause: These errors messages occur while trying to backup individual mailboxes. If anti-virus software is installed and is active, it most likely will be automatically scanning the … Continue reading

Posted in Exchange Errors | Leave a comment

An incremental backup cannot be performed when circular logging is enabled

Error: CExBackup::backupService:HrESEBackupSetup: Error Number 0xc800020e: An incremental backup cannot be performed when circular logging is enabled. Cause: Circular logging is enabled, which means that Exchange server writes out to only 4 transaction logs. Circular logging commits and recycles the logs … Continue reading

Posted in Exchange Errors | Leave a comment

Error Number 0xc8000232: Some log or patch files are missing

Error CExBackup::backupStorageGroupLog:HrESEBackupGetLogAndPatchFiles: Error Number 0xc8000232: Some log or patch files are missing. Cause The message suggests that the corresponding information store has circular logging enabled previously. Resolution To resolve the issue, please check if the Information Store has been restarted … Continue reading

Posted in Exchange Errors | Leave a comment

There is not enough space on the disk

Error: CExBackup::backupFile:WriteFile Path=\Temporary_Directory\Backup_ID\SERVER\Microsoft Information Store\Mailbox Store (SERVER)\File: Error Number 0x70: There is not enough space on the disk. Cause: The message suggests that the disk space on the MS Exchange machine has ran out. The disk where spooling directory is … Continue reading

Posted in Exchange Errors | Leave a comment

The last backup jobs of XX and XX don’t match for database XXXX

Error: The last backup jobs of *.stm (none) and *.edb (YYYY-MM-DD-hh-mm-ss) don’t match for database ‘SERVER\Microsoft Information Store\First Storage Group\Mailbox Store’ Cause: For MS Exchange server backup, *.stm and *.edb file are backed up in pair. If the error message … Continue reading

Posted in Exchange Errors | Leave a comment

CExBackup::backupService:HrESEBackupSetup: Error Number 0x50d: (null)

Error: CExBackup::backupService:HrESEBackupSetup: Error Number 0x50d: (null) Cause: The message suggests that the Exchange VSS writer has detected that an earlier Exchange snapshot backup operation is in an unfinished state. Therefore, the current backup operation and all subsequent backup operations are … Continue reading

Posted in Exchange Errors | Leave a comment

The database missed a previous full backup before the incremental backup

Error: CExBackup::backupService:HrESEBackupSetup: Error Number 0xc8000230: The database missed a previous full backup before the incremental backup. Cause: The message suggests that a full MS Exchange server backup has not been performed before the transaction log backup. Resolution: Perform 2x manual … Continue reading

Posted in Exchange Errors | Leave a comment

Either the target process, or the target thread’s containing process, is a protected process

Error: CExBackup::backupService:HrESEBackupSetup: Error Number 0x50d: Either the target process, or the target thread’s containing process, is a protected process. Cause: This is an error message that is returned by the OS & Exchange, it is not actually an issue with … Continue reading

Posted in Exchange Errors | Leave a comment