Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista print fax & scan

Vista - Too many names

Reply
 
Old 12-20-2008   #1 (permalink)
ITNews


 
 

Too many names

From the manifacture, the printer has a netbios name, a model number, its
driver's name, its LPD queue name

On the server, the administrator assigns a print queue name and an IP
address.

Please, what name is used for the server's print queue name and what's the
purpose of it.
On the other hand, why do we need the LPD queue name if we send the print
job to printer's IP address?

Lately, printers manufactures allow any remote queue name for LPD queue name
.... how does that work compare to the specific LPD queues names?

Thanks in advance!



My System SpecsSystem Spec
Old 12-24-2008   #2 (permalink)
Alan Morris [MSFT]


 
 

Re: Too many names

One can only send data over LPD/ lpr protocol on an IPv4 or IPv6 transport.

Each manufacture can designate how to implement the LPD spec, some only
accept data to a specific queue name and others will accept to any name.


So far this you are not really asking a Windows question but rather
something for the printer vendor.



--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"ITNews" <ITNews@xxxxxx> wrote in message
news:%23zrdPyuYJHA.760@xxxxxx
Quote:

> From the manifacture, the printer has a netbios name, a model number, its
> driver's name, its LPD queue name
>
> On the server, the administrator assigns a print queue name and an IP
> address.
>
> Please, what name is used for the server's print queue name and what's the
> purpose of it.
> On the other hand, why do we need the LPD queue name if we send the print
> job to printer's IP address?
>
> Lately, printers manufactures allow any remote queue name for LPD queue
> name ... how does that work compare to the specific LPD queues names?
>
> Thanks in advance!
>
>

My System SpecsSystem Spec
Old 12-24-2008   #3 (permalink)
ITNews


 
 

Re: Too many names

Hello Mr. Morris.
Sorry, I realize, I asked 3 questions and thank you for answering the 2nd
one.
I also realize that the print queue name is different from the printer queue
name, which I was referring to.

Therefore, my first question is regarding the printer queue names on the
Windows environment, the printer queue names created by administrators.
" Please, what name is used for the server's printer queue name and what's
the purpose of it."

I guess I found the 2nd part of my 2nd question, the purpose of the server's
printer queue name is to resolve the name into the IP address, although I do
not understand how are the A(host) and PTR records entered/updated in the
DNS in an AD environment and if printers use ddns like workstations. On the
other hand, if this printer queue name is to resolve the printer's name into
the IP address why would we experience ghost printers? Don't DHCP and DNS
keep in touch? lol


The first part of my 2nd question though is where I need some help. Out of
so many printer names that I mentioned in my original post, which one is
used for the server's printer queue name, please. Is it the NetBIOS name of
the printer, or could it be any name?

Although it may seem like I have many questions, everything is related to
one thing only: the printer queue name.


Any help / link will be appreciated!




what is the

"Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
news:O8ShlSYZJHA.1352@xxxxxx
Quote:

> One can only send data over LPD/ lpr protocol on an IPv4 or IPv6
> transport.
>
> Each manufacture can designate how to implement the LPD spec, some only
> accept data to a specific queue name and others will accept to any name.
>
>
> So far this you are not really asking a Windows question but rather
> something for the printer vendor.
>
>
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "ITNews" <ITNews@xxxxxx> wrote in message
> news:%23zrdPyuYJHA.760@xxxxxx
Quote:

>> From the manifacture, the printer has a netbios name, a model number, its
>> driver's name, its LPD queue name
>>
>> On the server, the administrator assigns a print queue name and an IP
>> address.
>>
>> Please, what name is used for the server's print queue name and what's
>> the purpose of it.
>> On the other hand, why do we need the LPD queue name if we send the print
>> job to printer's IP address?
>>
>> Lately, printers manufactures allow any remote queue name for LPD queue
>> name ... how does that work compare to the specific LPD queues names?
>>
>> Thanks in advance!
>>
>>
>
>

My System SpecsSystem Spec
Old 12-26-2008   #4 (permalink)
Alan Morris [MSFT]


 
 

Re: Too many names

The spooler typically connects to the printer name rather than the share
name but one can connect to the share name as well. The share name is used
by the server service to create named pipes to the spooler service.

