<?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: dynamic memory error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524380#M67894</link>
    <description>I am running a Cognos Powerhouse QTP program that is updating a table in an an Oracle database.&lt;BR /&gt;&lt;BR /&gt;I agree the message does not look like a standard VMS error message. This program was converted from using an RMS indexed file to an equivalent Oracle table. So, basically the logic is the same. I've tried using different COMMIT points but no luck. The error message I've posted is exactly as it appears in the log and then the next line shows %NONAME-E-NOMSG, Message number 00000002 which really gives no other clues as far as I'm concerned.&lt;BR /&gt;&lt;BR /&gt;Cindy</description>
    <pubDate>Wed, 13 Apr 2005 14:40:49 GMT</pubDate>
    <dc:creator>Cindy Lomas</dc:creator>
    <dc:date>2005-04-13T14:40:49Z</dc:date>
    <item>
      <title>dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524378#M67892</link>
      <description>Is there a system parameter that can be changed to elimiate the following error?&lt;BR /&gt;&lt;BR /&gt;out of dynamic memory in yy_scan_buffer&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Cindy</description>
      <pubDate>Wed, 13 Apr 2005 14:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524378#M67892</guid>
      <dc:creator>Cindy Lomas</dc:creator>
      <dc:date>2005-04-13T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524379#M67893</link>
      <description>So-called dynamic memory is configured by the system parameter PAGEDYN, but the error message does not look like a standard OpenVMS message. Can you provide a bit more details about the application and an exact representation of the message?</description>
      <pubDate>Wed, 13 Apr 2005 14:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524379#M67893</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-04-13T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524380#M67894</link>
      <description>I am running a Cognos Powerhouse QTP program that is updating a table in an an Oracle database.&lt;BR /&gt;&lt;BR /&gt;I agree the message does not look like a standard VMS error message. This program was converted from using an RMS indexed file to an equivalent Oracle table. So, basically the logic is the same. I've tried using different COMMIT points but no luck. The error message I've posted is exactly as it appears in the log and then the next line shows %NONAME-E-NOMSG, Message number 00000002 which really gives no other clues as far as I'm concerned.&lt;BR /&gt;&lt;BR /&gt;Cindy</description>
      <pubDate>Wed, 13 Apr 2005 14:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524380#M67894</guid>
      <dc:creator>Cindy Lomas</dc:creator>
      <dc:date>2005-04-13T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524381#M67895</link>
      <description>Oh, OK. I really love this programming style :-(&lt;BR /&gt;&lt;BR /&gt;Can you run AUTOGEN until the GENPARAMS phase and check the report if it wants to adjust PAGEDYN?</description>
      <pubDate>Wed, 13 Apr 2005 14:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524381#M67895</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-04-13T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524382#M67896</link>
      <description>&lt;BR /&gt;"dynamic memory" under VMS is mostly associated with 'the pool', as per prior replies.&lt;BR /&gt;&lt;BR /&gt;However, I suspect that this program is really talking about a MALLOC failing, and that the underlying, but well hidden VMS error is really INSVIRMEM.&lt;BR /&gt;In which case you do not want to look at sysgen params (first) but at process environment. Check out:&lt;BR /&gt;&lt;BR /&gt;$help/mess /fac=lib insvirmem&lt;BR /&gt;&lt;BR /&gt;Most likely cause: PGFLQUO for the user.&lt;BR /&gt;&lt;BR /&gt;Can you monitor (SHOW PROC/CONT) the process before it dies? How about Virtual memory and working set used?&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2005 15:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524382#M67896</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-04-13T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524383#M67897</link>
      <description>Is this VAX or Alpha, and which version of OpenVMS?&lt;BR /&gt;&lt;BR /&gt;If this is a process level quota, PGFLQUOTA is the most likely suspect, this is bound by VIRTUALPAGECNT in earlier versions of VMS.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2005 17:55:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524383#M67897</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-04-13T17:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524384#M67898</link>
      <description>Thanks to everyone's suggestions. The problem was solved by increase the PGFLQUO for the user. I'm not sure how much it needed to be increased. It was at 150000 and I increased it to 300000. If it's unnecessarily high, hopefully it won't have a negative impact on anything.&lt;BR /&gt;&lt;BR /&gt;Cindy</description>
      <pubDate>Thu, 14 Apr 2005 08:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524384#M67898</guid>
      <dc:creator>Cindy Lomas</dc:creator>
      <dc:date>2005-04-14T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524385#M67899</link>
      <description>&lt;BR /&gt;Well, you could monitor the now working process to see how much is actually used.&lt;BR /&gt;But, this parameter is a safety barrier, like the maximum luggage allowance on for flight. Just making the number bigger, does nto make you consume more, it allows you to comsume more. And just like that airplane the limit can be different for individual passengers. And it wouldn't really matter if one passenger exceeded it some, but if all passenger exceed it, then you get into trouble. In the VMS case you would run out of pagefile. That's the underlying shared resource that needs protection, because if you run out, it is too hard to decide which piece of luggage is the least important. All you can do is refuse any more irrespective of the importance.&lt;BR /&gt;&lt;BR /&gt;So... once you get this working in production, care to report back with the pro's and con's of replacing the indexed file with an oracle table? performance? resources? flexibility? re-orgs? backups? data useable from more applications? transaction semantics?...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 09:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524385#M67899</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-04-14T09:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524386#M67900</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;Thanks for your comments. So, I won't worry about the new value of 300000.&lt;BR /&gt;&lt;BR /&gt;We are converting our whole system over to Oracle.&lt;BR /&gt;&lt;BR /&gt;The main benefit I've seen so far is that we can give users access to Oracle through ODBC drivers allowing them to use the data in Excel etc.&lt;BR /&gt;&lt;BR /&gt;Oracle will also allow us to move forward with web development and PC applications.&lt;BR /&gt;&lt;BR /&gt;Cindy&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 09:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524386#M67900</guid>
      <dc:creator>Cindy Lomas</dc:creator>
      <dc:date>2005-04-14T09:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic memory error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524387#M67901</link>
      <description>note that there are ODBC drivers for RMS files available.</description>
      <pubDate>Thu, 14 Apr 2005 14:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dynamic-memory-error/m-p/3524387#M67901</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-04-14T14:56:12Z</dc:date>
    </item>
  </channel>
</rss>

