Not enough space on the drive to extract install files

  • KM03685661
  • 21-Jul-2020
  • 21-Jul-2020

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

Receive error message: Not enough space on the drive to extract the install files

Error

Receive error message: Not enough space on the drive to extract the install files

Cause

This happens during component installation. If you enter a new path for a different drive with sufficient space, the
same error message is displayed.
During the file extraction process, certain data is always saved to the TEMP directory on the system drive, even if
you choose to save the installation files to a different location from the default path.

Fix

>Free up sufficient disk space on the system drive (as specified in the error message), then continue with the installation procedure.
 
>If it is not possible to free up sufficient disk space on the system drive, change the path for the system’s TEMP variable.
 
 *Windows: Select Start > Settings > Control Panel > System > Advanced tab > Environment Variables, and edit the path for the TEMP variable in the User   variables area.
 
*Linux: Run the following commands:
export IATEMPDIR=/new/tmp
export _JAVA_OPTIONS=-Djava.io.tmpdir=/new/tmp
where /new/tmp is the new working directory.