The spooler uses the printer HOSTNAME to obtain the IP address for the
printer from WINS or DNS entries. Stale entries are always around. Most
printers get the IP from DHCP but some printers do not play well when
updating WINS and DNS. If the NIC for the printer works well with DNS leave
it DHCP. If your running into too many stale entries when the IP changes,
go for static. I'm sure there is more than one person in this forum who
will tell you always use static IP entries for the printers.

The spooler only uses the NETBIOS name of the printer when printing to Local
Ports and resolution is handed over to the network layer when writing data
or querying for valid server name. For most print server configurations,
the NETBIOS name of the printer is never used.



--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"ITNews" <ITNews@xxxxxx> wrote in message
news:eDBeJafZJHA.2084@xxxxxx
Quote:

> Hello Mr. Morris.
> Sorry, I realize, I asked 3 questions and thank you for answering the 2nd
> one.
> I also realize that the print queue name is different from the printer
> queue name, which I was referring to.
>
> Therefore, my first question is regarding the printer queue names on the
> Windows environment, the printer queue names created by administrators.
> " Please, what name is used for the server's printer queue name and what's
> the purpose of it."
>
> I guess I found the 2nd part of my 2nd question, the purpose of the
> server's printer queue name is to resolve the name into the IP address,
> although I do not understand how are the A(host) and PTR records
> entered/updated in the DNS in an AD environment and if printers use ddns
> like workstations. On the other hand, if this printer queue name is to
> resolve the printer's name into the IP address why would we experience
> ghost printers? Don't DHCP and DNS keep in touch? lol
>
>
> The first part of my 2nd question though is where I need some help. Out of
> so many printer names that I mentioned in my original post, which one is
> used for the server's printer queue name, please. Is it the NetBIOS name
> of the printer, or could it be any name?
>
> Although it may seem like I have many questions, everything is related to
> one thing only: the printer queue name.
>
>
> Any help / link will be appreciated!
>
>
>
>
> what is the
>
> "Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
> news:O8ShlSYZJHA.1352@xxxxxx
Quote:

>> One can only send data over LPD/ lpr protocol on an IPv4 or IPv6
>> transport.
>>
>> Each manufacture can designate how to implement the LPD spec, some only
>> accept data to a specific queue name and others will accept to any name.
>>
>>
>> So far this you are not really asking a Windows question but rather
>> something for the printer vendor.
>>
>>
>>
>> --
>> Alan Morris
>> Windows Printing Team
>> Search the Microsoft Knowledge Base here:
>> http://support.microsoft.com/search/?adv=1
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "ITNews" <ITNews@xxxxxx> wrote in message
>> news:%23zrdPyuYJHA.760@xxxxxx
Quote:

>>> From the manifacture, the printer has a netbios name, a model number,
>>> its driver's name, its LPD queue name
>>>
>>> On the server, the administrator assigns a print queue name and an IP
>>> address.
>>>
>>> Please, what name is used for the server's print queue name and what's
>>> the purpose of it.
>>> On the other hand, why do we need the LPD queue name if we send the
>>> print job to printer's IP address?
>>>
>>> Lately, printers manufactures allow any remote queue name for LPD queue
>>> name ... how does that work compare to the specific LPD queues names?
>>>
>>> Thanks in advance!
>>>
>>>
>>
>>
>
>

My System SpecsSystem Spec
Old 12-27-2008   #5 (permalink)
IT News


 
 

Re: Too many names

Thanks Mr. Morris,

You seem to be the most knowledgeable person about printing in the
newsgroups.
I am just confused with so many names in printing,
printer name, print name, share name, printer Hostname, printer Netbios
name, queue name, etc.

Happy holidays!


"Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
news:OSv4cq7ZJHA.1336@xxxxxx
Quote:

> The spooler typically connects to the printer name rather than the share
> name but one can connect to the share name as well. The share name is
> used by the server service to create named pipes to the spooler service.
>
> The spooler uses the printer HOSTNAME to obtain the IP address for the
> printer from WINS or DNS entries. Stale entries are always around. Most
> printers get the IP from DHCP but some printers do not play well when
> updating WINS and DNS. If the NIC for the printer works well with DNS
> leave it DHCP. If your running into too many stale entries when the IP
> changes, go for static. I'm sure there is more than one person in this
> forum who will tell you always use static IP entries for the printers.
>
> The spooler only uses the NETBIOS name of the printer when printing to
> Local Ports and resolution is handed over to the network layer when
> writing data or querying for valid server name. For most print server
> configurations, the NETBIOS name of the printer is never used.
>
>
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "ITNews" <ITNews@xxxxxx> wrote in message
> news:eDBeJafZJHA.2084@xxxxxx
Quote:

