Document jammed in print queue - Windows 2000 server

Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default Document jammed in print queue - Windows 2000 server

    I have a document in the print queue that states deleting-
    error-printing as the status. I can't get rid of it.

    Any help would be appreciated?
    Chris Guest

  2. Similar Questions and Discussions

    1. print to pdf doesn't work. queue in the print center stopped
      hi, have a huge problem with printing a pdf. when i'm in illustrator for example and choose to print a simple page to pdf, it moves the file into...
    2. authenticating users using their windows login with cf 4and windows server 2000
      Does anyone know of a way to authenticate users using cfauthenticate and security context using coldfusion 4 running on a windows server 2000...
    3. Windows 2000 Server/Windows Server 2003 Dual Boot
      I have been asked to provide a dual boot server using both Windows 2000 Server and Windows Server 2003 Std Edt. Can anyone tell me whether this is...
    4. Windows Server 2003 member in Windows 2000 domain
      At a primary school where I sometimes aid in the network administration we are going to add a file server to our existing network. Currently the...
    5. Windows 2003 Server can't see members of Windows 2000 Domain
      Hi there, The problem I have is quite straight-forward to describe: I have an existing Windows 2000 domain to which I've recently added a new...
  3. #2

    Default Document jammed in print queue - Windows 2000 server

    Don't know if you already fixed your problem as those
    things have a habit of hanging and then spontaneously
    being alright after like 10-15 minutes but next time a
    problem like that arises, pause all printing on the
    printer before you cancel the job. Usually deletes faster!

    >-----Original Message-----
    >I have a document in the print queue that states
    deleting-
    >error-printing as the status. I can't get rid of it.
    >
    >Any help would be appreciated?
    >.
    >
    Precision Guest

  4. #3

    Default Re: Document jammed in print queue - Windows 2000 server

    from a command prompt on the server, run

    net stop spooler
    and then right away
    net start spooler

    this will typically purge the job that is screwed up. While the spooler
    service is off, jobs of course will not be sent to the the printer but this
    whole operation takes less than 20 seconds to run.


    "Chris" <anonymous@discussions.microsoft.com> wrote in message
    news:21e5701c45d18$32f23970$a601280a@phx.gbl...
    > I have a document in the print queue that states deleting-
    > error-printing as the status. I can't get rid of it.
    >
    > Any help would be appreciated?

    TheSingingCat Guest

  5. #4

    Default Re: Document jammed in print queue - Windows 2000 server

    oh, that is of course assuming you're sending the jobs to a print server.
    If it's hooked directly up to the workstation (and the workstation is
    NT4.0 -> XP) then just drop to a cmd prompt on that box and run those
    commands.


    "TheSingingCat" <meowmeowmeowmeow@meowmeowmeow.com> wrote in message
    news:40e0495f$1_2@news....
    > from a command prompt on the server, run
    >
    > net stop spooler
    > and then right away
    > net start spooler
    >
    > this will typically purge the job that is screwed up. While the spooler
    > service is off, jobs of course will not be sent to the the printer but
    this
    > whole operation takes less than 20 seconds to run.
    >

    TheSingingCat Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139