Event Id 1202

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

on a domain controller i get the event id 1202.
I have researched the problem and did nearly everything thats mentained in
the article.(0x6fc: The trust relationship between the primary domain and the
trusted domain failed.)
http://support.microsoft.com/kb/324383/en-us#E5ABAAA

In step 3 i found out the the "power users" group is the problem.
But i can`t find the policy that makes the problem (describe in step 4).

How can this problem be solved?

Best regards



regards
 
there is not error 0x6fc in the article.

"No mapping between account names and security IDs" will definitely
cause 1202, but not the same as what you quoted(0x6fc).
 
there is not error 0x6fc in the article.

"No mapping between account names and security IDs" will definitely
cause 1202, but not the same as what you quoted(0x6fc).
 
I don't really understand your problem but maybe going through this link
below will help get you started.

http://www.eventid.net/display.asp?eventid=1202&eventno=348&source=SceCli&phase=1

Plus you should try the following:
Try running netdiag, repadmin and dcdiag. Look for fail, error and warning
errors.

If you don't have the tools installed load them from your install disk.

d:\i386\adminpak.msi (Server tools for remote management of servers)
d:\support\tools\setup.exe (Server Utilities)

Copy the following to a cmd file and run look for error, fail and warn
within the reports. Post any errors you can't figure out. make sure you
modify DC_Name to the name of a dc in your domain.

@echo off

c:
cd \
cd "program files\support tools"

del c:\dcdiag.log
dcdiag /e /c /v /s:DC_Name /f:c:\dcdiag.log
start c:\dcdiag.log

netdiag.exe /v > c:\netdiag.log
start c:\netdiag.log

repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
start c:\repl.txt


See for more details

http://www.microsoft.com/technet/pr...Ref/1d4ce93c-54f2-4069-a708-251509c38837.mspx


--
Paul Bergson MCT, MCSE, MCSA, Security+, CNE, CNA, CCA
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.
 
Hi Rex,

I see John & Paul have provided important information. Please follow them
first and post back to let us know if you still have concerns.

Per the instruction in this article, what is the result of "c:\>find /i ¡
°account name¡± %SYSTEMROOT%\security\templates\policies\gpt*.*" in step 4?


Best regards,

Vincent Xu
Microsoft Online Partner Support

======================================================
Get Secure! - www.microsoft.com/security
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others
may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties,and confers no rights.
======================================================



--------------------
 
Back
Top