To get the distinct reporting functionality, create the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Veritas\Backup Exec For Windows\Backup Exec\Server\
Value Name: ReportDistinctRecords
Value Type: DWORD
Value: 0 to disable, 1 to enable adding the 'distinct' keyword to reports.
A registry value of 1 allows "distinct" to be added to the sql query when the custom report is run. Set the value to 0 to revert to the original functionality, and remove "distinct" from the SQL query.
Warning: Incorrect use of the Windows registry editor may prevent the operating system from functioning properly. Great care should be taken when making changes to a Windows registry. Registry modifications should only be carried-out by persons experienced in the use of the registry editor application. It is recommended that a complete backup of the registry and workstation be made prior to making any registry changes.
1. Open REGEDIT32
2. Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Veritas\Backup Exec For Windows\Backup Exec\Server\
3. Select Edit > New > DWORD
4. For the DWORD Name, type ReportDistinctRecords and then select OK.
5. Select the ReportDistinctRecords key that was just added.
6. Click Edit > Modify.
7. For the data, select Decimal, and enter 1.
8. Restart The Backup Exec Services
9. Note: Existing custom reports will have to be "re-saved" once the registry key is created. This can be done by right clicking on the custom report > Edit > and clicking OK.
For Backup Exec 22.x:
Note: The option to show distinct rows in custom reports has been added to BE GUI in BE 2010.
Open the Backup Exec console-> Click on the Global Icon (Top left corner) -> Configuration & Settings -> Backup Exec settings -> Reports -> Enable the option "Show distinct rows" under Report content. Click OK.
Run the report and it will show a single entry per job now.