cancel
Showing results for 
Search instead for 
Did you mean: 

AEE scenerio not working

Former Member
0 Kudos

Hi PI Gurus,

I have done the configuration for AAE, including (creating of RFC destination & passed the path as /XISOAPAdapter/MessageServlet?ximessage=true, added the name space and interface in sxmb_adm also).

when running the scenerio from SPROXY it gives me error as

But when I delete the integation scenerio from ID & delete the entry from sxmb_adm, the scenerio goes in success.

The error message is :

com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Receiver Determination failed for message e0283b14-85b9-65f1-89ac-1cc1de77f757(OUTBOUND) at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:1163)Is any config is missing, Pl guide me.

Thanks,

Krishna

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Problem resolved.

Former Member
0 Kudos

Hi Krishna,

I guess you are configuring ICO Object to process message through AAE.

Your error shows that Receiver Determination failed:



Receiver Determination failed for message e0283b14-85b9-65f1-89ac-1cc1de77f757(OUTBOUND) 
at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:1163)

You don't need to configure Receiver Deterination when you configure ICO for AAE.

I guess your configuration scenario is added with ICO Object (if configured), and Receiver Determination, etc. Please make sure you have only the following in the Configuration Scenario --> Objects tab:

1. Business Components

2. Communication Channels.

3. ICO - Integrated Configuration Object.

Regards

Praveen K

Edited by: Praveen Kurni on Jan 25, 2011 2:24 PM

Former Member
0 Kudos

Hi All,

Thanks a lot to all of you for your valuable inputs, the issue has been resolved.

The problem was I have not selected the protocol as X1 3.0 & quality of service as exactly once in sender CC of SOAP adapter.

Thanks,

Krishna

Former Member
0 Kudos

Hi,

You are using proxy using soap adapters XI protocol as provided by AAE...(PI 7.1 Ehp1) and you are getting error..

Check the service No is provided or not (it should be port..)

Also hope you have configured Sender ID and the same has been assigned to the Runtime IS_URL parameters subtask.

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

Every thing is done, I feel some config is missing.

Can you guide me for that.

Thanks,

Krishna

Former Member
0 Kudos

Hi,

So your configuration between ECC and PI is fine...

check adding the below module parameters to the SOAP sender..

1.generateSysAck - true

2.ignoreDuplicate - true.

test after adding the above

HTH

Rajesh

Former Member
0 Kudos

Hi,

All parameters are set in soap sender adapter module.

message comes into error state in ECC itself. messages are not reaching to PI box.

Thanks,

Krishna

Former Member
0 Kudos

Hi,

Did you associated the logical system name for the business system used in PI ...

Check the logical system name maintained for the ECC and ensure that same is maintained for the business system used in PI..

go to business system in ID and check there the Adapter specific identifiers...

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

Thanks a for your inputs.

LSys are assigned correctly as suggested by you.

The scenerio is working absolutely fine when I am running w/o AAE.

Do we need any patch to implement.

Thanks,

Krishna

Former Member
0 Kudos

Hi,

you should be on PI 7.1 Ehp1..(PI 7.11) in order to execute this scenarios...

Check your SAP BASIS version it should be of 711 (i.e SAP BASIS 7.11)

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

I am working on PI 7.11

Still require some inputs.

Thanks,

Krishna