Hi,
I found a note 1776098
Symptom
While running the process chain 0TCT_C0_INIT_DELTA_P01 or 0TCT_C0_DELTA_P01 you might get dump "DBIF_RSQL_SQL_ERROR" in the function module RSTC_BIRS_DELETE_OLD_DATA. This issue is mostly happening on MSSQL Database.
Other terms
0TCT_DS01, 0TCT_DS02, 0TCT_DS03, RSTC_BIRS_DELETE_OLD_DATA, 0TCT_C0_INIT_DELTA_P01, 0TCT_C0_DELTA_P01, SQL error 1205, MSSQLSRV, DBIF_RSQL_SQL_ERROR
Reason and Prerequisites
We automatically delete old data from statistics tables through our extractors 0TCT_DS01, 0TCT_DS02 & 0TCT_DS03 by scheduling the background job BI:TCT_STAT_DELETION. These extractors are structured in parallel in the process chain 0TCT_C0_INIT_DELTA_P01.
When the process chain is running, all the 3 extractors are trying to delete data from statistics tables in parallel. So deadlock might occur on table resources.
------------------------------------
Here I am not running a process chain instead I am running Init infopackage. Does this deletion still apply on stat table even thou I am running info pack for 0TCT_DS02?
Thanks
SK