Database Error Messages

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

LFI-00107

Open does not expect the file [string][string] to exist.

Cause

The flags specified for the open indicate that the file does not exist. However, the file does exist.


Action

Check to make sure that the options that were specified for the file are correct and that you do not expect that the file should exist. If so then find out why the file does exist.