<?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: data file editor in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465265#M15567</link>
    <description>Thanks for all your advice.  There is no way to edit the database file.  They are planning to rebuild the database.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;steve</description>
    <pubDate>Fri, 17 Nov 2000 18:37:00 GMT</pubDate>
    <dc:creator>Steve_3</dc:creator>
    <dc:date>2000-11-17T18:37:00Z</dc:date>
    <item>
      <title>data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465258#M15560</link>
      <description>I have a corrupted data file that i want to edit.  when i do a strings on that data file i see garbages and the data i need.  how can i fixed this data file.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;steve</description>
      <pubDate>Fri, 17 Nov 2000 00:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465258#M15560</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-11-17T00:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465259#M15561</link>
      <description>&lt;BR /&gt;Hi Steve!&lt;BR /&gt;&lt;BR /&gt;Are you sure that the the file is actually corrupted?  Is this file a binary file?  I don't doubt that you are seeing strange characters, however because the strings(1) command is looking for ASCII strings if it iss run on a binary file, it is normal for some strange characters.  (This is why you may also see strange characters when you do a strings on your /etc/lvmtab).&lt;BR /&gt;&lt;BR /&gt;The strings command is just a way to "cheat" and see info.  It leverages how strings pulls ascii characters out of unformated files.&lt;BR /&gt;&lt;BR /&gt;So, the best help that I can offer is not to trust strings.  If you are looking at a binary file double check that the file is actually corrupt.&lt;BR /&gt;&lt;BR /&gt;Elizabeth&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2000 00:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465259#M15561</guid>
      <dc:creator>Elizabeth_2</dc:creator>
      <dc:date>2000-11-17T00:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465260#M15562</link>
      <description>It is a database file so when you do file {nameof file} you get data file.  Is there a tool I can edit this data file?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;steve</description>
      <pubDate>Fri, 17 Nov 2000 01:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465260#M15562</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-11-17T01:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465261#M15563</link>
      <description>&lt;BR /&gt;Hi Steve,&lt;BR /&gt;&lt;BR /&gt;I don't know much about database files- but what database are you running?  Have you tried to vi the file?&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2000 01:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465261#M15563</guid>
      <dc:creator>Elizabeth_2</dc:creator>
      <dc:date>2000-11-17T01:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465262#M15564</link>
      <description>If it is a database file, I would highly recommend NOT messing with it.  Binary/data files are very hard, if not impossible, to edit.  With it being a database file, you really risk royally messing up the file -- even more than it is now.&lt;BR /&gt;&lt;BR /&gt;My recommendation would be to try to restore the file, or possibly the whole database, from a backup.</description>
      <pubDate>Fri, 17 Nov 2000 04:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465262#M15564</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2000-11-17T04:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465263#M15565</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;As it looks to be a database data file, you shouldn't even try editing it.&lt;BR /&gt;The risk is that you could be facing a total data loss.&lt;BR /&gt;&lt;BR /&gt;If you want to restore that file from a backup, you should restore the whole database (all files) to maintain integrity.&lt;BR /&gt;&lt;BR /&gt;First of all, are you sure that this file is corrupted? Is the database complaining ? Don't trust unix because the operating system has no idea of the file formatting.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2000 05:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465263#M15565</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-11-17T05:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465264#M15566</link>
      <description>Steve&lt;BR /&gt;I only way to edit a database file is to use the database itself to edit/fix it.&lt;BR /&gt;&lt;BR /&gt;Most database have inbuilt data integrety testing software.&lt;BR /&gt;&lt;BR /&gt;What database does it belong to.&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2000 09:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465264#M15566</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-11-17T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: data file editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465265#M15567</link>
      <description>Thanks for all your advice.  There is no way to edit the database file.  They are planning to rebuild the database.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;steve</description>
      <pubDate>Fri, 17 Nov 2000 18:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-file-editor/m-p/2465265#M15567</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-11-17T18:37:00Z</dc:date>
    </item>
  </channel>
</rss>

