cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while placin the file in FTP server?

Former Member
0 Kudos

Hello All,

Iam doing scenario where i need to pick the file and place in FTP server using SSL.

While processing the file check below log in RWB,

2009-12-08 00:58:36 Information Connecting to FTP server "ftps.xxxxxxxx.se"

2009-12-08 00:58:38 Information Write to ftp server "ftps.xxxxxxx.se", directory "/pr/smek/ftp_home/AAAAAA/0001069133647/in", -> file "FIKS_A793816.txt".

2009-12-08 00:58:38 Information Transfer: "TXT" mode, size 269 bytes, encoding ISO-8859-1.

2009-12-08 00:58:39 Error File processing failed with com.sap.aii.adapter.file.ftp.FTPEx: 500 UX-File name must comply with ssss_rrrrrrrr.txt User Exit denies Userid 'Z30H141' from using Command 'STOR'.

2009-12-08 00:58:39 Error Adapter Framework caught exception: UX-File name must comply with ssss_rrrrrrrr.txt User Exit denies Userid 'Z30H141' from using Command 'STOR'.

2009-12-08 00:58:39 Error Delivering the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server 'ftps.xxxxxxxxx.se:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 500 UX-File name must comply with ssss_rrrrrrrr.txt User Exit denies Userid 'Z30H141' from using Command 'STOR'.'. For details, contact your FTP server vendor..

Iam getting above error file is not getting stored as iam givng and in PI iam getting like this error.

while executing with cute FTP it was executing perfectly and iam not getting file name error.

while executing with PI file name getting changed in FTP sserver and iam not able to write the file.

Please reply back ASAP.

Thanks and Regards,

Phani Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is there any file naming restriction on your FTP?

Check with the FTP admin and try the scenario with file naming convention mentioned in error(ssss_rrrrrrrr.txt)

Former Member
0 Kudos

In the meantime (or if FTP server can't be changed), try formatting your filename as requested by the server ... Your file misses one char in the 2nd pattern ("rrrrrrrr" has a length of 8 chars whereas "A793816" is only 7), you could add leading zeros if needed ...

Chris