cancel
Showing results for 
Search instead for 
Did you mean: 

Clean Configuratio of Data provisioning.

dsanpor
Participant
0 Kudos

Hi experts,

I want to clean configuration of Data provisioning.

Inside there is some relationships between "Select Source System" and "Target schemas".

I need to delete "Source Systems" and "target schemas" combinations. But I do not know if I need to delete "Source Systems" before and how to do it.

The schemas is easy to create and delete.

Could you help me?

Thanks and regards.

David.


Accepted Solutions (1)

Accepted Solutions (1)

rindia
Active Contributor
0 Kudos

Hi David,

Please follow below steps for deleting the configuration(SLT) of data provisioning:

1.Delete the SLT user (name of user is same as SLT schema name)

This will delete the SLT user, schema along with all tables.

2. When you click on Data Provisioning in HANA studio, still you can find the entry. In order to completely clean it, run the query

DELETE FROM "SYS_REPL"."RS_REPLICATION_COMPONENTS";

This will delete all configurations.

3. Additionally you can delete SLT configuration through LTR t-code.

Caution: Generally such things will be done in training servers only as many configurations can be created by multiple users on training server.

Before doing this you should be very clear of what you are doing.

Regards

Raj

dsanpor
Participant
0 Kudos

Thank you for the help Raj.

It works fine.

Answers (0)