No I didn't install any updates.
I have just remembered I did install a new printer driver a few days before the problems started. Would that possibly have an effect?
Main Topics
Browse All TopicsI have various XP users that are all of a sudden getting an error message "No printers are Installed" when they try to print. The printers they are trying to use are networked on a W2K server.
Some of the clients printer spoolers have stopped so restarting this sometimes fixes the issue but not always, but on these machines the problem returns some hours later. Other than that re-booted tends to resolve but again for a short time.
Most all other users can print to these same networked printers with no issue
This has happend out the blue for 2 days now
Any help would be appreciated?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry I dont quite understand about removing the port? I have used another older driver already on the server for the printer in question.
I have also been advised that a colleague had a simular issue and fixed that by excluded spool files from his Anti-virus. I have done that too to see if that helps
Just had another random user with an error saying no printers installed. A microsoft error box then came up saying " Spooler Subsystem App has encountered a problem and needs to close. We are sorry for the inconvenience"
I then manually restarted the spooler service and he can print to printers on other servers but not the server in question. Just wont connect to the printers.
If this issue happens to the same server(s) all the time I would say that the problem is related to the print server and there could be many different reasons why this happens, have you noticed if its related to the same print queues or a specific print driver. I have seen this kind of error or behaviour in our own environment and sometimes it has to do with registry settings on the print server that are transferred to the client becuse the driver has been changed on an existing print queue.
when you get that error message you get you can get a quite good dump file from that if you do not close that box. I dont know if you get the exact same message that I refer to but but if you do you will notice a small blue link with text "click here", if you click on that one and in the next menu click on the "click here" link again. Now you end up with a dialog box with the title "Error report contents", if this one includes two paths pointing to "Documents and settings folders" then copy this path (not the file name) and open it in explorer. you will probably stand in a folder named something like "WERxxxx.dir00", copy all the files to another place (two files with extension .mdmp and .hdmp are important). The larger file of those contains the dump information and can be examined in WinDbg.
I dont know if you are familiar with that tool. If you have those file I could take a quick look at them to see if I see anything familiar with the problems I have encountered.
Long reply but that might get a hint
br
/ Mikael
Thanks activephoto
I have the hdmp dump file so can you please advise as I have never used Windbg, any help would be much appreciated as its driving me and my users mad
I have tried to attach the file so you can look but the site wont let me attach that file extension.. any ideas as im sure it will mean more to you?
Thanks for the file, I have analyzed it and came up with the conclution that the spooler crashes on a function named
localspl!GetIniDriver
I am pretty sure that the problem scenario is that on the print server, print queue \\melt2k1\mtoffcol has a driver that at some time has been changed from HP Universal driver to something else and that is done under the Advanced tab in printer preferences. The problem is that if changing from HP Universal print driver to anything else in that way it will NOT remove all registry entries from the old driver, and when any computer tries to connect to that printer (remotely) it will crash since that file is not part of the driver. It might exist in the file system but is not a dependant file.
Try this to verify if this is the case (you can find a similar case in another question
(http://www.experts-exchan
I would start to do the following on the print server
Open Regedit and browse to the following registrykey. KEY_LOCAL_MACHINE\SYSTEM\C
if this key is there and you find a registry value with the hpzpnp.dll filename in it, you need to delete that registry key.
Dont forget to restart the spooler after doing the change in registry
one easier way could of course be to delete the print queue and recreate it with the same driver on the print server
Clients
If there is clients still experiences the same crash you open regedit on those clients and goto the following registry key
HKEY_LOCAL_MACHINE\SOFTWAR
you can safely remove the printer name registry key under the server name and restart the spooler, those values will be added again when someone connects to the printer but you will not have the faulting registry value.
Hope this helps you and if it does, please write back
Good luck!
/ Mikael
Business Accounts
Answer for Membership
by: jvuzPosted on 2009-01-22 at 04:07:01ID: 23438536
Have you installed some windows updates maybe at that day?