<?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: Rebuild rightslist.dat file due to corruption: add rightslist ID in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071455#M86522</link>
    <description>Thanks to everyone for your help.  Edgar saved the day!</description>
    <pubDate>Fri, 28 Sep 2007 09:43:48 GMT</pubDate>
    <dc:creator>Layne Burleson_1</dc:creator>
    <dc:date>2007-09-28T09:43:48Z</dc:date>
    <item>
      <title>Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071446#M86513</link>
      <description>I have a corrupted rightslist.dat file.  I'm rebuilding it from a new file but can't figure out how to add the following id:&lt;BR /&gt;&lt;BR /&gt;IMGDMP$READALL     $X90390001&lt;BR /&gt;&lt;BR /&gt;I tried:&lt;BR /&gt;&lt;BR /&gt;add/id/value=id:%x90390001  imgdmp$readall   AND&lt;BR /&gt;add/id/value=id:%x0390001 imgdmp$readall&lt;BR /&gt;&lt;BR /&gt;I can't get it to add back as it is in the old file.  Any ideas?</description>
      <pubDate>Fri, 28 Sep 2007 08:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071446#M86513</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2007-09-28T08:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071447#M86514</link>
      <description>%x80000000 gets added to identifiers, so you'd need to specify the vaue as %x10390001.</description>
      <pubDate>Fri, 28 Sep 2007 08:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071447#M86514</guid>
      <dc:creator>Graham Burley</dc:creator>
      <dc:date>2007-09-28T08:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071448#M86515</link>
      <description>Burleson,&lt;BR /&gt;&lt;BR /&gt;the displayed valuse get %X80000000 added.&lt;BR /&gt;&lt;BR /&gt;so,&lt;BR /&gt;UAF&amp;gt; add/id/value=id:%x10390001 imgdmp$readall &lt;BR /&gt;should do the trick.&lt;BR /&gt;Simple if you know it, but not trivial to find out !  &lt;BR /&gt;&lt;BR /&gt;Success.&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>Fri, 28 Sep 2007 08:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071448#M86515</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-09-28T08:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071449#M86516</link>
      <description>That won't work.  Do this:&lt;BR /&gt;&lt;BR /&gt;Run sys$system:IMGDMP_RIGHTS.EXE&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2007 08:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071449#M86516</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2007-09-28T08:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071450#M86517</link>
      <description>This is a special case and an executable exists for just this purpose. Simply&lt;BR /&gt;&lt;BR /&gt;$ RUN SYS$SYSTEM:IMGDMP_RIGHTS &lt;BR /&gt;&lt;BR /&gt;and the identifier will be added back in to the RIGHTSLIST. Under normal circumstances you'd do something like you're second example above and AUTHORIZE would add %x80000000 to it (to differentiate it from UICs). But this one doesn't appear to be in that range that AUTHORIZE can handle.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2007 08:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071450#M86517</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-09-28T08:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071451#M86518</link>
      <description>running the sys$system:imgdmp_rights worked for that particular one... how do I add others ?  for example:  NET$DECLAREOBJECT %X91F50005 DYNAMIC&lt;BR /&gt;&lt;BR /&gt;Are these special cases documented anywhere?</description>
      <pubDate>Fri, 28 Sep 2007 08:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071451#M86518</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2007-09-28T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071452#M86519</link>
      <description>You can't add those special cases using AUTHORIZE.  I don't know of any documentation to point you to, but for the other case you mentioned, NET$DECLAREOBJECT, can be recovered by:&lt;BR /&gt;&lt;BR /&gt;run sys$system:dce$add_id&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Sep 2007 09:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071452#M86519</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2007-09-28T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071453#M86520</link>
      <description>I am anticipating that you may ask about the following identifiers, too:&lt;BR /&gt;&lt;BR /&gt;  SECSRV$CLIENT                    %X96EE0001&lt;BR /&gt;  SECSRV$COMMUNICATION             %X96EE0003&lt;BR /&gt;  SECSRV$OBJECT                    %X96EE0002&lt;BR /&gt;&lt;BR /&gt;If you haven't recovered those yet, just restart your security server:&lt;BR /&gt;&lt;BR /&gt;$ set server security /restart&lt;BR /&gt;&lt;BR /&gt;and those identifiers will be recreated.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Fri, 28 Sep 2007 09:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071453#M86520</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2007-09-28T09:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071454#M86521</link>
      <description>Edgar, you read my mind.... thanks a bunch.  You saved the day.  I suppose I'll have to put these in my personal notes since I can't find them documented anywhere.</description>
      <pubDate>Fri, 28 Sep 2007 09:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071454#M86521</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2007-09-28T09:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071455#M86522</link>
      <description>Thanks to everyone for your help.  Edgar saved the day!</description>
      <pubDate>Fri, 28 Sep 2007 09:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071455#M86522</guid>
      <dc:creator>Layne Burleson_1</dc:creator>
      <dc:date>2007-09-28T09:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rebuild rightslist.dat file due to corruption: add rightslist ID</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071456#M86523</link>
      <description>Just in case anyone else is trying to recover RIGHTSLIST, you can recover all your user identifiers from SYSUAF with:&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; ADD/IDENT/USER=*&lt;BR /&gt;&lt;BR /&gt;(I assume Burleson had already figured this out, but worth noting for the thread)</description>
      <pubDate>Mon, 01 Oct 2007 16:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rebuild-rightslist-dat-file-due-to-corruption-add-rightslist-id/m-p/5071456#M86523</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-10-01T16:59:02Z</dc:date>
    </item>
  </channel>
</rss>

