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
Procedure
-
Go to the software_installation_path/Base folder, and then locate the CVSegyTool.exe tool.
-
Place the CVSegyTool.exe tool on the computer where the staging location is present (on the access node).
-
Double-click CVSegyTool.exe.
The Commvault SEG-Y Validator window appears.
-
In the SEG-Y Folder box, enter the staging location folder.
-
In the Report Generation Folder box, enter the folder where the report will be saved.
-
Click Generate Report.
The report is generated in both HTML format and XML format.
-
Go to the folder where the report is saved, and then double-click a file to open the report.
-
Sample 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>
-