cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Moni

former_member192238
Participant
0 Kudos

Hi

I am doing proxy to fille interface for testing purpose in RWB in integration engine i have done the test message it is showing as message is sent.In SXMB_MONI intially status of flag is green i have registered the queues in sxmb_adm then status has changed to red i opened the message it is showing as follow.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Inbound Proxy

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area="ABAP">INTERFACE_REGISTRATION_ERROR</SAP:Code>

<SAP:P1>ifmmessif</SAP:P1>

<SAP:P2>SI_PROXY_SENDER</SAP:P2>

<SAP:P3>urn:SESA:PROXY:FILE</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>No implementing class registered for the interface (ABAP interface, request message SI_PROXY_SENDER, request message, namespace urn:SESA:PROXY:FILE)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Regards

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

naveen_chichili
Active Contributor
0 Kudos

Hi Praveen,

Check is your Proxy is actiavted in the R/3 ?

Also try to re-generate the proxy and test it.

Also look into SAP note- 729310, 927620

Also check the IS_URL parameter must be like:

dest://<name rfc destination type H>(set the DEST destination in SXMB_ADM)

In this HTTP Destination, use the PIAPPLUSER pointing to client 001 (Integration Server).

Also, use the same IS_URL value (dest://...) for both 001 & 100 clients.

Regards,

Naveen

former_member192238
Participant
0 Kudos

Hi,

If we are testing in Run time work bench in integaration emgine in test message then why it requires proxy need to be activated

Regards

Praveen

former_member192238
Participant
0 Kudos

My problem was solved my R3 RFC destination was not pointing to client of integration engine.I have corrected the same my issue was solved

Regards

Praveen

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In PI server tcode SXMB_ADM --> Integration Engine Configuration, check if role assigned is Integration server.

You can also check the below links for the same issue :

Regards