cancel
Showing results for 
Search instead for 
Did you mean: 

Error in scenario for client Java Proxy

Former Member
0 Kudos

2006-04-28 15:30:49 Success Java proxy runtime (JPR) is transferring the request message to the messaging System

2006-04-28 15:30:49 Success Application attempting to send an XI message synchronously using connection JPR.

2006-04-28 15:30:49 Success Trying to put the message into the call queue.

2006-04-28 15:30:49 Success Message successfully put into the queue.

2006-04-28 15:30:49 Success The message was successfully retrieved from the call queue.

2006-04-28 15:30:49 Success The message status set to DLNG.

2006-04-28 15:30:50 Error Received XI System Error. ErrorCode: NO_RECEIVER_CASE_BE ErrorText: ErrorStack: No receiver could be determined

2006-04-28 15:30:50 Error Returning synchronous error notification to calling application: XIServer:NO_RECEIVER_CASE_BE:.

2006-04-28 15:30:50 Error Transmitting the message using connection http://<SERVER>:<PORT>/sap/xi/engine?type=entry failed, due to: XIServer:NO_RECEIVER_CASE_BE:.

2006-04-28 15:30:50 Error The message status set to FAIL.

2006-04-28 15:30:50 Error Returning to application. Exception: XIServer:NO_RECEIVER_CASE_BE:

2006-04-28 15:30:50 Error JPR failed to transfer the request message to the messaging system. Reason: XIServer:NO_RECEIVER_CASE_BE:

I am getting this in the audit log for a Java Proxy <> XI <> RFC scenario. What could be the problem?

the configuration in integration directory seems to be perfectly fine however the message flow fails giving this error <b>NO_RECEIVER_CASE_BE</b>

Regards,

Amol

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

When you look at the message with SXMB_MONI in the XI system, compare sender service, interface and namespace with your configuration. Check for typos. Upper/lower case matters.

Regards

Stefan

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

HI Amol,

Did you check the Message type/Message Inetrface names in the Java Proxy ?

Also check for Receiever Determinations in the configuration.

I assume that , you have created the Communication Channel under the Business System created as Standalone Java System.. If not check this.

Go to SXI_CACHE and check for the Receiever Determination created in the Configuration...

Hope this helps,

regards,

Moorthy

Former Member
0 Kudos

Moorthy,

The communication channel needs to be created under the business system of WebAS Java type and should be as created as specified in the SAP Note #809420. Things worked after changing this.

Regards,

Amol