>> Hello Mr. Morris.
>> Sorry, I realize, I asked 3 questions and thank you for answering the 2nd
>> one.
>> I also realize that the print queue name is different from the printer
>> queue name, which I was referring to.
>>
>> Therefore, my first question is regarding the printer queue names on the
>> Windows environment, the printer queue names created by administrators.
>> " Please, what name is used for the server's printer queue name and
>> what's the purpose of it."
>>
>> I guess I found the 2nd part of my 2nd question, the purpose of the
>> server's printer queue name is to resolve the name into the IP address,
>> although I do not understand how are the A(host) and PTR records
>> entered/updated in the DNS in an AD environment and if printers use ddns
>> like workstations. On the other hand, if this printer queue name is to
>> resolve the printer's name into the IP address why would we experience
>> ghost printers? Don't DHCP and DNS keep in touch? lol
>>
>>
>> The first part of my 2nd question though is where I need some help. Out
>> of so many printer names that I mentioned in my original post, which one
>> is used for the server's printer queue name, please. Is it the NetBIOS
>> name of the printer, or could it be any name?
>>
>> Although it may seem like I have many questions, everything is related to
>> one thing only: the printer queue name.
>>
>>
>> Any help / link will be appreciated!
>>
>>
>>
>>
>> what is the
>>
>> "Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
>> news:O8ShlSYZJHA.1352@xxxxxx
Quote:

>>> One can only send data over LPD/ lpr protocol on an IPv4 or IPv6
>>> transport.
>>>
>>> Each manufacture can designate how to implement the LPD spec, some only
>>> accept data to a specific queue name and others will accept to any name.
>>>
>>>
>>> So far this you are not really asking a Windows question but rather
>>> something for the printer vendor.
>>>
>>>
>>>
>>> --
>>> Alan Morris
>>> Windows Printing Team
>>> Search the Microsoft Knowledge Base here:
>>> http://support.microsoft.com/search/?adv=1
>>>
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>>
>>> "ITNews" <ITNews@xxxxxx> wrote in message
>>> news:%23zrdPyuYJHA.760@xxxxxx
>>>> From the manifacture, the printer has a netbios name, a model number,
>>>> its driver's name, its LPD queue name
>>>>
>>>> On the server, the administrator assigns a print queue name and an IP
>>>> address.
>>>>
>>>> Please, what name is used for the server's print queue name and what's
>>>> the purpose of it.
>>>> On the other hand, why do we need the LPD queue name if we send the
>>>> print job to printer's IP address?
>>>>
>>>> Lately, printers manufactures allow any remote queue name for LPD queue
>>>> name ... how does that work compare to the specific LPD queues names?
>>>>
>>>> Thanks in advance!
>>>>
>>>>
>>>
>>>
>>
>>
>
>

My System SpecsSystem Spec
Old 03-20-2009   #6 (permalink)
30515


 
 

RE: Too many names



"ITNews" wrote:
Quote:

> From the manifacture, the printer has a netbios name, a model number, its
> driver's name, its LPD queue name
>
> On the server, the administrator assigns a print queue name and an IP
> address.
>
> Please, what name is used for the server's print queue name and what's the
> purpose of it.
> On the other hand, why do we need the LPD queue name if we send the print
> job to printer's IP address?
>
> Lately, printers manufactures allow any remote queue name for LPD queue name
> .... how does that work compare to the specific LPD queues names?
>
> Thanks in advance!
>
>
>
My System SpecsSystem Spec
Old 04-20-2009   #7 (permalink)
neerajb


 
 

Re: Too many names

Hi Morris,

I have the requriement to print the pdf files from the .NET applcation and I
am using the following link for the same:

http://www.codeproject.com/KB/printi...14#xx3011014xx

the problem with this link is that first it is not the standard code and
also it is printing pdf file in the text format.

Do you know any standard LPD helpers libraries whcih we can use in our
application to print the pdf files.

Thanks in Advance.

"Alan Morris [MSFT]" wrote:
Quote:

