|
We are developing a critical application and need to have the finest control over the documents printed. To be sure on which documents are printed or not we want to check the printer queue.
How can we query the print queue on Windows (status, queue list...
Started by FerranB on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
More in the Printing and Print Spooler References
.NET has the PrintQueue and PrintServer classes.
|
|
I use Cacti to graph various things on my network, and I want to understand load on my print servers. Cacti uses SNMP to monitor things. Can I monitor the size of the print queue via SNMP? If so, how.
I am already able to snmpwalk my print server, but...
Started by dunxd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Work well in the case of print queue monitoring and most things Windows when thought of.
|
|
We are migrating a number of print queues off a Windows 2000 server onto a 2008 server. We send print jobs to these queues from a remote Unix box, typically just plain ascii text reports. On the 2000 server these reports pass-through unaltered and print...
Started by garyLynch on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I've got ....
We've got a supplier who submits print jobs from a HP/UX machine to our W2K3 server, and we send them on to Zebra label printers.
I'm doing something similar on a Windows 2003-based print server for a Customer with no problems.
|
Ask your Facebook Friends
|
I have a Windows 2003 print server that I need to retire, but I need to migrate the print queues off of it first onto another Win2k3 server. I have found some information on migrating, but it all seems to have to do with duplicating the print queue settings...
Started by wfaulk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If you cant to backup/restore all your print queues and drivers, you can use printer, just change the server string to connect to the queue.
And update accordingly.
|
|
In one of the schools I work at, I was told that users are having trouble printing -- that the print queues keep getting jammed, and they are prompted for a password that they don't have to unjam them.
Our users are using Macs running OS X 10.5.7. The...
Started by Clinton Blackmore on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Configure printer settings; if you just want to grant queue management, I believe you can do.
|
|
I need to view and track the history of a printer's queue. I am running Windows XP Pro with a various set of HP printers.
If the OS or the printer does not keep a log, is there a third party application that can perform this service?
Edit:
The printers...
Started by Berek Bryan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I doubt that they will be able to retroactively look system things ... .
On a single client at the various print auditing solutions available.
User, print queue, file name, etc.) Usually logged under the print spooler service.
|
|
We've received a rather tricky business requirement.
Users should be able to store print jobs in the application, until the user explicitly decides to send the jobs to the actual printer.
The easy solution (the way I see it) is to have a small windows...
Started by Dan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I know in our organization, we implemented....
I don't have any specifics or code examples for you, but I do recommend opening Visual Studio up and creating a Microsoft Word 2007 plugin (is the requirement version-free?) and playing with the available APIs .
|
|
I have some code that sends a text file to a printer as follows:
File.Copy(outputFile, "\\" & printServer & "\" & printer)
Is there a way I can specify the priority of the print job before it's sent to the printer?
Started by Jeff on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Plotter, where some are smart enough to adjust their own job priority to 99 to "jump the queue" and get vulnerability" to disable this feature, or set a default print priority, to solve the above problem in the queue (though the ....
|
|
We're running CUPS with about 10 different printers, and recently one of them started to jam. While we wait for tech support to bless us with a repair, is there a way to redirect all jobs from say Printer 1 to just print to Printer 2?
I know that I can...
Started by dragonmantank on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If you feel up to reconfiguring....
There's probably an easier method, but what I did in a similar situation was to rename the printer, create a printer class with the same name and put inside the printer class the printer where you want the jobs redirected .
|
|
Every time I open any printer queue I get a kernel panic and have to reboot. It's quite frustrating. I've tried removing/adding printers, clearing all caches with Onyx, repairing permissions, all manner of things to no avail.
Any tips would be greatly...
Started by Gray on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Do not open a printer queue; Open.
Click OK in the dialog that appears, and then try re-adding your printers .
Resetting the printing system?
Go to Print & Fax preferences and option +click the minus button.
|