Operation terminated with error -1003 (JET_errInvalidParameter, Invalid API parameter) after 0.0 seconds.

Answered Operation terminated with error -1003 (JET_errInvalidParameter, Invalid API parameter) after 0.0 seconds.

  • Friday, November 12, 2010 6:08 AM
     
     

    After running eseutil /r E0169FF6 /l"G:\STGR3" /d"G:\MBStore\GRP3" I got this err why?:

    icrosoft(R) Exchange Server Database Utilities
    Version 6.5
    Copyright (C) Microsoft Corporation. All Rights Reserved.

    Initiating RECOVERY mode...
        Logfile base name: E0169FF6
                Log files: G:\STGR3
             System files: <current directory>
       Database Directory: G:\MBStore\GRP3

    Operation terminated with error -1003 (JET_errInvalidParameter, Invalid API para
    meter) after 0.0 seconds.

All Replies

  • Sunday, November 14, 2010 9:51 PM
     
     Answered

    /r should be 3 characters since it represents the base log file name for starters:

    eseutil /r E00

     

    Why are you running this?

     

  • Monday, November 15, 2010 5:55 AM
     
     Answered

    Hi,

    While running eseutil /r you will have to specify the current log file used for the Database on which you are running this command. So the log file would be of 3 characters letter. To find the current log file you can click on the Storage group and check current log feild which shows the log file which is used for the database.

    Eseutil /r will be used for the soft recovery of the Database. Is this the purpose you are trying to use this command?

    Thanks..


    Nagaraj N
  • Wednesday, November 17, 2010 8:14 AM
    Moderator
     
     Answered

    Hi SAMATA,

    Any updates on your issue?

    More information:

    How to Run Eseutil /R (Recovery)

    Frank Wang