KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q142376: PRB: Jetpack Failed With Error = 80

Article: Q142376
Product(s): Microsoft Windows NT
Version(s): 3.5 3.51 4.0
Operating System(s): 
Keyword(s): kbusage
Last Modified: 08-AUG-2001

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Windows NT Server versions 3.5, 3.51, 4.0 
-------------------------------------------------------------------------------

SYMPTOMS
========

When you run the program Jetpack.exe to compact a WINS or DHCP database, you may
get the following message:

  Temporary database Temp.mdb already exists.
  Jetpack failed with error = 80

CAUSE
=====

You have typed in a Jetpack command line using the file name Temp.mdb for the
temporary database file, such as:

  Jetpack.exe wins.mdb temp.mdb

Jetpack.exe actually uses two temporary files to compact the database. The first
one is hardcoded as Temp.mdb, and the second one is specified on your command
line.


When Jetpack is finished, it will delete the Temp.mdb file, so you should also
make sure that you don't save any file with the name Temp.mdb in the WINS or
DHCP directory.

RESOLUTION
==========

Use any other file name for your temp file, as in this example:

  Jetpack.exe wins.mdb tmp.mdb

STATUS
======

This behavior is by design.

======================================================================
Keywords          : kbusage 
Technology        : kbWinNTsearch kbWinNT351search kbWinNT350search kbWinNT400search kbWinNTSsearch kbWinNTS400search kbWinNTS400 kbWinNTS351 kbWinNTS350 kbWinNTS351search kbWinNTS350search
Version           : 3.5 3.51 4.0
Issue type        : kbprb

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.