cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to sftp scenario error

0 Kudos

Hi people,

I have a Proxy -> sftp scenario. I have this error :

MP: exception caught with cause javax.resource.ResourceException: com.sap.aii.adapter.sftp.ra.rar.conversion.exception.ParserException: No Recordset setting found for records name: Record

Does anyone know the cause?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thank you Evgeniy. I am not using mtb, i am using fcc because the final product must be a .csv file with the following layout:

"Name","Supplier Number","Display Name","PO Method","Payment Method","Invoice Matching Level","PO Email","Status"

"1-Fornecedor 1","1","Fornecedor 1","email","invoice","2-way","fornecedor+1@coupa.com","inactive"

"2-Fornecedor 2","2","Fornecedor 2","email","invoice","2-way","fornecedor+2@coupa.com","inactive"

The first line contains the name of the fields and the following line contains the values of these fields. Fields must be quoted and separator is comma

My parameters in fcc are :

Header.addHeaderLine : 3

Header.headerLine: 1

Header.fieldNames: Header_Name,Header_Supplier_Number,Header_Display_Name,Header_PO_Method,Header_Payment_Method,Header_Invoice_Matching_Level,Header_PO_Email,Header_Status

Header.fieldSeparator: ","

Header.endSeparator: "nl

Header.beginSeparator: "

Details.addHeaderLine: 3

Details.headerLine: 1

Details.fieldSeparator: ","

Details.endSeparator: "nl

Details.beginSeparator: "

It is important to say that I have the flexibility to determine the source xml layout. Then I can determine it in a way that makes it easy to configure the communication channel.How do I convert xml to this csv?

I must inform that this is my first interface using ftp generating .csv and so I am having a bit of trouble.

Thank you,

former_member190293
Active Contributor
0 Kudos

Hi!

As comes from error description, it's most likely that your MTB settings are wrong.

Regards, Evgeniy.