Tuesday, January 08, 2008 11:28 AM
joshpoley
Errors (7FF) FACILITY_BACKUP
| Code |
HRESULT |
Description |
#define |
| 1 |
0xC7FF0001 |
The parameter is not valid. |
hrInvalidParam |
| 2 |
0xC7FF0002 |
An internal error has occurred. |
hrError |
| 3 |
0xC7FF0003 |
The handle is not valid. |
hrInvalidHandle |
| 4 |
0xC7FF0004 |
The Restore process is already in progress. |
hrRestoreInProgress |
| 5 |
0xC7FF0005 |
The file specified is already open. |
hrAlreadyOpen |
| 6 |
0xC7FF0006 |
The recipients are invalid. |
hrInvalidRecips |
| 7 |
0xC7FF0007 |
Unable to perform the backup. Either you are not connected to the specified backup server or the service you are trying to backup is not running. |
hrCouldNotConnect |
| 8 |
0xC7FF0008 |
A restore map already exists for the specified component. You can only specify a restore map when performing a full restore. |
hrRestoreMapExists |
| 9 |
0xC7FF0009 |
Another application has modified the specified Windows NT Directory Service database such that any subsequent backups will fail. You must perform a full backup to fix this problem. |
hrIncrementalBackupDisabled |
| 10 |
0xC7FF000A |
Unable to perform an incremental backup because a required Windows NT Directory Service database log file could not be found. |
hrLogFileNotFound |
| 11 |
0xC7FF000B |
The Windows NT Directory Service component specified is configured to use circular database logs. It cannot be backed up without a full backup. |
hrCircularLogging |
| 12 |
0xC7FF000C |
The databases have not been restored to this machine. You cannot restore an incremental backup until a full backup has been restored. |
hrNoFullRestore |
| 13 |
0xC7FF000D |
A communications error occurred while attempting to perform a local backup. |
hrCommunicationError |
| 14 |
0xC7FF000E |
You must perform a full backup before you can perform an incremental backup. |
hrFullBackupNotTaken |
| 15 |
0xC7FF000F |
Expiry token is missing. Cannot restore without knowing the expiry information. |
hrMissingExpiryToken |
| 16 |
0xC7FF0010 |
Expiry token is in unrecognizable format. |
hrUnknownExpiryTokenFormat |
| 17 |
0xC7FF0011 |
DS Contents in the backup copy are out of date. Try restoring with a more recent copy. |
hrContentsExpired |
Anonymous comments are disabled
About joshpoley
Josh Poley has been a software tester (SDET) at Microsoft since 1998. He initially worked on the very first version of the Passport authentication service (currently called Windows Live ID). Then, in the spring of 2000, Josh moved over and joined a small handful of people who were starting to work on a project code-named Xbox. His initial responsibilities covered various pieces of the low level operating system (file systems, peripheral communication, etc.). Shortly after the Xbox game console launched in 2001, Josh took over as lead of the Kernel Test Team and remained in charge of validating the core operating system throughout the development and launch of the Xbox 360. Then, in the spring of 2007, Josh joined the Zune group as a Test Architect, where he helped solve various problems across the four main test teams in the organization. After a year in Zune, Josh went back to Xbox to help solve some more hard problems there.