cancel
Showing results for 
Search instead for 
Did you mean: 

FCC Error :NameNotFoundException: Object not found in lookup of MessageTranformBean

manikandan_shanmugam3
Active Participant
0 Kudos

Hi All,

facing an Issue with Receiver FCC in SFTP Adapter.

Error Text:

Transmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of MessageTranformBean.


Message Structure:


<Root>

       <Header>

                    <element1>

                     <element2> ....


Receiver channel Screenshot:



Accepted Solutions (1)

Accepted Solutions (1)

Ryan-Crosby
Active Contributor
0 Kudos

Hi Manikandan,

You have a typo in the spelling of your module configuration where you are missing the letter 's' in the messagetransformbean.  Fix the spelling of the module configuration and re-activate and you should be set to go.

Regards,

Ryan Crosby

Answers (2)

Answers (2)

rcsegovia
Active Participant
0 Kudos

Hello,

My few cents,

You can have a look into that link:

taking into account you put well the name of the module.

Please ensure you call first  CallSapAdapter at processing sequence

good luck,

Roberto.

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Roberto,

The adapter involved here is sftp adapter, hence module processor exit bean has come..

The one you have mentioned is for file adapter.

Regards

Vishnu

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Manikandan,

You need to go for StructXML2Plain coversion type. Also, you need to include recordsetname and recordsetstructure etc.

Transform.Class = com.sap.aii.messaging.adapter.Conversion

Transform.ContentType = text/xml;charset=utf-8

xml.conversionType =StructPlain2XML

xml.processFieldNames = fromConfiguration or fromFile ---->depends on your interface design

xml.recordsetName=Root

xml.recordsetNamespace=GIVE NAMESPACE ACCORDING TO YOUR DESIGN

xml.recordsetStructure=Header,*

xml.Header.fieldSeparator='0x09'

xml.addHeaderLine=0


Try this and let me know if you still having any issues.


Regards

Vishnu