<?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: retained on error for testing in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988679#M12216</link>
    <description>Isn't it a bit overdone to delete all jobs just to restart the queue ?&lt;BR /&gt;&lt;BR /&gt;I use a procedure lpd-check once posted to comp.os.vms:&lt;BR /&gt;  &amp;lt; &lt;A href="http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/lpd-check.com" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/lpd-check.com&lt;/A&gt;  &amp;gt;&lt;BR /&gt;&lt;BR /&gt;(despite the name, it handles all output queues, not just LPD).&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Apr 2007 12:23:08 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2007-04-25T12:23:08Z</dc:date>
    <item>
      <title>retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988671#M12208</link>
      <description>I know this may sound odd, but I am trying to test a command that will loop through my print queues and delete and recreate any stopped queues. That part to the command seems to work alright. The problem is that when a queue has a job retained on error the Queue can not be deleted without removing the entry.&lt;BR /&gt;I have a command to do that as well BUT without jobs "retained on Error" existing in the queue a can not test the command.&lt;BR /&gt;&lt;BR /&gt;So anyone know How I can force (so to speak)&lt;BR /&gt;an job to be retained on error. &lt;BR /&gt;I have tried set /queue Que1 /retain=all thinking that anything retained would work, but is seems that it can be only Retain on error &lt;BR /&gt;&lt;BR /&gt;Thank for any help anyone can give me.</description>
      <pubDate>Wed, 25 Apr 2007 10:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988671#M12208</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-25T10:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988672#M12209</link>
      <description>$ create error.com&lt;BR /&gt;this is a bogus command line&lt;BR /&gt;^Z&lt;BR /&gt;$ set queue/retain=error sys$batch&lt;BR /&gt;$ submit/nolog/queue=sys$batch error&lt;BR /&gt;$ show entry/full '$entry'&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988672#M12209</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-04-25T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988673#M12210</link>
      <description>Denise,&lt;BR /&gt;&lt;BR /&gt;the following should work for a print-queue (not tested):&lt;BR /&gt;&lt;BR /&gt;$ create x.x&lt;BR /&gt;$ SUBMIT/HOLD/QUE=print_q/RET=ALL x.x&lt;BR /&gt;$ DELETE x.x.0&lt;BR /&gt;$ SET ENT/NOHOLD '$ENTRY'&lt;BR /&gt;$ SHOW ENT '$ENTRY'&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 25 Apr 2007 11:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988673#M12210</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-25T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988674#M12211</link>
      <description>The ASSIGN/MERGE 'New' Old' allows you to 'save' all retained jobs into a temporary queue, recreate your real queue and ASSIGN/MERGE them back.&lt;BR /&gt;&lt;BR /&gt;The attached DCL may act as a an example for such a procedure.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 25 Apr 2007 11:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988674#M12211</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-04-25T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988675#M12212</link>
      <description>&amp;gt; my print queues &lt;BR /&gt;&lt;BR /&gt;Ooops, my bad. I didn't read closely enough and presumed batch. Give Volker's solution a try.</description>
      <pubDate>Wed, 25 Apr 2007 11:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988675#M12212</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-04-25T11:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988676#M12213</link>
      <description>Volker, &lt;BR /&gt;&lt;BR /&gt;Tried your suggestion but once the hold is taken off the entry the job prints. Or just sits in a "busy" queue.&lt;BR /&gt;&lt;BR /&gt;thanks anyway.&lt;BR /&gt;&lt;BR /&gt;Denise</description>
      <pubDate>Wed, 25 Apr 2007 12:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988676#M12213</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-25T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988677#M12214</link>
      <description>Deneise,&lt;BR /&gt;&lt;BR /&gt;did you really delete the print-file - the correct version ? The job can't print, if the file has been deleted !&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 25 Apr 2007 12:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988677#M12214</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-25T12:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988678#M12215</link>
      <description>Jim, &lt;BR /&gt;&lt;BR /&gt;Thats OK, I will save your suggestion in my..&lt;BR /&gt;"this could be useful later" files.&lt;BR /&gt;&lt;BR /&gt;Denise</description>
      <pubDate>Wed, 25 Apr 2007 12:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988678#M12215</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-25T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988679#M12216</link>
      <description>Isn't it a bit overdone to delete all jobs just to restart the queue ?&lt;BR /&gt;&lt;BR /&gt;I use a procedure lpd-check once posted to comp.os.vms:&lt;BR /&gt;  &amp;lt; &lt;A href="http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/lpd-check.com" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/vms$common/sysmgr/lpd-check.com&lt;/A&gt;  &amp;gt;&lt;BR /&gt;&lt;BR /&gt;(despite the name, it handles all output queues, not just LPD).&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988679#M12216</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-04-25T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988680#M12217</link>
      <description>Volker,&lt;BR /&gt;I thought the same thing and after submitting the job with:&lt;BR /&gt; &lt;BR /&gt;$submit /hold/que=test1&lt;BR /&gt;&lt;BR /&gt;when I tried to add the /ret=all it gave me an error so I SET /que /retain=all test1 first&lt;BR /&gt;Then I deleted the file x.x.0 I checked to be sure it was gone. ( i admit the first time I may have delete a wrong file)&lt;BR /&gt;&lt;BR /&gt;then entered $set entry/nohold Entry#&lt;BR /&gt;and the queue shows busy and the job show starting. That is how it stays.</description>
      <pubDate>Wed, 25 Apr 2007 12:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988680#M12217</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-25T12:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988681#M12218</link>
      <description>Denise,&lt;BR /&gt;&lt;BR /&gt;try this on a working print-queue. If the print-queue does not work (e.g. because the printer is not reachable), I see the same effect as you. If you try it on a working queue, you should get the job into retained-on-error. I've only tested this on a batch-queue.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 25 Apr 2007 12:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988681#M12218</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-25T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988682#M12219</link>
      <description>AH HA,&lt;BR /&gt;we are getting closer. I got a RETAINED on Completion.&lt;BR /&gt;&lt;BR /&gt;and what is actually printing is a page reports the file not found.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988682#M12219</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-25T12:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988683#M12220</link>
      <description>Denise,&lt;BR /&gt;&lt;BR /&gt;this 'feature' may depend on the print-symbiont used on that queue.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 25 Apr 2007 12:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988683#M12220</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-25T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988684#M12221</link>
      <description>Joseph,&lt;BR /&gt;The command that I am tried to build it for deleting and recreating Multiple queues, (close to 100)&lt;BR /&gt;&lt;BR /&gt;denise</description>
      <pubDate>Wed, 25 Apr 2007 12:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988684#M12221</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-25T12:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988685#M12222</link>
      <description>Hey, guess what.&lt;BR /&gt;I can use the RETAINED on Completion.&lt;BR /&gt;SO thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Denise&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 12:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988685#M12222</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-25T12:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988686#M12223</link>
      <description>Denise,&lt;BR /&gt;&lt;BR /&gt;now we could start to ask the question: why do you think you need to do this (delete and re-create stopped queues) ?&lt;BR /&gt;&lt;BR /&gt;A STOP/QUEUE/RESET will get rid of the symbiont process (or at least of the data associated with this printer stream in the symbiont, if the symbiont handles multiple queues).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 26 Apr 2007 01:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988686#M12223</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-26T01:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988687#M12224</link>
      <description>Ah yes, I thought you may be wondering.&lt;BR /&gt;Here's what happens. Our network connections are not reliable and because of this we lose communication between our servers. It the connections stays down too long one of the servers in the cluster believes it has been tossed and restarts itself to get back in. This wreaks havoc with the printer queues. Not all of them just about half, which is still close to 100. The Execution queue will return but the generic queues associated with it will not work. Stop /reset for the queues does not solve the problem they have to be deleted and recreated. There are way to many to do that one at a time. &lt;BR /&gt;&lt;BR /&gt;So while i work to get a redundant connection I need something to help with the clean up until I do.</description>
      <pubDate>Thu, 26 Apr 2007 07:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988687#M12224</guid>
      <dc:creator>Denise Schaffer</dc:creator>
      <dc:date>2007-04-26T07:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988688#M12225</link>
      <description>Denise,&lt;BR /&gt;&lt;BR /&gt;so you seem to be seeing CLUEXIT crashes due to network outages longer than RECNXINTERVAL between your OpenVMS nodes. Did you try increasing this parameter value to ride out longer outages (default is 15 seconds) ?&lt;BR /&gt;&lt;BR /&gt;Depending on your OpenVMS version and print-symbiont type, you may be able to set up the execution queues as AUTOSTART-Queue, so they will automatically fail over to the remaining system and continue to function.&lt;BR /&gt;&lt;BR /&gt;Having to delete and re-create printer queues after a system crash is not something you would expect to be doing on OpenVMS !&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 26 Apr 2007 08:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988688#M12225</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-26T08:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988689#M12226</link>
      <description>&lt;BR /&gt;In a correctly setup cluster, QUORUM should prohibit this behaviour. I would review the system setup vs. EXPECTED_VOTES, VOTES and the QUORUM resulting.&lt;BR /&gt;Normal behaviour should result in a "quorum lost" and block activity until the network is o.k. again.&lt;BR /&gt;The symtom Denise describes shows a partitioning cluster: nodes loose connection to each other, but still have enough votes to continue, remove each other from cluster, and one of them has to "voluntarily" leave after network connections are re-established.&lt;BR /&gt;I would rather try to correct the cluster problem, then the queue messup should not happen.</description>
      <pubDate>Thu, 26 Apr 2007 11:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988689#M12226</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-04-26T11:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: retained on error for testing</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988690#M12227</link>
      <description>My guess is that stop/que/reset didn't stop the symbiont process. You have to kill that too. But that's only simple for LPD.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 May 2007 07:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retained-on-error-for-testing/m-p/3988690#M12227</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-05-02T07:34:33Z</dc:date>
    </item>
  </channel>
</rss>

