Question - printing to network share - 2nd part

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry,
I did not finish my previous post,
My question regarding printintg to remote printer (defined on print server -
Windows 2000 server) using logical printer on local computer (Windows XP
prof) with port //server/printer.
I wonder whether in this configuration print jobs are queued by printer
server ?
Regards,
 
Yes. The print file will be spooled on the print server and sent to the
printer when it is not busy printing something else (queued).
 
Well, I'm still not sure what sort of details you are after,but try:

http://www.microsoft.com/windowsserver2003/techinfo/overview/connectivity.mspx
http://www.microsoft.com/windowsserver2003/techinfo/overview/print.mspx
http://www.microsoft.com/windowsserver2003/techinfo/overview/pointandprint.mspx

If you have a specific question, I or someone else that reads in this
newsgroup may have an answer.

--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders

It is perfectly useless to know the right answer to the wrong question.
 
Bruce,
It is not clear for me deference beetwen the following printer's
configuration:
- local printer with port like \\server\printer
- network printer set up on server using point and print
 
When the printer is on a local port like \\servername\printer name, it is
really a "Local Printer" that happens to have its output redirected to a
printer shared from another computer. The printer's Port is a Local Port on
the client (local) computer and has no relationship to the Port used on the
print server to communicate with the physical print device. The local Port
Name is exactly the UNC name of the shared printer.

In that situation, there is a complete printer object locally that has a
name and properties. This means, among other things:

1. the display name of the printer can be changed on the local computer and
is independent of what the name is on the print server
2. which printer driver to use is set on the local computer and can be
changed (although serious or subtle problems can happen if an inappropriate
or incompatible printer driver is chosen). This can sometimes be useful;
for example, you may have an application that can only use a Generic/Text
Only printer driver (perhaps an old DOS application); in this case, you can
configure the Local Printer with the Generic/ Text Only printer driver and
redirect the print to some network printer (e.g. a laser printer).
3. the properties of the printer (e.g. whether or not there is a duplexing
unit) can be (have to be) set on the local computer and are indpendent of
what is configured on the server

When "point and print" (i.e. a proper "Network Printer" is in use):
1. the properties you see on the client computer are actually the properties
of the printer on the server and can only be changed by user accounts that
are authorized to do so on the print server (e.g. the server
administrators); this includes the printer name, share name, driver etc.
2. the printer name on the client (local) computer can not be changed and is
always "printername on print server name".



--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders

It is perfectly useless to know the right answer to the wrong question.
 
Bruce,
Your answer is perfect and clear. I consider the both configuration as I
started with the second, but sometimes I could not print (sometimes computer
hung up, sometimes I received the message the document s were sent but
nothing was printed) so I started reading about problems with printing and I
found out the first configuration which seems to work better. Could you tell
me what exatly I'm loosing using it (queueing) ?
Kind regards,
Greg
 
Well, now we need to get into specifics:

1. what OS version is on the print server computer?
2. what OS version is on the client computer?
3. what make and model of printer has the problem?
4. what driver version is on the print server?
5. what driver Model is on the print server (e.g. Windows 2000, Windows XP)?
6. does cleaning the print spooler software on the client computer make any
difference (see http://members.shaw.ca/bsanders/CleanPrinterDrivers.htm)?

--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders

It is perfectly useless to know the right answer to the wrong question.
 
Back
Top