Link to home
Start Free TrialLog in
Avatar of mikegaston3127
mikegaston3127

asked on

Having Problems with ESEUTIL to Recover Database

A clients server crashed. I had to restore the C: drive. That worked like a charm. Exchange now wont mount the databases. Databases are on the D: drive. I am attempting to run the ESEUTIL option to recover with the following parms and get the following error.

C:\Program Files\Exchsrvr\bin>ESEUTIL /R E00 /I /LC:\Program Files\Exchsrvr\MDBD
ATA /SD:\Exchange Data\mdbdata

Usage Error: Invalid argument 'Files\Exchsrvr\MDBDATA'. Options must be preceded
 by '-' or '/'.

It would seem to not like the space between program and files in the first argument.
The paths are correct what am I missing?
Avatar of Jon_Harvey
Jon_Harvey
Flag of United States of America image

I would start by putting quotes around the path after /L
^^^indeed

try this instead

ESEUTIL /R E00 /I /L "C:\Program Files\Exchsrvr\MDBD"

and for more information regarding ESEUTIL
http://technet.microsoft.com/en-us/library/aa998249.aspx
ASKER CERTIFIED SOLUTION
Avatar of abhaigh
abhaigh
Flag of United Kingdom of Great Britain and Northern Ireland image

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