IT/SAP

MAIN_SHDIMP/EU_CONVERT_XCNV_SHD error

SAP_BASIS 2024. 12. 2. 13:20

Symtom

#==============================================================================================#
# Find the detailed information in log 'XCNV_SHD_PRP00001_IMP.LOG':
#==============================================================================================#

A1 ECFG 001 Object types: table dbview cdsview amdp ddbf svar drul dtdc dsfd
A1 ECFG 000 Active templates: no templates are active
A2 ECTL 001 Connecting to database 'HDB'.
A1 ECFG 005 Removing object type 'amdp' from the task list: base table 'DDDBSTMTHD' is ok...
A1 ECFG 001 Object types: table dbview cdsview ddbf svar drul dtdc dsfd
A1EECTL 000 (CTL) Failed to process tables
A1EECTL 000 (TBL) Error with table '/CLMDV/EVAL_WITM': Cannot retrieve nametab for '/CLMDV/EVAL_WITM' (rc=2)
A1EECTL 000
A1EECTL 000 Cannot retrieve nametab for '/CLMDV/EVAL_WITM' (rc=2)
1 ETP111 exit code           : "12"

or

A1EECTL 000 (CTL) Failed to process tables
A1EECTL 000 (TBL) Error with table 'DB2CCDAILYX': Cannot retrieve nametab for 'DB2CCDAILYX' (rc=2)
A1EECTL 000
A1EECTL 000 Cannot retrieve nametab for 'DB2CCDAILYX' (rc=2)
1 ETP111 exit code           : "12"

 

 

Resolution

This error is fixed in SUM 2.0 SP21 Patch4 and higher SPs.

 

Workaround

1. Set a breakpoint in SUM at the beginning of the next phase in the SUM UI as per SUM guide and stop SAPup:
cd /<path>/SUM/abap/bin
./SAPup stop
2. within the file /<path>/SUM/abap/bin/SAPup_add.par add the parameter listed below:
/clonepar/forcenewntapi=1 
3. Repeat the failing phase in SUM
4. When the phase is finished without error and the breakpoint is reached, change the parameter above to:
/clonepar/forcenewntapi=0
5. Remove the breakpoint and continue SUM