Jump to content

Recommended Posts

Posted

for the last few weeks we have been having problems with our DHCP server,

Event Type: Error

Event Source: DhcpServer

Event Category: None

Event ID: 1014

Date: 27/06/2011

Time: 10:36:33

User: N/A

Computer: CURRICSVR2

Description:

The following problem occurred with the Jet database -1032: 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: JetBackup.

 

For more information, see Help and Support Center at Events and Errors Message Center: Basic Search.

Data:

0000: f8 fb ff ff øûÿÿ

 

 

I made a batch file to fix this and it works but soon after could be hours, days or weeks then it the DHCP Database corrupts again

 

my batch file

 

net stop dhcpserver

 

cd %SystemRoot%\System32\dhcp

 

jetpack dhcp.mdb dhcptemp.mdb

 

net start dhcpserver

 

 

any idea why this keeps happening ?

Posted

How much space do you have left on your system drive?

 

Do you have more than one DHCP Server? If yes, you need to enable conflict detection and it set it to '1' or greater on all DHCP Servers.

  • Thanks 1
Posted

Hi Michael,

we currently have two DHCP servers, I have set the conflict detection and are both set to 1,

it has reduced the number of times the of errors have accrued, however they are still accruing .

both servers have about 4 to 5gb hard drive space left.

 

not sure what else it can be, I'm tempted to delete the DHCP and start again :S

Posted
Have you taken a look at restoring the DHCP backup to see if that helps? Usually located at C:\WINDOWS\System32\dhcp\backup if you haven't changed the path.
  • Thanks 1
Posted
I would probably unauthorise one existing DHCP database and import the other (so they're then identical), then re-authorise it. Hopefully your conflict problems should go down.
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...