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
Request clarification before answering.
Hi Gaurav,
The performance of message transform bean is not so good with huge file. Please apply the below patch from SAP to improve the performance
regards,
Harish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gaurav,
unfortunately I also not found anything for 7.4 sp11. You can also use the java mapping for converting XML to flat file. And you can also call the java class from adapter module (Messagetransformation bean). Please refer the below help page
https://help.sap.com/saphelp_nw73/helpdata/en/57/0b2c4142aef623e10000000a155106/content.htm
Deploy External Classes for the Module Processor
To load such Java classes from the AF_Modules/MessageTransformBean module, you must make them known to the relevant Java libraries (jar files) in the AS Java application.
To do so, install and modify the com.sap.aii.adapter.lib.sda archive file:
<reference type="library" strength="weak">com.sap.aii.messaging.runtime</reference>
Otherwise deployment will terminate with the following message: Already been deployed.
The module processor now knows the libraries.
regards,
Harish
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.