Forum Discussion
Mohammed Ullah
Jul 24, 2017Brass Contributor
The security database on the server does not have a computer account for this workstation trust..
We have a single Site single Domain (xyz.com) which contain following 3 Domain Controllers: 1- DC1 (PDC, windows server 2012 R2, a hyper-v virtual server) 2- DC2 (Secondary DC, windows server En...
Abdullah_Ollivierre
Sep 06, 2023Copper Contributor
This was the answer for me the AD object for the computer existed on DC0 and did NOT exist in DC1 or DC2 !!!!!!!!!!! so I ran repadmin /syncall /AdeP on DC0 and now there is a computer object replicated to DC1 and DC2.
In other words the computer used DC0 for the domain join but was trying to use DC1/DC2 for the auth so because the AD object for the computer did not exist in DC1/DC2 the auth was failing and the force replication command worked liked a charm. Now we need to figure out why the replication is not working in the first place.