Rs has problem whit DSI to target database TSD_drsap1.TSD
'Attempt to insert duplicate key row in object 'BTCJOBEPP' with unique index 'BTCJOBEPP~0'
You can solve this by:
- repair this one transaction that blocks replication
- by resynchronize table BTCJOBEPP
So it seems you have not synchronized objects between your source database and target database.
Maybe you have some database sessions that make some changes on target database but in case of replication they should not do this.
In case of replication of specyfic table/tables on target database, you should avoid any changes on that target table/tables from other users then repication server (DSI thread).