cancel
Showing results for 
Search instead for 
Did you mean: 

"No Receiver Specified" , BPM Error

Former Member
0 Kudos

hi,

i am receiving this error message in the SXM_MOBI_BPE workflow. It is failing at the SEND step.

Details of the error says "No Receivers Specified".

though i have the receivers configured in the ID and in BPm i get this error.

Any clue what could have went wrong.

Thanks,

tirumal

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member91687
Active Contributor
0 Kudos

Hi Tirumal,

Check the container element which you are using in the send step, the message interface used must be the inbound abstract interface. See if you have used the right container elements in the BPM.

Regards,

Chandra

Former Member
0 Kudos

hello,

I have all the right container elements in the BPM.

I checked the workflow log(View Technical Details)

In this log i have errors in 2 places:

1st place: When Workflow is started:

Workflow system : Exception occurred

2nd place: Send Message Asynchronously:

Executing batch work item - there are two items with this

1st item:

Further viewing the details gives me this message:

<i>Work item 000000002012: Object CL_SWF_XI_MSG_BROKER method SEND_ASYNCHRON cannot be executed

Message no. WL821

Diagnosis

The calling of the object method for the work item ended with a return value for which no handling is modeled in the workflow.

System response

The work item was forced into the error status.

Procedure

Refer to your workflow system administrator.

Procedure for System Administration

Also check the binding between the task container and the method container</i>

2nd item:

No Receivers specified is the error message.

Any tips would be greatful.

Thanks,

Tirumal

Former Member
0 Kudos

Hello,

This issue is not yet resolved.

I have taken a simple scenario of

start

receive

transofrm

send

stop

and have all the elements defined in the container.

I still get the No Receiver Specified though i have all the receivers specified and determined in the ID.

I have copied my old Integration Scenario into a new one and deleted the old one. Activated the new one. Made sure that in the configuration ID, i have the new one.

still i get the same error message. Red flag in SXMB_MONI.

Error is No Receivers Specified.

Thanks,

Tirumal

moorthy
Active Contributor
0 Kudos

Hi Tirumal,

Can you try with this blog once~

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

And also check that

First import the IP into Directory.

You have 2 receiver determinations.

1) BS->IP

2) IP->BS

Hope this helps,

regards,

Moorthy

Former Member
0 Kudos

Moorthy -

I did everything as in the weblog. Could not figure where the problem would be.

I still get the same error.

Any other ways to solve this problem.

Thanks,

Tirumal

moorthy
Active Contributor
0 Kudos

Just try reimporting the BPM and Re doing all the Receiever Determination / all configuration steps and try once. Also refresh the cache once (Tools->Cache Notifications/Delta Cache )

Just try once

-Moorthy

Former Member
0 Kudos

Moorthy -

I deleted the old integration processes and recreated it. Activated the process.

I deleted all my old receiver determinations, receiver agreements and recreated them and activated them again.

Still the error persists.

There is a test configuration tool in the Integration Directory in the "Tools" menu option.

Using this tool when i gave the Sender->BPM process, and BPM->Receiver services, both of them returned with Receiver Determination error.

I don't know if this could be of much help to you in solving my problem.

Receiver Determination

 

Internal Error

HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://pdcsap20:8002/sap/xi/simulation?sap-client= User: XIDIRUSER

Thanks,

Tirumal

Former Member
0 Kudos

Hi,

I solved this problem.

There were lot of test interface objects that i created but were not activated at all.

I just took one simple file to file scenario that worked in a different namespace.

Then i reverted back to my problem and then activated all the objects.

This time it worked. Basically i didn't have any in the change list.

I think that might have caused some problem. I did not change anything in the receiver determination side. It was like that before.

Anyways thanks for all your help.

Tirumal

moorthy
Active Contributor
0 Kudos

Hi Tirumal,

Good News !! Nice to hear that it worked.

Please close this thread.

Thanks,

Moorthy

MichalKrawczyk
Active Contributor
0 Kudos

hi,

did you create 2 receiver det?

one: business service/system - BPM

second: BPM - business service/system ?

if so than you did not create them correctly

try using directory configuration wizzard

to be sure you create everything correctly

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Kudos

Michal -

Yes i did create 2 receiver det.

1. bs to bpm

2. bpm to bs

I tried using directory configuration wizard too. I still get the same error.

Any other tips.

Thanks,

Tirumal

moorthy
Active Contributor
0 Kudos

Hi Tirumal,

Just check the design of the BPM once. And check for Syntax Check by F7.

Then try to look into the Receiver Determinations between BPM to BS.

Also go to SXMB_MONI->PE->Technical Details. and check for the exact error.

Check the SXI_CACHE for the return code 0.

And then try to go to SWWL and delete the errored workflow instance.

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

Moorthy -

I did check the design using F7. No errors.

Checked the BPM to BS. The message says "No Receivers Specified" with Message no. SWF_XI_ADAPTER051. Don't know what it means.

SXI_CACHE returned 0 but when i looked at the Receiver Determination i have 2 receivers, so both the receivers show up in the "Configured Recivers" but beneath that there is an extra row which says "No Receiver Assignable => Error Message"

Any tips would be helpful.

Thanks,

Tirumal

Former Member
0 Kudos

Moorthy -

One more thing. When i check the BPM with F7 i get this message - its information not an error.

"Container element Receiver in step Send1 is not initialized".

Let me know if this might be the problem and how can i initalize this?

Thanks,

Tirumal

Former Member
0 Kudos

Hi,

The send step has to send some message right?

That message must be stored in a container variable.

According to the message, you have assigned a container to the send step, but you have not completely specified the container properties.

In the container window, make sure that you have specified all the parameters for your container "Receiver". You should specify the message interface, and also the type etc.

Regards,

Smitha.