Hi,
I have a problem when transfer file to IBM AS400 system. This is the scenarie:
1) PI take the file
2) I have a JavaMapping(change the filename to long 8 with 3)
3) I use "create a temporary file"
4) The file is create in target, but this have the name "XI_FTP_2.TMP"
5) Finally, the receiver comunication channel launch the error : "Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP...(the number of FTP server is erased for publicated here) 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Unable to do a lookup on the file name specified.'. For details, contact your FTP server vendor"
I check the permissions of user, directories and file.
In the log of communication channel the error say :(the number of FTP server is erased for publicated here)
2009-04-23 20:26:52 Information Write to ftp server "xx...", directory "C:\AAA_BBB", -> file "00010420.888".
2009-04-23 20:26:52 Information Transfer: "BIN" mode, size 8302 bytes, encoding -.
2009-04-23 20:26:53 Error File processing failed with com.sap.aii.adapter.file.ftp.FTPEx: 550 Unable to do a lookup on the file name specified.
I apreciate your help!
thanks