<?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: recover print queue forms in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086738#M13503</link>
    <description>BTW : I only get + "Â¥".&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Oct 2007 02:30:15 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2007-10-17T02:30:15Z</dc:date>
    <item>
      <title>recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086730#M13495</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;does anyone know if the print queue form definitions are stored in a file.&lt;BR /&gt;&lt;BR /&gt;We deleted print forms which we thought were unused - it turns out we need them.&lt;BR /&gt;I was hoping I would be able to recover a file to see how they were defined&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2007 06:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086730#M13495</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2007-10-16T06:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086731#M13496</link>
      <description>They're held in the queue manager master file&lt;BR /&gt;&lt;BR /&gt;Issue a&lt;BR /&gt;&lt;BR /&gt;$ show queue/manager/full&lt;BR /&gt;&lt;BR /&gt;Master file: xxx&lt;BR /&gt;&lt;BR /&gt;I'd restore to another location a backup of this file. It's an index file with a couple of keys, but if you simply dump the file you should be able to work out what you've lost $ define/form wise.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John.</description>
      <pubDate>Tue, 16 Oct 2007 06:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086731#M13496</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2007-10-16T06:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086732#M13497</link>
      <description>TMcB,&lt;BR /&gt;&lt;BR /&gt;John gave good advise,&lt;BR /&gt;&lt;BR /&gt;_IF_ you have a "playing" system, then restore the file there. STOP/QUE/MANAGER and DEFINE/SYSTEM/EXEC QMAN$MASTER to the directory where you placed the restored file. START/QUE/MANAGER; and capture the output of SHOW QUE/FORM.&lt;BR /&gt;.. and reboot your play box  :-) to regain consistency.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;Proost.</description>
      <pubDate>Tue, 16 Oct 2007 06:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086732#M13497</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-10-16T06:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086733#M13498</link>
      <description>thanks very much for the solutions.&lt;BR /&gt;Much appreciated&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2007 06:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086733#M13498</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2007-10-16T06:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086734#M13499</link>
      <description>Ahh yes, good idea Jan :-)&lt;BR /&gt;&lt;BR /&gt;If you're able to, include the /FULL/OUTPUT=file qualifiers to the SHOW/QUEUE/FORM output and you'll have it all in clear text for a nice edit massage  session ! much neater than dump/rec !&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 16 Oct 2007 06:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086734#M13499</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2007-10-16T06:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086735#M13500</link>
      <description>We use this enclosure to keep our queues and form setups in a readable file. Also used it for moving queues from one cluster to another.&lt;BR /&gt;&lt;BR /&gt;It just generates a .com with all re-creation commands in it.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 16 Oct 2007 07:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086735#M13500</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-10-16T07:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086736#M13501</link>
      <description>I've attached my DISPLAY_FORMS.COM which can be used to save off all the current form definitions in a command file as the full set of DEFINE/FORM commands.&lt;BR /&gt;&lt;BR /&gt;It is a companion procedure to my DISPLAY_JOBS.COM (latest version available at &lt;A href="http://dcl.openvms.org)" target="_blank"&gt;http://dcl.openvms.org)&lt;/A&gt; and uses some of the same techniques for handling quoted strings and too-long lines.&lt;BR /&gt;&lt;BR /&gt;Wim, your command procedure looks like it could be very useful, but I think there was some formatting issues in the attachment, perhaps caused by WORD.  A bunch of lines end with:&lt;BR /&gt;+ "Â¥"&lt;BR /&gt;&lt;BR /&gt;Also it runs a program called GET_SPEED.</description>
      <pubDate>Tue, 16 Oct 2007 11:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086736#M13501</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2007-10-16T11:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086737#M13502</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;Very good you tested it. The rabbit heads are used as separator and are normal (I opened it with notepad).&lt;BR /&gt;&lt;BR /&gt;The get_speed is missing here too. I'm going to remove it. Just ignore it unless you still use terminal speeds (we don't). Or put 9600 in it.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 17 Oct 2007 02:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086737#M13502</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-10-17T02:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: recover print queue forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086738#M13503</link>
      <description>BTW : I only get + "Â¥".&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2007 02:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/recover-print-queue-forms/m-p/4086738#M13503</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-10-17T02:30:15Z</dc:date>
    </item>
  </channel>
</rss>

