cancel
Showing results for 
Search instead for 
Did you mean: 

sFTP ignore recordsetName

Former Member
0 Kudos

Hi ,

I am using a sFTP adapter and would like to remove the <Recordset> appearing in the XML.

I have tried using ignoreRecordsetName = true  -> this does not affect the XML and I still get the recordset tag.

If I specify xml.ignoreRecordsetName = true , this throws and error ->

Error while sending message: Cannot send message to module processor com.sap.aii.af.lib.mp.processor.ModuleProcessorException: Error during processing local bean: localejbs/AF_Modules/MessageTransformBean


Any idea how to ignore Recordset for  sftp  Channel ?



Thanks


Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor

Hi Neelima,

As far as i know the SFTP adapter doesnt support that parameter. You can eliminate the recordset with the XSL mapping as i suggested in this thread:

Also, you can try to use Messagetransformbean as

Regards.

Former Member
0 Kudos

Thanks will try to do this,hopefully should work.

Answers (1)

Answers (1)

former_member191435
Contributor
0 Kudos

Hi Neelima,

Message TransformBean doesnt support IgnoreRecordsetName  option...

If it is a simple structure please dont create any  root record in your data type.. If it is complex structure please follow whatever Vila Suggested...

Thanks,

Sreenivas Veldanda.