cancel
Showing results for 
Search instead for 
Did you mean: 

How to Handle FCC in SFTP Adapter in PI 7.4

Former Member
0 Kudos

Hi Experts,

Can some one explanin how to handle the File content conversion with SFTP Adapter in SAP PI 7.4?

as work around solution we are picking the file with SFTP adatper and dropping the files in PI NFS location and by using another FTP commniction channel we are doing FCC for CSV files.

Is there any stright way of doing FCC with SFTP Sender file Adapter ?

Regards,

Krushi.


Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Krushi,

From the below link u'll see the sequential order to define in module tab.

http://scn.sap.com/people/gabrielsagayaselvam.panneerselvam/blog/2009/08/31/solve-key-field-problem-...

Regards,

Suhale.

Former Member
0 Kudos

Hi Krushi,

You can call the Message Transformation Bean in the processing sequence section of the Module tab and its corresponding parameters in the Module configuration section...

Check SDN to know various parameters and their purpose...

Thanks

Srini

Former Member
0 Kudos

Hi Krushi

Use the message transformation bean to perform the content conversion. Check the below document as reference

Examples of Content Conversion Using MessageTransformBean (SAP Library - SAP Exchange Infrastructure...

Former Member
0 Kudos

Hi Thank you for your response.

As per the link we have maintained the module parameteers for SFTP adapter file content conversion, and tested the interface we are getting the error message-can not send message to module processor exception.

what module parameters we need to maintain to fix this error?

Regards,

Krushi.

Former Member
0 Kudos

Hi Krushi

Please make sure that you have used the Message Transformation bean as the first module.

The correct sequence would be

message transformation bean

then module for sFTP adapter..

Please provide the screenshot and error log that you are getting so that we can help you better.

iaki_vila
Active Contributor
0 Kudos

Hi Krushi,

Please share your FCC parameters and the outbound XML in order to check your configuration.

Regards.

Former Member
0 Kudos

Hi,

Please find the attached document for FCC in SFTP adapter module and sample test file. We have successfully done with File Adapter FCC. we need correct module parameter values for SFTP.

Regards,

Krushi.

Former Member
0 Kudos

Hi Krushi

The message transformation module will come first and then the other modules.

so the correct sequence would be

1. message transformation bean.

2.call sap adapter

3. call sap adapter

Also please use a different module key for call sap adapter. In your screen shot you have used the same name <Plain2XML>

Please change this and give it a test. Let us know if there are any issues.

Former Member
0 Kudos

Hello,

U can use Message transform bean to convert text into XML file.

Check SDN u will find lot of blogs for the same.

Thanks

Amit Srivastava