Ask a questionAsk a question
 

AnswerCLM Extend Schema on 2008 Domain Controllers

  • Wednesday, October 28, 2009 8:54 PMvkit Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,

    We have an AD environment with all Windows Server 2008 Active Directory servers.  We need to extend the schema for CLM and when we run the ModifyScema.vbs it errors out immediately.  We did this in our old domain once before with no issues but they were all 2003 AD servers. 

    Does anyone know if we are doing this right or are there issues with performing this on 2008 AD server.  I should mention that the forest and domain have is still set to 2003.

    Thanks for your help!

Answers

  • Thursday, October 29, 2009 7:43 PMvkit Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    I found the anwser, haven't had to to this with other schema updates but we had to disable UAC and the script worked


    • Marked As Answer byvkit Thursday, October 29, 2009 7:43 PM
    •  

All Replies

  • Thursday, October 29, 2009 2:55 AMPaul AdareMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    What is the error message?


    Paul Adare CTO IdentIT Inc. ILM MVP
  • Thursday, October 29, 2009 1:48 PMvkit Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Paul,

    The error we get is "Unable to modify schema successfully For more information, please check c:\windows\system32\ldif.log file"  There is no log in that location.

  • Thursday, October 29, 2009 7:43 PMvkit Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    I found the anwser, haven't had to to this with other schema updates but we had to disable UAC and the script worked


    • Marked As Answer byvkit Thursday, October 29, 2009 7:43 PM
    •  
  • Sunday, November 01, 2009 1:20 AMBrian Komar [MVP]MVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    The other alternative is to launch the script from an administrative command prompt (the preferred method).
    This is a better alternative rather than disabling UAC
    Brian