cancel
Showing results for 
Search instead for 
Did you mean: 

iDoc_AAE Receiver Channel Error

NishantChavan
Participant
0 Kudos

Experts,

We have a scenario, Flat file to iDoc (iDoc_AAE). We have configured Destination in NWA for Receiver SAP system and that is used Communication channel.  The RFC client parameters are Default (Recommended). When we are running the interface we are getting below error on Receiver communication channel. Please advice.

Error: iDoc: Connection factory lookup failed due to IDoc: Connection factory name for channel CCXXXXX_Receiver is null

Error: MP: exception caught with cause com.sap.aii.af.idoc.exception.IDOCAdapterException: IDoc: Connection factory name for channel CCXXXXX_Receiver is null

Error: Exception caught by adapter framework: IDoc: Connection factory name for channel CCXXXXX_Receiver_Receiver is null

Error: Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.idoc.exception.IDOCAdapterException: IDoc: Connection factory name for channel CCXXXXX_Receiver is null


Thanks,

Nishant

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Nishant,

You have leave out the connection factory name or putting something wrong in that. Follow Dimitri link or check the points 6 and 9 here:  Configuring Communication Channel for a Receiver IDoc Adapter (AAE) - Advanced Adapter Engine - SAP ...

Regards.

NishantChavan
Participant
0 Kudos

This issue got resolved after applying note 1653715

Answers (2)

Answers (2)

0 Kudos

Hi Nishant Chavan,

We are getting the same error in IDOC receiver channel:

Transmitting the message to endpoint
using connection File_http://sap.com/xi/XI/System failed, due to:
com.sap.aii.af.idoc.exception.IDOCAdapterException:
IDoc: Connection factory name for channel CC_IDOC_RECEIVER is null'

We are unable to resolve this error. The note 1653715 is giving information about a different error. Please let me know what steps you followed to resolve this.

Thanks

Nishant

NishantChavan
Participant
0 Kudos

Hi Nishant,

Please look at the below blog

http://scn.sap.com/docs/DOC-43471

Do you have cluster environment or single server?

Thanks,

Nishant

Dimitri
Active Contributor
0 Kudos

HI Nishant,

Please have a look at

Kind regards,

Dimitri

NishantChavan
Participant
0 Kudos

Hi Dimitri,

Thanks for your response, nice blog!!. Connection Factory problem is resolved and now I am getting below error. I was getting this error yesterday and we deleted XI_IDOC_DEFAULT_DESTINATION because we had created one with XI_IDOC_DEFAULT_DESTINATION_<SID> and started getting the connection factory error.


New Error:

IDoc: Adding control record to payload failed due to The Configuration for Sender/Receiver Partner Number/Port is incorrect. Enter proper values in Sender/Receiver Component

I have disabled the EDI_DC40 segment on receiver side. Adapter specific identifies are populated in ID for receiver business system.

Dimitri
Active Contributor
0 Kudos

Hi Nishant,

Check your header mapping part within your receiver agreement step and play around with it.

Also, make sure your partner profiles are properly set up on your receiving back end system.

Kind regards,

Dimitri

Former Member
0 Kudos

Hello,

You have to set sender port property in java idoc resource adapter.

Check point 3 under issues section:

https://scn.sap.com/docs/DOC-31398

Thanks

Amit Srivastava