Re: Change the mode of the domain on Windows server 2003 sp1
- From: "Joe Richards [MVP]" <humorexpress@xxxxxxxxxxx>
- Date: Tue, 16 May 2006 00:57:09 -0400
Not sure, it looks like it should have, but without a network trace, no way to be sure because you can't get at the good error messages through script.
--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net
---O'Reilly Active Directory Third Edition now available---
http://www.joeware.net/win/ad3e.htm
chufall@xxxxxxxxx wrote:
I have downloaded this tool through my firends!!!.
I run this tools , but it successfully!
Why my script is failed?
Joe Richards [MVP] wrote:Try to use admod to make the modification, make sure you use -exterr switch as
it will kick out a better error than scripts will. Post the error. At a guess,
you haven't matched the req's for going into native mode or don't have proper
permissions.
The command would be
admod -b dc=miti,dc=com ntmixeddomain::0 -exterr
Get it here
http://www.joeware.net/win/free/tools/admod.htm
--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net
---O'Reilly Active Directory Third Edition now available---
http://www.joeware.net/win/ad3e.htm
chufall@xxxxxxxxx wrote:I used a script to changed the mode of the domain which is on the
windows server 2003 sp1.
the script is:
const DS_DOMAINMODE_NATIVE = 0
set objdefaultNamingContextContainer =
GetObject("LDAP://dc=miti,dc=com")
objdefaultNamingContextContainer.Put
"nTMixedDomain",DS_DOMAINMODE_NATIVE
objdefaultNamingContextContainer.SetInfo
The server returns a message : "The server is unwilling to process the
request!"
(The script is founded on the book "Active Directory
Cookbook,O'Reilly")
Please do me a favour to tell me what's wrong with the script !
thank you very much!!!
- References:
- Change the mode of the domain on Windows server 2003 sp1
- From: chufall
- Re: Change the mode of the domain on Windows server 2003 sp1
- From: Joe Richards [MVP]
- Re: Change the mode of the domain on Windows server 2003 sp1
- From: chufall
- Change the mode of the domain on Windows server 2003 sp1
- Prev by Date: Re: Change the mode of the domain on Windows server 2003 sp1
- Next by Date: Re: 2K AD and WINNS
- Previous by thread: Re: Change the mode of the domain on Windows server 2003 sp1
- Next by thread: forcing FSMO roles
- Index(es):
Relevant Pages
|