cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP.INTERFACE_REGISTRATION_ERROR

Chandra_Hota
Participant
0 Kudos

Hi All

I have a file to proxy scenario. The file is picked and processed successfully by XI. I see checkered flag in sxmb_moni. But, the data is not posted in ECC system.

I get an alert raised by IE. It says the error code is ABAP.INTERFACE_REGISTRATION_ERROR.

The proxy is regenerated and up-to-date. The class is implemented and activated.

I ran SLDCHECK transaction in ECC system, and everything is green there.

Where else can be the problem?

Thanks

Chandra

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member206760
Active Contributor
0 Kudos

did u check the moni of R3

check the trace part of it as i suggested

p_beelen
Explorer
0 Kudos

I have got the same error. The alert is not coming from XI but from R3.

In sxi_monitor on R3 the message is in error.

Pieter

prateek
Active Contributor
0 Kudos

Have a look at a few possibilities:

1. Connection of R3 with the integration builder is not working. Check sproxy.

2. After editing interface, proxy was not regenerated or not activated.

3. In case of sync scenario, the method is not implemented.

Regards,

Prateek

Chandra_Hota
Participant
0 Kudos

Hi

I am using correct business system as receiver, with correct interface name.

I regenerated the proxy, and it is up to date. Connection between ECC and XI is fine in SPROXY.

Even then, i am getting the same error.

I am not getting this error in sxmb_moni.

On XI system, i configured alert rules in alert configuration tab of RWB.

So, when an error occurs in IE, i get an alert with error category 'XI Proxy', and error code 'ABAP.INTERFACE_REGISTRATION_ERROR'. Thats how i got to know abt this error.

Can you please tell me what else can i check?

Thanks

Chandra

Former Member
0 Kudos

Hi,

Have you done with SXMB_ADM configuration in both XI & R3 system?

Regards,

Sarvesh

former_member206760
Active Contributor
0 Kudos

you have not given a right receiver ...may ne u r using a different receiver and checking in the diff system..

to chk for exact error go to trace section of moni in ecc and search for "fault"

Former Member
0 Kudos

Where do you see this error? In XI server or ECC server?

If it is your ECC server, then you have not creates the proxy for the corresponding inbound interface yet or the objects are not activated.

If it is in your XI server, check your Receiver Determination to find out what is the receiver you have configured.

Former Member
0 Kudos

did you change inbound message interface after generating proxy.?

Rajesh