PRB: DAO Setup from Redist Directory Fails

Last reviewed: January 29, 1998
Article ID: Q160005
The information in this article applies to:
  • Microsoft Visual J++, version 1.0

SYMPTOMS

When you run Setup.exe from the Msdev\Redist\Dao, the following error message might appear during a typical installation:

   General file transfer error: Please check your target location and try
   again.

   Error Number:-2

If you are running a compact setup, the following message appears:

   Data Access Objects (DAO) SDK successfully installed

However, the compact setup does not create the DAOSDK folder under Msdev.

CAUSE

The Redist\Dao folder does not contain the complete DAO SDK. It only has the redistributable part of the DAO SDK.

RESOLUTION

Run the setup using the Setup.bat file or use the NOSDK as the argument to Setup.exe like this:

   setup NOSDK.

This is discussed in the Readme.wri file in the Redist\Dao folder.

STATUS

This behavior is by design.


Additional query words: DAO setup -2 transfer error

REFERENCES

For the latest Knowledge Base articles and other support information on
Visual J++ and the SDK for Java, see the following page on the Microsoft
Technical Support site:

http://support.microsoft.com/support/visualj/
http://support.microsoft.com/support/java/

Keywords : kbsetup VJGenIss
Technology : kbInetDev
Version : 1.0
Platform : WINDOWS
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.

Last reviewed: January 29, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.