Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XADM: Eseutil Does Not Work with Error Message


View products that this article applies to.

This article was previously published under Q273487

↑ Back to the top


Symptoms

When you attempt to use Eseutil, you may receive the following error message:
Usage Error: Invalid argument 'files\exchsrvr\priv1.edb'. Option must be preceded by '-' or '/'.

↑ Back to the top


Cause

This issue can occur if the path that you specified in the Eseutil command line contained a space, for example:
eseutil /mh c:\program files\exchsrvr\mdbdata\priv1.edb
The command interpreter does not read the path as one string, but instead reads c:\program as one argument and files\exchsrvr\mdbdata\priv1.edb as another.

↑ Back to the top


Resolution

To resolve this issue, put the path to the file in quotation marks, for example:
eseutil /mh "c:\program files\exchsrvr\mdbdata\priv1.edb"

↑ Back to the top


Keywords: KB273487, kbprb, kberrmsg

↑ Back to the top

Article Info
Article ID : 273487
Revision : 5
Created on : 2/27/2007
Published on : 2/27/2007
Exists online : False
Views : 244