cancel
Showing results for 
Search instead for 
Did you mean: 

Sender SFTP Error

umesh_badveli
Participant
0 Kudos

Hi Experts,

I am doing SFTP to SFTP Scenario With File Content Conversion in Java mapping

while I am taking the input payload the payload is like this (see below attachment) which is downloading in the .csv formate Payload

while doing the Same Scenario with FILE to SFTP With File Content Conversion in Java mapping its working fine.

I am new SFTP input payload how we will get either xml docc or any thing else?

please help out on this issue

Thanks

Umesh

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Umesh,

You should specify if you are getting any exception or if you have any specific doubt.

You can emulate the FCC with the MessageTransformBean module, check these links provided by by Eng Swee Yeoh:

An example with another adapter How To...Content conversion module with J2EE JMS adapter - Process Integration - SCN Wiki

Also you can read this thread to know the suggestion about how to use it correctly

Regards.

umesh_badveli
Participant
0 Kudos

Hi Inaki

Everything I configured as per the Documents only,still i am not getting any output

Thanks

Umesh

iaki_vila
Active Contributor
0 Kudos

Hi Umesh,

Have you checked the audit log of the channel?, are you getting any exception?

Regards.

umesh_badveli
Participant
0 Kudos

Hi Inaki

yes I checked the logs I am not getting any error over there .

out file was getting but it was not my required structure ,I am getting only one line  input file and reaming fields not getting compared to same output with FILE to SFTP

Thanks

Umesh

iaki_vila
Active Contributor
0 Kudos

Hi Umesh,

Could you share your FCC and MTB parameters?, it would be easier for the SCN community to check your parameters, in order to know their rightness and to discard this part as possible cause of the issue.

Regards.

umesh_badveli
Participant
0 Kudos

Hi Inaki

FCC and MTB Parameters

Thanks

Umesh

former_member186851
Active Contributor
0 Kudos

Hello Umesh,

Beans should be like

xml.File.fieldnames

xml.File.endSeparator

xml.File.fieldSeparator

And your fieldSeparator is mispelled.

http://scn.sap.com/people/gabrielsagayaselvam.panneerselvam/blog/2009/12/07/standard-adapter-framewo...

umesh_badveli
Participant
0 Kudos

Hi Raghu

That blog for StructPlain2XML,


In my Case it is Simplepalin2XML

and i changed the Misspelled word also

former_member186851
Active Contributor
0 Kudos

Hello Umesh,

You wish to convert to XML to CSV?

If the JAva mapping Is working fine in File to file it will work fine in SFTP to SFTP as well.

umesh_badveli
Participant
0 Kudos

Hi Raghu

I want convert CSV to XML