This error tuned out to be much more than a typical SLT error.
Its an SQL exception.
INSERT /1LT/00000000247 CLIENT SPECIFIED CONNECTION (con_name)
FROM TABLE _IT_IO_R_DD02L
ACCEPTING DUPLICATE KEYS.
and it fails with sqlcode 10709- and message Connection failed
Details below :
In order to reproduce the issue:
- TA LTRC ->Expert Functions -> Reset Load and Replication Status and execute the report to RESET Failed flags
- TA LTRC -> Tab ‘Data Transfer Monitor’ Doubleclick the table DD02L
- Open a SE37 with /1CADMC/OLO_800000000000404 and set a breakpoint at line 123.
This is our problematic ddl-statement. - Run the transfer job by using SE38 report DMC_STARTER with following parameter:
- Run the program and you should get to the breakpoint.
Note: During this process the configuration has to be turned off (LTRC –> Administration Data).
Will update the post with the developments further