> The spooler typically connects to the printer name rather than the share
> name but one can connect to the share name as well. The share name is used
> by the server service to create named pipes to the spooler service.
>
> The spooler uses the printer HOSTNAME to obtain the IP address for the
> printer from WINS or DNS entries. Stale entries are always around. Most
> printers get the IP from DHCP but some printers do not play well when
> updating WINS and DNS. If the NIC for the printer works well with DNS leave
> it DHCP. If your running into too many stale entries when the IP changes,
> go for static. I'm sure there is more than one person in this forum who
> will tell you always use static IP entries for the printers.
>
> The spooler only uses the NETBIOS name of the printer when printing to Local
> Ports and resolution is handed over to the network layer when writing data
> or querying for valid server name. For most print server configurations,
> the NETBIOS name of the printer is never used.
>
>
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "ITNews" <ITNews@xxxxxx> wrote in message
> news:eDBeJafZJHA.2084@xxxxxx
Quote:

> > Hello Mr. Morris.
> > Sorry, I realize, I asked 3 questions and thank you for answering the 2nd
> > one.
> > I also realize that the print queue name is different from the printer
> > queue name, which I was referring to.
> >
> > Therefore, my first question is regarding the printer queue names on the
> > Windows environment, the printer queue names created by administrators.
> > " Please, what name is used for the server's printer queue name and what's
> > the purpose of it."
> >
> > I guess I found the 2nd part of my 2nd question, the purpose of the
> > server's printer queue name is to resolve the name into the IP address,
> > although I do not understand how are the A(host) and PTR records
> > entered/updated in the DNS in an AD environment and if printers use ddns
> > like workstations. On the other hand, if this printer queue name is to
> > resolve the printer's name into the IP address why would we experience
> > ghost printers? Don't DHCP and DNS keep in touch? lol
> >
> >
> > The first part of my 2nd question though is where I need some help. Out of
> > so many printer names that I mentioned in my original post, which one is
> > used for the server's printer queue name, please. Is it the NetBIOS name
> > of the printer, or could it be any name?
> >
> > Although it may seem like I have many questions, everything is related to
> > one thing only: the printer queue name.
> >
> >
> > Any help / link will be appreciated!
> >
> >
> >
> >
> > what is the
> >
> > "Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
> > news:O8ShlSYZJHA.1352@xxxxxx
Quote:

> >> One can only send data over LPD/ lpr protocol on an IPv4 or IPv6
> >> transport.
> >>
> >> Each manufacture can designate how to implement the LPD spec, some only
> >> accept data to a specific queue name and others will accept to any name.
> >>
> >>
> >> So far this you are not really asking a Windows question but rather
> >> something for the printer vendor.
> >>
> >>
> >>
> >> --
> >> Alan Morris
> >> Windows Printing Team
> >> Search the Microsoft Knowledge Base here:
> >> http://support.microsoft.com/search/?adv=1
> >>
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >> "ITNews" <ITNews@xxxxxx> wrote in message
> >> news:%23zrdPyuYJHA.760@xxxxxx
> >>> From the manifacture, the printer has a netbios name, a model number,
> >>> its driver's name, its LPD queue name
> >>>
> >>> On the server, the administrator assigns a print queue name and an IP
> >>> address.
> >>>
> >>> Please, what name is used for the server's print queue name and what's
> >>> the purpose of it.
> >>> On the other hand, why do we need the LPD queue name if we send the
> >>> print job to printer's IP address?
> >>>
> >>> Lately, printers manufactures allow any remote queue name for LPD queue
> >>> name ... how does that work compare to the specific LPD queues names?
> >>>
> >>> Thanks in advance!
> >>>
> >>>
> >>
> >>
> >
> >
>
>
>
My System SpecsSystem Spec
Old 04-21-2009   #8 (permalink)
Alan Morris [MSFT]


 
 

Re: Too many names

The first thing you will need is a printer that will consume PDF formatted
data.

Barring that, you need to first convert the data into PCL or PostScript
(some language the printer will understand).

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"neerajb@xxxxxx"
<neerajbnoidanospamhcltechcom@xxxxxx> wrote in message
news:1C0D5166-FF0D-4210-92EC-6B86C8D0BACD@xxxxxx
Quote:

> Hi Morris,
>
> I have the requriement to print the pdf files from the .NET applcation and
> I
> am using the following link for the same:
>
> http://www.codeproject.com/KB/printi...14#xx3011014xx
>
> the problem with this link is that first it is not the standard code and
> also it is printing pdf file in the text format.
>
> Do you know any standard LPD helpers libraries whcih we can use in our
> application to print the pdf files.
>
> Thanks in Advance.
>
> "Alan Morris [MSFT]" wrote:
>
Quote:

