TDP for Sharepoint
From Tecniq
TDP for Sharepoint is an OEM'd version of DocAve from Avepoint.
a common problem with configuration is backup data not expiring as expected. This is usually caused by 1 of 2 things:
1. The Node doesn't have BACKDEL enabled
2. The Nodes TXNGRPMAX is set too low
During a DocAve backup, the data is segmented into 50mb chunks. This is stored individually on TSM as an object. Because DocAve uses the TSM API, the deletion of the old data is done as a single transaction. If the number of objects it is trying to delete is greater than txngroupmax, then the deletion will fail
