cancel
Showing results for 
Search instead for 
Did you mean: 

Error JPR could not process the message. Reason: Error while proecessing request

Former Member
0 Kudos

Hi Experts,

I am working on a scenario ABAP Proxy- PO - JAVA Proxy (ValueMappingReplication),

We are getting the data into PI till receiver soap channel. but throwing an error, (it should update java cache)

I tried registering java cache and ping channel everything is looking fine. still getting following error.

Delivery of the message to the application using connection JPR failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. Exception: Error while proecessing request

Please let me know how to resolve this issue.

Regards,

Nagesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Amit,

I registered and tried but no use. Logs also not much useful.

But I resolved this in different way.

We should not follow the same way we do in SAP 7.0/7.1. In single stack (7.31/7.4) need to follow different approach.

Regards,

Nagesh

srikanth_srinivasan3
Active Participant
0 Kudos

Hello Nagesh, Could you please let us know how this was resolved on 7.3/7.4?

Former Member
0 Kudos

Hi Srikanth, I did following changes to resolve the issue. 1.In SLD, I created a Business System which is pointing to Intergration Server. (role: Integration Server, pipeline url:        http://host:port//XISOAPAdapter/MessageServlet, T.S: same system where your IS is installed. 2.Then I registered the service Interface using below link.(in my case it is ValueMappingReplication), http://hostname:port/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingRepli... 3.Finally I entered following details in receiver soap channel (for JPR), check attachment. 4.In receiver comm channel, give the target url details as follows http://hostname:port/MessagingSystem/receive/JPR/XI Note: I have not used any operation mapping for this in Configuration. Regards, Nagesh

srikanth_srinivasan3
Active Participant
0 Kudos

Thank you!

former_member104145
Discoverer
0 Kudos

Hi,

How did this issue resolved. I am also facing same issue. please advise and help me

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Check NWA logs to get more details abt ur error?

Secondly, make sure that the proxy bean is registered properly (they are case sensitive) and then using listAll option verify the bean name.

Thanks

Amit Srivastava