<?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 Having trouble creating new VMS Print Queue in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031440#M82083</link>
    <description>I am running OpenVMS 7.3-2 -- I have been able to create these queues in the past without any issue at all until today.  After I tried to init the queue for the and I got this message "%JBC-I-QUENOTMOD, modifications not made to running queue"  The queue hasn't been initialized yet at this point, so it couldn't be running.&lt;BR /&gt;&lt;BR /&gt;What's wrong with this picture??&lt;BR /&gt;&lt;BR /&gt;I can really use the help.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
    <pubDate>Thu, 01 Mar 2007 19:33:32 GMT</pubDate>
    <dc:creator>Jorge Cocomess</dc:creator>
    <dc:date>2007-03-01T19:33:32Z</dc:date>
    <item>
      <title>Having trouble creating new VMS Print Queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031440#M82083</link>
      <description>I am running OpenVMS 7.3-2 -- I have been able to create these queues in the past without any issue at all until today.  After I tried to init the queue for the and I got this message "%JBC-I-QUENOTMOD, modifications not made to running queue"  The queue hasn't been initialized yet at this point, so it couldn't be running.&lt;BR /&gt;&lt;BR /&gt;What's wrong with this picture??&lt;BR /&gt;&lt;BR /&gt;I can really use the help.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 01 Mar 2007 19:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031440#M82083</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-03-01T19:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble creating new VMS Print Queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031441#M82084</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;What EXACTLY did you type in.?&lt;BR /&gt;Is the queue name you are using a logical&lt;BR /&gt;that points to a queue that is running?&lt;BR /&gt;Please provide a log of the session.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Mar 2007 20:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031441#M82084</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2007-03-01T20:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble creating new VMS Print Queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031442#M82085</link>
      <description>First, make sure there isn't a logical name that has the same name as the queue.  &lt;BR /&gt;&lt;BR /&gt;I.e. if the queue name is JORGE_LP, and you have a logical JORGE_LP that is defined as LINE_PRINTER, and LINE_PRINTER is a valid QUEUE name, you could get the results you are seeing.&lt;BR /&gt;&lt;BR /&gt;Here's an example:&lt;BR /&gt;&lt;BR /&gt;$ sho log abc&lt;BR /&gt;%SHOW-S-NOTRAN, no translation for logical name ABC&lt;BR /&gt;$ init/que abc/bat/start/on=sigma::&lt;BR /&gt;$ sho que abc&lt;BR /&gt;Batch queue ABC, idle, on SIGMA::&lt;BR /&gt;$ init/que abc/bat/start/on=sigma::&lt;BR /&gt;%JBC-I-QUENOTMOD, modifications not made to running queue&lt;BR /&gt;$ def new abc&lt;BR /&gt;$ init/que new/bat/start/on=sigma::&lt;BR /&gt;%JBC-I-QUENOTMOD, modifications not made to running queue&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;If that isn't the problem, then:&lt;BR /&gt;&lt;BR /&gt;When are the queues being initialized?  During startup or at some later time?&lt;BR /&gt;What message do you get when you do a show queue &lt;NAME of="" queue=""&gt;&lt;/NAME&gt;&lt;BR /&gt;What has changed since "the past" when you could create them, i.e. any new patches, O/S upgrade etc.&lt;BR /&gt;&lt;BR /&gt;More details will get you better answers.</description>
      <pubDate>Thu, 01 Mar 2007 20:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031442#M82085</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-03-01T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble creating new VMS Print Queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031443#M82086</link>
      <description>Looks like the queue is in fact started already, which is why you are getting this error. Perhaps the queue is autostart enabled?. Can you post the output for a SHOW QUEUE/FUL &lt;QUEUENAME&gt; and provide some more details regarding the sequence of events led you to this point?.&lt;/QUEUENAME&gt;</description>
      <pubDate>Thu, 01 Mar 2007 20:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031443#M82086</guid>
      <dc:creator>Martin Hughes</dc:creator>
      <dc:date>2007-03-01T20:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble creating new VMS Print Queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031444#M82087</link>
      <description>I'd typically initialize (create) the queue only once, and would then start it at reboot.  I'd certainly consider keeping the initialization commands around if I needed to rebuild the queues.  &lt;BR /&gt;&lt;BR /&gt;It is certainly feasible to set the queue manager to autostart the queues.&lt;BR /&gt;&lt;BR /&gt;INITIALIZE/QUEUE creates the queue, while INITIALIZE/QUEUE/START both creates and initializes the queue.&lt;BR /&gt;&lt;BR /&gt;If the queue was not set to autostart or was otherwise stopped, you can START /QUEUE the queue.&lt;BR /&gt;&lt;BR /&gt;To set the queues to autostart, you can use the ENABLE AUTOSTART /QUEUES command.&lt;BR /&gt;&lt;BR /&gt;I'd also tend to use the /ON command, rather than defaulting the node name.&lt;BR /&gt;&lt;BR /&gt;At the queue level, the SHOW QUEUE /FULL command will show if autostart is enabled.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Mar 2007 22:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031444#M82087</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-03-01T22:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble creating new VMS Print Queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031445#M82088</link>
      <description>The problem I was having seem no longer a problem after I logged off and logged back in.  I don't know where or what environment I was in that I couldn't do what I've been able to do for years.&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Sat, 03 Mar 2007 23:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031445#M82088</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-03-03T23:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble creating new VMS Print Queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031446#M82089</link>
      <description>No problem after all.</description>
      <pubDate>Sat, 03 Mar 2007 23:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/having-trouble-creating-new-vms-print-queue/m-p/5031446#M82089</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-03-03T23:49:36Z</dc:date>
    </item>
  </channel>
</rss>

