Page 1 of 1

If you can fix this, you win at life

Posted: Sat Oct 06, 2007 9:28 pm
by Red Squirrel
Image

Archived topic from Anythingforums, old topic ID:3377, old post ID:61889

If you can fix this, you win at life

Posted: Sun Oct 07, 2007 5:58 am
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

If you can fix this, you win at life

Posted: Sun Oct 07, 2007 1:30 pm
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