<?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: Missing last page on non-HP printers in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124863#M90893</link>
    <description>Wim,&lt;BR /&gt;&lt;BR /&gt;I know, but the entry is added by the setup-program... And since the printer does work as expected, I'll leave it (perhaps the docs are in some need of update?)</description>
    <pubDate>Wed, 27 Aug 2008 07:04:50 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2008-08-27T07:04:50Z</dc:date>
    <item>
      <title>Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124852#M90882</link>
      <description>&lt;!--!*#--&gt;This applies to OCE-Kyocera multi-functional printers, these printers are shared by several systems, including VAX, OpenVMS 7.1, TCPIP 5.0a (no patches). Print queues on the VAx systems use either the TELNET or LPD symbiont, default form is either HP4, HP4_PORTRAIT or HP4_LANDSCAPE, reset form is HP4_RESET on all.&lt;BR /&gt;&lt;BR /&gt;Where real HP printers are used (different types), all is well.&lt;BR /&gt;The OCE printers (claiming to be PCL5 compliant) however, when multi-page documents are printed, the last page is not printed at the end of the report.&lt;BR /&gt;&lt;BR /&gt;Some investigation has been done, and it was found that the PCL5 reset sequence seems not honoured by the printer. &lt;BR /&gt;Creating a reset-page containing an explicit formfeed and PCL5 reset sequence (ESC-E) resulted in no print at all. &lt;BR /&gt;&lt;BR /&gt;Adding an explicit formfeed at the end of the report solves the problem.&lt;BR /&gt;&lt;BR /&gt;It should be possible to solve this without code change, since the problem is not the code, but the printer.&lt;BR /&gt;&lt;BR /&gt;I could partly reproduce the problem on another system using definitions that closely matched the ones that seem to cause problems; the printer, OCE-Kyocera (OP1016 / KM-1650), is likely to be of another type than production uses, so it's not completely representative.&lt;BR /&gt;&lt;BR /&gt;I print a 2-page file to each of the queues I defined.&lt;BR /&gt;&lt;BR /&gt;Last results:&lt;BR /&gt;&lt;BR /&gt;TELNETSYM does not cause a problem at all.&lt;BR /&gt;LPDSYM - LOCAL doesn't print at all.&lt;BR /&gt;LPDSYM - REMOTE is prints just the first page on the first attempt, both on second, first only on third.&lt;BR /&gt;&lt;BR /&gt;At this point, I printed a dingle-sheet document from the Windows machine. It resulted in that sheet - and another first page of the last printed file from the VMS box!!! But on the remote (windows-based) printer server, there wasn't anytrhing left in the queue:&lt;BR /&gt;&lt;BR /&gt;$ lpq MFP10295_REMOTE&lt;BR /&gt;displayq_remote&lt;BR /&gt; &lt;BR /&gt;                         Windows LPD Server&lt;BR /&gt;                              Printer \\aaa.bbb.ccc.ddd\MFP10295&lt;BR /&gt; &lt;BR /&gt;Owner       Status         Jobname          Job-Id    Size   Pages  Priority&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;(That the local LPD queue doesn't work may be a matter of configuration - but that's another question)&lt;BR /&gt;&lt;BR /&gt;Logfiles show nothing more than the lines that the server has started....&lt;BR /&gt;I tried debug but since I don't have the 5.0 manuals at hand, I don't have additional information. &lt;BR /&gt;&lt;BR /&gt;A final twist is adding a formfeed to the report (done elsewhere), but it makes no difference.&lt;BR /&gt;&lt;BR /&gt;Since different types of printers are in use, it's not impossible that these have a different behaviour; it has been reported that TELNETSYM may cause similar problems on other printers. The extra formfeed may help there, but it will make the software dependent on the hardware and might cause problems when hardware is replaced. This is considered &lt;BR /&gt;inacceptable for a near-realtime system.&lt;BR /&gt;&lt;BR /&gt;Our idea is that these printers do not, incorrect or incomplete handle ESC-E, as I've been told, the PCL5 code for RESET.&lt;BR /&gt;&lt;BR /&gt;If this is true, does anyone have a solution except contacting the supplier (that will be done anyway)? &lt;BR /&gt;&lt;BR /&gt;Queue definitions and printap file (latest versions) added in attachement.</description>
      <pubDate>Thu, 14 Aug 2008 11:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124852#M90882</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-14T11:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124853#M90883</link>
      <description>I have found that increasing the timeout value to 900 can help with some devices where vms unix and windows (and various methods of each) are sharing printers.&lt;BR /&gt;This can be set on hp printers by telnetting to the device, but I don't know about your OCE model, have you tried using its web browser interface? or hpwebjetadmin?&lt;BR /&gt;Phil</description>
      <pubDate>Fri, 15 Aug 2008 02:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124853#M90883</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2008-08-15T02:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124854#M90884</link>
      <description>It might be interesting to test but I have no facilities to test it.&lt;BR /&gt;As it turrned out, it seems I'm testing on an older type of printer than is used on the plant. I've could do some testing on a printer that equals such one and from DCL there seems to be no problem: all pages are delivered, with, or without terminating formfeed, regardless the protocol. Emulation configuration of the printer might be an issue but again, I cannot test, nor can I do any 'load testing'.&lt;BR /&gt;I do have the impression that size matters. A 2K document over 3 pages prints fine - without a problem, where a 3.5K document over 2 pages causes the problem.&lt;BR /&gt;On the older printer, that is, using a remote LPD-server. I couldn't test on the site-equal printer, alas.&lt;BR /&gt;But does it make sense?&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2008 07:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124854#M90884</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-15T07:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124855#M90885</link>
      <description>Some options...&lt;BR /&gt;&lt;BR /&gt;1: replace the printers with ones that work as required.&lt;BR /&gt;&lt;BR /&gt;2: use telnetsym for these printers.  The usual local assumption: the only difference in telnet and lpd daemons in printers is in the particular printer-specific bugs found; if one fails, try the other.&lt;BR /&gt;&lt;BR /&gt;3: use print modules specific to the Kyocera printers.  HP printers have had requirements around blank-page handling off and on for eons; you might well have hit the reverse case here, where tossing an HP sequence at the Kyocera&lt;BR /&gt;&lt;BR /&gt;4: get the vendor to figure out why they're not doing PCL the same way as HP.&lt;BR /&gt;&lt;BR /&gt;And according to the local IT dictionary, "compatible" is defined as "different".  If the devices were truly "identical", they'd be marketed as that and not as "compatible".</description>
      <pubDate>Fri, 15 Aug 2008 14:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124855#M90885</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-08-15T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124856#M90886</link>
      <description>1. Obvious. That is my recommendation - and the OCE technician's as well. It may well be that this is the final solution, but company standards dictated these printers. &lt;BR /&gt;&lt;BR /&gt;2. TELNETSYM is being used, and wheer 'my'  printer has no problem, others have, appearantly.&lt;BR /&gt;&lt;BR /&gt;3. Meaning ...??? Do you mean writing a symbions espcially for these printers? Ok, it IS a possible solution but I hardly thing I'll get the resources (= time, money and facilities).&lt;BR /&gt;Or use Kyocera-specific pages in the prin library. Another possibility that has been considered but testing is difficult without the proper printer. But workable. (Kyocera doesn't supply them...)&lt;BR /&gt;I learned about a method today that seemed to  solve the problem but the guy who did the investigation wasn't here today..&lt;BR /&gt;&lt;BR /&gt;4. I did, but they insist that they do it right. "Compatible"  has been their wording.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2008 19:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124856#M90886</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-15T19:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124857#M90887</link>
      <description>2. Then try passing your telnetsym to a LPD queue. Could work. Other symbiont, other problems but also missing problems.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Sat, 16 Aug 2008 09:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124857#M90887</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-16T09:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124858#M90888</link>
      <description>3: printers have historically had some implementation differences (even from the same vendor), and that can mean using specific forms (modules) to deal with the device idiosyncrasies.  &lt;BR /&gt;&lt;BR /&gt;Here, I'd look to see if there's something in an existing reset or separation module processing (if any), or if adding differences into same would provide printer-specific processing.  &lt;BR /&gt;&lt;BR /&gt;Look around for the HP blank page fix; here's a write-up on device control libraries that touches on that discussion and on related topics, and some printing materials:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/129" target="_blank"&gt;http://64.223.189.234/node/129&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Printing topics:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/taxonomy/term/77" target="_blank"&gt;http://64.223.189.234/taxonomy/term/77&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've also chased firmware-level issues with printers from various vendors, so standard procedures with printer errors involves looking for firmware upgrades.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Aug 2008 13:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124858#M90888</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-08-16T13:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124859#M90889</link>
      <description>@Phil:&lt;BR /&gt;There will surely be such a facility, but since we (developers) have no control over the printer settings, and all printers should be equally configured (easy for operation department - no education required :( ) this is no option.&lt;BR /&gt;@Hoff: &lt;BR /&gt;1: Against company policy but accepted as a last resort.&lt;BR /&gt;2: The problem occurs with telnetsym....&lt;BR /&gt;3: Since neither Kyocera nor OCE has any clue (it seems) we will have to create forms ourselves, and test them. Not a big deal but considered too costly.&lt;BR /&gt;4: Answered already.&lt;BR /&gt;@Wim:&lt;BR /&gt;I found out someone had already set things up and tried it. And this indeed did the trick. Not optimal, not the best solution (server gone = printer gone)  but fot the time, it's fine. &lt;BR /&gt;&lt;BR /&gt;When we get our own printer of that type, we'll look for a  better solution. This is where Hoff's contributions to the issue will be used.</description>
      <pubDate>Thu, 21 Aug 2008 05:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124859#M90889</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-21T05:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124860#M90890</link>
      <description>default orientation set in printer config is "landscape". Printer name MFP10210 is defined in DNS.&lt;BR /&gt;&lt;BR /&gt;Add to printcap:&lt;BR /&gt;&lt;BR /&gt;MFP10210|mfp10210:\&lt;BR /&gt;   :lf=/SYS$SPECIFIC/TCPIP$LPD/MFP10210.LOG:\&lt;BR /&gt;   :lp=MFP10210:\&lt;BR /&gt;   :rm=&lt;SERVER&gt;:\&lt;BR /&gt;   :rp=mfp10210:\&lt;BR /&gt;   :sd=/SYS$SPECIFIC/TCPIP$LPD/MFP10210:\&lt;BR /&gt;   :cr:&lt;BR /&gt;&lt;BR /&gt;Init queue as:&lt;BR /&gt; &lt;BR /&gt;$ INITIALIZE /QUEUE /PROCESSOR=TCPIP$LPD_SMB MFP10210 -&lt;BR /&gt;      /BASE_PRIORITY=2 /DEFAULT=(FORM=DEFAULT, FLAG, FEED) -&lt;BR /&gt;      /DESCRIPTION="Oce/Kyocera KM-4050 MFP (LPD)"&lt;BR /&gt;&lt;BR /&gt;and this works.&lt;/SERVER&gt;</description>
      <pubDate>Thu, 21 Aug 2008 06:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124860#M90890</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-21T06:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124861#M90891</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Not optimal, not the best solution (server gone = printer gone)&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Please note, that you can make your VMS box the LPD server, and then that will not be an issue.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 21 Aug 2008 10:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124861#M90891</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-08-21T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124862#M90892</link>
      <description>I read in the doc : cr flag not supported.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 27 Aug 2008 06:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124862#M90892</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-08-27T06:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing last page on non-HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124863#M90893</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;I know, but the entry is added by the setup-program... And since the printer does work as expected, I'll leave it (perhaps the docs are in some need of update?)</description>
      <pubDate>Wed, 27 Aug 2008 07:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-last-page-on-non-hp-printers/m-p/5124863#M90893</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-27T07:04:50Z</dc:date>
    </item>
  </channel>
</rss>

