<?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: Printer Not Outputting In Colour in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728983#M74409</link>
    <description>Might DCPS solve the problem?</description>
    <pubDate>Sat, 11 Feb 2006 14:30:59 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2006-02-11T14:30:59Z</dc:date>
    <item>
      <title>Printer Not Outputting In Colour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728980#M74406</link>
      <description>Hi I'm having trouble printing to an HP Designjet 1050C Plotter with open vms. These are my setups.&lt;BR /&gt;&lt;BR /&gt;TGGA12&amp;gt; sho que/all a0_dj_gla&lt;BR /&gt;Server queue A0_DJ_GLA, idle, on TGGA12::, mounted form GBNA_A0_LANDSCAPE&lt;BR /&gt; (stock=DEFAULT)&lt;BR /&gt;TGGA12&amp;gt; sho que/all a0_dj_gla/full&lt;BR /&gt;Server queue A0_DJ_GLA, idle, on TGGA12::, mounted form GBNA_A0_LANDSCAPE&lt;BR /&gt; (stock=DEFAULT)&lt;BR /&gt;  /BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /OWNER=[SYSTEM]&lt;BR /&gt;  /PROCESSOR=TCPIP$LPD_SMB /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR&lt;BR /&gt;TGGA12&amp;gt; sho que/form/full GBNA_A0_LANDSCAPE&lt;BR /&gt;Form name                            Number   Description&lt;BR /&gt;---------                            ------   -----------&lt;BR /&gt;GBNA_A0_LANDSCAPE (stock=DEFAULT)&lt;BR /&gt;                                         12   GBNA_A0_LANDSCAPE&lt;BR /&gt;    /LENGTH=66 /MARGIN=(BOTTOM=6) /PAGE_SETUP=(GBNA_A0_LANDSCAPE)&lt;BR /&gt;    /SETUP=(SUPRESS_BLANK_PAGES) /STOCK=DEFAULT /TRUNCATE /WIDTH=132&lt;BR /&gt;TGGA12&amp;gt;&lt;BR /&gt;Print cap File&lt;BR /&gt;A0_TEST_GLA|a0_test_gla:\&lt;BR /&gt;        :lf=/SYS$SPECIFIC/TCPIP$LPD/A0_TEST_GLA.LOG:\&lt;BR /&gt;        :lp=A0_TEST_GLA:\&lt;BR /&gt;        :ps=non_ps:\&lt;BR /&gt;        :rm=HPPE641BB:\&lt;BR /&gt;        :rp=raw:\&lt;BR /&gt;        :sd=/SYS$SPECIFIC/TCPIP$LPD/A0_TEST_GL&lt;BR /&gt;A:\&lt;BR /&gt;        :pa:&lt;BR /&gt;&lt;BR /&gt;I have two different vms machines using the same settings as above and the same type of printer. One printer outputs in black &amp;amp; white (other users can print in colour on it with different apps) and another printer where the print submits to the queue but ends up with an error &lt;BR /&gt;711  GBNAPLOT        GS022           383  Retained on error&lt;BR /&gt;       %LBR-E-KEYNOTFND, key not found&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Jason</description>
      <pubDate>Fri, 10 Feb 2006 10:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728980#M74406</guid>
      <dc:creator>Gordon Bloxham</dc:creator>
      <dc:date>2006-02-10T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Not Outputting In Colour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728981#M74407</link>
      <description>The 'key not found' belongs to the setup module not found in the system default printer control library. You may specify a specific library for each queue with /LIBRARY or insert your setup modules into the default SYSDEVCTL.TLB.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 10 Feb 2006 10:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728981#M74407</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-02-10T10:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Not Outputting In Colour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728982#M74408</link>
      <description>Gordon,&lt;BR /&gt;&lt;BR /&gt;Your the real trouble is the LPD symbiont.&lt;BR /&gt;The LPD mechanism is only marginally compatible with VMS.&lt;BR /&gt;&lt;BR /&gt;The way VMS queues operate is essentially: &lt;BR /&gt;- connect to printer&lt;BR /&gt;- send 1st (setup) module&lt;BR /&gt;- next; etc&lt;BR /&gt;- send body (1st file PRINTed)&lt;BR /&gt;- send page setup module(s)&lt;BR /&gt;- next file; etc&lt;BR /&gt;- send reset module(s)&lt;BR /&gt;- disconnect&lt;BR /&gt;&lt;BR /&gt;The way LPD operates:&lt;BR /&gt;- treat each module as a separate file, ie, a separate printjob&lt;BR /&gt;- after each job, execute a printer reset.&lt;BR /&gt;&lt;BR /&gt;Essentially, ONE VMS print job becomes MANY LPD jobs ( MANY = # of "files" printed + # of setup modukes + # of reset modules)&lt;BR /&gt;&lt;BR /&gt;One way around this is to use TELNETSYM.&lt;BR /&gt;This essentially opens a TELNET session to the printer, tranfers any data int the printjob in this ONE session, and logs out.&lt;BR /&gt;&lt;BR /&gt;Another way is to emulate the *UX or M$ way:  &lt;BR /&gt;- use TELNETSYM as the "printer driver", printing to an LPD queue.&lt;BR /&gt;&lt;BR /&gt;Prints in clolor of course have to result from some app that generates color-coded output files. Nothing special with the print queues.&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  &lt;BR /&gt;</description>
      <pubDate>Sat, 11 Feb 2006 05:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728982#M74408</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-02-11T05:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Not Outputting In Colour</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728983#M74409</link>
      <description>Might DCPS solve the problem?</description>
      <pubDate>Sat, 11 Feb 2006 14:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-not-outputting-in-colour/m-p/3728983#M74409</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2006-02-11T14:30:59Z</dc:date>
    </item>
  </channel>
</rss>

