<?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: LPD print to file? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196846#M96207</link>
    <description>Thread closed</description>
    <pubDate>Mon, 14 Sep 2009 07:54:11 GMT</pubDate>
    <dc:creator>Axel Parlow</dc:creator>
    <dc:date>2009-09-14T07:54:11Z</dc:date>
    <item>
      <title>LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196838#M96199</link>
      <description>Hello,&lt;BR /&gt;the goal is to print VMS output on an XEROX printer using "secure print" (printing on demand by entering PIN code). The idea is to put an LPD print file (which contains the needed username in its header) onto a Windows file share and let some Windows software do the processing. The question is how to get the file not printed but with the header to the file share. Any ideas?&lt;BR /&gt;Axel</description>
      <pubDate>Wed, 02 Sep 2009 13:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196838#M96199</guid>
      <dc:creator>Axel Parlow</dc:creator>
      <dc:date>2009-09-02T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196839#M96200</link>
      <description>&lt;A href="http://labs.hoffmanlabs.com/node/1255" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1255&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/712" target="_blank"&gt;http://labs.hoffmanlabs.com/node/712&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/766" target="_blank"&gt;http://labs.hoffmanlabs.com/node/766&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Easiest?  Arguably, use EXECSYMB (referenced in most or all of the above) to get the file to a computer somewhere that supports IPP or related.  Possibly with something as simple as a COPY /FTP, sftp, or such file transfer operation.&lt;BR /&gt;&lt;BR /&gt;Conceivably, a remote relay queue could be used, too.&lt;BR /&gt;&lt;BR /&gt;If you're inclined, create a symbiont that supports ipp, or whatever this unspecified Xerox printer uses.  Or switch to a stack with ipp support.</description>
      <pubDate>Wed, 02 Sep 2009 13:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196839#M96200</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-09-02T13:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196840#M96201</link>
      <description>I'd go for a TELNET relay queue, using PRINT/FLAG.&lt;BR /&gt;&lt;BR /&gt;You can stop the target queue, then use a batch job to pick up the temporary relay file and do what you want with it.&lt;BR /&gt;&lt;BR /&gt;It will contain all the usual VMS flag page info, including the username, etc.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 06:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196840#M96201</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-09-03T06:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196841#M96202</link>
      <description>Thanks for the hints. The problem is that the Windows processing software needs the file formatted as a LPD print file, so I assume I need the TCPIP$LPD_SMB to do this. But I have no idea to convince it to write to a file share instead of feeding a printer.</description>
      <pubDate>Thu, 03 Sep 2009 09:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196841#M96202</guid>
      <dc:creator>Axel Parlow</dc:creator>
      <dc:date>2009-09-03T09:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196842#M96203</link>
      <description>How about using the Windows 'Print To File' functionality when you create the queue. You can still use TELNET relay to create the flag page, LPD to send the file and get Windows to write it out to disk for you to pickup and process.&lt;BR /&gt;&lt;BR /&gt;There's also commercial Windows LPD Daemons that will allow you write the file to disk, and manipulate it on the way, i.e. store LPD header info with the file. I can't remember what one I use off the top of my head - sorry.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2009 09:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196842#M96203</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-09-03T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196843#M96204</link>
      <description>&lt;A href="http://lpd.brooksnet.com/write-to-disk.html" target="_blank"&gt;http://lpd.brooksnet.com/write-to-disk.html&lt;/A&gt;</description>
      <pubDate>Thu, 03 Sep 2009 09:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196843#M96204</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-09-03T09:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196844#M96205</link>
      <description>Please determine what the unidentified Microsoft Windows and Xerox "secure print" software is, what software and configuration requirements exist, and what options are available to relay or to submit or to otherwise feed data into that software.  None of these are OpenVMS-related details. &lt;BR /&gt;&lt;BR /&gt;An alternative is to move to a submission path that generates whatever the Xerox printer requires here for this submission path; to configure and to operate direct printing on OpenVMS.  To extricate the use of Windows from this print path.  There are various vendor-specific protocols here, and there's stuff like IPP.</description>
      <pubDate>Thu, 03 Sep 2009 12:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196844#M96205</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-09-03T12:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196845#M96206</link>
      <description>Thanks again. It turns out that it is easier to just transfer the file (by copy/ftp). The processing on the Windows side is independent.</description>
      <pubDate>Fri, 04 Sep 2009 10:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196845#M96206</guid>
      <dc:creator>Axel Parlow</dc:creator>
      <dc:date>2009-09-04T10:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPD print to file?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196846#M96207</link>
      <description>Thread closed</description>
      <pubDate>Mon, 14 Sep 2009 07:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lpd-print-to-file/m-p/5196846#M96207</guid>
      <dc:creator>Axel Parlow</dc:creator>
      <dc:date>2009-09-14T07:54:11Z</dc:date>
    </item>
  </channel>
</rss>

