Yearly Archives: 2013

A nonrecoverable I/O error occurred on file

Error [Microsoft][ODBC SQL Server Driver][SQL Server]A nonrecoverable I/O error occurred on file “C:\cybersecure-spool\1314935863830\XXXX.bak.ADD:” 112(failed to retrieve text for this error. Reason: 15100). Cause This can be caused by a stale spooling location. Resolution Clear the spooling location for the backup … Continue reading

Posted in MS-SQL Errors | Leave a comment

Unexpected exception…. Data error (cyclic redundancy check)

Error [Error][New File] File=”XXXX.tmp” Error=”[com.ahsay.obc.core.bset.file.A] [BackupRequestTask.uploadFiles] Unexpected exception for sFilename=\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy52\XXXX sUploadPath=I:\XXXX.tmp sFileType=F, caused by [java.io.IOException] [ReadAheadInputStream.Reader.run]@829610816 Throwable=Data error (cyclic redundancy check). , caused by [java.io.IOException] Data error (cyclic redundancy check). “ Cause This is due to corruption on the filesystem, … Continue reading

Posted in File backup: Desktop: general issues, File backup: Server: general issues | Leave a comment

ShadowCopy\ipc\running (Access is denied)

Error [BackupIpcThread.doRunException] error: java.io.FileNotFoundException: C:\ProgramData\CyberSecure Advanced\ShadowCopy\ipc\running (Access is denied) Message: C:\ProgramData\CyberSecure Advanced\ShadowCopy\ipc\running (Access is denied) Cause The backup cannot access the ipc\running file via VSS, typically caused by multiple backup sets being run simultaneously on the same volume, which creates … Continue reading

Posted in File backup: Server: general issues | Leave a comment

SQL error “Fail to backup Database”

Error Fail to backup Database Cause Stale spooling location. Resolution Flush the spooling location.

Posted in MS-SQL Errors | Leave a comment

How to check the state of VSS writers in Windows

Open a cmd.exe session as an Administrator-level user run the following command: vssadmin list writers check the output for your desired VSS writer, here’s an example of a healthy Exchange VSS writer: Writer name: ‘Microsoft Exchange Writer’ Writer Id: {76fe1ac4-15f7-4bcd-987e-8e1acb462fb7} … Continue reading

Posted in Uncategorized | Leave a comment

[Thread][ERS][BackupReport][BackupReport.send] Error sending backup job report for User=XXXX

Error [Thread][ERS][BackupReport][BackupReport.send] Error sending backup job report for User=’swc’ BackupSet=’1381879818962′ BackupJob=’2013-11-18-21-00-00′ Unable to send email Server=smtp1.cybersecure.com.au: Invalid Addresses Cause This is caused by at least one of the backup contacts having an invalid email address. Can also be caused by … Continue reading

Posted in File backup: Desktop: general issues, File backup: Server: general issues | Leave a comment

Failed to GetUserProfileDirectory for wcDomain=’XXXX’ username=’XXXX’. (2) The system cannot find the file specified. ‘.

Error Error running backup set Reason = ‘[WindowsUtil:createProcessAsUserN] Failed to GetUserProfileDirectory for wcDomain=’XXXX’ username=’XXXX’.  (2) The system cannot find the file specified.’. Cause The local user defined in the “User Authentication for Windows” section does not have a local profile … Continue reading

Posted in File backup: Server: general issues | Leave a comment

The writer failed due to an error that would likely not occur if the entire backup, restore, or shadow copy creation process was restarted. (VSS_E_WRITERERROR_RETRYABLE)

Error The writer failed due to an error that would likely not occur if the entire backup, restore, or shadow copy creation process was restarted. (VSS_E_WRITERERROR_RETRYABLE) Cause This is most often caused by the Microsoft Exchange information store VSS writer … Continue reading

Posted in Exchange Errors | Leave a comment

The writer operation failed because of a time-out between the Freeze and Thaw event. (VSS_E_WRITERERROR_TIMEOUT)

Error [com.ahsay.afc.microsoft.MSExchangeExpt] The writer operation failed because of a time-out between the Freeze and Thaw event.  (VSS_E_WRITERERROR_TIMEOUT) Cause The exchange VSS writer has gone into a inconsistent state. If this issue occurs regularly it may indicate an underlying hardware issue … Continue reading

Posted in Exchange Errors | Leave a comment

How to enable mixed mode authentication in MS-SQL server

Open the SQL server configuration studio Login with appropriate admin-level privileges In the main console, right-click your server and choose “Properties” Click on “Security” Under “Server authentication”, ensure that “SQL Server and Windows authentication mode” is selected Choose OK You … Continue reading

Posted in Microsoft SQL Server | Leave a comment