cancel
Showing results for 
Search instead for 
Did you mean: 

Help on migration monitor on the system copy

Former Member
0 Kudos

Hi, all:

I am doing a homogeneous system copy on ECC6. The platform is Oracle 10, Windows2003. I plan to use the migration monitor to do the export and import in parallel. Now I am in step start the export monitor in the source system. I have configured file export_monitor_cmd.properties in the source system. However, when I execute the export_monitor, there is an error info:

"Parse error: Count of local and FTP export directories is not equal", the export monitor didn't startup. Below is my export_monitor_cmd.properties file info:

#

  1. Export Monitor options

#

#

  1. Server operating mode

#

server

#

  1. Client operating mode

#

#client

#

  1. Exchange mode: ftp | net

#

ftp

#net

#

  1. Common options

#

  1. List of export directories, separator on Windows on UNIX

exportDirs=D:\DBExport\ABAP

  1. Installation directory

installDir=C:\Program Files\sapinst_instdir\ERP\LM\COPY\ORA\EXP\CENTRAL\AS-ABAP\EXP

  1. Package order: name | file with package names

orderBy=

  1. DDL control file, default is DDL<DB_TYPE>.TPL

ddlFile=

  1. File with mapping between DDL files and package names

ddlMap=

  1. Monitor timeout in seconds

monitorTimeout=30

#

  1. R3load options

#

  1. Optional path of R3load executable

r3loadExe=

  1. Generation of task files: yes | no

tskFiles=yes

  1. Code page for data files

dataCodepage=4103

  1. Additional R3load arguments for TASK phase

taskArgs=

  1. Additional R3load arguments for LOAD phase

loadArgs=

  1. Number of parallel export jobs

jobNum=2

#

  1. Network options

#

  1. Network exchange directory

netExchangeDir=

#

  1. FTP options

#

  1. Remote FTP host

ftpHost=192.168.17.109

  1. Name of remote FTP user

ftpUser=tstadm

  1. Password of remote FTP user

ftpPassword=pass

  1. List of remote FTP directories for export dump, separator

ftpExportDirs=D:\DBImport\ABAP

  1. Remote FTP exchange directory

ftpExchangeDir=D:\DBImport\Exchange

  1. Number of parallel FTP jobs

ftpJobNum=1

I think the problem may because the export monitor tool consider ":" in ftpExportDirs value as a separator, so there is two directories. I also tried to add quotes, but it still don't work.

Please give me some help. Thanks in advance.

Best Regards,

Benjamin

Accepted Solutions (0)

Answers (1)

Answers (1)

david_malinconici2
Participant
0 Kudos

Hi,

parameters ftpExportDirs and ftpExchangeDir must be set to the directory value related to ftp server root, which is set on the ftp server.

That means, if the ftp server root is D:\DBImport, the parameters must be the followings:

ftpExportDirs: /ABAP

ftpExchangeDir: /Exchange

Cheers,

David