We are at the import stage of a homogeneous DB copy for an ABAP only BW
system.
This homogeneous copy is a part of a TDMS shell creation.
In import_monitor.log we see errors as follows:
ERROR: 2010-12-29 21:55:19 com.sap.inst.migmon.LoadTask run
Loading of 'SAPDDIM' import package is interrupted with exception.
java.io.FileNotFoundException: DATA/SAPDDIM.TOC
at com.sap.inst.migmon.LoadTask.writePathEntry
(LoadTask.java:1029)
at com.sap.inst.migmon.LoadTask.createCommandFile
(LoadTask.java:736)
at com.sap.inst.migmon.LoadTask.processPackage
(LoadTask.java:318)
at com.sap.inst.migmon.LoadTask.run(LoadTask.java:195)
at java.lang.Thread.run(Thread.java:534)
at com.sap.inst.lib.util.ThreadDispatcher$ThreadWrapper.run
(ThreadDispatcher.java:113)
ERROR: 2010-12-29 21:55:19 com.sap.inst.migmon.LoadTask run
Loading of 'SAPDFACT' import package is interrupted with exception.
java.io.FileNotFoundException: DATA/SAPDFACT.TOC
at com.sap.inst.migmon.LoadTask.writePathEntry
(LoadTask.java:1029)
at com.sap.inst.migmon.LoadTask.createCommandFile
(LoadTask.java:736)
at com.sap.inst.migmon.LoadTask.processPackage
(LoadTask.java:318)
at com.sap.inst.migmon.LoadTask.run(LoadTask.java:195)
at java.lang.Thread.run(Thread.java:534)
at com.sap.inst.lib.util.ThreadDispatcher$ThreadWrapper.run
(ThreadDispatcher.java:113)
In the exported dump directory, we truly cannot find above TOC files.
We did not have any ERROR during the export phase.
According to my experience, this might be caused by the fact that this ABAP BW system has a JAVA add-on
on a different server with a dfferent SID than the ABAP SID -- but the JAVA DB is in the same database as the ABAP but with a different schema. Therefore when we do export source system->central system->ABAP based, those TOC files could not be created. However I do not have the document created in my previous project, I cannot verify my impression.
Are SAPDDIM and SAPDFACT standard SAP objects?
Please help input your opinions.
Thanks!