Preparing AD Schema Fail

Ben Mack 1 Reputation point
2020-10-12T01:17:16.21+00:00

Hey,

Trying to install Exchange 2019 for the first time as we are 100% Office365.

running the following command
E:\Setup.exe /IAcceptExchangeServerLicenseTerms /PrepareAD /TenantOrganizationConfig C:\Temp\MyTenantOrganizationConfig.XML /OrganizationName:"xxxxxxxxxxxx"

It errors out when i open the lfif.err file i get the below error

Entry DN: CN=ms-Exch-Hide-From-Address-Lists,CN=Schema,CN=Configuration,DC=xxxxxxx,DC=xxxxxxxx,DC=com,DC=au
Add error on entry starting on line 123: Unwilling To Perform

The server side error is: 0x20be Schema update failed: duplicate LDAP display name.

The extended server error is:

000020BE: SvcErr: DSID-0326036D, problem 5003 (WILL_NOT_PERFORM), data 8382
Im logged in as a Schema and Enterprise Admin user.
I go to the Schema and found the above attribute and try to defunct the attribute i get the below error
"Cannot make this schema object defunct
the Schema object may be in use as part of the definition of another schema object Or, schema may not be allowed on this computer."

I have added the Registry edit to allow this machine to edit the schema.
Scratching my head with this one, anyone got any ideas?

Regards,
Ben

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,584 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Eric Yin-MSFT 4,386 Reputation points
    2020-10-13T07:31:48.413+00:00

    Can you try ranaming the attribute in adsi.edit and run Prepare schema again?

    Or run ldp.exe, connect to your DC server and login with admin account, create a filter like:

    Filter = (ldapDisplayName = mailnickname)  
      
    

    Find the existing attirbute and test if you can delete or rename it.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.