During Exchange Server 2007 schema extension you may encounter a security descriptor error which will cause setup to fail.  The error may occur specifically during the “setup /PrepareAD” stage.

>setup /preparead

Welcome to Microsoft Exchange Server 2007 Unattended Setup

Preparing Exchange Setup

No server roles will be installed

Performing Microsoft Exchange Server Prerequisite Check

    Organization Checks              ......................... COMPLETED

Configuring Microsoft Exchange Server

    Organization Preparation         ......................... FAILED
     You do not have permissions to read the security descriptor on CN=Deleted O
bjects,CN=Configuration,DC=domain,DC=com,DC=au.

The Exchange Server Setup operation did not complete. For more information,visit
http://support.microsoft.com and enter the Error ID.

Exchange Server setup encountered an error.

To resolve this issue use the following steps for Windows Server 2003.  For Windows Server 2008 skip to step 3, and be sure to launch an elevated privileges command prompt to run the commands.

  1. Download and install the ADAM tools from Microsoft.
  2. Go to Start -> Programs -> ADAM and launch ADAM Tools Command Prompt.
  3. In the command prompt, run the following command (substitute your domain name where appropriate):
    C:WINDOWSADAM>dsacls "CN=Deleted Objects,DC=domain,DC=com,dc=au" /takeownership
    Owner: DOMAINDomain Admins
    Group: NT AUTHORITYSYSTEM
    
    Access list:
    {This object is protected from inheriting permissions from the parent}
    Allow BUILTINAdministrators  SPECIAL ACCESS
                                  LIST CONTENTS
                                  READ PROPERTY
    Allow NT AUTHORITYSYSTEM     SPECIAL ACCESS
                                  DELETE
                                  READ PERMISSONS
                                  WRITE PERMISSIONS
                                  CHANGE OWNERSHIP
                                  CREATE CHILD
                                  DELETE CHILD
                                  LIST CONTENTS
                                  WRITE SELF
                                  WRITE PROPERTY
                                  READ PROPERTY
    
    The command completed successfully
  4. Re-run Exchange setup.  It should now successfully extend the schema.

Link: http://support.microsoft.com/default.aspx?scid=kb;EN-US;892806

Updated: 25/2/2010 with Windows Server 2008 information.

About the Author

Paul Cunningham

Paul is a former Microsoft MVP for Office Apps and Services. He works as a consultant, writer, and trainer specializing in Office 365 and Exchange Server. Paul no longer writes for Practical365.com.

Comments

  1. Ganesh

    Thanks for this followup

  2. CrashtheMachine

    Ganesh, that workaround is just plain dumb but it works. Why would that ever make a difference. Thanks for the simple solution. I like those.

  3. Qwantum

    Ganesh workaround worked perfectly for me. Changing the CD drive letter to E: (instead of D:) resolved the ‘Organization Preparation’ step issue where I could not read the ‘Security Descriptor’ on “CN=Deleted O
    bjects,CN=Configuration,DC=domain,DC=local”.

    Damn Micro$oft and their “never-working-out-of-the-box-that-need-thousands-of-workaround-and-fixes” applications…

    Thanks Ganesh !

  4. Ganesh

    Hello,
    During exchange 2007 sp1 setup the same error accured
    You do not have permissions to read the security descriptor on CN=Deleted O
    bjects,CN=Configuration,DC=domain,DC=com,DC=au.

    FOR RESOLVE THE PROBLEM

    CHANGE YOUR CD DRIVE LETTER TO E:

    And Run the exchange setup again.

  5. Avatar photo

    Update: Kay and I took this discussion to email and identified the issue. To summarise:

    dsacls “CN=Deleted Objects,DC=domain,DC=com” /takeownership

    1) Make sure you include the space in Deleted Objects
    2) Make sure you enclose the LDAP string in quotes
    3) Make sure you replace “dc=domain,dc=com” with the right values for your domain name

    Glad the problem is solved Kay!

  6. Kay Malm

    I tried running the command and there is no Object.

  7. Avatar photo

    According to the article the version of DSACLS.exe that ships with ADAM is required for the fix.

    The syntax for the deleted objects container is as follows:

    “CN=Deleted Objects,DC=domain,DC=com,dc=au”

    In that example there the domain is “domain.com.au”. So you just need to change that part of the string to match your domain, eg:

    business.net would be “dc=business,dc=net”
    microsoft.com would be “dc=microsoft,dc=com”

  8. Kay Malm

    If I don’t have ADAM installed, how do I use the tools? I do not know the correct syntax for my deleted objects or CN,DC portions of command. Where do I find this?

  9. Kay Malm

    Please refer back to original request. ADAM fails to install – error “Not enough storage is available to process this command.” I have available 249 GB of space available. I am already a member of the Domain Administrators Group. Exchange fails to install because as Administrator I do not have permission to read the security description. Why are we back to doing what I have already tried?

    1. Avatar photo

      Kay, I’m not saying install ADAM, I’m saying once you’ve got ADLDS installed on the server and you’ve run the DSACLS command try also following the final step in that article I linked to.

      Also, you could try installing ADAM on a Windows Server 2003 server in your environment instead.

      I don’t have any further suggestions right now because my experience has always been that the steps I wrote about in the blog post fix the problem.

  10. Kay Malm

    I ran the dsacls command and still fails – do not have permission to read the security description.

  11. Kay Malm

    Installed Lightweight directory services. Still fails with the same message.

  12. Kay Malm

    Adamsp1 downloaded to server which is running 64 bit Windows 2008. attempted to run file. not enough disk space error. System is part of a domain.

Leave a Reply