cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver File Adapter Issue

Former Member
0 Kudos

Hi,

I have a scenario like R3(IDOC)->XI(Mapping)->FTP(Content Conversion)

I am trying to FTP a file across to a vendor's FTP server using the reciver file . adapter. The target filename is of the form %ABC%IJK%%b.However on posting the file i get a message like.

An error occurred while connecting to the FTP server '<hostname>:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 200 Command Okay. ID: <userid>, Current TR - Recv: <userid>, APRF: *BINARY, Dir: S. Get option: single. '. For details, contact your FTP server vendor.

It seems although the connection is established, the ftp put does not work

Can anyone help on what is the cause of the error and possible solutions.

Regards,

Alex.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Alex,

Just check that your FTP channel is shown on green color at the adapter engine..

Cheer,

Vinod V

nisarkhan_n
Active Contributor
0 Kudos

check the user with which you are loggin in to the FTP has the write acess...

Former Member
0 Kudos

the user has access. Also it runs perfectly well when i run it from the unix command prompt.

Former Member
0 Kudos

There can be following things:

- Target Dir is not present or you dont have an authorization to create it.

- Check the Access to put the file in that directory.

Check the same for other interface also. If other interfaces are running fine then try to put the file in that DIRECTORY for test purpose.

Thanks

Farooq.

Former Member
0 Kudos

it shud be problem with filename. check the file name using the target payload from SXMB_MONI as it looks u had used variable substitution

Former Member
0 Kudos

does this user has the proper permission