cancel
Showing results for 
Search instead for 
Did you mean: 

Program 'Migration Monitor' exits with error code 103.

Former Member
0 Kudos

Hello expert,

                

I try to install a SAP ECC 6.0 with oracle 10.2.0 version database. When the installation import ABAP. it shows the error:Program 'Migration Monitor' exits with error code 103. Then I check the log:

java version "1.6.0_71"
Java(TM) SE Runtime Environment (build 6.1.062)
SAP Java Server VM (build 6.1.062 24.51-b03, Feb  7 2014 00:44:50 - 61_REL - optU - linux amd64 - 6 - bas2:210946 (mixed mode))

Import Monitor jobs: running 1, waiting 3, completed 108, failed 0, total 112.
Import Monitor jobs: running 2, waiting 2, completed 108, failed 0, total 112.
Import Monitor jobs: running 3, waiting 1, completed 108, failed 0, total 112.
Loading of 'SAPDODS' import package: ERROR
Import Monitor jobs: running 2, waiting 1, completed 108, failed 1, total 112.
Loading of 'SAPDDIM' import package: ERROR
Import Monitor jobs: running 1, waiting 1, completed 108, failed 2, total 112.
Loading of 'SAPDFACT' import package: ERROR
Import Monitor jobs: running 0, waiting 1, completed 108, failed 3, total 112.

Can any expoert help me?

Accepted Solutions (1)

Accepted Solutions (1)

former_member182657
Active Contributor
0 Kudos

Hi,

Try to upgrade R3trans and R3load or best to upgrade the kernel.As per SAP before performing import/export tools would be updated for performing the procedures.

Regards,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

             How can I upgrade R3trans and R3load. ? I do not finish the installation of sap ides . Can I upgrade R3trans and R3load? Thanks a lot.

former_member182657
Active Contributor
0 Kudos

Hi Huiyong,

Download the kernel files from service.sap.com & stop your procedure before updating R3trans & R3load or kernel update and restart the procedure again.

Hope this will help you.

Regards,

Gaurav

Former Member
0 Kudos

Hi Gaurav,

              The issue has been solved. Thanks for your help.

I create the tablespace manually and then I can continue to install the ECC.


CREATE TABLESPACE PSAPSR3ODS DATAFILE '/oracle/IDS/sapdata1/PSAPSR3ODS.dbf' SIZE 200M AUTOEXTEND ON EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;

CREATE TABLESPACE PSAPSR3FACT DATAFILE '/oracle/IDS/sapdata1/PSAPSR3FACT.dbf' SIZE 200M AUTOEXTEND ON EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;

CREATE TABLESPACE PSAPSR3DIM DATAFILE '/oracle/IDS/sapdata1/PSAPSR3DIM.dbf' SIZE 200M AUTOEXTEND ON EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;

Answers (1)

Answers (1)

former_member182657
Active Contributor
0 Kudos

Hi,

Kindly share export_monitor.log and export_monitor_java.log files for analysis.

Regards,

Gaurav

Former Member
0 Kudos

Hi ,Gaurav,

[root@GVSHP101 CENTRAL]# more import_monitor.java.log
java version "1.6.0_71"
Java(TM) SE Runtime Environment (build 6.1.062)
SAP Java Server VM (build 6.1.062 24.51-b03, Feb  7 2014 00:44:50 - 61_REL - optU - linux amd64 - 6 - bas2:210946 (mixed mode))

Import Monitor jobs: running 1, waiting 3, completed 108, failed 0, total 112.
Import Monitor jobs: running 2, waiting 2, completed 108, failed 0, total 112.
Import Monitor jobs: running 3, waiting 1, completed 108, failed 0, total 112.
Loading of 'SAPDODS' import package: ERROR
Loading of 'SAPDFACT' import package: ERROR
Import Monitor jobs: running 2, waiting 1, completed 108, failed 1, total 112.
Import Monitor jobs: running 1, waiting 1, completed 108, failed 2, total 112.
Loading of 'SAPDDIM' import package: ERROR
Import Monitor jobs: running 0, waiting 1, completed 108, failed 3, total 112.

