Validating Watermarked Files

After the SEG-Y data files are watermarked, you can use the validation tool to check the watermark information in the files.

The validation tool produces a report that contains the watermark information:

  • The company name

  • The user who requested the watermark

  • The date and time the watermark was added

  • A binary hash

Before You Begin

Submit a watermark request.

Procedure

  1. Go to the software_installation_path/Base folder, and then locate the CVSegyTool.exe tool.

  2. Place the CVSegyTool.exe tool on the computer where the staging location is present (on the access node).

  3. Double-click CVSegyTool.exe.

    The Commvault SEG-Y Validator window appears.

  4. In the SEG-Y Folder box, enter the staging location folder.

  5. In the Report Generation Folder box, enter the folder where the report will be saved.

  6. Click Generate Report.

    The report is generated in both HTML format and XML format.

  7. Go to the folder where the report is saved, and then double-click a file to open the report.

    • Sample HTML report:

      Validating Watermarked Files HTML report

    • Sample XML report:

      <table> <tr> <th>Company Name</th> <th>File Name</th> <th>Creation date/time</th> <th>Author</th> <th>Source ID</th> <th>Hash Info</th> </tr> <tr> <td>TestComp</td> <td>01_SEGY_rec.segy</td> <td>2018-10-11 02:45:30</td> <td>abc</td> <td>c72c7619eb6b8894e745ae2705684367</td> <td>87ebf18ba1ad44f7c02a3aba881dddb9</td> </tr> <tr> <td>TestComp</td> <td>04_SEGY_rec.segy</td> <td>2018-10-11 02:45:30</td> <td>abc</td> <td>69698f413bf2f1f640fb72a9579c0796</td> <td>4c6a7fc17c12e18152279ddd35497f0a</td> </tr>
      </table>

Loading...