cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

performance issue while using message transformation bean in receiver SFTP

GauravKant
Contributor
0 Likes
2,192

Hi Experts,

i have a proxy to SFTP scenario where i have used module configuration (message transformation bean) for SimpleXML2Plain.

While processing 4000+ records(approx. 4.5MB) from PO to SFTP it is taking more than 90min in transforming messages.

Could you please let me know how to improve performance for this.? PFB module configuration and logs of the same.

Thanks in advance!!

Regards,

Gaurav

View Entire Topic
manoj_khavatkopp
Active Contributor
0 Likes

Gaurav,

Have tried using StrictXml2PlainBean instead of MTB ? does that make any difference ?

Br,

Manoj

GauravKant
Contributor
0 Likes

Hi Manoj,

Thanks !!

I have not tried with StrictXml2PlainBean. I will give a try and update.

Regards,

Gaurav

GauravKant
Contributor
0 Likes

Hi Manoj,

I have tried with StrictXml2PlainBean but getting error due to structure level.

The element nesting level for the structure rec is too deep (reference: 3 levels, found: 4 levels) at XML element

Do we have a way to achieve this.?

Regards,

Gaurav

GauravKant
Contributor

Hi Manoj,

Thanks for the inputs!!

I have removed one depth level from receiver structure and it is working fine. Now I am able to process 5MB files just in 15-20 sec.

Regards,

Gaurav