Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Backup Fails with Source:VSS ID:12290 is Logged


View products that this article applies to.

Symptoms

Consider the following scenario.
  • DHCP server is used.
  • Backup by backup software which uses Volume Shadow Copy Service is performed.
 In the above environment, the following event may be logged.

 Source:VSS ID:12290
 "Volume Shadow Copy Service warning: ESENT ERROR {be9ac81e-3619-421f-920f-4c6fea9e93ad} Dhcp Jet Writer: -2403. hr = 0x00000000, The operation completed successfully. 

↑ Back to the top


Cause

The difference in the timing of the start time between backup which is regularly run by DHCP and that of the backup software which uses Volume Shadow Copy, is that this symptom may occur.
The time when the regular backup by DHCP cannot be confirmed as history; however, the most recent backup time can be confirmed by the modification date and time of the following file which exists under the backup path of the DHCP database.

The default backup path of the DHCP database: %systemroot%\System32\Dhcp\Backup

Check the modification date and time of the DhcpCfg file under the above path.
Check the modification date and time of this file and the backup time by the backup software. If they occurred in the same time period, it may cause this symptom.
* Check the modified path if it has been changed.

↑ Back to the top


Workaround

Backup by DHCP usually completes within a very short period (several seconds). Please consider the following action:
  • If possible, set up a retry of backup by backup software.
  • Change the trigger of backup by the backup software.
  • Lengthen the interval of the regular backup and cleanup by DHCP.


* Backup is also performed during the cleanup process by DHCP.
* Lengthening the interval of the regular backup and cleanup by DHCP can decrease the occurrence of this symptom.
* The interval of the regular backup and timing of the cleanup by DHCP are determined by adding the following registry value at the start time of the DHCP Server service.

The interval of the backup by DHCP can be changed by editing the following registry entry.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCPServer\Parameters\BackupInterval
* The default value is 60 minutes.
* The maximum value is 71582 minutes.

The interval of the cleanup by DHCP can be changed by editing the following registry entry.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\DatabaseCleanupInterval
* The default value is 60 minutes.
* The maximum value is 71582 minutes.

* The cleanup process by DHCP is performed between 0:00:00 and 0:01:00 in addition to the regular cleanup. Therefore, do not set up any backup schedule during this time period.

In addition to the above-mentioned non-regular timing, cleanup is performed when a new lease request is received while allocatable IP addresses are exhausted. This timing cannot be controlled by registry or by other means. As a result, if this timing and the backup timing by the backup software which uses Volume Shadow Copy Service is accidentally matched, this symptom occurs.

However, as mentioned above, cleanup is performed between DatabaseCleanupInterval registry and between 0:00:00 and 0:01:00. Therefore, if the environment does not generate such exhaustion other than the timing mentioned above, this symptom will not occur.
 

↑ Back to the top


Status

This symptom is an assumed behavior.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3007202
Revision : 1
Created on : 1/7/2017
Published on : 12/16/2014
Exists online : False
Views : 707