<?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: Index Limit - VMS 7.3-2 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841270#M78364</link>
    <description>Nope, it wasn't the version limit issue.  I wish I knew what they purged.  I will find out more tomorrow and post the result.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
    <pubDate>Thu, 10 Aug 2006 17:35:39 GMT</pubDate>
    <dc:creator>Jorge Cocomess</dc:creator>
    <dc:date>2006-08-10T17:35:39Z</dc:date>
    <item>
      <title>Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841260#M78354</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there such thing as Index Limit within the VMS directory or some sort?  I know there is a version limit but not sure about Index Limitation.  As you can tell, I am also new to VMS.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;J</description>
      <pubDate>Thu, 10 Aug 2006 10:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841260#M78354</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-08-10T10:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841261#M78355</link>
      <description>Not quite sure, what you mean:&lt;BR /&gt;- a disk volume has a limit on how many files are allowed, specified during INIT&lt;BR /&gt;- when creating new files, the index file on [000000] fills up and is extended and may eventually fill up its fileheader, then no more files can be created. You may preallocate room for entries in the indexfile when INITing the disk&lt;BR /&gt;- too many files in one directory may slow down performance during certain operations (not a real limit...)&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 10 Aug 2006 10:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841261#M78355</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-08-10T10:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841262#M78356</link>
      <description>Is there a way to raise this limit after the fact?  How do I check to see how many files were set?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Thu, 10 Aug 2006 10:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841262#M78356</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-08-10T10:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841263#M78357</link>
      <description>To raise the 'maxiumum files allowed', the disk has to be reINIted, be sure to have a valid backup and do NOT forget to specify /NOINIT when restoring the volume, else the disk gets INITed by BACKUP with its original parameters.&lt;BR /&gt;If your problem is the indexfile, only ha BACKUP/RESTORE will help (or delete some files:-))&lt;BR /&gt;&lt;BR /&gt;You may always specify a high number for /MAXIMUM_FILES, it costs nothing.&lt;BR /&gt;&lt;BR /&gt;A good utility for disks is the DFU utility, often mentioned here and available via the OpenVMS freeware pages. It has a REPORT function, which tells all about your disk.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 10 Aug 2006 10:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841263#M78357</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-08-10T10:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841264#M78358</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;SHOW DEV/FULL disk will show 'Maximum files allowed'&lt;BR /&gt;&lt;BR /&gt;Are you trying to solve a real problem or is this question for your educational purposes only ? If you have a real problem, it would be good to provide the full error message and circumstances, under which the problem is seen.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 10 Aug 2006 10:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841264#M78358</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-10T10:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841265#M78359</link>
      <description>How would I see the maximum number of files allocated on a disk?&lt;BR /&gt;&lt;BR /&gt;- Jim</description>
      <pubDate>Thu, 10 Aug 2006 14:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841265#M78359</guid>
      <dc:creator>Jim Lahman_1</dc:creator>
      <dc:date>2006-08-10T14:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841266#M78360</link>
      <description>Jim,&lt;BR /&gt;  DFU REPORT &lt;BR /&gt;should tell you number of files and max allowed.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 14:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841266#M78360</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-10T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841267#M78361</link>
      <description>Volker - According to my software vendor, they said, "your Index Limit" was reached and caused a certain process to hang because it couldn't create any more logs.  Well, I know that I am new to the VMS world, but I thought that our "Maximum files allowed" was set at 15926636 when we initialized this disk.&lt;BR /&gt;&lt;BR /&gt;Here's the output of the disk with the "Show dev/full $1$dga31:&lt;BR /&gt;&lt;BR /&gt;~Many thanks,&lt;BR /&gt;J&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk $1$DGA32: (ELMO), device type HSG80, is online, mounted, file-oriented&lt;BR /&gt;    device, shareable, available to cluster, device has multiple I/O paths,&lt;BR /&gt;    error logging is enabled.&lt;BR /&gt;&lt;BR /&gt;    Error count                    1    Operations completed          421292290&lt;BR /&gt;    Owner process                 ""    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        00000000    Dev Prot            S:RWPL,O:RWPL,G:R,W&lt;BR /&gt;    Reference count              379    Default buffer size                 512&lt;BR /&gt;    Current preferred CPU Id       2    Fastpath                              1&lt;BR /&gt;    WWID   01000010:6000-1FE1-000B-B1C0-0009-1090-2086-000E&lt;BR /&gt;    Total blocks           286679457    Sectors per track                    96&lt;BR /&gt;    Total cylinders            31107    Tracks per cylinder                  96&lt;BR /&gt;    Logical Volume Size    286679457    Expansion Size Limit          286752768&lt;BR /&gt;    Allocation class               1&lt;BR /&gt;&lt;BR /&gt;    Volume label            "DISK31"    Relative volume number                0&lt;BR /&gt;    Cluster size                   8    Transaction count                   383&lt;BR /&gt;    Free blocks             68756800    Maximum files allowed          15926636&lt;BR /&gt;    Extend quantity                5    Mount count                           1&lt;BR /&gt;    Mount status              System    Cache name       "_$10$DKA600:XQPCACHE"&lt;BR /&gt;    Extent cache size             64    Maximum blocks in extent cache  6875680&lt;BR /&gt;    File ID cache size            64    Blocks in extent cache           153720&lt;BR /&gt;    Quota cache size               0    Maximum buffers in FCP cache       4270&lt;BR /&gt;    Volume owner UIC     [DGBMASTER]    Vol Prot    S:RWCD,O:RWCD,G:RWCD,W:RWCD&lt;BR /&gt;&lt;BR /&gt;  Volume Status:  ODS-2, subject to mount verification, write-back caching&lt;BR /&gt;      enabled.&lt;BR /&gt;&lt;BR /&gt;  Device error count was last reset on: 28-JUL-2006 09:36:32.71&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  I/O paths to device              4&lt;BR /&gt;  Path PGA0.5000-1FE1-000B-B1C2  (ELMO), primary path, current path.&lt;BR /&gt;    Error count                    1    Operations completed          421136684&lt;BR /&gt;  Path PGA0.5000-1FE1-000B-B1C4  (ELMO).&lt;BR /&gt;    Error count                    0    Operations completed              51873&lt;BR /&gt;  Path PGB0.5000-1FE1-000B-B1C1  (ELMO).&lt;BR /&gt;    Error count                    0    Operations completed              51870&lt;BR /&gt;  Path PGB0.5000-1FE1-000B-B1C3  (ELMO).&lt;BR /&gt;    Error count                    0    Operations completed              51863&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 15:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841267#M78361</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-08-10T15:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841268#M78362</link>
      <description>&lt;BR /&gt;It's possible your vendor means "version limit" on a file.  OpenVMS allows up to 32767 versions of a file, for example:  application.log;32767  is a possible file name.  After this limit is reached attempts to create a new version of the file will fail.  Purge won't solve the issue since it leaves the highest versions, you either need to delete or rename the file(s).&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 10 Aug 2006 15:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841268#M78362</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-08-10T15:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841269#M78363</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;from the info seen so far I would guess that Andy hit the point.&lt;BR /&gt;&lt;BR /&gt;What is your VMS version? Recent versions have simple commands to find out if he is right; if not, then there also are ways, albeit somewhat less simple.&lt;BR /&gt;&lt;BR /&gt;If we know IF he guessed right or wrong, we can proceed from there.&lt;BR /&gt;&lt;BR /&gt;Please help us to help you.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 10 Aug 2006 16:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841269#M78363</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-10T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841270#M78364</link>
      <description>Nope, it wasn't the version limit issue.  I wish I knew what they purged.  I will find out more tomorrow and post the result.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Thu, 10 Aug 2006 17:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841270#M78364</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-08-10T17:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841271#M78365</link>
      <description>&lt;BR /&gt;If it's not the version limit then Karl is probably on track.  The file [000000]indexf.sys contains the file headers for disk (the /headers=xxx in the disk INIT string).  This file can extend on the fly, but is limited to 1 header.  Once you've reached that point, any attempt to create a new file on that disk will fail.  PURGE and DELETE are the short term fix.  As Karl mentions above, you'll need to reinit the disk to correct the issue long term.  DFU will provide information on the number of free headers.  &lt;BR /&gt;&lt;BR /&gt;See the help for /max and /head under INIT.  The values will depend on your application.  DFU will help you plan disk configuration.  &lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 10 Aug 2006 17:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841271#M78365</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-08-10T17:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841272#M78366</link>
      <description>"If your problem is the indexfile, only a BACKUP/RESTORE will help (or delete some files:-))"&lt;BR /&gt;&lt;BR /&gt;The Disk File Optimizer product has a DEFRAG OFFLINE_VOLUME command that will defragment the index.sys file.  The disk has to be dismounted to perform the operation.</description>
      <pubDate>Thu, 10 Aug 2006 19:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841272#M78366</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2006-08-10T19:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841273#M78367</link>
      <description>Sounds complicated.  We do have license for CA product called Diskkeeper, should I be using this to defrag?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Thu, 10 Aug 2006 21:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841273#M78367</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-08-10T21:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841274#M78368</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;did your application receive the&lt;BR /&gt;&lt;BR /&gt;HEADERFULL,  file header is full&lt;BR /&gt;&lt;BR /&gt;error ? This would indicate, that the file header of INDEXF.SYS cannot be extended anymore.&lt;BR /&gt;&lt;BR /&gt;You can easily check, whether this could be this case (if you know the disk on which this error has happened):&lt;BR /&gt;&lt;BR /&gt;$ DUMP/BLOCK=COUNT=0/HEADER disk:[000000]INDEXF.SYS&lt;BR /&gt;&lt;BR /&gt;If you see lots and lots of Retrieval Pointers in the Map Area (at the bottom of the file header), chances are that the INDEXF.SYS file header is full and cannot be extended anymore to allow for more files to be created on that disk.&lt;BR /&gt;&lt;BR /&gt;See ATW article 4452:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_4452.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_4452.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If this is the case and Diskeeper can defrag INDEXF.SYS, you should run it and have it just try to defragment INDEXF.SYS. You will probably need to dismount the volume temporarily to defrag INDEXF.SYS.&lt;BR /&gt;&lt;BR /&gt;The HP OpenVMS Disk File Optimizer (DFO) is described at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/storage/dfofaq.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/storage/dfofaq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 11 Aug 2006 00:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841274#M78368</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-11T00:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841275#M78369</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 176 of 278  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Your profile even has TWO pages with pointers to questions with unassigned answers.&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Sat, 12 Aug 2006 11:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841275#M78369</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-08-12T11:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841276#M78370</link>
      <description>"The wizard is yet to see a single cases of INDEXF.SYS filling up on disks initialized on OpenVMS V6 or higher."&lt;BR /&gt;&lt;BR /&gt;So, you might be the first. Did the disk come from pre-6 ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 14 Aug 2006 04:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841276#M78370</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-14T04:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841277#M78371</link>
      <description>No.  Well, first time for everything, right?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Mon, 14 Aug 2006 10:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841277#M78371</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-08-14T10:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Index Limit - VMS 7.3-2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841278#M78372</link>
      <description>&amp;gt;&amp;gt; No. Well, first time for everything, right?&lt;BR /&gt;&lt;BR /&gt;I doubt it.&lt;BR /&gt;&lt;BR /&gt;I have yet to see a real error message, or useful data about the disk.&lt;BR /&gt;&lt;BR /&gt;Just run a DFU report and stop speculating!&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 11:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/index-limit-vms-7-3-2/m-p/3841278#M78372</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-08-14T11:34:06Z</dc:date>
    </item>
  </channel>
</rss>

