SUM: (EXP) ERROR: DbSlExeRead failed

Symptom

We encountered below error while processing the Homogeneous System Copy.

From the export_monitor.log, the errors shows it was stopped on SAPAPPL1.

INFO: 2014-12-01 19:37:33 com.sap.inst.migmon.LoadTask run_report
Monitor jobs: running 2, waiting 0, completed 17, failed 0, total 19 finish processing of package SAPSPROT

INFO: 2014-12-01 19:37:33 com.sap.inst.migmon.LoadTask run
Unloading of ‘SAPSPROT’ export package is successfully completed.

INFO: 2014-12-01 20:28:17 com.sap.inst.migmon.LoadTask run_report
Monitor jobs: running 1, waiting 0, completed 17, failed 1, total 19 error processing of package SAPAPPL1

ERROR: 2014-12-01 20:28:17 com.sap.inst.migmon.LoadTask run
Unloading of ‘SAPAPPL1’ export package is interrupted with R3load error.
Process ‘F:\usr\sap\SID\sys\exe\run\R3load.exe -e SAPAPPL1.cmd -l SAPAPPL1.log -stop_on_error’ exited with return code 2.
For mode details see ‘SAPAPPL1.log’ file.
Standard error output:
sapparam: sapargv(argc, argv) has not been called!
sapparam(1c): No Profile used.
sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

TRACE: 2014-12-01 22:07:50 com.sap.inst.migmon.LoadTask processPackage
Unloading of ‘SAPSSEXC’ finished export package from database:
F:\usr\sap\SID\sys\exe\run\R3load.exe -e SAPSSEXC.cmd -l SAPSSEXC.log -stop_on_error

INFO: 2014-12-01 22:07:50 com.sap.inst.migmon.LoadTask run_report
Monitor jobs: running 0, waiting 0, completed 18, failed 1, total 19 finish processing of package SAPSSEXC

INFO: 2014-12-01 22:07:50 com.sap.inst.migmon.LoadTask run
Unloading of ‘SAPSSEXC’ export package is successfully completed.

INFO: 2014-12-01 22:08:12
All export packages are generated.

INFO: 2014-12-01 22:08:12
All export packages are processed.

WARNING: 2014-12-01 22:08:12
1 error(s) during processing of packages.

INFO: 2014-12-01 22:08:12
Export Monitor is stopped.

So, we drill down to SAPAPPL1.log and found below error,

(RTF) ########## WARNING ###########
Without ORDER BY PRIMARY KEY the exported data may be unusable for some databases

(EXP) TABLE: “TRACOLH” #20141201202713

(EXP) TABLE: “TRACTSLA” #20141201202713

(EXP) TABLE: “VZWVA” #20141201202816

(EXP) TABLE: “VZZKOKO” #20141201202816

(EXP) TABLE: “VZZPARO” #20141201202816

(EXP) TABLE: “W3CROSS” #20141201202817

(EXP) ERROR: DbSlExeRead failed
rc = 103, table “W3GENSTYLE”
(SQL error 942)
error message returned by DbSl:
ORA-00942: table or view does not exist
(DB) INFO: disconnected from DB

F:\usr\sap\SID\sys\exe\run\R3load.exe: job finished with 1 error(s)
F:\usr\sap\SID\sys\exe\run\R3load.exe: END OF LOG: 20141201202817

Solution

Go back to the source system and start the SAP system.

Execute transaction code SE14. Key in the table name listed from the error and press Enter (F8). Next, click on Create database table. You will see the status Exists in the database.

Once finished, stop the SAP system and resume the Homogeneous System Copy again.

SE14 - Utility for Database Table

You May Also Like

Leave a Reply?