opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/Importer.java
@@ -3359,7 +3359,7 @@ { throw attributeIndexNotConfigured(index); } AttributeType attrType = DirectoryServer.getAttributeType(attrIndexParts[0]); AttributeType attrType = DirectoryServer.getAttributeTypeOrNull(attrIndexParts[0]); if (attrType == null) { throw attributeIndexNotConfigured(index);