>> The spooler typically connects to the printer name rather than the
>> share
>> name but one can connect to the share name as well. The share name is
>> used
>> by the server service to create named pipes to the spooler service.
>>
>> The spooler uses the printer HOSTNAME to obtain the IP address for the
>> printer from WINS or DNS entries. Stale entries are always around. Most
>> printers get the IP from DHCP but some printers do not play well when
>> updating WINS and DNS. If the NIC for the printer works well with DNS
>> leave
>> it DHCP. If your running into too many stale entries when the IP
>> changes,
>> go for static. I'm sure there is more than one person in this forum who
>> will tell you always use static IP entries for the printers.
>>
>> The spooler only uses the NETBIOS name of the printer when printing to
>> Local
>> Ports and resolution is handed over to the network layer when writing
>> data
>> or querying for valid server name. For most print server
>> configurations,
>> the NETBIOS name of the printer is never used.
>>
>>
>>
>> --
>> Alan Morris
>> Windows Printing Team
>> Search the Microsoft Knowledge Base here:
>> http://support.microsoft.com/search/?adv=1
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "ITNews" <ITNews@xxxxxx> wrote in message
>> news:eDBeJafZJHA.2084@xxxxxx
Quote:

>> > Hello Mr. Morris.
>> > Sorry, I realize, I asked 3 questions and thank you for answering the
>> > 2nd
>> > one.
>> > I also realize that the print queue name is different from the printer
>> > queue name, which I was referring to.
>> >
>> > Therefore, my first question is regarding the printer queue names on
>> > the
>> > Windows environment, the printer queue names created by administrators.
>> > " Please, what name is used for the server's printer queue name and
>> > what's
>> > the purpose of it."
>> >
>> > I guess I found the 2nd part of my 2nd question, the purpose of the
>> > server's printer queue name is to resolve the name into the IP address,
>> > although I do not understand how are the A(host) and PTR records
>> > entered/updated in the DNS in an AD environment and if printers use
>> > ddns
>> > like workstations. On the other hand, if this printer queue name is to
>> > resolve the printer's name into the IP address why would we experience
>> > ghost printers? Don't DHCP and DNS keep in touch? lol
>> >
>> >
>> > The first part of my 2nd question though is where I need some help. Out
>> > of
>> > so many printer names that I mentioned in my original post, which one
>> > is
>> > used for the server's printer queue name, please. Is it the NetBIOS
>> > name
>> > of the printer, or could it be any name?
>> >
>> > Although it may seem like I have many questions, everything is related
>> > to
>> > one thing only: the printer queue name.
>> >
>> >
>> > Any help / link will be appreciated!
>> >
>> >
>> >
>> >
>> > what is the
>> >
>> > "Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
>> > news:O8ShlSYZJHA.1352@xxxxxx
>> >> One can only send data over LPD/ lpr protocol on an IPv4 or IPv6
>> >> transport.
>> >>
>> >> Each manufacture can designate how to implement the LPD spec, some
>> >> only
>> >> accept data to a specific queue name and others will accept to any
>> >> name.
>> >>
>> >>
>> >> So far this you are not really asking a Windows question but rather
>> >> something for the printer vendor.
>> >>
>> >>
>> >>
>> >> --
>> >> Alan Morris
>> >> Windows Printing Team
>> >> Search the Microsoft Knowledge Base here:
>> >> http://support.microsoft.com/search/?adv=1
>> >>
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> rights.
>> >>
>> >> "ITNews" <ITNews@xxxxxx> wrote in message
>> >> news:%23zrdPyuYJHA.760@xxxxxx
>> >>> From the manifacture, the printer has a netbios name, a model number,
>> >>> its driver's name, its LPD queue name
>> >>>
>> >>> On the server, the administrator assigns a print queue name and an IP
>> >>> address.
>> >>>
>> >>> Please, what name is used for the server's print queue name and
>> >>> what's
>> >>> the purpose of it.
>> >>> On the other hand, why do we need the LPD queue name if we send the
>> >>> print job to printer's IP address?
>> >>>
>> >>> Lately, printers manufactures allow any remote queue name for LPD
>> >>> queue
>> >>> name ... how does that work compare to the specific LPD queues names?
>> >>>
>> >>> Thanks in advance!
>> >>>
>> >>>
>> >>
>> >>
>> >
>> >
>>
>>
>>

