PI is not able to pick the file from the FTP folder

This is the FILE TO IDOC scenario. We have configured the file adapter. But its not able to pick the file from the specified directory. We have tried changing the transfer mode from Binary to Txt & also we have tried to put advance selection for source file but it didn't work. Its throwing the below error:
PI Adapter Log:
An error occurred while connecting to the FTP server '10.130.150.21:8529'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 451 Unexpected reply coderequested action aborted: local error in processing'. For details, contact your FTP server vendor.
Also we have contacted the FTP team & they told that PI is sending an unsupported command. So instead of taking the file TLOG.txt, its treating this file name a s a directory. Please find the logs from FTP end below:
FTP Log:
(207197)2/5/2013 14:48:25 PM - sysisappi (63.130.82.16)> 230 Logged on
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> FEAT
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211-Features:
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MDTM
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  REST STREAM
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  SIZE
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLST type*;size*;modify*;
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLSD
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH SSL
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH TLS
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PROT
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PBSZ
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  UTF8
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  CLNT
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MFMT
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211 End
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PBSZ 0
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 PBSZ=0
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PROT P
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 Protection level set to P
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD /Qas
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas" is current directory.
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD SAP_ORION
(207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION" is current directory.
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD Inbound
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound" is current directory.
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD IRIIN04
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 221 Goodbye
It should list  *TLOG.txt*  but instead it is trying to get into a directory named  *TLOG.txt*.  same for other interface.
So me & my team is struggling for last couple of days to fix this issue.Please share your suggestion

Hi Sisir
The screen shot of your config doesn't seem to correspond to the FTP log. I say this because the * is dropped from file name pattern "*TLOG.txt" (comparing your config and the FTP log). Can you share an updated FTP log?
Sisir Das wrote:
"/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
(207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
Also, like Rajesh suggested, have you tried to manually check permissions by logging in, traversing the directory, and getting the file?
By the way, we always use backslash \ instead of forward slash in our configs. Not sure this would make any difference for you though. Also, I don't normally use a trailing \ at the end of the source directory path.

Similar Messages

Maybe you are looking for

  • Help Please! I am trying to get the 7232 DVR

    I have been trying to get the 7232 DVR since installation. My Triple Play was installed on 12/23/2011 and I was given NO DVR. I was told I needed to go to the neaest store to get my DVR. At the store they told me they did not have the 7232 but gave m

  • Who wants to give their opinion?

    I�m new to Java GUI development/design and I desire some insight from some more experienced minds. I�m designing a solution for a school project that is to contain a main GUI window and 2 GUI dialog windows that pop up after certain events. My questi

  • How to concatinate values of two columns and update into another column

    There is a table : TEST contains three columns - Column1 , Column2 , Column 3 Column1 contains values - (1,2,4) Column2 contains values : (a,b,c) Column 3 is empty . Target : Values in column 3 should be (1a,2b,4c) Need to achieve this through proced

  • Columns not displayed in BI 4.0 IDT/Universe Designer

    I am a Admin for BI 4.0,one of my user was not able to see tables columns in BI 4.0 while creating a new universe with user id as bo_xxxxx_xxxxxxxxxx_yyyyyyy_an

  • Crystal report demo with ruby on rails

    Hi, how to integrate crystal reports with ruby on rails. Thanks & Regards, RadhaKrishna K Edited by: radhakrishna04 on May 6, 2010 1:43 PM