cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Error: no interface action for sender or receiver found

Former Member
0 Kudos

Dear All

I am doing an HTTP to Proxy scenario using BPM Synch Asynch bridge. The error in HTTP is error 500 (Internal Serve Error)

I am getting following error in moni

<Trace level="1" type="T">select interface namespace urn:WorkDelivery</Trace>

<Trace level="1" type="T">--start determination of receiver interface action</Trace>

<Trace level="1" type="T">Loop 0000000001</Trace>

<Trace level="1" type="T">select interface LocationSynch_Abs</Trace>

<Trace level="1" type="T">select interface namespace urn:WorkDelivery</Trace>

<Trace level="1" type="T">--no interface action for sender or receiver found</Trace>

<Trace level="1" type="T">Hence set action to DEL</Trace>

</SAP:Trace>

I have seen some posts on sdn regarding the same problem but couldn't get any solution out of it.

Please let me know how can this problem be solved.

Sourabh

Accepted Solutions (1)

Accepted Solutions (1)

former_member206760
Active Contributor
0 Kudos

chk cache notification in ID

also chk SXI_CACHE and refresh CPA cache

former_member206760
Active Contributor
0 Kudos

also go to sender service and see if outbound sync interfaces is added in it

Former Member
0 Kudos

Hi

I have refreshed the cache and checked my synch interface in sender service.

Both are fine.

As the error is coming after PI idetifies the Abstract synchronous interface and namespace, what could be the problem?

former_member200962
Active Contributor
0 Kudos

Can you tell what interface you have used and in which place....i mean in RD what is the interface, correspondingly what is the interface in the BPM....are both referring to same message types?

If you go to SXI_CACHE what is the return code of your BPM......in SXI_CACHE you can see XML version of your BPM....in there can you see all the referred interfaces and other objects?

Regards,

Abhishek.

Former Member
0 Kudos

I am using Two Synchronous interfaces:

Synh_Out: Used before BPM

Sync_Abs inside Synch/Asynch bridge:

I am using an switch step to check a condition then in both the branches I have a send step and a transformation step:

Send step1 is using one Asynch Abstract Interface

Send step2 is using Another Asynch Abstract Interface. These Interfaces have different message types.

The Transformation step in both the branchs have same operation mapping.

The laststep after switch step is closing A/S bridge.

There are two RDs after after BPM. They are having the same Interfaces as there in the respective send steps.

I can see the xml version of my BPM

Edited by: Sourabh Nirmal on Mar 30, 2010 8:56 AM

former_member200962
Active Contributor
0 Kudos
I caanot see the xml version of my BPM

It should be visible....in SXI_CACHE --> Integration Process --> Your BPM --> there will be a small tag which will display the XML...entire list of objects in your BPM.

Is your BPM seen in SXI_CACHE with return code = 0?

First confirm the above...as of now the message is not entering the BPM....so rest of the design may not be needed.

Oops.....you changed the details.

1) Check return code in CACHE

2) Re-activate the BPM....in IR

3) If nothing works....re-import the BPM and redo the config part

Edited by: abhishek salvi on Mar 30, 2010 12:27 PM

Former Member
0 Kudos

Hi I am able to see my BPM in SXI_Cache with return code 0.

Former Member
0 Kudos

1) Check return code in CACHE

Did the check the return code is 0

2) Re-activate the BPM....in IR

Reactivated the IP in ESR

3) If nothing works....re-import the BPM and redo the config part

Re imported and recreated all the objects in ID, the problem is still there

The error

"no interface action for sender or receiver found" is still there.

Edited by: Sourabh Nirmal on Mar 30, 2010 12:37 PM

former_member245887
Participant
0 Kudos

Hi All,

I got the same error.

I found out that it was caused by a message mapping error.

Kind Regards

Edmond

Answers (1)

Answers (1)

former_member206760
Active Contributor
0 Kudos

chk the IR objects like the interface..namespace ..etc are proper and active...

chk the Qs SMQ2 in PI ...

Former Member
0 Kudos

hi

Checked already

In SMQ2:The queues are deleted

The problem persists

Former Member
0 Kudos

Hi Nirmal,

Check your integrations Scenario and Action interface for Sender and receiver.

Regards

JS