Windows
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   Web Development Archives FAQs Windows

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Web Development Archives Sponsor:
  #1  
Old May 9th, 2005, 05:48 PM
Martin Zeigler
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Cannot Remove print queue

I am running Windows XP and have created a network print queue to a
queue on my Linux box through Samba. I removed the queue on Linux
first, forgetting about the queue on my Windows machine. When I then
tried to remove the queue on XP, it won't let me remove it now. The
queue goes into a status of "Deleting" but never deletes. I have
rebooted the machine several times but get the same result. I have
tried to recreate the queue on Linux, but then get the message "Cannot
remove the queue when there are queued documents pending" when I
try to delete the XP queue. There is nothing queued in either queue.

I just want to get rid of the queue on windows. Is there any way to
just remove it?

Reply With Quote
  #2  
Old May 9th, 2005, 06:11 PM
JP
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Cannot Remove print queue

Martin.Zeigler@insightbb.com (Martin Zeigler) wrote in message news:<c3c7d4e8.0406150650.5ad627be@posting.google.com>
I am running Windows XP and have created a network print queue to a
queue on my Linux box through Samba. I removed the queue on Linux
first, forgetting about the queue on my Windows machine. When I then
tried to remove the queue on XP, it won't let me remove it now. The
queue goes into a status of "Deleting" but never deletes. I have
rebooted the machine several times but get the same result. I have
tried to recreate the queue on Linux, but then get the message "Cannot
remove the queue when there are queued documents pending" when I
try to delete the XP queue. There is nothing queued in either queue.
>

I just want to get rid of the queue on windows. Is there any way to
just remove it?

Did you try uninstalling the printer in Windows and then reinstalling it?

Reply With Quote
  #3  
Old July 18th, 2007, 04:59 AM
Buggrit Buggrit is offline
Registered User
Dev Archives Newbie (0 - 499 posts)
 
Join Date: Jul 2007
Posts: 1 Buggrit User rank is Just a Lowly Private (1 - 20 Reputation Level)  
Time spent in forums: 15 m 19 sec
Reputation Power: 0
Quote:
Originally Posted by JP
Martin.Zeigler@insightbb.com (Martin Zeigler) wrote in message news:<c3c7d4e8.0406150650.5ad627be@posting.google.com>
I am running Windows XP and have created a network print queue to a
queue on my Linux box through Samba. I removed the queue on Linux
first, forgetting about the queue on my Windows machine. When I then
tried to remove the queue on XP, it won't let me remove it now. The
queue goes into a status of "Deleting" but never deletes. I have
rebooted the machine several times but get the same result. I have
tried to recreate the queue on Linux, but then get the message "Cannot
remove the queue when there are queued documents pending" when I
try to delete the XP queue. There is nothing queued in either queue.
>

I just want to get rid of the queue on windows. Is there any way to
just remove it?

Did you try uninstalling the printer in Windows and then reinstalling it?


Try restarting the Print spooler service that should then enable you to delete the documents.

Firstly delete the document from the print queue. you will see it sitting and attempting to delete the docs.

Then retart the print spooler service...

To restart the spooler. open a command box (RUN - CMD)
type in "Net Stop Spooler" and hit enter.

When that has completed, type net "start spooler" and hit enetr to restart it.

I've created a batch file which I use to do this. The code for which, is included below. If you copy it into a notepad doc and save it as whatever you want .BAT then you'll have a one click version of the above process. I hope this helps.

Jason

Cut from here--->
CLS
@echo off
echo This program restarts the print spoooler service and clears broken print jobs
echo copyrite Jason Bell 2007
echo Visit me at PCS wireless LLP
echo .
echo Please wait for approx 10 seconds...
NET STOP SPOOLER
:: Pause routine
@ping 127.0.0.1 -n 10 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
:: end Pause routine
NET start SPOOLER
echo Job has completed The printer should now work again
@ping 127.0.0.1 -n 5 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo on
:: end
<--- to Here

Reply With Quote
Reply

Viewing: Web Development Archives FAQs Windows > Cannot Remove print queue


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway