area <str>, page <num>, line <num> bad fragment chain pointer expected <num> through <num>, found page number <num> Explanation: The page number in the fragment pointer of the fragmented storage record points to a page that is out of the page range for the storage area. This message is followed by a line indicating the previous record occurrence of the invalid fragment chain, unless the error is detected in the primary storage segment of the chain. The 'previous segment' line will not appear when this same error occurs, as the bad secondary storage segment is verified out of fragment chain context during segment verification. That is, this message will usually occur twice; once with the 'previous segment' message when the fragment chain is walked to collect the fragmented storage record together for verification, and once without the 'previous segment' message, when the fragment is verified out of fragment chain context. User Action: Correct the error with the RMU Restore command or the SQL IMPORT statement and verify the database again.