cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with SFTP to GXS

Former Member
0 Kudos

Hi experts,

I need to put files with a receiver communication channel into a GXS SFTP server.

We usually use an SFTP custom module to connect to SFTP servers, and normally it works well, but with this GXS server we have problems.

When we try to put a file in GXS server, the module raise an exception:

Delivery of the message to the application using
connection File_http://sap.com/xi/XI/System failed, due to:
com.sap.aii.af.ra.ms.api.RecoverableException:
/myfirmeurftp/././POLLABLE/0324apda.tdf.174438100 is a directory: 4: /myfirmeurftp/././POLLABLE/0324apda.tdf.174438100 is a directory.

Any ideas?

Anyone had problems with GXS?

Thanks

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fabio,

You have to use an advanced paramter especially for GXS servers. Please refer the SAP Note #      1737547.

Thanks,

Siva

Former Member
0 Kudos

Hi,

where do I have to put this parameter?

We don't have standard SFTP adapter because we have PI 7.0, we use a custom SFTP module that we call in "Module" tab of receiver communication channel with localejbs/SFTPFileUploaderBean.

Another question:

The SAP note you suggested require to download a zip file, we have to deploy it in our server?

thanks

Fabio

Former Member
0 Kudos

Hi Fabio,

These Note & Patch will not applicable in your custom module case. If you have access to your custom module source code, remove the remote directory check just before writing the file.

Thanks,

Siva

Former Member
0 Kudos

Thanks Siva,

problems solved with your solution!

Fabio

Answers (0)