My System SpecsSystem Spec
Old 04-22-2009   #9 (permalink)
neerajb


 
 

Re: Too many names

Thanks Morris for the quick response.
Do you have any info about any utility which we can use directly with our
..NET application to the pdf enabled printer.

"Alan Morris [MSFT]" wrote:
Quote:

> The first thing you will need is a printer that will consume PDF formatted
> data.
>
> Barring that, you need to first convert the data into PCL or PostScript
> (some language the printer will understand).
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "neerajb@xxxxxx"
> <neerajbnoidanospamhcltechcom@xxxxxx> wrote in message
> news:1C0D5166-FF0D-4210-92EC-6B86C8D0BACD@xxxxxx
Quote:

> > Hi Morris,
> >
> > I have the requriement to print the pdf files from the .NET applcation and
> > I
> > am using the following link for the same:
> >
> > http://www.codeproject.com/KB/printi...14#xx3011014xx
> >
> > the problem with this link is that first it is not the standard code and
> > also it is printing pdf file in the text format.
> >
> > Do you know any standard LPD helpers libraries whcih we can use in our
> > application to print the pdf files.
> >
> > Thanks in Advance.
> >
> > "Alan Morris [MSFT]" wrote:
> >
Quote:

> >> The spooler typically connects to the printer name rather than the
> >> share
> >> name but one can connect to the share name as well. The share name is
> >> used
> >> by the server service to create named pipes to the spooler service.
> >>
> >> The spooler uses the printer HOSTNAME to obtain the IP address for the
> >> printer from WINS or DNS entries. Stale entries are always around. Most
> >> printers get the IP from DHCP but some printers do not play well when
> >> updating WINS and DNS. If the NIC for the printer works well with DNS
> >> leave
> >> it DHCP. If your running into too many stale entries when the IP
> >> changes,
> >> go for static. I'm sure there is more than one person in this forum who
> >> will tell you always use static IP entries for the printers.
> >>
> >> The spooler only uses the NETBIOS name of the printer when printing to
> >> Local
> >> Ports and resolution is handed over to the network layer when writing
> >> data
> >> or querying for valid server name. For most print server
> >> configurations,
> >> the NETBIOS name of the printer is never used.
> >>
> >>
> >>
> >> --
> >> Alan Morris
> >> Windows Printing Team
> >> Search the Microsoft Knowledge Base here:
> >> http://support.microsoft.com/search/?adv=1
> >>
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >> "ITNews" <ITNews@xxxxxx> wrote in message
> >> news:eDBeJafZJHA.2084@xxxxxx
> >> > Hello Mr. Morris.
> >> > Sorry, I realize, I asked 3 questions and thank you for answering the
> >> > 2nd
> >> > one.
> >> > I also realize that the print queue name is different from the printer
> >> > queue name, which I was referring to.
> >> >
> >> > Therefore, my first question is regarding the printer queue names on
> >> > the
> >> > Windows environment, the printer queue names created by administrators.
> >> > " Please, what name is used for the server's printer queue name and
> >> > what's
> >> > the purpose of it."
> >> >
> >> > I guess I found the 2nd part of my 2nd question, the purpose of the
> >> > server's printer queue name is to resolve the name into the IP address,
> >> > although I do not understand how are the A(host) and PTR records
> >> > entered/updated in the DNS in an AD environment and if printers use
> >> > ddns
> >> > like workstations. On the other hand, if this printer queue name is to
> >> > resolve the printer's name into the IP address why would we experience
> >> > ghost printers? Don't DHCP and DNS keep in touch? lol
> >> >
> >> >
> >> > The first part of my 2nd question though is where I need some help. Out
> >> > of
> >> > so many printer names that I mentioned in my original post, which one
> >> > is
> >> > used for the server's printer queue name, please. Is it the NetBIOS
> >> > name
> >> > of the printer, or could it be any name?
> >> >
> >> > Although it may seem like I have many questions, everything is related
> >> > to
> >> > one thing only: the printer queue name.
> >> >
> >> >
> >> > Any help / link will be appreciated!
> >> >
> >> >
> >> >
> >> >
> >> > what is the
> >> >
> >> > "Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
> >> > news:O8ShlSYZJHA.1352@xxxxxx
> >> >> One can only send data over LPD/ lpr protocol on an IPv4 or IPv6
> >> >> transport.
> >> >>
> >> >> Each manufacture can designate how to implement the LPD spec, some
> >> >> only
> >> >> accept data to a specific queue name and others will accept to any
> >> >> name.
> >> >>
> >> >>
> >> >> So far this you are not really asking a Windows question but rather
> >> >> something for the printer vendor.
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Alan Morris
> >> >> Windows Printing Team
> >> >> Search the Microsoft Knowledge Base here:
> >> >> http://support.microsoft.com/search/?adv=1
> >> >>
> >> >> This posting is provided "AS IS" with no warranties, and confers no
> >> >> rights.
> >> >>
> >> >> "ITNews" <ITNews@xxxxxx> wrote in message
> >> >> news:%23zrdPyuYJHA.760@xxxxxx
> >> >>> From the manifacture, the printer has a netbios name, a model number,
> >> >>> its driver's name, its LPD queue name
> >> >>>
> >> >>> On the server, the administrator assigns a print queue name and an IP
> >> >>> address.
> >> >>>
> >> >>> Please, what name is used for the server's print queue name and
> >> >>> what's
> >> >>> the purpose of it.
> >> >>> On the other hand, why do we need the LPD queue name if we send the
> >> >>> print job to printer's IP address?
> >> >>>
> >> >>> Lately, printers manufactures allow any remote queue name for LPD
> >> >>> queue
> >> >>> name ... how does that work compare to the specific LPD queues names?
> >> >>>
> >> >>> Thanks in advance!
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >>
>
>
>
My System SpecsSystem Spec
Old 04-23-2009   #10 (permalink)
Alan Morris [MSFT]


 
 

