<?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 Open/Read/Parse SECURITY.AUDIT$JOURNAL in Windows in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/open-read-parse-security-audit-journal-in-windows/m-p/3861839#M78949</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Anybody know how can i read a VMS security log in Windows? &lt;BR /&gt;&lt;BR /&gt;The objective is to parse and integrate this files with SSIS 2005.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Lawrence</description>
    <pubDate>Wed, 13 Sep 2006 05:45:55 GMT</pubDate>
    <dc:creator>LawrencePt</dc:creator>
    <dc:date>2006-09-13T05:45:55Z</dc:date>
    <item>
      <title>Open/Read/Parse SECURITY.AUDIT$JOURNAL in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/open-read-parse-security-audit-journal-in-windows/m-p/3861839#M78949</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Anybody know how can i read a VMS security log in Windows? &lt;BR /&gt;&lt;BR /&gt;The objective is to parse and integrate this files with SSIS 2005.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Lawrence</description>
      <pubDate>Wed, 13 Sep 2006 05:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/open-read-parse-security-audit-journal-in-windows/m-p/3861839#M78949</guid>
      <dc:creator>LawrencePt</dc:creator>
      <dc:date>2006-09-13T05:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Open/Read/Parse SECURITY.AUDIT$JOURNAL in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/open-read-parse-security-audit-journal-in-windows/m-p/3861840#M78950</link>
      <description>The format of the records in this file are described in Appendix F, Security Audit Message Format of the HP OpenVMS System Management Utilities Reference Manual.&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/6048/6048pro_084.html#audit_record_format" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/6048/6048pro_084.html#audit_record_format&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/open-read-parse-security-audit-journal-in-windows/m-p/3861840#M78950</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-09-13T15:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Open/Read/Parse SECURITY.AUDIT$JOURNAL in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/open-read-parse-security-audit-journal-in-windows/m-p/3861841#M78951</link>
      <description>Your first issue is to figure out how the file will be copied and/or converted over to a Windows system.&lt;BR /&gt;&lt;BR /&gt;The native OpenVMS file has variable length records, which windows won't understand. Since the file contains binary data, you can't simply convert it to a stream format, as there are no guarantees that the data does not contain apparent stream record delimiters.&lt;BR /&gt;&lt;BR /&gt;First task is therefore probably to build yourself a module that can understand OpenVMS Variable Length Records. Not terribly difficult, but also non-trivial.&lt;BR /&gt;&lt;BR /&gt;You can then parse the records according to the specifications referenced by Ian, but remember that some of the data needs further interpretation. For example, many of the records will contain identifier values. To make them meaningful, they need to be translated into text through RIGHTSLIST. You also need to format OpenVMS binary time stamps, binary privilege &amp;amp; protection masks and numerous other OpenVMS objects. Audit records also contain binary OpenVMS Condition codes. To translate them, you need the message files in SYS$MESSAGE.&lt;BR /&gt;&lt;BR /&gt;So, although anything is possible, to teach Windows how to understand all these things would require porting of some fairly large chunks of OpenVMS code, and several OpenVMS data files. Almost certainly far more work than you want to do.&lt;BR /&gt;&lt;BR /&gt;Lucky for you there's already a program that knows how to format audit records - it's called ANALYZE/AUDIT. I'd recommend you use it on your OpenVMS system to translate the binary audit journal into text, then copy the text to your windows system.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 16:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/open-read-parse-security-audit-journal-in-windows/m-p/3861841#M78951</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-09-13T16:20:34Z</dc:date>
    </item>
  </channel>
</rss>

