<?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 Inconsistent queue type in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671814#M72587</link>
    <description>I have a queue G1 that is a generic queue pointing to queues Q1 and Q2.&lt;BR /&gt;&lt;BR /&gt;I have a 9100 telnet symbiont queue Q1 and Q2.&lt;BR /&gt;&lt;BR /&gt;I have a 9100 telnet symbiont queue Q3.&lt;BR /&gt;&lt;BR /&gt;I want to do a assign/queue Q3 Q2&lt;BR /&gt;but I get the message "inconsistent queue type".&lt;BR /&gt;&lt;BR /&gt;WHY ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 15 Nov 2005 07:08:40 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2005-11-15T07:08:40Z</dc:date>
    <item>
      <title>Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671814#M72587</link>
      <description>I have a queue G1 that is a generic queue pointing to queues Q1 and Q2.&lt;BR /&gt;&lt;BR /&gt;I have a 9100 telnet symbiont queue Q1 and Q2.&lt;BR /&gt;&lt;BR /&gt;I have a 9100 telnet symbiont queue Q3.&lt;BR /&gt;&lt;BR /&gt;I want to do a assign/queue Q3 Q2&lt;BR /&gt;but I get the message "inconsistent queue type".&lt;BR /&gt;&lt;BR /&gt;WHY ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 15 Nov 2005 07:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671814#M72587</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-15T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671815#M72588</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;isn't it because Q2 is an execution queue and not a logical queue?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marc</description>
      <pubDate>Tue, 15 Nov 2005 07:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671815#M72588</guid>
      <dc:creator>Marc Van den Broeck</dc:creator>
      <dc:date>2005-11-15T07:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671816#M72589</link>
      <description>Btw : if I delete queue G1, it works.&lt;BR /&gt;&lt;BR /&gt;VMS 7.3 but also 6.2 1h3, tcpip 5.3 eco 2.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 15 Nov 2005 07:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671816#M72589</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-15T07:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671817#M72590</link>
      <description>Marc,&lt;BR /&gt;&lt;BR /&gt;Q2 is a printer queue just as Q3.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 15 Nov 2005 07:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671817#M72590</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-15T07:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671818#M72591</link>
      <description>Here are the setups.&lt;BR /&gt;&lt;BR /&gt;SPVMX2/MGRWVW&amp;gt;set prompt ="$ "&lt;BR /&gt;$ sh que g1/fu&lt;BR /&gt;Generic printer queue G1, stopped&lt;BR /&gt;  /GENERIC=(Q1,Q2) /OWNER=[SYSMGR,SYSTEM]&lt;BR /&gt;  /PROTECTION=(S:M,O:D,G:R,W:S)&lt;BR /&gt;&lt;BR /&gt;$ sh que q2/fu&lt;BR /&gt;Printer queue Q2, idle, on SPVCS2::"Q2:9100",&lt;BR /&gt;mounted form DEFAULT&lt;BR /&gt;  /AUTOSTART_ON=(SPVCS2::"Q2:9100",SPVMX2::"Q2:9100)&lt;BR /&gt;  /BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /LIBRARY=TALLY Lowercase&lt;BR /&gt;  /OWNER=[SYSMGR,SYSTEM] /PROCESSOR=TCPIP$TELNETSYM&lt;BR /&gt;  /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR /SCHEDULE=(NOSIZE)&lt;BR /&gt;  /SEPARATE=(FLAG)&lt;BR /&gt;&lt;BR /&gt;$ sh que q3/fu&lt;BR /&gt;Printer queue Q3, idle, on SPVCS2::"Q3:9100",&lt;BR /&gt;mounted form DEFAULT&lt;BR /&gt;  &lt;TALLY matrix="" line="" printer="" via="" 9100="" protocol=""&gt;&lt;BR /&gt;  /AUTOSTART_ON=(SPVCS2::"Q3:9100",SPVMX2::"Q3:9100)&lt;BR /&gt;  /BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /LIBRARY=TALLY Lowercase&lt;BR /&gt;  /OWNER=[SYSMGR,SYSTEM] /PROCESSOR=TCPIP$TELNETSYM&lt;BR /&gt;  /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR /SCHEDULE=(NOSIZE)&lt;BR /&gt;&lt;/TALLY&gt;</description>
      <pubDate>Tue, 15 Nov 2005 07:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671818#M72591</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-15T07:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671819#M72592</link>
      <description>And a 2nd question. Why are generic queues excluded from assign/queue ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 15 Nov 2005 07:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671819#M72592</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-15T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671820#M72593</link>
      <description>Hello Wim,&lt;BR /&gt;&lt;BR /&gt;I think the following is happening:&lt;BR /&gt;&lt;BR /&gt;When you assign/queue q3 q2, q2 effectively becomes a logical queue pointing to q3.&lt;BR /&gt;&lt;BR /&gt;This is no problem if nothing else is pointing to q2, but because g1 is using q2, q2 is required to remain an actual output queue, because generic queues only accept "real" output queues.&lt;BR /&gt;&lt;BR /&gt;As to why it was designed this way? Why generic queues can't be assigned to another queue? Beats me... You'd have to ask the VMS developers...&lt;BR /&gt;&lt;BR /&gt;Camiel.</description>
      <pubDate>Tue, 15 Nov 2005 08:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671820#M72593</guid>
      <dc:creator>Camiel</dc:creator>
      <dc:date>2005-11-15T08:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671821#M72594</link>
      <description>Looks like Q2 is "locked" while in generic queue. And also looks like this is a normal behavier. It has some logic to me, expecially in cluster envirement.</description>
      <pubDate>Tue, 15 Nov 2005 08:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671821#M72594</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2005-11-15T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671822#M72595</link>
      <description>Logic ???&lt;BR /&gt;&lt;BR /&gt;If you stop a queue you should be able to redirect ANYTHING, imo.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 15 Nov 2005 08:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671822#M72595</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-15T08:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent queue type</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671823#M72596</link>
      <description>Wim&lt;BR /&gt;I think that you need initialize Q3 using /NOENABLE_GENERIC qualifier.&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.</description>
      <pubDate>Tue, 15 Nov 2005 10:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/inconsistent-queue-type/m-p/3671823#M72596</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-11-15T10:12:10Z</dc:date>
    </item>
  </channel>
</rss>