export_monitor.log:

TRACE: 2014-07-10 16:52:04 com.sap.inst.migmon.LoadTask run
Loading of 'SAPDODS' import package is started.

TRACE: 2014-07-10 16:52:04 com.sap.inst.migmon.LoadTask processPackage
Loading of 'SAPDODS' import package into database:
/usr/sap/IDS/SYS/exe/run/R3load -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error

INFO: 2014-07-10 16:52:05 com.sap.inst.migmon.LoadTask run_report
Monitor jobs: running 2, waiting 1, completed 108, failed 1, total 112  error processing of package SAPDODS

INFO: 2014-07-10 16:52:05 com.sap.inst.migmon.LoadTask run_report
Monitor jobs: running 1, waiting 1, completed 108, failed 2, total 112  error processing of package SAPDDIM

INFO: 2014-07-10 16:52:05 com.sap.inst.migmon.LoadTask run_report
Monitor jobs: running 0, waiting 1, completed 108, failed 3, total 112  error processing of package SAPDFACT

ERROR: 2014-07-10 16:52:05 com.sap.inst.migmon.LoadTask run
Loading of 'SAPDODS' import package is interrupted with R3load error.
Process '/usr/sap/IDS/SYS/exe/run/R3load -i SAPDODS.cmd -dbcodepage 4103 -l SAPDODS.log -stop_on_error' exited with return code 2.
For mode details see 'SAPDODS.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

ERROR: 2014-07-10 16:52:05 com.sap.inst.migmon.LoadTask run
Loading of 'SAPDDIM' import package is interrupted with R3load error.
Process '/usr/sap/IDS/SYS/exe/run/R3load -i SAPDDIM.cmd -dbcodepage 4103 -l SAPDDIM.log -stop_on_error' exited with return code 2.
For mode details see 'SAPDDIM.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

ERROR: 2014-07-10 16:52:05 com.sap.inst.migmon.LoadTask run
Loading of 'SAPDFACT' import package is interrupted with R3load error.
Process '/usr/sap/IDS/SYS/exe/run/R3load -i SAPDFACT.cmd -dbcodepage 4103 -l SAPDFACT.log -stop_on_error' exited with return code 2.
For mode details see 'SAPDFACT.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

WARNING: 2014-07-10 16:52:34
Cannot start import of packages with views because not all import packages with tables are loaded successfully.

WARNING: 2014-07-10 16:52:34
3 error(s) during processing of packages.

INFO: 2014-07-10 16:52:34
Import Monitor is stopped.

You can check the attachment below. Thanks a lot.

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Zhang,

please check below thread.

Also, update your R3Load/R3trans.

Regards,

Divyanshu

divyanshu_srivastava3
Active Contributor
0 Kudos

Download these files from market place and put in all kernel locations and resume the process.

Former Member
0 Kudos

please help me to fix this error...

An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 3 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step: Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). You can now:

Choose Retry to repeat the current step.

Choose Log Files to get more information about the error.

Stop the option and continue with it later.

Log files are written to C:\Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/.

TRACE      2016-02-03 13:55:18.363 [iaxxclib.cpp:188]

           CLib::load()

Opened sylib722.dll

TRACE      2016-02-03 13:55:18.363

exe dir is C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911

TRACE      2016-02-03 13:55:18.722

MessageLib initialized successfully.

INFO       2016-02-03 13:55:18.738 [synxcpath.cpp:814]

           CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911\dev_sap_kernel_test_03_Feb_2016_13_55_18.

INFO       2016-02-03 13:55:18.738 [synxcfile.cpp:427]

           CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib module=syslib

Removed file C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911\dev_sap_kernel_test_03_Feb_2016_13_55_18.

TRACE      2016-02-03 13:55:18.738 [syxxclogbook.cpp:225]

           PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)

           lib=syslib module=syslib

Initialized SAP kernel tracing to file C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911\dev_sap_kernel