Re: Too many names

no.

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"neerajb@xxxxxx"
<neerajbnoidanospamhcltechcom@xxxxxx> wrote in message
news:19C90B45-B021-4634-8A28-D01842B1B92F@xxxxxx
Quote:

> Thanks Morris for the quick response.
> Do you have any info about any utility which we can use directly with our
> .NET application to the pdf enabled printer.
>
> "Alan Morris [MSFT]" wrote:
>
Quote:

>> The first thing you will need is a printer that will consume PDF
>> formatted
>> data.
>>
>> Barring that, you need to first convert the data into PCL or PostScript
>> (some language the printer will understand).
>>
>> --
>> Alan Morris
>> Windows Printing Team
>> Search the Microsoft Knowledge Base here:
>> http://support.microsoft.com/search/?adv=1
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "neerajb@xxxxxx"
>> <neerajbnoidanospamhcltechcom@xxxxxx> wrote in message
>> news:1C0D5166-FF0D-4210-92EC-6B86C8D0BACD@xxxxxx
Quote:

>> > Hi Morris,
>> >
>> > I have the requriement to print the pdf files from the .NET applcation
>> > and
>> > I
>> > am using the following link for the same:
>> >
>> > http://www.codeproject.com/KB/printi...14#xx3011014xx
>> >
>> > the problem with this link is that first it is not the standard code
>> > and
>> > also it is printing pdf file in the text format.
>> >
>> > Do you know any standard LPD helpers libraries whcih we can use in our
>> > application to print the pdf files.
>> >
>> > Thanks in Advance.
>> >
>> > "Alan Morris [MSFT]" wrote:
>> >
>> >> The spooler typically connects to the printer name rather than the
>> >> share
>> >> name but one can connect to the share name as well. The share name is
>> >> used
>> >> by the server service to create named pipes to the spooler service.
>> >>
>> >> The spooler uses the printer HOSTNAME to obtain the IP address for the
>> >> printer from WINS or DNS entries. Stale entries are always around.
>> >> Most
>> >> printers get the IP from DHCP but some printers do not play well when
>> >> updating WINS and DNS. If the NIC for the printer works well with DNS
>> >> leave
>> >> it DHCP. If your running into too many stale entries when the IP
>> >> changes,
>> >> go for static. I'm sure there is more than one person in this forum
>> >> who
>> >> will tell you always use static IP entries for the printers.
>> >>
>> >> The spooler only uses the NETBIOS name of the printer when printing to
>> >> Local
>> >> Ports and resolution is handed over to the network layer when writing
>> >> data
>> >> or querying for valid server name. For most print server
>> >> configurations,
>> >> the NETBIOS name of the printer is never used.
>> >>
>> >>
>> >>
>> >> --
>> >> Alan Morris
>> >> Windows Printing Team
>> >> Search the Microsoft Knowledge Base here:
>> >> http://support.microsoft.com/search/?adv=1
>> >>
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> rights.
>> >>
>> >> "ITNews" <ITNews@xxxxxx> wrote in message
>> >> news:eDBeJafZJHA.2084@xxxxxx
>> >> > Hello Mr. Morris.
>> >> > Sorry, I realize, I asked 3 questions and thank you for answering
>> >> > the
>> >> > 2nd
>> >> > one.
>> >> > I also realize that the print queue name is different from the
>> >> > printer
>> >> > queue name, which I was referring to.
>> >> >
>> >> > Therefore, my first question is regarding the printer queue names on
>> >> > the
>> >> > Windows environment, the printer queue names created by
>> >> > administrators.
>> >> > " Please, what name is used for the server's printer queue name and
>> >> > what's
>> >> > the purpose of it."
>> >> >
>> >> > I guess I found the 2nd part of my 2nd question, the purpose of the
>> >> > server's printer queue name is to resolve the name into the IP
>> >> > address,
>> >> > although I do not understand how are the A(host) and PTR records
>> >> > entered/updated in the DNS in an AD environment and if printers use
>> >> > ddns
>> >> > like workstations. On the other hand, if this printer queue name is
>> >> > to
>> >> > resolve the printer's name into the IP address why would we
>> >> > experience
>> >> > ghost printers? Don't DHCP and DNS keep in touch? lol
>> >> >
>> >> >
>> >> > The first part of my 2nd question though is where I need some help.
>> >> > Out
>> >> > of
>> >> > so many printer names that I mentioned in my original post, which
>> >> > one
>> >> > is
>> >> > used for the server's printer queue name, please. Is it the NetBIOS
>> >> > name
>> >> > of the printer, or could it be any name?
>> >> >
>> >> > Although it may seem like I have many questions, everything is
>> >> > related
>> >> > to
>> >> > one thing only: the printer queue name.
>> >> >
>> >> >
>> >> > Any help / link will be appreciated!
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > what is the
>> >> >
>> >> > "Alan Morris [MSFT]" <alanmo@xxxxxx> wrote in message
>> >> > news:O8ShlSYZJHA.1352@xxxxxx
>> >> >> One can only send data over LPD/ lpr protocol on an IPv4 or IPv6
>> >> >> transport.
>> >> >>
>> >> >> Each manufacture can designate how to implement the LPD spec, some
>> >> >> only
>> >> >> accept data to a specific queue name and others will accept to any
>> >> >> name.
>> >> >>
>> >> >>
>> >> >> So far this you are not really asking a Windows question but rather
>> >> >> something for the printer vendor.
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> Alan Morris
>> >> >> Windows Printing Team
>> >> >> Search the Microsoft Knowledge Base here:
>> >> >> http://support.microsoft.com/search/?adv=1
>> >> >>
>> >> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> >> rights.
>> >> >>
>> >> >> "ITNews" <ITNews@xxxxxx> wrote in message
>> >> >> news:%23zrdPyuYJHA.760@xxxxxx
>> >> >>> From the manifacture, the printer has a netbios name, a model
>> >> >>> number,
>> >> >>> its driver's name, its LPD queue name
>> >> >>>
>> >> >>> On the server, the administrator assigns a print queue name and an
>> >> >>> IP
>> >> >>> address.
>> >> >>>
>> >> >>> Please, what name is used for the server's print queue name and
>> >> >>> what's
>> >> >>> the purpose of it.
>> >> >>> On the other hand, why do we need the LPD queue name if we send
>> >> >>> the
>> >> >>> print job to printer's IP address?
>> >> >>>
>> >> >>> Lately, printers manufactures allow any remote queue name for LPD
>> >> >>> queue
>> >> >>> name ... how does that work compare to the specific LPD queues
>> >> >>> names?
>> >> >>>
>> >> >>> Thanks in advance!
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
getting RIR names .NET General
Folder names Vista General
file names and folder names have been changed into some values automatically Vista file management
Hiding TO: names Vista mail
Server Names? Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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