<?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: More info for RMS-E-PRV in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905557#M68744</link>
    <description>To extend on the response from Hein:&lt;BR /&gt;&lt;BR /&gt;$ SHOW AUDIT/ALARM  !Note current config&lt;BR /&gt;$ REPLY/ENABLE=SECURITY&lt;BR /&gt;$ SET AUDIT/ALARM/ENABLE=ACCESS=FAIL&lt;BR /&gt;$ SET AUDIT/ALARM/ENABLE=PRIV:FAIL&lt;BR /&gt;$ do your compile - you should see messages regarding file access failures or privilege failures.&lt;BR /&gt;$ SET AUDIT/ALARM ... !back to original config&lt;BR /&gt;&lt;BR /&gt;You will need at least OPER &amp;amp; SECURITY privs.&lt;BR /&gt;&lt;BR /&gt;You may want to refer to the "OpenVMS Guide to System Security".</description>
    <pubDate>Fri, 03 Jun 2005 16:11:51 GMT</pubDate>
    <dc:creator>Garry Fruth</dc:creator>
    <dc:date>2005-06-03T16:11:51Z</dc:date>
    <item>
      <title>More info for RMS-E-PRV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905554#M68741</link>
      <description>One of our programmers is getting a "-RMS-E-PRV, insufficient privilege or file protection violation" message on a compile. I vaguely remember from a few years ago someone from then-Compaq VMS help telling how to get more info on what exactly is generating the error.  Can anyone help me on this, or is my memory wrong on this?&lt;BR /&gt;&lt;BR /&gt;                 Thanks!</description>
      <pubDate>Fri, 03 Jun 2005 12:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905554#M68741</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-06-03T12:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: More info for RMS-E-PRV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905555#M68742</link>
      <description>&lt;BR /&gt;Well, a well behaved VMS application woudl have reported details. For example:&lt;BR /&gt;&lt;BR /&gt;$ set prot=(w,o,g,s) tmp.tmp&lt;BR /&gt;$ dir/prot/nohead/notrai/wid=fil=25 tmp.tmp.&lt;BR /&gt;U$1:[HEIN]TMP.TMP;12       (,,,)&lt;BR /&gt;$ type tmp.tmp&lt;BR /&gt;%TYPE-W-OPENIN, error opening U$1:[HEIN]TMP.TMP;12 as input&lt;BR /&gt;-RMS-E-PRV, insufficient privilege or file protection violation&lt;BR /&gt;&lt;BR /&gt;If that information is not there, you may want to use the AUDIT subsystem for detailed object access failure reporting.&lt;BR /&gt;Something like: $SET AUDIT /ENABLE=ACCESS=FAIL&lt;BR /&gt;&lt;BR /&gt;If to he user with the problem can temporarely be given CMKRNL, then I would use SET WATCH FILE/CLA=MAJOR to see which file cause the problem.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2005 13:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905555#M68742</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-06-03T13:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: More info for RMS-E-PRV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905556#M68743</link>
      <description>Some languages (C comes to mind) make use of libraries and Include statements that refer to other files on the system (and those items may refer to yet additional files) ... &lt;BR /&gt;&lt;BR /&gt;No offense intended but the message means what it means ... one of the files that is attempted to be accessed is not able to be accessed ...&lt;BR /&gt;&lt;BR /&gt;Can you give us more details ... VMS version, language and version, simple or complicated program, did it ever work before?&lt;BR /&gt;&lt;BR /&gt;How about trying the compile from another user's account ?&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2005 13:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905556#M68743</guid>
      <dc:creator>Verne Britton</dc:creator>
      <dc:date>2005-06-03T13:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: More info for RMS-E-PRV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905557#M68744</link>
      <description>To extend on the response from Hein:&lt;BR /&gt;&lt;BR /&gt;$ SHOW AUDIT/ALARM  !Note current config&lt;BR /&gt;$ REPLY/ENABLE=SECURITY&lt;BR /&gt;$ SET AUDIT/ALARM/ENABLE=ACCESS=FAIL&lt;BR /&gt;$ SET AUDIT/ALARM/ENABLE=PRIV:FAIL&lt;BR /&gt;$ do your compile - you should see messages regarding file access failures or privilege failures.&lt;BR /&gt;$ SET AUDIT/ALARM ... !back to original config&lt;BR /&gt;&lt;BR /&gt;You will need at least OPER &amp;amp; SECURITY privs.&lt;BR /&gt;&lt;BR /&gt;You may want to refer to the "OpenVMS Guide to System Security".</description>
      <pubDate>Fri, 03 Jun 2005 16:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905557#M68744</guid>
      <dc:creator>Garry Fruth</dc:creator>
      <dc:date>2005-06-03T16:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: More info for RMS-E-PRV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905558#M68745</link>
      <description>The replies helped me find the offending file, which I was able to fix the protections on. I'll make sure that I save the solution this time!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to all!</description>
      <pubDate>Fri, 03 Jun 2005 16:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-info-for-rms-e-prv/m-p/4905558#M68745</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-06-03T16:29:40Z</dc:date>
    </item>
  </channel>
</rss>

