cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SLT - Replication issue

shishupalreddy
Active Contributor
0 Likes
2,053

Hello Experts ,

I have configured SLT replication .Here we have separate SLT server and the source system being R/3 and Target system HANA .

After the completion of SLT configuration I see that there are Log tables , Data base triggers activated in IUUC_SYNC_MONITOR Trasaction for that mass transfer id .

Please advise if I am mising some thing or do i need to run the replication/initial load from the same trasaction .

Thanks

Shishupal.

View Entire Topic
vivekbhoj
Active Contributor
0 Likes

Hi,

As Raj explained above to check tables DD02L, DD02T, DD08L.

While creating SLT Configuration, you would have given it a name,

For that name a schema would be created in HANA System and along with that RS* tables, 3 Data Provisioning roles and the above mentioned DD* tables are also created.

So you can check all these tables under that schema

Once all these tables have been replicated successfully.

Go to Data Provisioning tab in HANA Studio Modeler and select Load/Replicate and then select the tables you want to replicate

If you select Load - only initial load will happen and no database trigger and logging tables will be generated - its a one time data load

But If you select Replcate- initial load will happen and as well as database trigger and logging tables will be generated at your ECC source - and then delta loadwill also happen

There is no need to create logging tables and Activate DB triggers using  IUUC_SYNC_MON transaction for the first time .

shishupalreddy
Active Contributor
0 Likes

All , Thanks for the replies . Issue is with Source system .Applied OSS Note 1742491 and the issue is resolved .