In a CREATE TABLE statement, the option IGNORE ROLLBACK 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 option IGNORE ROLLBACK or a create temporary table, by specifying TEMP as owner of the table to be created.