cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.adapter.file.ftp.FTPEx: 550 You are not allowed to issue this

former_member204873
Contributor
0 Kudos

hi All,

We are getting below error while connecting to an FTP location through File Adapter:

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server XYZ. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 You are not allowed to issue this command'. For details, contact your FTP server vendor.

Also when we tried to connect to this FTP location through PI server we able to connect, but when we connect to it through channel we are getting above error.

Please Help!

Thanks,

Mayank

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member204873
Contributor
0 Kudos

hi All,

The usedid we are using to connect to FTP location has appropriate access to write(we have an receiver file adapter) the files, when we connected to FTP location from PI server using same useid(as used in channel) we are able to connect to FTP location and also able to write the file there.

Now error soming is:

An error occurred while connecting to the FTP server XYZ. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Operation is not supported under Connect:Enterprise FTP server.'. For details, contact your FTP server vendor.

Thanks,

Mayank

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

This message was moderated.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

as the error says Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server XYZ. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 You are not allowed to issue this command'. For details, contact your FTP server vendor.

Check you authorization to the resource you are traying to get access, meet with a basis guy to check it and test it.

let us know.

Former Member
0 Kudos

Hi Mayank,

FTP 550 error is:

Requested action not taken. File unavailable (e.g., file not found, no access).

So just check for the authorizations on the user that you are using to connect to the FTP Server. Also, check for the availability of the file on FTP server.

I hope this helps.

Regards, Gaurav.

Former Member
0 Kudos

Hi Mayank,

Refer the below link:

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Have a look into SAP Notes u2013 804124, 807000

Regards,

former_member208856
Active Contributor
0 Kudos

This may be authorization problem, contact to your FTP system owner & check they have given proper authorization to your userid.

Also contact to your network team & check the connectivity of your FTP system.

try to ping your FTP system from PI Server also, contact to BASIS person regarding this issue.

Former Member
0 Kudos

Hi Mayank,

First check if there is any firewall between PI and FTP server.

If it is there, then you have to contact to your network person and fix this connectivity issue.

If this is not the case, then check the User Id which you are using in Communication channel have enough authorisation of File handling.

-Supriya.