range of mapped index limited to HIGH - LOW = 2147483647 Explanation: You attempted to define an index using mapping ranges on variables so that the resulting key requires 32 or more bits. The maximum permitted is 2**31-4 User Action: Try to define the index again without using the relation-map-clause.