<?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: Remove form specification from queue in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938177#M72402</link>
    <description>I'll definetly have one on you! ;o)&lt;BR /&gt;&lt;BR /&gt;Mike</description>
    <pubDate>Thu, 03 Nov 2005 08:02:07 GMT</pubDate>
    <dc:creator>Mike Reznak</dc:creator>
    <dc:date>2005-11-03T08:02:07Z</dc:date>
    <item>
      <title>Remove form specification from queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938173#M72398</link>
      <description>The everlasting joys of mixed environments!&lt;BR /&gt;&lt;BR /&gt;Situation:&lt;BR /&gt;It has been decided that we will use a (BillyWare based) Secure Print Server.&lt;BR /&gt;&lt;BR /&gt;Each printer will collect any prints to be output, and if the user enters a code into the printer, only then will his document be printed.&lt;BR /&gt;&lt;BR /&gt;Of course that means that the printers will ONLY be accessable via Mickey's PrintServer.&lt;BR /&gt;Which is LPD/LPR, with all the joys of that.&lt;BR /&gt;&lt;BR /&gt;The solution for VMS seems to be a TELNETSYM queue printing to a LPD/LPR printing to the PrintServer, which will consider it like any Whinedoze printjob.&lt;BR /&gt;(that VMS looses any info about the proceeding is "a minor detail")&lt;BR /&gt;&lt;BR /&gt;Now for our issue:&lt;BR /&gt;The second PRINT command (to the LPD queue) ends with %LBR-E-ILLCTL, illegal control index.&lt;BR /&gt;&lt;BR /&gt;We &amp;gt;&amp;gt;&amp;gt; suspect &amp;lt;&amp;lt;&amp;lt; that the qualifier /DEFAULT=FORM=DEFAULT may be the issue.&lt;BR /&gt;Trying to SET QUEUE xxx /NODEFAULT  or &lt;BR /&gt;SET QUEUE xxx /DEFAULT=NOFORM&lt;BR /&gt;both are accepted without error, but the default form stays unchanged.&lt;BR /&gt;&lt;BR /&gt;Is our suspicion correct?&lt;BR /&gt;&lt;BR /&gt;Anybody recognise that error?&lt;BR /&gt;Anybody know the cause?&lt;BR /&gt;ANYBODY KNOW A CURE?&lt;BR /&gt;&lt;BR /&gt;tia,&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, 03 Nov 2005 04:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938173#M72398</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-03T04:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove form specification from queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938174#M72399</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;       If no form type is explicitly specified, the system assigns the&lt;BR /&gt;       form "DEFAULT" to the queue.&lt;BR /&gt;&lt;BR /&gt;So it probably cannot be changed. If the form is the issue, then you probably will have to create special form for LPD printing.&lt;BR /&gt;&lt;BR /&gt;But the message points to the library problem.&lt;BR /&gt;&lt;BR /&gt; ILLCTL,  illegal control index&lt;BR /&gt;&lt;BR /&gt;  Facility:     LBR, Librarian Routines&lt;BR /&gt;&lt;BR /&gt;  Explanation:  Either the library is not open or an illegal library index was&lt;BR /&gt;                specified.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Determine that the library is open and that the library index&lt;BR /&gt;                is correct.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2005 05:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938174#M72399</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-03T05:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove form specification from queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938175#M72400</link>
      <description>It's my understanding that a queue always needs a default from. How else is a simple "$ PRINT/QUEUE=" statement supposed to work?&lt;BR /&gt;&lt;BR /&gt;Can you put up a "show queue/full"?&lt;BR /&gt;&lt;BR /&gt;I guess there is a problem with device control libraries. E.g. does the DEFAULT from specify a setup module, but the queue is missing a DEVCTL or something like this.</description>
      <pubDate>Thu, 03 Nov 2005 05:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938175#M72400</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-11-03T05:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove form specification from queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938176#M72401</link>
      <description>Mike, Uwe,&lt;BR /&gt;&lt;BR /&gt;BINGO&lt;BR /&gt;&lt;BR /&gt;It can be so simple, and so simple to miss when operating in a team with too little opportunity to discuss setups, but only the problems.&lt;BR /&gt;&lt;BR /&gt;This way of solving is MUCH quicker than searching yourself!&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, 03 Nov 2005 05:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938176#M72401</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-03T05:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove form specification from queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938177#M72402</link>
      <description>I'll definetly have one on you! ;o)&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 03 Nov 2005 08:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/remove-form-specification-from-queue/m-p/4938177#M72402</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-03T08:02:07Z</dc:date>
    </item>
  </channel>
</rss>

