<?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: &amp;quot;inconsistent queue type &amp;quot; Assigning Printer Queues! in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963595#M79909</link>
    <description>If your JobStore procedure/program can determine what job is what in the execution queues, why can't it do the same for the sending SYS$PRINT?&lt;BR /&gt;&lt;BR /&gt;Can't you just skip the two receiving queues?&lt;BR /&gt;&lt;BR /&gt;And are the OCE queues above the bricks the same queues in the Prisma section?  That's a little whacked isn't it?&lt;BR /&gt;&lt;BR /&gt;Art</description>
    <pubDate>Wed, 01 Mar 2006 09:40:33 GMT</pubDate>
    <dc:creator>Art Wiens</dc:creator>
    <dc:date>2006-03-01T09:40:33Z</dc:date>
    <item>
      <title>"inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963588#M79902</link>
      <description>Anyone know why this won't work, or what the rules are for assigning one queue to another?&lt;BR /&gt; &lt;BR /&gt; ALPHA_ROB$$ SQ RA_JS*&lt;BR /&gt;Generic printer queue RA_JS_GEN&lt;BR /&gt;&lt;BR /&gt;Printer queue RA_JS_STOP, stopped, autostart inactive, on GAMMA::"FTGOCE1:9999", mounted form DEFAULT&lt;BR /&gt;&lt;BR /&gt;Printer queue RA_JS_TEST1, stopped, autostart inactive, on GAMMA::"FTGOCE1:9999", mounted form DEFAULT&lt;BR /&gt;&lt;BR /&gt;Printer queue RA_JS_TEST2, idle, on GAMMA::"FTGOCE2:9999", mounted form DEFAULT&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ ASSIGN/QUE RA_JS_STOP RA_JS_TEST1 %JBC-F-INCQUETYP, inconsistent queue type ALPHA_ROB$$ &lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 06:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963588#M79902</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-03-01T06:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963589#M79903</link>
      <description>Rob, you are using ASSIGN/QUEUE which assigns/redirect a LOGICAL queue to an execution queue.&lt;BR /&gt;For your testing would you not be better using ASSIGN/MERGE ???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 06:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963589#M79903</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-03-01T06:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963590#M79904</link>
      <description>Bugger!&lt;BR /&gt;&lt;BR /&gt;It's because the queue being assigned (TEST1) is being fed from a generic queue.&lt;BR /&gt;&lt;BR /&gt;If I try it on a non-generic-fed queue (TEST2) it works :-&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ sq      ra_js*/ful&lt;BR /&gt;Generic printer queue RA_JS_GEN&lt;BR /&gt;  /GENERIC=(RA_JS_TEST1) /OWNER=[SYSGRP,SYSTEM] /PROTECTION=(S:M,O:D,G:R,W:RSD) /SCHEDULE=(NOSIZE)&lt;BR /&gt;&lt;BR /&gt;Printer queue RA_JS_STOP, stopped, autostart inactive, on GAMMA::"FTGOCE1:9999", mounted form DEFAULT&lt;BR /&gt;  /AUTOSTART_ON=(GAMMA::"FTGOCE1:9999",GAMMA::"FTGOCE1:9999") /BASE_PRIORITY=4 /DEFAULT=(FORM=DEFAULT) /OWNER=[SYSGRP,SYSTEM] &lt;BR /&gt;  /PROCESSOR=TCPIP$TELNETSYM /PROTECTION=(S:M,O:D,G:R,W:RSMD) /SCHEDULE=(NOSIZE)&lt;BR /&gt;&lt;BR /&gt;Printer queue RA_JS_TEST1, stopped, autostart inactive, on GAMMA::"FTGOCE1:9999", mounted form DEFAULT&lt;BR /&gt;  /AUTOSTART_ON=(GAMMA::"FTGOCE1:9999",GAMMA::"FTGOCE1:9999") /BASE_PRIORITY=4 /DEFAULT=(FORM=DEFAULT) /OWNER=[SYSGRP,SYSTEM] &lt;BR /&gt;  /PROCESSOR=TCPIP$TELNETSYM /PROTECTION=(S:M,O:D,G:R,W:RSMD) /SCHEDULE=(NOSIZE)&lt;BR /&gt;&lt;BR /&gt;Logical queue RA_JS_TEST2, stopped, assigned to RA_JS_STOP&lt;BR /&gt;  /OWNER=[SYSGRP,SYSTEM] /PROCESSOR=TCPIP$TELNETSYM /PROTECTION=(S:M,O:D,G:R,W:RSMD) /SCHEDULE=(NOSIZE)&lt;BR /&gt;ALPHA_ROB$$ &lt;BR /&gt;&lt;BR /&gt;Back to the drawing board!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 06:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963590#M79904</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-03-01T06:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963591#M79905</link>
      <description>Now that makes sense! I should have guessed that the generic queue was tied into your test queues.</description>
      <pubDate>Wed, 01 Mar 2006 07:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963591#M79905</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-03-01T07:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963592#M79906</link>
      <description>What is the purpose? Could you use another generic queue or a logical name?</description>
      <pubDate>Wed, 01 Mar 2006 07:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963592#M79906</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-01T07:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963593#M79907</link>
      <description>It's a bit complicated really.&lt;BR /&gt;&lt;BR /&gt;I want 2 queues to be fed from a generic queue, but the receiving queue must not print anything.&lt;BR /&gt;&lt;BR /&gt;It can't be put on stop, as that would stop anything being fed.&lt;BR /&gt;&lt;BR /&gt;It must also adhere to normal forms-type rules.&lt;BR /&gt;&lt;BR /&gt;A secondary process than takes the jobs from the queue and passes them to a new queue, based on a set of rules.&lt;BR /&gt;&lt;BR /&gt;The attached diagram will explain it a little better.&lt;BR /&gt;&lt;BR /&gt;What I was going to do was create a dump queue, and then assign the two real queues to it. The jobs would feed from SYS$PRINT to the 2 queues, based on the forms type, but wouldn't go any further because the dump queue would be stopped.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, VMS Queue Management isn't quite subtle enough to handle this....did I just say that :&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 08:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963593#M79907</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-03-01T08:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963594#M79908</link>
      <description>(Try attaching the file Rob!!)&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 08:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963594#M79908</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-03-01T08:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963595#M79909</link>
      <description>If your JobStore procedure/program can determine what job is what in the execution queues, why can't it do the same for the sending SYS$PRINT?&lt;BR /&gt;&lt;BR /&gt;Can't you just skip the two receiving queues?&lt;BR /&gt;&lt;BR /&gt;And are the OCE queues above the bricks the same queues in the Prisma section?  That's a little whacked isn't it?&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Wed, 01 Mar 2006 09:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963595#M79909</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2006-03-01T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963596#M79910</link>
      <description>The idea was to try and make the whole thing look _natural_ to the Operators. So, as far as they're concerned, they just change the forms type on the queue they want to print to, the jobs go to the queue, and my pseudo-Queue Manager drags the entries off and prints them.&lt;BR /&gt;&lt;BR /&gt;I'd been thinking along the same lines as you; make the pseudo-Manager control the whole process by checking to see if the output queue forms type matches the pending jobs form, etc, etc.&lt;BR /&gt;&lt;BR /&gt;There's no way of getting rid of FTG_OCE1 and FTG_OCE2, as you wouldn't be able to tell JobStore which queue (and therefore printer) you want to make available to the job.&lt;BR /&gt;&lt;BR /&gt;Having said that, I guess I could send a direct message to JobStore - "Print this entry to this printer", "Print all jobs with forms type x to this printer".&lt;BR /&gt;&lt;BR /&gt;The reason this is a problem is that I wanted to make it so that I just set up a queue with a forms type of say "Invoices" and anything coming along through the day would just go there with the need to 'tell' JobStore.&lt;BR /&gt;&lt;BR /&gt;Apart from this niggle about not physically trying to print the jobs, the VMS Queue Manager would work.&lt;BR /&gt;&lt;BR /&gt;I could get round that by pointing the queue at a non-existant device, but the entry would go to stalled and that would make it harder to remove the entries from the queue without stopping it!&lt;BR /&gt;&lt;BR /&gt;I guess what I'm after is a PROCESSOR that doesn't actually do anything, justs marks the entries as 'being processed' as far as the Queue Manager's concerned.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963596#M79910</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-03-01T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963597#M79911</link>
      <description>Sorry, forgot to say (like my ramble wasn't long enough :) - the VMS, Prisma, and Formate sections are all physcially different boxes.&lt;BR /&gt;&lt;BR /&gt;Prisma and Formate are document overlay/transformation programs that turns the text into real Invoices or Reports, then sends it to the final output device - ftgoce1 or ftgoce2.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Wed, 01 Mar 2006 10:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963597#M79911</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-03-01T10:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963598#M79912</link>
      <description>what about having a queue using this&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?EXECSYMB" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?EXECSYMB&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963598#M79912</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-01T10:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963599#M79913</link>
      <description>Or, you could write your own symbiont that simply does what you wanted and sets the entry to whatever you want it to mark it as.&lt;BR /&gt;&lt;BR /&gt;Set up as many print queues using the symbiont you write and then point the generic queue to those special queues.&lt;BR /&gt;&lt;BR /&gt;The advantage to this is that you could actually have the symbionts log entries in a log file to be abel to see what has come through the queues and when.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 01 Mar 2006 11:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963599#M79913</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2006-03-01T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963600#M79914</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;  What if you used the Null Symbiont, and set your queue to RETAIN=ALL. The jobs would then "execute" but be retained. You could then interrogate the queue to get all the characteristics of the entry, submit a new entry to the correct queue, and then delete the old one.&lt;BR /&gt;&lt;BR /&gt;  A bit fiddly, but should give you maximum flexibility.&lt;BR /&gt;&lt;BR /&gt;  It might also be possible to modify the null symbiont to be permanently busy. Just make sure you submit a "sacrificial" job to the queue?</description>
      <pubDate>Wed, 01 Mar 2006 15:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963600#M79914</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-03-01T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963601#M79915</link>
      <description>Rob,&lt;BR /&gt;  I'm stupid... print queues don't have job limits Doh! ;-)&lt;BR /&gt;&lt;BR /&gt;  I've attached a symbiont that will take forever to print a job, so any job queued to it will go into Pending state.&lt;BR /&gt;&lt;BR /&gt;  Not sure if it will help in your case.</description>
      <pubDate>Wed, 01 Mar 2006 16:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963601#M79915</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-03-01T16:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963602#M79916</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;Is can easily be fixed......&lt;BR /&gt;&lt;BR /&gt;(1)&lt;BR /&gt;Create a queue were all the jobs will end up. This queue must be stopped.&lt;BR /&gt;&lt;BR /&gt;(2) Create a local LPD-queue that targets this queue&lt;BR /&gt;&lt;BR /&gt;LP1|lp1:\&lt;BR /&gt;        :lp=xxxxx:\&lt;BR /&gt;        :sd=/TCPIP$LPD_ROOT/LP1:&lt;BR /&gt;&lt;BR /&gt;xxxxx= the name of the queue in (1)&lt;BR /&gt;&lt;BR /&gt;(3) Create two remote LPD-queues that both targets rm=localhost and rp=LP1&lt;BR /&gt;&lt;BR /&gt;(4) Create the generic queue to target the two LPD-queues.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Hakan Andersson&lt;BR /&gt;&lt;BR /&gt;Hopfully this works......&lt;BR /&gt;Haven't trid it because of gastric flu the last couple of days.</description>
      <pubDate>Sat, 22 Apr 2006 08:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963602#M79916</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2006-04-22T08:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963603#M79917</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;Just want to know if things are working.........&lt;BR /&gt;&lt;BR /&gt;Hakan Andersson</description>
      <pubDate>Thu, 04 May 2006 06:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963603#M79917</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2006-05-04T06:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963604#M79918</link>
      <description>Still mulling over all the options to see which is the simplest approach.&lt;BR /&gt;&lt;BR /&gt;Will let everyone know when I've come to some sort of a conclusion.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 04 May 2006 07:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963604#M79918</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-05-04T07:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: "inconsistent queue type " Assigning Printer Queues!</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963605#M79919</link>
      <description>Just to update everyone, I finally went with a permanent command file that scans the generic queue entries and moves them as necessary.&lt;BR /&gt;&lt;BR /&gt;In the end, it was the best solution for the job and easiest to manage.&lt;BR /&gt;&lt;BR /&gt;Many thanks to Ian for the DIY-Symbiont though - I'm sure I'll find a use for it soon.&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
      <pubDate>Fri, 10 Nov 2006 06:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/quot-inconsistent-queue-type-quot-assigning-printer-queues/m-p/4963605#M79919</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-11-10T06:53:30Z</dc:date>
    </item>
  </channel>
</rss>

