cancel
Showing results for 
Search instead for 
Did you mean: 

File 2 Proxy error

Former Member
0 Kudos

Hi All,

i am getting following error while doing the File to Proxy Scenario.

No implementing class registered for the interface

(ABAP interface, request message MI_Emp_Sender,

request message, namespace http://tcs.com/Demo)

How to resolve this error.

Plz, help in this concern.

With Regards,]

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi mahesh

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

Can you regenerate your proxy and activate the same again

You an check the Pipeline URL in SXMB_ADM -- >Integration Engine cofiguration.

reward points if helpfull

regards

kummari

Answers (7)

Answers (7)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Mahesh,

Activate all the objects correctly in XI. Clear the Cache in XI.

Now in R3 when you save the Class interface just check for the errors and then only activate the class.

If you change anythng in XI be sure to activate the whole class[regenerate the proxy class] to take the changes effect.

Thanks

Sudharshan

Former Member
0 Kudos

Hi Mahesh,

1) check in the interface determination if u are using correct

inbound interface.

2 If this if fine....try deleting all proxy objects of the interface

and create new.

Regards,

Praveen K

sumesh_k2
Participant
0 Kudos

Use SPROXY transaction.

Proxy -> Activate All.

now test again.

Former Member
0 Kudos

Hi Sumesh,

i was done below process eventhough its giving same error.

Use SPROXY transaction.

Proxy -> Activate All.

i was Activated all

Thanks in Advance

Mahesh

Edited by: Mahesh Reddy on Jul 7, 2008 12:19 PM

Former Member
0 Kudos

Try to Run SPROXY again..& chk with ur mssg interface in XI

former_member859847
Active Contributor
0 Kudos

Hi,

Could you pls check once again, your proxy class generated for inbound interfacesucessfully or not.

are you write the ABAP sample code inside th class?

warm regards

mahesh.

Former Member
0 Kudos

HI,

I was generated ABAP proxy, written Code in implemented Class and also activated the proxy interfaces.

With Regards

Mahesh

Edited by: Mahesh Reddy on Jul 7, 2008 11:19 AM

moorthy
Active Contributor
0 Kudos

Did you generate the proxy correctly ? what type of proxy you are using? ABAP or Java?

If ABAP, you need to generate the proxy in R/3 or SAP application system using transaction SPROXY, activate it and then you need to implement the class as per the requirement

Java, means need to generate the proxy, implement the interface using NWDS as per the functionality

Hope this helps, moorthy