The spill to disk module encountered an error when trying to write to a spill file. PowerExchange writes the spill file to one of the following directories:
The directory specified by the TMP environment variable on a Windows system, or the TMPDIR environment variable on a Linux or UNIX system.
The directory specified in the TEMP_FILES_DIRECTORY statement in the DBMOVER configuration file.
If a directory is not specified by the environment variable or by the TEMP_FILES_DIRECTORY statement in the DBMOVER file, the current directory is used for the spill file.
The system returns an error to the calling software.
Try to correct the problem based on the specified runtime error information. For example, check the following conditions and make corrections as needed:
Verify that the directory exists on the machine where the application runs.
Verify that the application has write permission on the directory.
If the TMP or TMPDIR environment variable is not set on the machine where the application runs, you can specify the directory by setting either the appropriate environment variable or the TEMP_FILES_DIRECTORY statement in the DBMOVER configuration file.