cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Gaurav,

Its true performance of MTB bean is not good for Huge file size. use a simple Java mapping. Your transformation should be done in few seconds.

regards.

Nazeer

GauravKant
Contributor
0 Likes

Hi Nazeer,

Thanks !!

I'll try with java mapping.

need some more details-

We have processing sequence MTB-AF_Modules/DynamicConfigurationBean-PGPEncryption. I would like to know, will there be any impact using java mapping?

Regards,

Gaurav