Re: Change the mode of the domain on Windows server 2003 sp1
- From: chufall@xxxxxxxxx
- Date: 15 May 2006 19:44:26 -0700
Thank you for your message!
But I cannot access the url you given to me:
http://www.joeware.net/win/free/tools/admod.htm
Can you send the admod tool to my gmail:chufall@xxxxxxxxx
Thank you very much
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]
- 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: Change the mode of the domain on Windows server 2003 sp1
- Previous by thread: Re: Change the mode of the domain on Windows server 2003 sp1
- Next by thread: Re: Change the mode of the domain on Windows server 2003 sp1
- Index(es):
Relevant Pages
|