PC Review


Reply
Thread Tools Rate Thread

Can't cancel print job

 
 
Don Culp
Guest
Posts: n/a
 
      10th Nov 2008
Occasionally I have a print job that fails to print. When this happens I
open "Printers and faxes", right click on the offending print job and then
click cancel. This generally solves the problem. However, sometimes the
status shows "Deleting - Printing" but the printing never deletes. If I
repeat this procedure the result is unchanged. Then other print jobs back up
behind the one that won't print. If I click "Cancel all documents" then all
documents are deleted except the offending job. The only solution that I
have found is to reboot.

Other:

1. This is a local printer.

2. If I try to put the computer into standby, I get the message, "The
service 'Print Spooler' is preventing the machine from entering standby. Try
stopping this service and try again.")

Win XP, SP2

Thanks,
Don Culp


 
Reply With Quote
 
 
 
 
David H. Lipman
Guest
Posts: n/a
 
      10th Nov 2008
From: "Don Culp" <(E-Mail Removed)>

| Occasionally I have a print job that fails to print. When this happens I
| open "Printers and faxes", right click on the offending print job and then
| click cancel. This generally solves the problem. However, sometimes the
| status shows "Deleting - Printing" but the printing never deletes. If I
| repeat this procedure the result is unchanged. Then other print jobs back up
| behind the one that won't print. If I click "Cancel all documents" then all
| documents are deleted except the offending job. The only solution that I
| have found is to reboot.

| Other:

| 1. This is a local printer.

| 2. If I try to put the computer into standby, I get the message, "The
| service 'Print Spooler' is preventing the machine from entering standby. Try
| stopping this service and try again.")

| Win XP, SP2

| Thanks,
| Don Culp


In a command prompt type;

net stop spooler

wait until it stops and then type;

net start spooler

Then close the Commad Prompt.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp


 
Reply With Quote
 
LVTravel
Guest
Posts: n/a
 
      10th Nov 2008

"Don Culp" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Occasionally I have a print job that fails to print. When this happens I
> open "Printers and faxes", right click on the offending print job and then
> click cancel. This generally solves the problem. However, sometimes the
> status shows "Deleting - Printing" but the printing never deletes. If I
> repeat this procedure the result is unchanged. Then other print jobs back
> up behind the one that won't print. If I click "Cancel all documents" then
> all documents are deleted except the offending job. The only solution that
> I have found is to reboot.
>
> Other:
>
> 1. This is a local printer.
>
> 2. If I try to put the computer into standby, I get the message, "The
> service 'Print Spooler' is preventing the machine from entering standby.
> Try stopping this service and try again.")
>
> Win XP, SP2
>
> Thanks,
> Don Culp
>
>


Don the following lines of code for a batch file should dump any stuck print
jobs. It was posted on one of these newsgroups and I have found it very
useful.

@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul


Copy and paste the lines of code into notepad, save and change the extension
to .bat and place it in a location you can later find. Create a shortcut to
the batch file and place it on your desktop. When you have a stuck print
job, double click on your icon on the desktop.


 
Reply With Quote
 
Bill Sharpe
Guest
Posts: n/a
 
      10th Nov 2008
Don Culp wrote:
> Occasionally I have a print job that fails to print. When this happens I
> open "Printers and faxes", right click on the offending print job and then
> click cancel. This generally solves the problem. However, sometimes the
> status shows "Deleting - Printing" but the printing never deletes. If I
> repeat this procedure the result is unchanged. Then other print jobs back up
> behind the one that won't print. If I click "Cancel all documents" then all
> documents are deleted except the offending job. The only solution that I
> have found is to reboot.
>
> Other:
>
> 1. This is a local printer.
>
> 2. If I try to put the computer into standby, I get the message, "The
> service 'Print Spooler' is preventing the machine from entering standby. Try
> stopping this service and try again.")
>
> Win XP, SP2
>
> Thanks,
> Don Culp
>
>

Some newer printers have a "cancel" button on their front panels. HP,
for one, suggests using this method for my HP 5610.

I've also had success with the batch file recommended by others on my
previous printer.

Bill
 
Reply With Quote
 
 
 
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to cancel printing or to delete a print job that is stuck in the print queue in Windows XP Alan Morris [MSFT] Windows XP Print / Fax 6 30th May 2008 06:23 PM
unable to cancel print jobs, printer won't print =?Utf-8?B?TGl6?= Windows XP Print / Fax 2 15th Jan 2007 04:21 AM
Print Operator cannot cancel a Print Job - Strange!! jfkind@gmail.com Microsoft Windows 2000 Printing 0 9th Mar 2006 10:04 PM
document won't print and can cancel from print queue pj Windows XP Print / Fax 1 10th Oct 2004 05:26 AM
Epson Stylus C82 / Linksys Etherfast EFSP42 Print Server / Linux and Windows 98 / CANCEL PRINT JOB Dougie Nisbet Printers 2 9th Nov 2003 04:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:35 AM.