cancel
Showing results for 
Search instead for 
Did you mean: 

Value mapping replication - /MesaagingSystem/receive/JPR/XI not found on server! HTTP 404 Not Found

0 Kudos

Hi All,

Trying to set up value mapping replication in PO 7.5 and getting the below error on SOAP receiver channel.

SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.net.exception.HttpException: URL [http://<host>:50000/MesaagingSystem/receive/JPR/XI] not found on server! HTTP 404 Not Found

Checked multiple blogs and discussion but could not trace the solution.

I followed this blog to set up the scenario - https://archive.sap.com/kmuuid2/e07dd2ae-f783-2c10-9aa6-ca69f67dd20f/Value%20Mapping%20Replication%...

Do I need to specify any setting on PO or missing configuration on SAP end?

I have attached the channel screenshot for reference.

soap-receiver-channel.png

Regards

Arun

former_member192295
Active Contributor
0 Kudos

Hello Every,

Did you guys found solutions on this issue with SAP PO 7.5....?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member244738
Participant

Hi Arun,

I had the same problem, it lies on a misspelled word:

wrong path (double a)

/MesaagingSystem/receive/JPR/XI

correct path

/MessagingSystem/receive/JPR/XI

Regards.

JT

TomXing
Contributor
0 Kudos

Hi JT,

Agree on this.
We were also seeing similar issues, due to this wrong spelling.

http://<host>:50000/MessagingSystem/receive/JPR/XI should return a decent response, saying JPR is registered, or not, instead of a HTTP 404 error.

Best regards,
Tom

TomXing
Contributor
0 Kudos

Adding screenshot

former_member244738
Participant
0 Kudos

Hi Tom,

I guess me and Arun relied on the same document where the misspelled resource showed up:

https://archive.sap.com/kmuuid2/e07dd2ae-f783-2c10-9aa6-ca69f67dd20f/Value%20Mapping%20Replication%2...

A part from that, the document is fine.

Thanks for your answer.

JT

former_member192295
Active Contributor
0 Kudos

Hello Everyone,

Are you guys found solutions for this issue...? i didn't see any resolution on this issue.

can you help here..

Regards

Guna

mate_moricz
Advisor
Advisor
0 Kudos

Hi Arun,

based on the error the inbound proxies were not registered. You can confirm this by checking http://<Server>:<Port>/ProxyServer/listall.

Register the Java inbound proxies for value mapping replication in the following way:

https://help.sap.com/viewer/d0a0a7cb51dc40529bfcac724dd05796/7.4.19/en-US/4a3626a9d5e92ab1e10000000a...

Best regards,
Mate

0 Kudos

Hi Mate,

Thanks for the response.

I already registered the inbound proxies.

http://sap.com/xi/XI/System#ValueMappingReplication = localejbs/sap.com/com.sap.xi.services/ValueMappingApplication:valueMappingReplication
http://sap.com/xi/XI/System#ValueMappingReplicationSynchronous = localejbs/sap.com/com.sap.xi.services/ValueMappingApplicationSynchronous:valueMappingReplicationSynchronous
2 interfaces found


Regards

Arun