0x00720003 (7471107) The LENGTH value, length in combination with OFFSET of relative-offset, is out-of-bounds for the columncolumn. The length plus relative-offset cannot evaluate to a value greater than maximum-value.

Explanation

The computed ending offset for column-name based on the relative-offset and length values specified extend past the end of the object that the column resides in. The size of the object is identified by maximum-value.

User response

Supply a starting offset and length whereby the computed ending offset is valid for the column.