<?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: Migrating Dec TPU section command file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669170#M99780</link>
    <description>If it's a 1200 line TPU script there's a very good chance that you will be bumping up against process quota differences between VAX and Integrity. &lt;BR /&gt;&lt;BR /&gt;I have some pretty hefty TPU stuff that I ported to Alpha and ran into similar issues back then.</description>
    <pubDate>Tue, 03 Aug 2010 13:18:48 GMT</pubDate>
    <dc:creator>Robert_Boyd</dc:creator>
    <dc:date>2010-08-03T13:18:48Z</dc:date>
    <item>
      <title>Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669164#M99774</link>
      <description>I'm porting from VAX 6.2 to Itanium 8.3 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I've a command file which is used to create a tpu section. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I use this command to create the section: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;EDIT/NOSECTION/COMMAND=COMMENT.TXT/NODISPLAY/OUTPUT=COMMENT.TPU &lt;BR /&gt;$SECTION &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and this one to use it &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; edit/TPU/NOCOMM/SECTION=COMMENT.TPU$SECTION sys$login:test.txt &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This works without any issue on the VAX. If I take my comment.txt ftp &lt;BR /&gt;it to the Integrity Itanium box I can create the section file with &lt;BR /&gt;success. But when I try to edit the file I got a DEC TPU error. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shareable base: 7B778884  Ident: DECTPU V3.2  2007-08-30 10:53 &lt;BR /&gt;Updater base:   7BA4C034  Ident: DECTPU V3.2  2007-08-30 10:53 &lt;BR /&gt;Updater file: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%NONAME-F-NOMSG, Message number 00000004 &lt;BR /&gt;-TPU-F-BADSTATUS, return status 7BAA5058 different from last signal &lt;BR /&gt;00000000 &lt;BR /&gt;-SYSTEM-?-EXQUOTA, process quota exceeded &lt;BR /&gt;-RMS-?-BADESCAPE, syntax error in escape sequence &lt;BR /&gt;Message number 0002FFFF &lt;BR /&gt;Normal successful completion &lt;BR /&gt;-TPU-F-BADSTATUS, return status 7BAA5058 different from last signal &lt;BR /&gt;00000000 &lt;BR /&gt;-SYSTEM-?-EXQUOTA, process quota exceeded &lt;BR /&gt;-RMS-?-BADESCAPE, syntax error in escape sequence &lt;BR /&gt;Message number 0002FFFF &lt;BR /&gt;Normal successful completion &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I guess that some of the commands on the command file is not valid &lt;BR /&gt;yet, but I do not know how identify or debug it.  Someone could light &lt;BR /&gt;my way? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2010 13:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669164#M99774</guid>
      <dc:creator>Yyrkoon</dc:creator>
      <dc:date>2010-08-02T13:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669165#M99775</link>
      <description>&lt;!--!*#--&gt;&amp;gt; -SYSTEM-?-EXQUOTA, process quota exceeded&lt;BR /&gt;&lt;BR /&gt;I'd start with:&lt;BR /&gt;&lt;BR /&gt;      show process /quota&lt;BR /&gt;&lt;BR /&gt;on both systems.  You should expect to need&lt;BR /&gt;more memory on IA64 than on VAX.</description>
      <pubDate>Mon, 02 Aug 2010 14:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669165#M99775</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-02T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669166#M99776</link>
      <description>Whether this is a TPU bug or a bug in the TPU code is not known.&lt;BR /&gt;&lt;BR /&gt;Given you likely have access to a support contract, ring up HP and ask.  They'll want to see the source code for the section, too.&lt;BR /&gt;&lt;BR /&gt;The error messages are clearly corrupted, which implies that the entire stack is suspect.  Though (as mentioned) you might try increasing the quota, on the off chance that error is actually valid; that ? implies it might not be.&lt;BR /&gt;&lt;BR /&gt;I'd expect to need around 5x for the memory-related process quotas for OpenVMS I64 as was typically found on OpenVMS VAX, though that is a general estimate (guess) and requirements can vary from that.  Widely.&lt;BR /&gt;&lt;BR /&gt;Personally, I'd expunge the TPU code.  Old VAX code using an old and ill-maintained language?  If it's not particularly involved, replace it.  It's one less maintenance problem to have around.  Any recent scripting language (lua, php, python, perl and sometimes even DCL) can often be an effective replacement for much of what I've seen with TPU used for over the years, and custom tools built from flex/bison or lex/yacc or tparse can often be pressed into service for the rest of what TPU gets used for.&lt;BR /&gt;&lt;BR /&gt;And FWIW, this question is cross-posted to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/browse_thread/thread/bc7077556010f573" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/browse_thread/thread/bc7077556010f573&lt;/A&gt;</description>
      <pubDate>Mon, 02 Aug 2010 14:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669166#M99776</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-08-02T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669167#M99777</link>
      <description>&lt;BR /&gt;How was your account on the Itanium created?&lt;BR /&gt;Cloned from the VAX?&lt;BR /&gt;Cloned from a reasonably configured default?&lt;BR /&gt;&lt;BR /&gt;Check out the basics like BYTLM (100000), FILLM (500), PGFLQUO (100000),...&lt;BR /&gt;&lt;BR /&gt;You can try running with SHOW PROC/CONT in an other window selecting the 'q' (for Quota) srceen and see if you can spot the low quota.&lt;BR /&gt;Maybe try without the section first.&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2010 14:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669167#M99777</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-08-02T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669168#M99778</link>
      <description>Yyrkoon,&lt;BR /&gt;&lt;BR /&gt;  If it's not too big, perhaps you could post the TPU source code?</description>
      <pubDate>Mon, 02 Aug 2010 23:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669168#M99778</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-08-02T23:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669169#M99779</link>
      <description>Many thanks all, but it is a legacy application and we cannot change anything, on the other hand 1.200 lines is to much to post here, I will look for another solution myself and I let you know if I find it.</description>
      <pubDate>Tue, 03 Aug 2010 06:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669169#M99779</guid>
      <dc:creator>Yyrkoon</dc:creator>
      <dc:date>2010-08-03T06:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669170#M99780</link>
      <description>If it's a 1200 line TPU script there's a very good chance that you will be bumping up against process quota differences between VAX and Integrity. &lt;BR /&gt;&lt;BR /&gt;I have some pretty hefty TPU stuff that I ported to Alpha and ran into similar issues back then.</description>
      <pubDate>Tue, 03 Aug 2010 13:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669170#M99780</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2010-08-03T13:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Dec TPU section command file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669171#M99781</link>
      <description>&amp;gt;but it is a legacy application and we cannot change anything&lt;BR /&gt;&lt;BR /&gt;Huh? Other than jumping from VAX, over Alpha to Itanium, a radically different architecture, close to 20 years of hardware differences, and 7 (8?) operating system versions?&lt;BR /&gt;&lt;BR /&gt;And you don't expect to have to change ANY software, even in the face of very obvious compatability issues?&lt;BR /&gt;&lt;BR /&gt;me thinks someone has some slightly unrealistic expectations... &lt;BR /&gt;&lt;BR /&gt;;-)</description>
      <pubDate>Tue, 03 Aug 2010 21:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/migrating-dec-tpu-section-command-file/m-p/4669171#M99781</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-08-03T21:05:57Z</dc:date>
    </item>
  </channel>
</rss>

