Event ID - 1014

Event Id1014
SourceMicrosoft-Windows-DHCP-Server
DescriptionThe following problem occurred with the Jet database %1: Jet database read or write operations failed. If the computer or database has just been upgraded, then this message can be safely ignored. If this message appears frequently, either there is not enough disk space to complete the operation, or the database or backup database may be corrupt. To correct this problem, either free additional space on your hard disk, or restore the database. After you restore the database, ensure that conflict detection is enabled in DHCP server properties. For information about restoring the database, see Help and Support Center. Additional Debug Information: %2.
Event InformationAccording to Microsoft :
Cause :
This event is logged when Jet database read or write operations failed.
Resolution :
Repair database and restore from a known good backup
If the DHCP server database becomes corrupted or is lost, recovery is possible by replacing the server database file (Dhcp.mdb), located in the %SystemRoot%\System32\Dhcp folder, with a backup copy of the same file.
If DHCP Manager was used previously to perform a backup, you can obtain the backup copy of the server database file located in the %SystemRoot%\System32\Dhcp\Backup folder. You can also restore the Dhcp.mdb file from a tape backup or other backup media.
To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.
To restore a backup copy of the DHCP database:
1.Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as Administrator.
2.Type net stop dhcpserver, and then press ENTER.
3.Type md c:\olddhcp, and then press ENTER.
4.Type move %SystemRoot%\system32\DHCP\*.* c:\olddhcp, and then press ENTER.
5.Type del %SystemRoot%\system32\DHCP\Dhcp.md, and then press ENTER.
6.Type copy%SystemRoot%\system32\dhcp\backup\jet\new\dhcp.mdb%SystemRoot%\system32\dhcp\dhcp.mdb, and then press ENTER.
7.Type net start dhcpserver, and then press ENTER.
Verify :
Confirm that the server starts successfully and without errors.
Reference LinksEvent ID 1014 from Microsoft-Windows-DHCP-Server

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.