You are browsing the archive for Windows Printing.

by MLK

Troubleshooting Event ID 333 & NTUSER.DAT bloated to 60MB

June 28, 2009 in Windows Events, Windows Printing, Windows Registry by MLK

Description/Problem:
Everything worked fine for several weeks. After that we identify on Windows 2003 Terminal Server (Service Pack 2) strange issue related to Event ID 333 written to the system event log. This error indicate that operating system is not able to flush out or write to the registry hive.  The symptoms that accompany an Event ID 333 can vary between server hangs, “Insufficient resources exist to complete the requested service” errors, etc. In our case the solution was not so easy because all user profiles contain NTUSER.DAT file with size about 40 – 60 MB!

Solution:

  • Took a backup of registry key and delete all the entries under it:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Hewlett-Packard
  • Disable the PML Driver HPZ12 service,
  • Took a backup of numerous entries under below registry keys and delete them:
    HKEY_LOCAL_MACHINE\System\ControlSet001\Control\DeviceClasses\{28d78fad-5a12-11d1-ae5b-0000f803a8c2}\##?#Root#RDPDR#0000#{28d78fad-5a12-11d1-ae5b-0000f803a8c2}
    HKEY_LOCAL_MACHINE\System\ControlSet003\Control\DeviceClasses\{28d78fad-5a12-11d1-ae5b-0000f803a8c2}\##?#Root#RDPDR#0000#{28d78fad-5a12-11d1-ae5b-0000f803a8c2}
  • Delete all the user profiles on the Terminal Server,
  • Logon to the Terminal Server with valid user account,
  • Check that NTUSER.DAT file size will be about 200 – 400 kB.

Some additional information related to this issue are published also in TechNet article: Troubleshooting Event ID 333 Errors.

by MLK

HP Universal Print Driver & HP CIO Components Installer

January 13, 2009 in Windows Printing, Windows Registry by MLK

Description/Problem:
Several users inform us that they have problem on Microsoft Windows 2003 – Terminal Servers with latest version of HP Universal Print Driver (4.7). Installation of this driver was not finished successfully and now after each user login to the system the installer tries to continue with installation of “32 Bit HP CIO Components”. This installer is running for a long time without success and blocked also installation of another applications which are using Microsoft Installer (MSI). We identify that Microsoft Installer related to the “32 Bit HP CIO Components” creates thousands registry API calls as a result of over 2000 – 4000 subkeys created in the registry for every mapped printer. The HP Support provides to us information that issue will be fixed in next update for HP Universal Print Driver (version 4.7.x).

Solution:

  • Stop Print Spooler service
  • Remove manually all HP Universal Print Driver (4.7) from Print Server
  • Client side – delete all the registry keys that were created by the 32 Bit HP CIO Components Installer

    • HKEY_USERS\.DEFAULT\Software\Hewlett-Packard
  • Server side – delete all the registry keys that were created by the 32 Bit HP CIO Components Installer

    • HKEY_USERS\.DEFAULT\Software\Hewlett-Packard
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows NT\CurrentVersion\ Terminal Server\Install\Software\ Hewlett-Packard
  • Reinstall old version of HP Universal Print Driver on Print Server
  • Restart server

More info about this issue is described on HP IT Resource Center Forum.