Well this is just as annoying as can be but it turns out to be pretty quick to resolve.  If you reboot your client PC’s but find some software you pushed via Group Policy did not install, you likely are in Asyncronous Policy Processing Hell.

First verify that the policy did make it to your test PC by launching a CMD window (don’t forget to RUN AS ADMINISTRATOR) and typing GPRESULT.  Just look for your GPO under COMPUTER.  Also check the event log of your test PC and look for The error was : %%1274

BACKGROUND:

Since Windows Server 2003, XP and newer clients don’t wait for the network components to fully load before allowing a user to login.  This makes boot times faster but means that Software Deployments via Group Policy almost always require TWO reboots.  Also, you can get the dreaded:

System Event 108 “The error was : %%1274”

and never get an install completed.

 

SOLUTIONS:

  1. Delete the GP Key from the client PC’s registry: HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Group Policy
  2. Turn Asyncronous Policy Processing off by creating a new GPO (or editing an existing one) with the following setting:
    Computer Settings > Administrative Templates > System > Logon > Always wait for the network at computer startup and logon – Enabled

I figured this out using several blogs but the most useful and the one deserving the most credit is THIS ONE, in case you want to read more about it.

 


3 Comments

Anil · April 14, 2018 at 1:29 am

error 108 when i am starting computer

Error 108
Press to Run SETUP

QUDOWNLOAD » Java Gpo Error 1274 · May 12, 2015 at 9:28 pm

[…] SOLVED: How to resolve System Event 108 “The error was … – Feb 1, 2013 … … error was : %%1274″ When Deploying Software Through Group Policy … Also check the event log of your test PC and look for The error was : %%1274 … SOLVED: How to Deploy Java Through An Active Directory Group … […]

SOLVED: How to Deploy Java Through An Active Directory Group Policy - Up & Running Technologies Calgary · February 1, 2013 at 5:35 pm

[…] Take a quick scan of my post on the two easy fixes for this problem, HERE. […]

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *