cancel
Showing results for 
Search instead for 
Did you mean: 

Exception when reusing SOAP sender communication channel in 2 different ICOs

Former Member
0 Kudos

Hi All,

We are using SOAP Sender communication channel in 2 different ICOs in PI 7.3. When message is triggered for either of the interfaces for the first time, it works fine without issues. But when message is triggered for the 2nd interface, it fails with an exception - Receiver Determination could not determine receivers at all.

From the discussions on channel reuse on the Sender side, we can reuse the same channel in different scenarios from PI 7.11. Can you please provide some pointers to resolve this issue and reuse the same comm. channel?

Thanking you in advance,

Best Regards,

Sailaja.

Accepted Solutions (1)

Accepted Solutions (1)

nabendu_sen
Active Contributor
0 Kudos

Hi Sailaja,

If you want to send data to PI over HTTP, combination of Sender Service, Sender Interface name, Sender Interface namespace and communication channel name needs to be unique. Otherwise if you use the same URL, then add different receiver at receiver determination to merge the 2 interfaces.

rajasekhar_reddy14
Active Contributor
0 Kudos

  We can use same channel for other SOAP interfaces

nabendu_sen
Active Contributor
0 Kudos

I have mentioned the same.... "combination"

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

We still have this issue. Please, can anyone provide me pointers to resolve this issue?

Thanking you in advance,

Best Regards,

Sailaja.

former_member184789
Active Contributor
0 Kudos

Hi Sailaja,

I had also used same SOAP Sender channel for a couple of ICo's & it works fine. Is it possible that there is some issue with the configurations in ICO's. If you create a separate channel for the second ICO, then did it work?Are you having any condition based receiver determination in the ICO's?

Former Member
0 Kudos

Thank you for all your inputs. We went ahead with reusing SOAP communication channel based on the responses for a similar question asked sometime ago. https://scn.sap.com/thread/1872844

We are not using the same URL. It is different as the interface and interface namespace are different between these 2 ICOs.

We have a condition based receiver determiniation in both the ICOs. It worked when we had 2 different channels for the ICOs. Does PI have any limitations in this respect?

Best Regards,

Sailaja.