0x00720517 (7472407) The CA-IDMS incorrect subscript is specified for the element element-name.

Explanation

This error can occur for one of the following reasons.
  • A subscript that was specified for an element that is not defined is repeating in the specified schema.
  • The element is defined as repeating in the specified schema, but no subscript value was specified.
  • The element is defined as a single-level repeating element in the specified schema, but multiple subscript positions were specified.
  • The element is defined as a multi-level repeating element in the specified schema, but only 1 subscript position was specified.

User response

Correct the subscript information and resubmit the CREATE TABLE statement.