cancel
Showing results for 
Search instead for 
Did you mean: 

Integration server error

Former Member
0 Kudos

We are using Proxies to post into R/3 and it is a standard proxy. The message interface is a standard namespace with inbound direction. But before calling the proxy we use a BPM(for diff purposes). So the inbound interface is an abstract interface with a different namespace. So when the proxy is called it gives an error “INTERFACE_REGISTRATION_ERROR” as its is expecting the standard namespace and interface. But I need to use the BPM. How do I get the proxy to work? Any help please,

-Teresa

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi Teresa,

a) You should have two interfaces with the same message type one should be inbound second abstract

b) you should generate proxy in SPROXY for inbound interface

c) you should configure connection between BPM to your system from abstract to inbound

regards,

wojtek

Former Member
0 Kudos

Hey all,

Thanks Guys. I have an abstract interface in the send step. Also the proxy is generated for the inbound interface. So I am trying to set up the inbound interface in the interface determination of the step from Integration process to receiving system. Anything else I need take care of?

Teresa

Former Member
0 Kudos

hi,

it should be enough

regards,

wojtek

former_member206604
Active Contributor
0 Kudos

Hi,

Yes you are right and thats it. To reconfirm you will generate a proxy for that inbound interface in the target system. Then in the interface determination from BPM to the target system the inbound interface would be the one that you have generated.

Make sure that the message type of your abstract interface in the send step of the BPM is same as the inbound interface.

Thanks,

Prakash

Former Member
0 Kudos

Hi Teresa,

You would need to check with SPROXY as to whether the proxy has been generated for your interface.

Also, have a look at this thread..

cheers,

Prashanth

moorthy
Active Contributor
0 Kudos

Hi,.

Did you generate Proxy in the R/3 for inbound Message Interface by transaction SPROXY ? if not do that.

You can not create/generate proxy for Abstract Interface.

Also make sure that XI system is configured as IntegratioN Server and R/3 system is configured as Application System. To check this go to SXMB_ADM in the both system ->IntegratioN Server configuration and check this.

Hope this helps,

Regards,

Moorthy

former_member206604
Active Contributor
0 Kudos

Hi,

You can generate Proxy only for a Inbound or Outbound interface and not for a Abstract interface. I think you are having a Send step in BPM and you will be using a Abstract interface to send it but obviously you will have the Inbound interface while doing the interface determination from BPM to R/3.

As Moorthy said check if you have activated the Inbound proxy in the R/3 system. You can generate it by going to the Tcode SPROXY in the R/3 system.

Thanks,

Prakash