<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Redirecting OpenVMS queue to Windows queue in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773475#M76202</link>
    <description>Hakan, there are a number of 'Headaches' I could mention regarding LPD.&lt;BR /&gt;&lt;BR /&gt;You've already mentioned the main one, formatting.&lt;BR /&gt;&lt;BR /&gt;I'd also throw into the pot PRINTCAP, and the amount of effort it takes to create an LPD queue.&lt;BR /&gt;&lt;BR /&gt;As you said, you can use TELNETSYM to LPD relaying to sort some of the problems (and we do) but if it's at all possible, I'd try and stick with TELNETSYM queues in the main.&lt;BR /&gt;&lt;BR /&gt;I'd spotted Mark's comment about "remote windows queue" after I origianlly posted, but my suspicion is that he could probably print directly to the printer and not go through a 2nd queuing mechanism (especially Windows). Mark?&lt;BR /&gt;&lt;BR /&gt;Hope this clarifies the reason for my comment.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
    <pubDate>Mon, 24 Apr 2006 04:10:34 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2006-04-24T04:10:34Z</dc:date>
    <item>
      <title>Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773465#M76192</link>
      <description>Alpha server ds20e running OpenVMS7.3-2 Multinet 5.0. Would like to create a print queue that points to a windows 2003 print queue.  Not sure how to redirect to the queue if it is possible.</description>
      <pubDate>Tue, 18 Apr 2006 14:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773465#M76192</guid>
      <dc:creator>MarkW_1</dc:creator>
      <dc:date>2006-04-18T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773466#M76193</link>
      <description>You can export the queue as LPD queue on the windows system and create a LPD queue on VMS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Apr 2006 14:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773466#M76193</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-04-18T14:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773467#M76194</link>
      <description>Karl,&lt;BR /&gt;&lt;BR /&gt;Can you give us some examples or syntax on how to perform this task on OpenVMS?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;J</description>
      <pubDate>Tue, 18 Apr 2006 20:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773467#M76194</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-04-18T20:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773468#M76195</link>
      <description>Search this forum for LPD printing, there were several streams about this ,e.g.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=883937" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=883937&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 19 Apr 2006 00:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773468#M76195</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-04-19T00:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773469#M76196</link>
      <description>Mark/Jorge,&lt;BR /&gt;      unless you specifically need LPD queues, I'd use TELNETSYM to print :-&lt;BR /&gt;&lt;BR /&gt;$ INIT queuename /QUEUE /FORM=xxx /AUTO=node::"address:port" /PROC=TCPIP$TELNETSYM /START&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;$ INIT MYQUE /FORM=DEFAULT /AUTO=KANSAS::"saleshp:9100" /PROC=TCPIP$TELNETSYM /START&lt;BR /&gt;&lt;BR /&gt;Most HP's work from port 9100, and this method will avoid a lot of LPD headaches.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Apr 2006 08:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773469#M76196</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-04-19T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773470#M76197</link>
      <description>If it is a supported printer by DCPS, you may even use DCPS together with LPD or better rawTCP. It gives yu a lot of control over the printout.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 19 Apr 2006 11:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773470#M76197</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-04-19T11:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773471#M76198</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;please consider the previous answers REAL seriously!&lt;BR /&gt;&lt;BR /&gt;_IF_ however, there still exists a compelling reason to print to a M$-controlled print setup (eg. some package for Secure Printing that is only available on M$, but MUST also be used from VMS - been there, been hurt by that), _AND_, you need your VMS-way of print setup (by way of setup-modules and/or print qualifiers), then you CAN get that done, at the cost of some effort.&lt;BR /&gt;- use a (eg: LATSYM ) symbiont to merge all modules etc into one integrated printfile (imitating the *UX or M$ PrinterDriver) out to a spoolfile.&lt;BR /&gt;- LPD-print that file to the M$ system&lt;BR /&gt;- (on M$) spool that file onto the actual printer.&lt;BR /&gt;&lt;BR /&gt;Summary: now you need THREE (2 VMS + 1 M$) queues per printer; and what you get in return is nightmares of printproblem debugging.&lt;BR /&gt;If the first queue delivers the print (barring spool Device Full situations: always) your users receive "Successfull Completion", but any problem in LPD-to-M$, on M$, M$-to-printer, and in the printer, just leads to "Where is my output, it was printed ok!".&lt;BR /&gt;But if your management insists, there IS a way!&lt;BR /&gt;&lt;BR /&gt;Wishing you wisdom &amp;amp; patience on that.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (maybe in May in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 19 Apr 2006 14:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773471#M76198</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-04-19T14:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773472#M76199</link>
      <description>You need the Windows component "Other Network File and Print Services" enabled on the PC. This feature enables LPR/LPD and makes your "shared" queues targets for remote LPD-servers ( VMS ).&lt;BR /&gt;&lt;BR /&gt;I'm not sure the syntax for setting up LPR/LPD using Multinet.&lt;BR /&gt;&lt;BR /&gt;BUT.....the printcap-parameters "rm" &amp;amp; "rp" should point to your PC and the shared queue.&lt;BR /&gt;&lt;BR /&gt;rm = xxx.xxx.xxx.xxx    ( or hostname )&lt;BR /&gt;rp = printshare on PC&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Hakan Andersson&lt;BR /&gt;&lt;BR /&gt;I used to work at Digital/Compaq/HP Customer Support Center in Stockholm, Sweden. One of my special skills were (still are) setting upp printerqueues in complex environments.</description>
      <pubDate>Thu, 20 Apr 2006 11:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773472#M76199</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2006-04-20T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773473#M76200</link>
      <description>Hakan - could you have a look at this thread &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1006089" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1006089&lt;/A&gt; to see if you have any other ideas?&lt;BR /&gt;&lt;BR /&gt;Ian Miller has kindly helped by suggesting EXECSYMB, but I'd like to know if there are any other ways to 'skin the cat'.&lt;BR /&gt;&lt;BR /&gt;Thanks, Robert.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Apr 2006 03:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773473#M76200</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-04-21T03:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773474#M76201</link>
      <description>I need to make one thing clear.&lt;BR /&gt;&lt;BR /&gt;There is no such thing as "LPD headace" ;-)&lt;BR /&gt;&lt;BR /&gt;See the different symbionts as different tools in a toolbox.&lt;BR /&gt;&lt;BR /&gt;One advantage of LPD is to target QUEUES on remote nodes. PRTSMB, LATSYM, TELNETSYM all targets PORTS. One disadvantage of LPD is that it sucks when it comes to formatting......&lt;BR /&gt;That's why we use TELNET-relay queue to combine two symbionts, one to format and one to send the job to a remote queue.&lt;BR /&gt;&lt;BR /&gt;The original question was to target a QUEUE on a remote host......wich requires LPR/LPD.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Hakan Andersson&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Apr 2006 11:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773474#M76201</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2006-04-23T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773475#M76202</link>
      <description>Hakan, there are a number of 'Headaches' I could mention regarding LPD.&lt;BR /&gt;&lt;BR /&gt;You've already mentioned the main one, formatting.&lt;BR /&gt;&lt;BR /&gt;I'd also throw into the pot PRINTCAP, and the amount of effort it takes to create an LPD queue.&lt;BR /&gt;&lt;BR /&gt;As you said, you can use TELNETSYM to LPD relaying to sort some of the problems (and we do) but if it's at all possible, I'd try and stick with TELNETSYM queues in the main.&lt;BR /&gt;&lt;BR /&gt;I'd spotted Mark's comment about "remote windows queue" after I origianlly posted, but my suspicion is that he could probably print directly to the printer and not go through a 2nd queuing mechanism (especially Windows). Mark?&lt;BR /&gt;&lt;BR /&gt;Hope this clarifies the reason for my comment.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Mon, 24 Apr 2006 04:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773475#M76202</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-04-24T04:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773476#M76203</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;I agree that LPR/LPR is not the most userfriendly symbiont, but it's not originally designed for VMS.&lt;BR /&gt;&lt;BR /&gt;All symbionts have two faces....one happy and one not so happy ;-)&lt;BR /&gt;&lt;BR /&gt;You can't stick to one. There is no magic symbiont that fits all needs. You need to pick the most suitable one to do your work.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Hakan Andersson&lt;BR /&gt;&lt;BR /&gt;Did you see my suggestion how to "skin your cat" ?</description>
      <pubDate>Mon, 24 Apr 2006 04:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773476#M76203</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2006-04-24T04:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773477#M76204</link>
      <description>&amp;gt; Did you see my suggestion how to "skin your cat" ? &lt;BR /&gt;&lt;BR /&gt;Yep - when I get through this weekends emails, I'll have a closer look.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Mon, 24 Apr 2006 04:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773477#M76204</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-04-24T04:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773478#M76205</link>
      <description>It is easy to do this in Multinet.  At the VMS:&lt;BR /&gt;&lt;BR /&gt;$ Multinet Configure/Printer&lt;BR /&gt;PRINTER-CONFIG&amp;gt; Add vmsqueuename&lt;BR /&gt;[Adding new configuration entry for queue "vmsqueuename"]&lt;BR /&gt;Remote Host Name or IP address: xxx.xxx.xxx.xxx&lt;BR /&gt;Protocol Type: [LPD] LPD&lt;BR /&gt;Remote Queue Name: [lp] windowsqueuename&lt;BR /&gt;PRINTER-CONFIG&amp;gt;exit&lt;BR /&gt;[Writing configuration to MULTINET_ROOT:[MULTINET]REMOTE-PRINTER-QUEUES.COM]&lt;BR /&gt;$ @multinet_root:[multinet]remote-printer-queues.com&lt;BR /&gt;&lt;BR /&gt;The above steps are from a multinet V4.4-A installation, but I believe they are the same for your version.</description>
      <pubDate>Tue, 25 Apr 2006 10:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773478#M76205</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2006-04-25T10:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting OpenVMS queue to Windows queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773479#M76206</link>
      <description>Haven't played with this for awhile, but be aware of the many LPR flags for "data type" ... the basic two are TEXT and BINARY ("f" for text and "l" or "v" for binary) and I can't remember if Windows treats them differently or not. Multinet can be forced to transmit the print job with either flag ... we have some Oracle add-ons that generate PCL on the fly and have to transmit that as Binary ...&lt;BR /&gt;&lt;BR /&gt;Also had recent problems with LF to CR-LF translation ... sometimes this can be fixed with the HP sequence &lt;ESC&gt;&amp;amp;k2G (in case ITRC messes this up, I wrote ESC ampersand "k2G") to force the printer itself to do the translation (although VMS and Multinet usually get it right).&lt;BR /&gt;&lt;BR /&gt;Also if you want to enhance your Win2003 box, I have had very good luck using a 3rd party commerical LPD server for Windows ... WinLPR.&lt;BR /&gt;&lt;BR /&gt;I am just a happy customer and not associated with that company. WinLPR is a replacement for the Microsoft LPD routines and will accept incoming LPR jobs ... I send jobs to it from VMS and Unix/Linux just fine.&lt;BR /&gt;&lt;BR /&gt;This probably is overkill for your situation, as the generic Win2003 Windows component "Other Network File and Print Services" mentioned by Hakan above may be enough ...&lt;BR /&gt;&lt;BR /&gt;WinLPR allows you to make any number of virtual queues for incoming jobs to target, each pointing to the same or different physical Windows print queues (local or networked) and each virtual queue can have a different header prefix (for Linux output, just like a setup module in VMS).&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://www.alixoft.com" target="_blank"&gt;www.alixoft.com&lt;/A&gt; for more info.&lt;BR /&gt;&lt;BR /&gt;Naturally, perhaps like you, I prefer using VMS setup modules to handle printer control via ESC sequences.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Verne&lt;BR /&gt;&lt;/ESC&gt;</description>
      <pubDate>Sat, 06 May 2006 12:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/redirecting-openvms-queue-to-windows-queue/m-p/3773479#M76206</guid>
      <dc:creator>Verne Britton</dc:creator>
      <dc:date>2006-05-06T12:07:56Z</dc:date>
    </item>
  </channel>
</rss>

