cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP Receiver Works fine but No file created in SFTP system.

Former Member
0 Kudos

All,

we have noticed there is a serious issue with SFTP receiver communication channel, SFTP receiver log says file is delivered but no file created in SFTP system!!!! is this SAP PI SFTP product bug.

or we presume that the issue could be with module parameters or SFTP adapter , can you please check and advise the solution.

XML2Plain module parameters.

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi!

If you use the standard SFTP-Receiver, the solution is pretty easy: The CallSapAdapter is wrong in the module configuration! This was certainly copied from a file adapter.

It must be this:

Module: localejbs/ModuleProcessorExitBean

Parameter: JNDIName deployedAdapters/com.sap.aii.adapter.sftp.ra/shareable/com.sap.aii.adapter.sftp.ra

iaki_vila
Active Contributor
0 Kudos

Hi,

Try to set the parameter Transform.PermanentErrors with value true , in order to check more module errors.

Regards.

former_member182455
Active Contributor
0 Kudos

Hi,

Kindly check in the communication channel monitoring whether the data is processed from the channel or not.

Communication channel - > click on the message ID -> then the window will be display like below.

If the messages are available like above screen shot then click on the message content tab.

then download the file and check.

Regards

Srinivas

Former Member
0 Kudos

Check if your SFTP channel is locked!

Also correct recordset structure in your FCC

Former Member
0 Kudos

Hi,

Value for xml.endSeparator should be enclosed in single  quotes.

Like - xml.endSeparator  'nl' 

Former Member
0 Kudos

Hi

i have tried with both with quotes and without quotes. there is no difference in result.

xml.endSeparator should be enclosed in single  quotes.

Like - xml.endSeparator  'nl' ..

Regards,

Krushi.

former_member188961
Participant
0 Kudos

Hi,

Can you try to place the file without using XML2Plain module in SFTP adapter. so that we can acually know


where the issue is accuring wheather it at SFTP end or configuring of your XML2Plain module.

If the file is placed. you can recheck your configuration of XML2Plain module.

Thanks,

Srikanth

Former Member
0 Kudos

Hi Srikanth,

It works fine when we transfer the file from NFS to SFTP. I need to double check the module config parameters for CSV output file.

Former Member
0 Kudos

You have given fieldnames in recordset structure