cancel
Showing results for 
Search instead for 
Did you mean: 

Source System is already used to replicate into the corresponding Target Schema

Former Member
0 Kudos

Hi Team,

We are getting the below error when we tried to use the existing schema for replication using T code LTR.

"Source System is already used to replicate into the corresponding Target Schema"

Please help us on this issue.

Thanks

Arun R

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,
we came to the same scenario when we wanted to migrate the SLT server only.
The problem was solved by deleting the entry from the connection information in HANA

select * from "SYS_REPL"."RS_REPLICATION_COMPONENTS" -- update "SYS_REPL"."RS_REPLICATION_COMPONENTS" set SLT_HOST = 'cist1' where SID = 'BW1' -- DELETE FROM "SYS_REPL"."RS_REPLICATION_COMPONENTS" where SID = 'BW1'

michael_devine
Employee
Employee
0 Kudos

Hi,

Is the schema already being used for replication? Check in the HANA  studio and select "Stop Replication" before attempting to trigger anything in LTR.

Regards,

Michael

Former Member
0 Kudos

Hi Michael,

The schema (ECCTEST) is not used for replication as the connection in the LTR tcode has been deleted.

We have the schema ECCTEST in the SAP HANA Studio and we have deleted the connection in LTR as it was not used. But now when we are trying to reuse the schema we are getting the below error.

Source System is already used to replicate into the corresponding Target Schema.

Kindly let us know how to reuse the schema ECCTEST

Thanks

Arun R


Former Member
0 Kudos

Hi Arun,

I know this thread is bit old, just checking if this has been resolved.

If yes, can you please let us know how with out touching existing scheme on HANA.

Regards,
Suman