Avatar of PcDr32
PcDr32
Flag for United States of America asked on

Help with Active Directory Problem

We have a 2003 Server named server and a 2012 Server named server12.

I ran through all the transfer steps to demote the 2003 server. But when i run netdom query fsmo on the new server i get "the parameter is incorrect"

When I open AD Users & Groups on new server. right click on domain and choose change controller. Server 12 isn't listed. I can manually type it then it opens.

If i open AD Domains and trust and check operational master it says the new server is the operational master.

If i open AD Admin center it says can't find any available servers

If i open AD Users & Comp - It shows ERROR under operations master.


Found the following entry in Event viewer:
This server is the owner of the following FSMO role, but does not consider it valid. For the partition which contains the FSMO, this server has not replicated successfully with any of its partners since this server has been restarted. Replication errors are preventing validation of this role.
 
Operations which require contacting a FSMO operation master will fail until this condition is corrected.
 
FSMO Role: DC=papharmacists,DC=com
 
User Action:
 
1. Initial synchronization is the first early replications done by a system as it is starting. A failure to initially synchronize may explain why a FSMO role cannot be validated. This process is explained in KB article 305476.
2. This server has one or more replication partners, and replication is failing for all of these partners. Use the command repadmin /showrepl to display the replication errors.  Correct the error in question. For example there maybe problems with IP connectivity, DNS name resolution, or security authentication that are preventing successful replication.
3. In the rare event that all replication partners are expected to be offline (for example, because of maintenance or disaster recovery), you can force the role to be validated. This can be done by using NTDSUTIL.EXE to seize the role to the same server. This may be done using the steps provided in KB articles 255504 and 324801 on http://support.microsoft.com.
 
The following operations may be impacted:
Schema: You will no longer be able to modify the schema for this forest.
Domain Naming: You will no longer be able to add or remove domains from this forest.
PDC: You will no longer be able to perform primary domain controller operations, such as Group Policy updates and password resets for non-Active Directory Domain Services accounts.
RID: You will not be able to allocation new security identifiers for new user accounts, computer accounts or security groups.
Infrastructure: Cross-domain name references, such as universal group memberships, will not be updated properly if their target object is moved or renamed.


Please Help
Microsoft Server OSWindows NetworkingActive Directory

Avatar of undefined
Last Comment
PcDr32

8/22/2022 - Mon
BillBondo

Not sure but perhaps you need to seize the roles.
FOX

1.Can you ping the old server from the new
2. Did you add the ip of the old server to the primary dns of the new server on the nic

from the new server run the below command

Move-ADDirectoryServerOperationMasterRole -Identity “name of 2012 DC” –OperationMasterRole 0,1,2,3,4 -force

ref link: http://thelazyadmin.com/2013/08/managing-fsmo-roles-with-powershell/
ASKER CERTIFIED SOLUTION
PcDr32

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
PcDr32

ASKER
Contacted Microsoft
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy