I am trying to create child domain to a exiting domin i am getting below error

the operation failed because

Active directory could not create object
CN=schild,CN=Partions,CN=Configaration,DC=cmttest,DC=com,check the event log
for posible system errors.

The FSMO roles ownership could be verified because its directory partitions
has not replicated successfully with utlist one replication partner.


And event log Details.
Internal error: An active directory error has occured

Addtional data
error value decimal
-1073741823
error id
3000e54


Please help me to slove this problem

Re: Cannot able to create child domain by Richard

Richard
Fri May 09 05:14:34 PDT 2008


"Rajesh J S" <RajeshJS@discussions.microsoft.com> wrote in message
news:27776115-115A-4329-A76B-150055855138@microsoft.com...
>I am trying to create child domain to a exiting domin i am getting below
>error
>
> the operation failed because
>
> Active directory could not create object
> CN=schild,CN=Partions,CN=Configaration,DC=cmttest,DC=com,check the event
> log
> for posible system errors.
>
> The FSMO roles ownership could be verified because its directory
> partitions
> has not replicated successfully with utlist one replication partner.
>
>
> And event log Details.
> Internal error: An active directory error has occured
>
> Addtional data
> error value decimal
> -1073741823
> error id
> 3000e54
>
>
> Please help me to slove this problem
>

Domains can only be created on the Domain Naming Master. You must be able to
contact this DC, which also must be a GC. It is also recommened that this DC
have the Schema Master role. Either the DC with this role cannot be
contacted or replication isn't working. Also you must be a member of Domain
Admins. Check in AD Domains & Trusts to see which DC has the Domain Naming
Master role. User repadmin to troubleshoot replication.

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--



Re: Cannot able to create child domain by Paul

Paul
Fri May 09 05:53:54 PDT 2008

To assist in the diagnostic settings

Run diagnostics against your Active Directory domain.

If you don't have the support tools installed, install them from your server
install disk.
d:\support\tools\setup.exe

Run dcdiag, netdiag and repadmin in verbose mode.
-> DCDIAG /V /C /D /E /s:yourdcname > c:\dcdiag.log
-> netdiag.exe /v > c:\netdiag.log (On each dc)
-> repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
-> dnslint /ad /s "ip address of your dc"

**Note: Using the /E switch in dcdiag will run diagnostics against ALL dc's
in the forest. If you have significant numbers of DC's this test could
generate significant detail and take a long time. You also want to take
into account slow links to dc's will also add to the testing time.

If you download a gui script I wrote it should be simple to set and run
(DCDiag and NetDiag). It also has the option to run individual tests
without having to learn all the switch options. The details will be output
in notepad text files that pop up automagically.

The script is located on my website at
http://www.pbbergs.com/windows/downloads.htm

Just select both dcdiag and netdiag make sure verbose is set. (Leave the
default settings for dcdiag as set when selected)

When complete search for fail, error and warning messages.

Description and download for dnslint
http://support.microsoft.com/kb/321045


--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net> wrote in
message news:easHA5csIHA.2188@TK2MSFTNGP04.phx.gbl...
>
> "Rajesh J S" <RajeshJS@discussions.microsoft.com> wrote in message
> news:27776115-115A-4329-A76B-150055855138@microsoft.com...
>>I am trying to create child domain to a exiting domin i am getting below
>>error
>>
>> the operation failed because
>>
>> Active directory could not create object
>> CN=schild,CN=Partions,CN=Configaration,DC=cmttest,DC=com,check the event
>> log
>> for posible system errors.
>>
>> The FSMO roles ownership could be verified because its directory
>> partitions
>> has not replicated successfully with utlist one replication partner.
>>
>>
>> And event log Details.
>> Internal error: An active directory error has occured
>>
>> Addtional data
>> error value decimal
>> -1073741823
>> error id
>> 3000e54
>>
>>
>> Please help me to slove this problem
>>
>
> Domains can only be created on the Domain Naming Master. You must be able
> to contact this DC, which also must be a GC. It is also recommened that
> this DC have the Schema Master role. Either the DC with this role cannot
> be contacted or replication isn't working. Also you must be a member of
> Domain Admins. Check in AD Domains & Trusts to see which DC has the Domain
> Naming Master role. User repadmin to troubleshoot replication.
>
> --
> Richard Mueller
> MVP Directory Services
> Hilltop Lab - http://www.rlmueller.net
> --
>
>



Re: Cannot able to create child domain by Dean

Dean
Fri May 09 08:49:08 PDT 2008

The error indicates that a condition required by all FSMOs at startup
has not been satisfied and, as a result, the actions owned by that role
will not be serviced. The condition is commonly known as 'INITSYNC' or
the initial synchronization requirement. Simply stated, it mandates
that any FSMO role-holder must replicate with another DC at startup (if
one exists) that maintains a copy of the partition in which the role is
maintained. This pans out as follows -

Role holder Replication requirement
----------- ------------------------
Schema DC in same forest
Domain Naming DC in same forest
PDC DC in same domain
RID DC in same domain
Infrastructure DC in same domain

As Richard mentioned, it seems likely that you have a replication fault
or have perhaps retired a DC without removing its metadata.

--
Dean Wells [MVP / Directory Services]
MSEtechnology
[[ Please respond to the Newsgroup only regarding posts ]]
R e m o v e t h e m a s k t o s e n d e m a i l


"Rajesh J S" <RajeshJS@discussions.microsoft.com> wrote in message
news:27776115-115A-4329-A76B-150055855138@microsoft.com...
>I am trying to create child domain to a exiting domin i am getting
>below error
>
> the operation failed because
>
> Active directory could not create object
> CN=schild,CN=Partions,CN=Configaration,DC=cmttest,DC=com,check the
> event log
> for posible system errors.
>
> The FSMO roles ownership could be verified because its directory
> partitions
> has not replicated successfully with utlist one replication partner.
>
>
> And event log Details.
> Internal error: An active directory error has occured
>
> Addtional data
> error value decimal
> -1073741823
> error id
> 3000e54
>
>
> Please help me to slove this problem
>
>
>
>
>