TRACE      2016-02-03 13:55:18.753 [iaxxclib.cpp:188]

           CLib::load()

Opened C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911/iaguieng722.dll

TRACE      2016-02-03 13:55:18.753 [syxxclogbook.cpp:225]

           PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)

           lib=syslib module=syslib

Initialized SAP kernel tracing to file dev_sap_kernel

TRACE      2016-02-03 13:55:18.769 [iaxxgenimp.cpp:936]

           CGuiEngineImp::init()

receiving and sending on port 21200

TRACE      2016-02-03 13:55:18.769 [synxccuren.cpp:931]

           CSyCurrentProcessEnvironmentImpl::setEnvironmentVariable(const iastring & 'SAPINST_JRE_HOME', const iastring & 'C:/Users/IMS/AppData/Local/Temp/sapinst_exe.4180.1454487911/jre')

           lib=syslib module=syslib

Environment variable SAPINST_JRE_HOME set to value 'C:/Users/IMS/AppData/Local/Temp/sapinst_exe.4180.1454487911/jre'.

INFO       2016-02-03 13:55:20.594 [synxcpath.cpp:814]

           CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911\dev_sap_kernel_test_03_Feb_2016_13_55_20.

INFO       2016-02-03 13:55:20.594 [synxcfile.cpp:427]

           CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib module=syslib

Removed file C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911\dev_sap_kernel_test_03_Feb_2016_13_55_20.

TRACE      2016-02-03 13:55:21.187

exe dir is C:/Users/IMS/AppData/Local/Temp/sapinst_exe.4180.1454487911

INFO       2016-02-03 13:55:21.202 [synxcpath.cpp:814]

           CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\x.

INFO       2016-02-03 13:55:21.202 [synxcfile.cpp:427]

           CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\x.

TRACE      2016-02-03 13:55:21.202 [iaxxclib.cpp:188]

           CLib::load()

Opened C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911/iakdblib722.dll

TRACE      2016-02-03 13:55:21.202

SAPinst build information:

--------------------------

abi version : 722

make variant: 720_REL

build       : 1283445

compile time: Oct 24 2011 02:32:33

TRACE      2016-02-03 13:55:21.624 [iaxxgenimp.cpp:439]

           CGuiEngineImp::showDialog()

showing dlg diProductChoice

TRACE      2016-02-03 13:55:21.624 [iaxxgenimp.cpp:458]

           CGuiEngineImp::showDialog()

<dialog sid="diProductChoice">

<title>Welcome to SAP Installation Master</title>

<dialog/>

TRACE      2016-02-03 13:55:36.678 [iaxxclogintimeout.cpp:102]

           CLoginTimeout::run()

Login in progress

TRACE      2016-02-03 13:55:36.678

Connection request to guiengine backend by host 127.0.0.1

TRACE      2016-02-03 13:55:36.740

GUI Protocol version is 3.1

TRACE      2016-02-03 13:55:36.740

Send connect information

TRACE      2016-02-03 13:55:36.740

client connected from 127.0.0.1

TRACE      2016-02-03 13:55:36.740 [syxxcnamrs.cpp:166]

           PSyHostsEntryInt CSyIPNameResolverImpl::getHostByAddress(const iastring& ipAddress) const

           lib=syslib module=syslib

IP address 127.0.0.1 resolves to IP name(s): IMS-PC

TRACE      2016-02-03 13:55:36.740

client logged on from 127.0.0.1

TRACE      2016-02-03 13:55:36.943 [iaxxgenimp.cpp:1248]

           CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

TRACE      2016-02-03 13:55:44.743 [iaxxdlghnd.cpp:97]

           CDialogHandler::doHandleDoc()

CDialogHandler: ACTION_NEXT requested

TRACE      2016-02-03 13:55:44.743 [iaxxcdialogdoc.cpp:203]

           CDialogDocument::submit()

<dialog sid="diProductChoice">

<dialog/>

INFO       2016-02-03 13:55:44.790 [synxcpath.cpp:814]

           CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\NW703\AS-ABAP\ADA\CENTRAL\x.

