Repair Exchange Priv1/Pub1.edb

gertgoossens

Beta member
Messages
1
Location
Netherlands
I am trying to repair my Exchange database store. Knowledge base from Microsoft (artical 317014) give Eseutil Command Line Switches. I try to use them but keep getting error below. Where am I going wrong?
______________________________________________________________________
D:\Program Files\Exchsrvr\BIN>eseutil /p D:\Mail EX\MDBDDATA\priv1.edb /i

Usage Error: Invalid argument 'EX\MDBDDATA\priv1.edb'. Options must be preceded
by '-' or '/'.

Microsoft(R) Exchange Server(TM) Database Utilities
Version 6.0
Copyright (C) Microsoft Corporation 1991-2000. All Rights Reserved.


DESCRIPTION: Maintenance utilities for Microsoft(R) Exchange Server databases.
D:\Program Files\Exchsrvr\BIN>cd eseutil
The system cannot find the path specified.

D:\Program Files\Exchsrvr\BIN>eseutil /p D:\Mail EX\MDBDDATA\priv1.edb \

Usage Error: Invalid argument 'EX\MDBDDATA\priv1.edb'. Options must be preceded
by '-' or '/'.
MODES OF OPERATION:
Defragmentation: ESEUTIL /d <database name> [options]
Recovery: ESEUTIL /r <logfile base name> [options]
Integrity: ESEUTIL /g <database name> [options]
File Dump: ESEUTIL /m[mode-modifier] <filename>
Repair: ESEUTIL /p <database name> [options]
Restore: ESEUTIL /c[mode-modifier] <path name> [options]
Checksum: ESEUTIL /k <database name> [options]
<<<<< Press a key for more help >>>>>
D=Defragmentation, R=Recovery, G=Integrity, M=File Dump, P=Repair, C=Restore, K=
Checksum
Help.........
 
Try wrapping the file path in double quotes.

E.g.: "D:\Mail EX\MDBDDATA\priv1.edb"
 
That error means it can't find the .edb file in the path you've entered
Copy and paste the path to the file from windows explorer and don't forget to add the "" in.
But if the problem is not solved, then try to restore database from backup, if it is with you. But if you don't have it then try to use recovery tool for example as EDB Repair Kit. May be able to recover it.
 
Last edited by a moderator:
Back
Top Bottom