cancel
Showing results for 
Search instead for 
Did you mean: 

Error "IDoc_AAE sender communication channel is not found" when trying so send Idoc from ERP to PI

christopherko
Explorer
0 Kudos

Hello experts,

currently im trying to get my first Sender Idoc AAE Scenario to work. I have used this blog for the configuration (with a few modifications):

https://blogs.sap.com/2012/12/12/how-to-create-and-configure-sender-idoc-aae-scenario-pi-73/

> I create a new inboundRA because there will be multiple systems

> Because of the multiple systems, i never use XI_IDOC_DEFAULT_DESTINATION, but a Destination called XI_IDOC_DEFAULT_DESTINATION_SID. The destination ping is successful.

> The RFC connection in ERP system works fine, too.

> The ICO exists and is configured.

In my opinion, my configuration should work. But when i send an Idoc from ERP with WE19, the IDoc is not processes correctly.

When i check the log files of PI server i get the error

"IDoc_AAE sender communication channel is not found"

I dont understand this, because the communication channel exists and works fine, as communication channel monitoring says

This channel is used in the inbound processing from the ICO.

Do you have any suggestions how to find out what the problem is?

What i've already done:

> Restart the inboundRA

> Creating a new communication channel

> Re-acticate the ICO

Thank you in advance for your help!

Greetings

Christopher

Accepted Solutions (0)

Answers (7)

Answers (7)

0 Kudos

Hi Chris,

Greetings!

Please let us know if you have resolved this issue as we are facing the same issue in our PO 7.5 System. If yes, please share the actions you performed to resolve the same.

Error: IDoc_AAE sender communication channel is not found

Regards,

PI Learner

lalitch08
Discoverer
0 Kudos

Hi Chris

Were you able to resolve this issue. Please share your solution.

Thanks

christopherko
Explorer
0 Kudos

In the Log Viewer in NWA, you see 2 errors when trying to send the Idoc from ERP-System:

christopherko
Explorer
0 Kudos

Hi Mate,

there are no problems with the interface namespace, i checked this.

best regards,

Christopher

mate_moricz
Advisor
Advisor
0 Kudos

Hi Christopher,

In that case collect an XPI Inspector trace Example 50 - XI Channel and recreate the error. The error in the default trace simply doesn't state enough information.

Best regards,
Mate

mate_moricz
Advisor
Advisor
0 Kudos

Hi Christopher,

What is the interface namespace you use? When you try to send any IDocs the interface used for the Sender Communication Component must be IDOC.IDOCTYPE with the interface namespace "urn:sap-com:document:sap:idoc:messages". This is mandatory and applies for all IDoc types. This is a standard behavior and can't be changed.

Check SAP KBA 2419326 - IDoc_AAE sender communication channel is not found

Best regards,
Mate

christopherko
Explorer
0 Kudos

Hello Iñaki,

thank you for the answer!

As i understand, you dont need multirepository configuration when you have multiple inboundRA (one for each system). Is this correct?

Got this from this blog:

https://blogs.sap.com/2013/08/05/connect-multiple-sap-ecc-clients-from-java-idoc-sender-adapter-by-r...

In my system it looks like:

iaki_vila
Active Contributor
0 Kudos

Hi Cristopher,

You are right, it should be enough with inboundRa.

Have you created the business systems in the SLD and imported them in PI and you use them as communication components?

Regards.

iaki_vila
Active Contributor
0 Kudos

Hi Christopher,

Have you done the multirepository configuration?, check praveen.kumar49response here https://archive.sap.com/discussions/thread/3902182

Regards.

praveen.kumar49