Hy
i'm doing a migration about a ERP 702 using migration monitor for export and import in two different step.
We are talking about a HSC from a solaris system to linux .
I started sapinst using flag "start migration monitor manually" , i arrived until the import phase, stopping the sapinst and try to start migmon.
No problem with the package MIGMON_4-10005177.SAR . The export finishes succesfully.
I tried to use the newest version of MIGMON: MIGMON_5-20009115.SAR and
I have the following problem :
./export_monitor.sh
+ /usr/jdk1.6.0_24//bin/java -Xmx1024m -cp ./.:./migmon.jar:./activation.jar:./mail.jar com.sap.inst.lib.app.SecureStartup -Xmx1024m com.sap.inst.migmon.exp.ExportMonitor -dbType ORA
java.io.IOException: Cannot run program "" (in directory "/mnt/xprt_hd2/EXPHD2/tempexp"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
***
export_monitor_cmd.properties:
Server operating mode
#
server=qwXXrdb
List of export directories, separator on Windows ; on UNIX :
exportDirs=/mnt/xprt_hd2/EXPHD2/ABAP/
Installation directory
installDir=/mnt/xprt_hd2/EXPHD2/tempexp
Package order: name | file with package names
orderBy=
DDL control file, default is DDL<DB_TYPE>.TPL
ddlFile=/mnt/xprt_hd2/EXPHD2/ABAP/DB/DDLORA_LRG.TPL
Generation of task files: yes | no
tskFiles=yes
Additional R3load arguments for LOAD phase
loadArgs=-c 1000 -stop_on_error -loadprocedure fast
Number of parallel export jobs
jobNum=3
...
...
***
The directory written in installDir exists with all the permissions. It's empty at the moment .
Now, it's only to understand if new migmon has a bug or something else....i can bypass the problem using the version 4 without problems.
If you have time to understand the issue , i appreciate:-)
Thanks
Nick
...
....