INFO       2016-02-03 13:55:44.790 [synxcfile.cpp:427]

           CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\NW703\AS-ABAP\ADA\CENTRAL\x.

TRACE      2016-02-03 13:55:45.55 [iaxxgenimp.cpp:439]

           CGuiEngineImp::showDialog()

showing dlg diRestartOrCancel

TRACE      2016-02-03 13:55:45.55 [iaxxgenimp.cpp:458]

           CGuiEngineImp::showDialog()

<dialog sid="diRestartOrCancel">

Dialog does not contain standard input handler, so the backend is not able to generate a log entry

<dialog/>

TRACE      2016-02-03 13:55:45.55 [iaxxgenimp.cpp:1248]

           CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

TRACE      2016-02-03 13:55:48.362

current working directory is C:\Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/

INFO       2016-02-03 13:55:48.440 [synxcpath.cpp:814]

           CSyPath::createFile() lib=syslib module=syslib

Creating file C:\Program Files\sapinst_instdir\x.

INFO       2016-02-03 13:55:48.440 [synxcfile.cpp:427]

           CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\x.

TRACE      2016-02-03 13:55:48.440 [syxxcfile.cpp:163]

           CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/dev_sap_kernel, m_realNodeType: 2}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const

           lib=syslib module=syslib

Target file exists and (mode & ISyNode::EXISTING) ==> I will copy/move.

INFO       2016-02-03 13:55:48.440 [synxcfile.cpp:427]

           CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\NW703\AS-ABAP\ADA\CENTRAL\dev_sap_kernel.

TRACE      2016-02-03 13:55:48.440 [syxxcnode.cpp:454]

           CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL, ISyNode::CopyMoveMode_t 0x3)

           lib=syslib module=syslib

Moved C:/Users/IMS/AppData/Local/Temp/sapinst_exe.4180.1454487911/dev_sap_kernel to C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/dev_sap_kernel

TRACE      2016-02-03 13:55:48.456 [syxxcfile.cpp:163]

           CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/dev_sap_kernel, m_realNodeType: 2}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const

           lib=syslib module=syslib

Target file exists and (mode & ISyNode::EXISTING) ==> I will copy/move.

INFO       2016-02-03 13:55:48.456 [synxcfile.cpp:427]

           CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

           lib=syslib module=syslib

Removed file C:\Program Files\sapinst_instdir\NW703\AS-ABAP\ADA\CENTRAL\dev_sap_kernel.

TRACE      2016-02-03 13:55:48.456 [syxxcnode.cpp:454]

           CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL, ISyNode::CopyMoveMode_t 0x3)

           lib=syslib module=syslib

Moved C:/Users/IMS/Desktop/NWABAPTRIAL70304_64/SAP_NetWeaver_703_Installation_Master/DATA_UNITS/BS2011_IM_WINDOWS_X86_64/dev_sap_kernel to C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/dev_sap_kernel

TRACE      2016-02-03 13:55:48.456 [syxxclogbook.cpp:225]

           PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)

           lib=syslib module=syslib

Initialized SAP kernel tracing to file C:\Program Files\sapinst_instdir\NW703\AS-ABAP\ADA\CENTRAL\dev_sap_kernel

TRACE      2016-02-03 13:55:50.499

Running with toplevel file C:\Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL//toplevel.xml

TRACE      2016-02-03 13:55:50.608 [syxxcfile.cpp:123]

           CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const

           lib=syslib module=syslib

Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.

TRACE      2016-02-03 13:55:50.608 [syxxcnode.cpp:454]

           CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log, ISyNode::CopyMoveMode_t 0x3)

           lib=syslib module=syslib

Moved C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst_dev.log to C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log

TRACE      2016-02-03 13:55:50.608 [syxxcfile.cpp:123]

           CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst.2.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const

           lib=syslib module=syslib

Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.

TRACE      2016-02-03 13:55:50.608 [syxxcnode.cpp:454]

           CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst.2.log, ISyNode::CopyMoveMode_t 0x3)

           lib=syslib module=syslib

