Issue
Creating a backup with standard command: tsm maintenance backup -f ts_backup -d
fails during backup of database and the following error message is returned:"An error occurred on the server generating the backup. See /home/user/./tableau/tsm/tsm.log for more information"
"66% - Backing up database failed: 'org.apache.thrift.TApplicationException: Internal error processing completeStartDatabase'"
However, the backup completes successfully when adding the
-k
option to bypass the database integrity check.