If you can fix this, you win at life

This is a catch all off topic forum to talk about anything not covered by other sections.
Locked
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

If you can fix this, you win at life

Post by Red Squirrel »

Image

Archived topic from Anythingforums, old topic ID:3377, old post ID:61889
Honk if you love Jesus, text if you want to meet Him!
scherzo
Posts: 497
Joined: Sun Sep 10, 2006 3:05 am

If you can fix this, you win at life

Post by scherzo »

couple of hits
If you convert the decimal representation of the flags value that is specified in the event message (17) to hexadecimal, you get 0x00000011. This tells you that both the GPO_INFO_FLAG_MACHINE and GPO_INFO_FLAG_BACKGROUND flags are set.

The failure status code in the event is a Win32 error code. You can translate the error message to a more readable message by using the net helpmsg command. For example, if you type net helpmsg 1332 at a command prompt and then press ENTER, you receive a "No mapping between account names and security IDs was done" message. This error is caused (in this case) by a policy that is assigning a user right to an SID for a deleted user.
or

http://support.microsoft.com/kb/261007

Archived topic from Anythingforums, old topic ID:3377, old post ID:61890
Image
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

If you can fix this, you win at life

Post by Red Squirrel »

haha yeah I've been all over the KB articles and stuff already. 3 weeks later I'll tell you what fixed it.


REBOOT!


Seriously. That fixes everything. We could not reboot since it was a live server, so we got a power outage, wham, everything fixed itself. Gota love windows for that.

Archived topic from Anythingforums, old topic ID:3377, old post ID:61893
Honk if you love Jesus, text if you want to meet Him!
Locked