Some jobs fail with Backup failed- Transaction rolled back or no transaction to roll back on.
Vranger Database connection issues or latency or high activity can cause these symptoms.
*Please save a copy of Vranger Service config file before making these changes.
In the Vranger Service.exe.config file you can adjust the below 3 settings to help get around this error
add key="StartDatabaseConnectRetryTime" value="45" /> (This can be changed to 90 or 120)
<!--The wait time for certain command to execute in seconds-->
add key="SSHChannelWaitTime" value="120" />(This can be changed to 240 or 360)
<add key="StartDatabaseConnectRetryAttempts" value="3" / (This should be changed to 5)
<!-- Timeout for the Backup process to wait for cataloging to finish. Default value: 10 minutes (This can be changed to 20-30 if catalog db is installed and running)