area <str>, page <num> has free space (locked+unlocked) greater than expected expected no more than <num>, found: <num> Explanation: The maximum available space on a given database page is (page length - length of page header - length of one line index entry - length of line index count). The total free space on the page, indicated by the sum of the locked and unlocked free space, is greater than this amount. Further verification of the page, including segment and set occurrence chain verification, is abandoned. User Action: Correct the error with the RMU Restore command or the SQL IMPORT statement and verify the database again.