Link to home
Start Free TrialLog in
Avatar of rushcatus
rushcatus

asked on

IS terminates with service specific error 4294966746 EID 7024

Ladies and Gentlemen,
I ran a restore from tape and tried to start the IS with this error:
The Microsoft Information Store service terminated with service-specific error 4294966746
Event ID: 7024
Source: Service Control Manager
Type: Error
Category: None

I run restores all the time for people who "misplace" emails.  We recently installed sp4 for exchange 5.5 as a fix for an oversight.  Oversight being: When sp4 was installed on exchange servers, it wasn't installed on our recovery server.

Before I got the error listed above, I got the error 3355445011 indicating the RestoreInProgress registry key.  I deleted the key and tried to start IS.  Now here I am...
ASKER CERTIFIED SOLUTION
Avatar of eedlee
eedlee

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of marc_nivens
marc_nivens

"If it fails with error codes 4294966xxx or 335544xxxx, you must repair the database (typical error codes include 4294966-746/766 and 335544-3730/3752/5011)."

This statement is a bit misleading.  While there are situations in which you will need to repair, they are certainly not the rule when getting these errors.  Many of the problems that people run into when doing online restores are related to files being mismatched (usually log files).  Most of these can be fixed simply by rectifying the root cause.  In your case, I would suggest that if you're restoring from backup and not attempting to roll forward existing logs, just clear all mdbdata folders and restore again.  Do not run any utilities, just start the Information Store.  If you are attempting to roll forward existing logs, ensure that there is no gap in the sequence between whats on disk and what comes off tape, and ensure that your last log is called edb.log.  Also make sure there is no edb.chk file present.

The 335544xxxx error means that Exchange is not expecting a Restore in Progress key but is finding one anyway.  If you get this error you can recover without a repair if your priv.pat and pub.pat files are 8k (any larger than that will require another restore or a repair).  If this is the case, simply delete the RIP key, rename the last log file you have to edb.log, delete the .pat files, and start the Information Store.

If you end up having to run a repair, you will need to follow it up with the following 2 commands:

isinteg -fix -pri -test alltests   (run this until the report says all 0's for warnings, errors, and fixes)
eseutil /d priv.edb    (this will do an offline defrag.  Ensure that you have 110% of your DB size free)

MS's official word on supporting repaired DB's in production is that you either have to isinteg/defrag afterwards or you have to exmerge the contents out and into a new store.
Keep in mind he is running 5.5, which only allows him the -patch option. While you can certainly delete the pat logs and try again with such error messages, I have found that once this is done, further repair is often not possible. And then the entire process must be started over including uninstalling exchange and performing the restore again (recovery servers only). When it came to overall time management, knowing that a certain process will 99% yield a positive result, I go with it. Rather than risking having to start over again. It's a personal route, not meant to deceive anyone.