Hello Experts,
I have to clean-up around 2 lakh entries from PersonHasTSBAccountDef(Xorigin=1)
I tried to execute below stored proc but getting error with it.
Error during execution of statement: exec QBM_PDeleteBulk 'PersonHasTSBAccountDef',
'uid_tsbaccountdef = ''0111fff4-3bd5-4daa-87bf-f5dac52da371''', 500,2000
Database error 50000: detected in (SRV=*************\*********, DB=D1IM) Procedure GEN_T6DD766669327DCB25E5E9F79D, Line 7
Database error 50000: Trigger watch for PersonHasTSBAccountDef(DELETE)
50000 0 detected in (SRV=**********\*******, DB=D1IM) Procedure GEN_T6DD766669327DCB25E5E9F79D, Line 5
Database error 50000: deleting Objects with XOrigin greater then 0 is not permitted.
Is there any alternative solution available to delete the direct assignment entries?