cancel
Showing results for 
Search instead for 
Did you mean: 

configuration interface in sender email channel

AntonioSanz
Active Participant
0 Kudos

Hi all,

I am working with SAP PI 7.1 and I have setup a email sender channel. I am doing some testing and I get this error:

failed to deliver the message:
com.sap.engine.interfaces.messaging.api.exception.ConfigException: No sender
agreement configured that matches the message's header fields (sender party: "",
sender service: "BS_SISTEMA_GENERICO_EMAIL", interface: "", receiver party: "",
receiver service: "")

I have no idea how to configure my interface in the email sender channel. How can I do it?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

in ID, create sender agreement with your sender business service, sender msg interface and sender msg namespace and use your sender email comm channel in your sender agreement.

also in ID, have receiver determination, interface determination, receiver agreement and receiver comm channel for your scenario. then rerun your scenario.

AntonioSanz
Active Participant
0 Kudos

In the documentation I have read:

Further Parameters for Message
Protocol XIPAYLOAD

  • XI
    Parameters

Specify the
Interface Namespace and the Interface Name.

But this options are not available in my screen.

Any Idea?????

Former Member
0 Kudos

Dear Antonio

Sender email CC will not have this.

You have a missing Sender Agreement, here you should specify your sender

Interface Namespace and the Interface Name.

Regards

Monika

baskar_gopalakrishnan2
Active Contributor
0 Kudos

> But this options are not available in my screen.

Sender agreement is the integration directory object which reference the sender communication channel. Similarly receiver agreement does for the receiver channel.  You will specify the business component or system, interface name and namespace in the sender/receiver agreement object.   You dont specify in the communication channel.  Hope that helps.

Note: Communication channels are individual objects. You can reuse it for several interfaces. So do it in agreement. Also Rajeev already mentioned about creating ID objects.

AntonioSanz
Active Participant
0 Kudos

This fix my problem:

http://scn.sap.com/thread/1729428