why did these not change?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I just followed KB314649 to change mangled attributes and we are fit to
scenario 2. ( We have ex2K and win2K now and need to upgrade to Win2K3).
Here is the inetorgpersonprevent.ldf I have:

dn: CN=ms-Exch-Assistant-Name,CN=Schema,CN=Configuration,DC=gs,DC=local
changetype: Modify
replace:LDAPDisplayName
LDAPDisplayName: msExchAssistantName
-

dn: CN=ms-Exch-LabeledURI,CN=Schema,CN=Configuration,DC=gs,DC=local
changetype: Modify
replace: LDAPDisplayName
LDAPDisplayName: msExchLabeledURI
-

dn: CN=ms-Exch-House-Identifier,CN=Schema,CN=Configuration,DC=gs,DC=local
changetype: Modify
replace: LDAPDisplayName
LDAPDisplayName: msExchHouseIdentifier
-

dn:
changetype: Modify
add: schemaUpdateNow
schemaUpdateNow: 1
-
Here is the import command I use:
lldifde -i -f inetorgpersonprevent.ldf -v -c DC=X "DC=gs, DC=local"

Here is the ldif.log
Connecting to "win2K3DC1.gs.local"
Logging in as current user using SSPI
Importing directory from file "inetorgpersonprevent.ldf"
Loading entries

1: CN=ms-Exch-Assistant-Name,CN=Schema,CN=Configuration,DC=gs,DC=local
Entry DN:
CN=ms-Exch-Assistant-Name,CN=Schema,CN=Configuration,DC=DC=gs,DC=local
change: modify
Attribute 0) LDAPDisplayName:msExchAssistantName



Entry modified successfully.



2: CN=ms-Exch-LabeledURI,CN=Schema,CN=Configuration,DC=gs,DC=local
Entry DN: CN=ms-Exch-LabeledURI,CN=Schema,CN=Configuration,DC=gs,DC=local
change: modify
Attribute 0) LDAPDisplayName:msExchLabeledURI



Entry modified successfully.



3: CN=ms-Exch-House-Identifier,CN=Schema,CN=Configuration,DC=gs,DC=local
Entry DN:
CN=ms-Exch-House-Identifier,CN=Schema,CN=Configuration,DC=gs,DC=local
change: modify
Attribute 0) LDAPDisplayName:msExchHouseIdentifier



Entry modified successfully.



4: (null)
Entry DN: (null)
change: modify
Attribute 0) schemaUpdateNow:1



Entry modified successfully.



4 entries modified successfully.



The command has completed successfully
***********
Which indicated the importing was successful. But, When I check the
attributes by using ADSI Edit, the attributes are the same as before
ms-exch-assistant-name...

Please help as I got stuck here. Is it right way to use ADSI edit to check
the attributes?


Thanks.

.



Relevant Pages