CDFAA0909W The model file could not be created because one or more errors occurred during the execution of the EXPORT command. For more information, refer to the export_import_messages table.

Explanation

You can export models to a model file by issuing an EXPORT_MODEL statement. The EXPORT_MODEL statement invokes the EXPORT command, which exports tables to the file system. When the EXPORT command fails, it generates one or more SQL errors, which it stores in the export_import_messages table in the current schema, and returns this message.

User response

Refer to the export_import_messages table in the current schema for more information about the SQL errors that occurred during the attempt to execute the EXPORT command. Resolve the underlying problem, then reissue the EXPORT_MODEL statement.