Moved C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst.log to C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/sapinst.2.log

TRACE      2016-02-03 13:55:50.889

Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.

TRACE      2016-02-03 13:55:50.889

Running with keydb file C:\Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL//keydb.xml

TRACE      2016-02-03 13:55:50.889

Running with dialog file C:\Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL//dialog.xml

TRACE      2016-02-03 13:55:51.154 [syxxcfile.cpp:123]

           CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/keydb.3.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const

           lib=syslib module=syslib

Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.

TRACE      2016-02-03 13:55:51.154 [synxcfile.cpp:529]

           CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/keydb.3.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

           lib=syslib module=syslib

Copying file C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/keydb.xml to C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/keydb.3.xml

INFO       2016-02-03 13:55:51.232 [synxcfile.cpp:729]

           CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/keydb.3.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

           lib=syslib module=syslib

Copied file 'C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/keydb.3.xml'.

TRACE      2016-02-03 13:55:52.231 [syxxcfile.cpp:123]

           CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/statistic.2.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNodeInt &) const

           lib=syslib module=syslib

Target node does not exist and (mode & ISyNode::MISSING) ==> I will copy/move.

TRACE      2016-02-03 13:55:52.231 [synxcfile.cpp:529]

           CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/statistic.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

           lib=syslib module=syslib

Copying file C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/statistic.xml to C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/statistic.2.xml

INFO       2016-02-03 13:55:52.309 [synxcfile.cpp:729]

           CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/statistic.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

           lib=syslib module=syslib

Copied file 'C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW703/AS-ABAP/ADA/CENTRAL/statistic.2.xml'.

TRACE      2016-02-03 13:55:58.50 [kdxxctaco.cpp:225]

           CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile start ...

TRACE      2016-02-03 13:55:58.299 [kdxxctaco.cpp:257]

           CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

after creating out stream

TRACE      2016-02-03 13:55:58.408 [kdxxctaco.cpp:291]

           CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile stop ...

TRACE      2016-02-03 13:56:03.978 [kdxxctaco.cpp:225]

           CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile start ...

TRACE      2016-02-03 13:56:04.227 [kdxxctaco.cpp:257]

           CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

after creating out stream

TRACE      2016-02-03 13:56:04.336 [kdxxctaco.cpp:291]

           CKdbTableContainerImpl::syncToContainerFile lib=iakdblib

CKdbTableContainerImpl::syncToContainerFile stop ...

TRACE      2016-02-03 13:57:21.167

SAPinst was started using commandline: C:\Users\IMS\AppData\Local\Temp\sapinst_exe.4180.1454487911\sapinst.exe

TRACE      2016-02-03 13:57:21.167

SAPinst properties are :

GUISERVER_DIALOG_PORT=21212

GUISERVER_HTTP_PORT=4239

SAPINST_CHECK_PACKAGES=false

SAPINST_CONTROL_URL=control.xml

SAPINST_DIALOG_PORT=21200

SAPINST_DIALOG_URL=dialog.xml

SAPINST_EXE=SAPINST_EXE

SAPINST_JSLIB_TRACE=NW,NWUsers,OraCom,NWCTC,ClusterMgt,SystemIdentity

SAPINST_KEYDB_URL=keydb.xml

SAPINST_MESSAGE_CONSOLE_THRESHOLD=info

SAPINST_MESSAGE_URL=.

SAPINST_PACKAGES_URL=packages.xml

SAPINST_RESOURCE_URL=resourcepool.xml

SAPINST_SAVE_INPUT=true

SAPINST_SCAN_DEVICES=false

SAPINST_SKIP_DIALOGS=false

SAPINST_TOPLEVEL_URL=toplevel.xml

SAPINST_USE_ADVANCED_JS_HANDLING=true

SELFEXTRACTOR_EXECUTABLE_NAME=C:/Users/IMS/Desktop/NWABAPTRIAL70304_64/SAP_NetWeaver_703_Installation_Master/DATA_UNITS/BS2011_IM_WINDOWS_X86_64/sapinst.exe