Hi,
We are doing migration of ERP system running on redhat linux 6 and sybase 15.7 .
Trying to do parallel export import using ftp method.
Here when we start the export monitor, it gives the below error.
Required system resources are missing or not available:
Structure of subdirectories in local export directory '/export/TRS_Mock_Export/ABAP' and FTP export directory '/usr/sap/TRQ/DVEBMGS00/TRS_Mock_Export/ABAP' on '<ip>' server is different.
But the structure is entirely same.
Even we have moved the export directory which got created after sapinst was run (before starting migmon) to the target server.
Below is a content of export monitor file .
export_monitor_cmd.properties
ftpCopy
dbType=SYB
exportDirs=/export/TRS_Mock_Export/ABAP
installDir=/media/sapinst_logs/Mock_Exp_Imp/sapinst_instdir/BS2010/ERP605/LM/COPY/SYB/EXP/CENTRAL/AS-ABAP/EXP/log_17_Apr_2015_05_03_53
ddlFile=/export/TRS_Mock_Export/ABAP/DB/DDLSYB_LRG.TPL
r3loadExe=/usr/sap/TRS/DVEBMGS00/exe/R3load
tskFiles=yes
dataCodepage=4103
jobNum=8
monitorTimeout=30
loadArgs=-stop_on_error
ftpHost=ip
ftpUser=user
ftpPassword=pw
ftpExportDirs=/usr/sap/TRQ/DVEBMGS00/TRS_Mock_Export/ABAP
ftpExchangeDir=/media/sbx_exchange_dir
ftpJobNum=3
trace=all
Please suggest.
Regards,
Amit Jana.