cancel
Showing results for 
Search instead for 
Did you mean: 

Migmon FTP issue

Former Member
0 Kudos

Hi Guys,

I'm in the midst performing the DB export using option Parallel Export Import. While initializing the SAPInst parameter, I did checked the option test connection and SAPinst succesfully connected. Before I trigger the export, I started the DB Import at the target system. But during the export Migmon is facing issue:

CONFIG: 2011-09-25 14:48:43

Application options:

dataCodepage=4103

dbType=ORA

exportDirs=/work2/export/ABAP

ftp=

ftpExchangeDir=/

ftpExportDirs=/

ftpHost=SJ013759

ftpJobNum=4

ftpPassword=*****

ftpUser=cp2admin

installDir=/tmp/sapinst_instdir/ERPEhP4/LM/COPY/ORA/EXP/CENTRAL/AS-ABAP/EXP

jobNum=4

loadArgs=-stop_on_error

monitorTimeout=30

orderBy=/tmp/sapinst_instdir/ERPEhP4/LM/COPY/ORA/EXP/CENTRAL/AS-ABAP/EXP/order_b

y.txt

r3loadExe=/usr/sap/YA1/SYS/exe/run/R3load

sapinst=

server=

trace=all

tskFiles=yes

CONFIG: 2011-09-25 14:48:43

List of packages with table structure: 'SAP0000'.

CONFIG: 2011-09-25 14:48:43

List of packages with views: 'SAPVIEW'.

INFO: 2011-09-25 14:48:43

FTP transfer of package independent export files is started.

ERROR: 2011-09-25 14:48:43 com.sap.inst.migmon.exp.ExportStandardTask run

Fatal exception during execution of the Export Monitor.

java.net.UnknownHostException: $$w0rd@SJ013759

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)

at java.net.Socket.connect(Socket.java:474)

at java.net.Socket.connect(Socket.java:424)

at sun.net.NetworkClient.doConnect(NetworkClient.java:139)

at sun.net.NetworkClient.openServer(NetworkClient.java:118)

at sun.net.ftp.FtpClient.openServer(FtpClient.java:423)

at sun.net.ftp.FtpClient.<init>(FtpClient.java:692)

at sun.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.ja

va:175)

at sun.net.www.protocol.ftp.FtpURLConnection.getOutputStream(FtpURLConne

ction.java:352)

at com.sap.inst.lib.ftp.FtpService.put(FtpService.java:115)

at com.sap.inst.migmon.exp.FtpPathUtils.transferFilesImpl(FtpPathUtils.j

ava:143)

at com.sap.inst.migmon.exp.FtpPathUtils.transferFiles(FtpPathUtils.java:

95)

at com.sap.inst.migmon.exp.ExportExchangeTask.transferExportMetadata(Exp

ortExchangeTask.java:173)

at com.sap.inst.migmon.exp.ExportStandardTask.doRun(ExportStandardTask.j

ava:70)

at com.sap.inst.migmon.MigrationTask.run(MigrationTask.java:358)

at java.util.TimerThread.mainLoop(Timer.java:432)

at java.util.TimerThread.run(Timer.java:382)

INFO: 2011-09-25 14:48:43

Export Monitor is stopped.

Please advice.

Regards

Tarmizee

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

It was due to password rules. Not suppose to have @ / . I able to continue after change the password for the FTP users.

Thanks and Regards

Tarmizee

markus_doehr2
Active Contributor
0 Kudos

> java.net.UnknownHostException: $$w0rd@SJ013759

The system doesn't know the IP addresse for the hostname "SJ013759". Either add it to the DNS or in the local hosts file.

Markus

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Problem is because of special characters in the password. You can check SAP note 1568300 for the same.

Thanks

Sunny