Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

SP2-00109

Cannot append to file "string"

Cause

An attempt was made to append the content of the SQL buffer to a file and the file could not be written. Possible causes:

  • An error was encountered when creating the destination file.
  • A directory name specified in the SAVE statement was not found.
  • A system error made it impossible to open the file.

Action

Take the following actions

  • Check that the destination is valid and that there is sufficient space on the destination device.
  • Check the statement for a typing mistake in the directory name. Then issue the statement again after correcting the directory name.