cancel
Showing results for 
Search instead for 
Did you mean: 

INTERFACE REGISTRATION ERROR

AntonioSanz
Active Participant
0 Kudos

Hi all,

I'm wotking in a File to ABAP Proxy Scenario and when my Communication Channel tries to do the call to the Proxy y get the next error in SXMB_MONITOR:

INTERFACE_REGISTRATION_ERROR

<SAP:Stack>No implementing class registered for the interface (ABAP interface, request message /BIC/CQZSD_X_C000001000, request message, namespace urn:sap-com:document:sap:rfc:functions)</SAP:Stack>

Accepted Solutions (0)

Answers (2)

Answers (2)

vijay_b4
Active Contributor
0 Kudos

Hi Antinio,

that means, that there is no ABAP proxy generated for that interface (transaction SPROXY).

Go to SXMB_ADM.

Execute Integration Engine

EDIT-> Change Global configuration data

Select the Role of Business System is Integration Server.

Reward points if this helps

Regards

Vani.

Former Member
0 Kudos

Pragathi,

This really helped me thanks a bunch...

I have been struggling with it from past few hours and your solution made it work..

Thanks

Shravan

Former Member
0 Kudos

Hello,

please have a look here:

and here:

Hope it helps.

Regards

Patrick

AntonioSanz
Active Participant
0 Kudos

Thanks Patrick.

We have check the threads and both of them are correct in our system.

Any other idea?

Former Member
0 Kudos

Hi guys;

i face the same problem.

Scenario:

synchronous SOAP => XI => Proxy (CRM WebAS 6.20 with XI Plugin)

I generated the proxy in sproxy and added the code to the generated class method EXECUTE_SYNCHRONOUS.

all objects are saved and activated.

whats the problem?

I made a simple test with a dummy test message to check if the proxy works in async mode and get more detail information

scenario asynchronous SOAP => XI => Proxy (CRM).

the test file is processed successfully in XI and sended to CRM.

unfortunately I can´t see any message in CRM neither in sxmb_moni nor in smq2

any ideas, how to get this fixed

Hope anybody could give me an advice

Kind regards

Jochen

Former Member
0 Kudos

Have you did a commit work at the end...