Product Information > JADE Error Messages and System Messages > 3000 through 3199 - Database Engine Errors > 3121 - The database file or file partition is not created

3121   The database file or file partition is not created

Cause

This error is raised by database file operations such as the DbFile class backupFile method when the database file has been deleted or it is defined but not yet created. An exception with this error code is of concern only if the file was previously created and is expected to exist.

Action

Database administration or backup applications should handle this error with an appropriate exception handler tailored to site requirements. The JADE sample backup application in RootSchema reports all files that are defined but not yet created at the end of the backup process.