XPRA – RS_DTPD_AFTER_IMPORT: Source system ABC does not exist

Symptom

You are in the midst of upgrading an SAP system using the SUM tool. When reached MAIN_TRANSEXEC/XPRAS_TRANS phase (under EXECUTION stage), below error popping out,

Checks after phase MAIN_TRANSEXEC/XPRAS_TRANS were negative!
Last error code set: Detected 489 errors summarized in ‘XPRASUPG.ELG’

Calling ‘D:\usr\sap\SID\DVEBMGS00\exe/tp’ failed with return code 8,
check G:\SUM\abap\log\SAPup.ECO for details

ERROR: Detected the following errors:
# G:\SUM\abap\log\SAPR731XPRA90000063.SID:
A3 ERSO 778 End of after import methode “RS_DUPD_AFTER_IMPORT” (“Contentmodus”) – runtime: “00:00:04”
A2 EERSO 870XStarting after import method “RS_DTRF_AFTER_IMPORT” for object type(s) “DTRF” in Content mode
A2 EERSAR 203 Source system “SIDCLNT221” does not exist

A2 ERSO 870XStarting after import method “RS_DDMM_AFTER_IMPORT” for object type(s) “DDMM” in Content mode
…skipped 493 more lines. Please see XPRASUPG.html for more information.

XPRASUPG

A2 ERSO 870XStarting after import method “RS_DDMM_AFTER_IMPORT” for object type(s) “DDMM” in Content mode
A3 ERSO 778 End of after import methode “RS_DDMM_AFTER_IMPORT” (“Contentmodus”) – runtime: “00:00:00”
A2EERSO 870XStarting after import method “RS_DTPD_AFTER_IMPORT” for object type(s) “DTPD” in Content mode
A2EERSAR 203 Source system “SIDCLNT221” does not exist
A2EERSAR 203 Source system “SIDCLNT221” does not exist
A2EERSAR 203 Source system “SIDCLNT221” does not exist

Solution

Delete all the entries of source system (LOGSYS) reported from the table RSOLTPSOURCE. Example, the reported source system is SIDCLNT221 (our environment is on Oracle database).

From SQL level,

delete from table SAPSR3.RSOLTPSOURCE where LOGSYS='SIDCLNT221';
commit;

Once deleted, resume the upgrade again.

Note

Please look out for SAP Note 1336119, 1564964, 1546842 and 1271454.

You May Also Like

Leave a Reply?