CAPM 3.x
The problem is there are more than one <IsIndex>true</IsIndex> in the file being imported as indicated by the Error:
"An error occurred while importing the file <FILE_NAME>. Only one index attribute is allowed in an AttributeGroup."
An attribute group should be created per table read and each table has an index, so only one per AttributeGroup. For example:
<Attribute name="CiscoInterfaceIndex" type="ObjectID">
<Documentation />
<Source>1.3.6.1.4.1.9.2.2.1.1.10</Source>
<IsIndex>true</IsIndex>
<IsKey>true</IsKey>
<NeedsDelta>false</NeedsDelta>
</Attribute>
And:
<Attribute name="ifIndex" type="ObjectID">
<Documentation />
<Source>1.3.6.1.2.1.2.2.1.1</Source>
<IsIndex>true</IsIndex>
<IsKey>true</IsKey>
<NeedsDelta>false</NeedsDelta>
</Attribute>
In the above example, the XML is trying to read both Cisco and ifxtable MIBs.