In a CREATE TABLE statement, the IGNORE ROLLBACK option was specified for a permanent table. This is not allowed.
You can repeat the SQL statement. To do this, you either need to deselect the IGNORE ROLLBACK option, or a create temporary table by specifying TEMP as schema of the table to be created.