Modify eDir 8.8.2 schema with ICE error: "op schema mismatch -722"

  • 3558983
  • 18-Mar-2008
  • 26-Apr-2012

Environment

Novell eDirectory 8.8 for All Platforms

Situation

Using ICE on eDir 8.8.2 the schema cannot be modified. The same ldif file works with 8.7.3.9 and 8.8.1.
Modifying with ICE on 8.8.2 returns the following ERROR: Record 1:LBURP operation failed: 80(NDS error: op schema mismatch (-722)), dn:cn=schema

Resolution

This has been resolved in eDirectory 8.8 SP2 FTF1.

Status

Reported to Engineering

Additional Information

Sample ldif file triggering this issue:

version:1

dn: cn=schema
changetype: modify
delete: attributeTypes
attributeTypes: ( 2.5.4.43 NAME 'initials' SYNTAX
1.3.6.1.4.1.1466.115.121.1.15{8} X-NDS_NAME 'Initials' X-NDS_LOWER_BOUND '1'
X-NDS_PUBLIC_READ '1' )
-
add: attributeTypes
attributeTypes: ( 2.5.4.43 NAME 'initials' SYNTAX
1.3.6.1.4.1.1466.115.121.1.15{8} X-NDS_NAME 'Initials' X-NDS_LOWER_BOUND '1' )