cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP sender adapter using ModuleTransformBean not working

Former Member
0 Kudos

Hi Experts,

In my scenario, i am using a sender SFTP channel to read a text file from a server. By using java mapping i am sending that txt file as an attachment to ECC inbound proxy. where as my scenario is working with FTP FCC.

This channel includes "modules" to convert the file from txt to XML.

Error:

Error: javax.ejb.TransactionRolledbackLocalException: ASJ.ejb.005043 (Failed in component: sap.com/com.sap.aii.af.mod.trans.app, BC-XI-CON-AFW-MP)

Exception raised from invocation of public com.sap.aii.af.lib.mp.module.ModuleData com.sap.aii.af.modules.trans.MessageTransformBean.process(com.sap.aii.af.lib.mp.module.ModuleContext,com.sap.aii.af.lib.mp.module.ModuleData)

throws com.sap.aii.af.lib.mp.module.ModuleException method on bean instance com.sap.aii.af.modules.trans.MessageTransformBean@185557b5

Sample Data:

(1 row affected)

(0 rows affected)

DATE20160314                                                                       

(1 row affected)

Please suggest me how to resolve this. Appreciate your quick reply.

Thanks,

Gayathri.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor

The order of the modules is wrong, put first message transform bean then call sap adapter

Former Member
0 Kudos

Hi Praveen,

Thanks Praveen, i did not noticed it. I am getting the below error now. Can you please help me what is the parameter value I have to give here.

I ma getting the below error.

Error while sending message: Cannot send message to module processor com.sap.aii.af.lib.mp.module.ModuleException: Transform: failed to set up the transformer for channel 9c816b3729bc327f8c6f6a1f54779cd6; modkey Plain2XML; caused by com.sap.aii.af.sdk.xi.adapter.trans.TransformException: Transformer Conversion3.0.5226 Error initializing Class: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408)
Invalid 'processFieldNames'  value 'FileName' found (4407)
; nested exception caused by: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408)
Invalid 'processFieldNames'  value 'FileName' found (4407



Former Member
0 Kudos

Sorry wrong screenshot, please find the below.

Former Member
0 Kudos

Thanks a lot.. Praveen..

Its working Now Cache problem. your solution always helps me.

Thanks,

Gayathri.

Answers (0)