cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy not working

Former Member
0 Kudos

Hi

I created a server proxy, ECC to SRM. The proxy code is part of standard content downloaded from SAP. I run the scenario and it doesn't throw any error. The fields are not getting updated in SRM. I see as successful flag in SXMB_MONI. How do I find out whats the error ?

Radhika

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Radhika,

1) Check the Queue status in PI and in SRM system

2) Check the Sxmb_moni status in SRM system

Cheers

Agasthuri

Former Member
0 Kudos

Hi

I don't see any queue in the SMQ1 of XI and in the SXMB_MONI of SRM, I don't see any messages at all. That's strange

Regards

Radhika

former_member181962
Active Contributor
0 Kudos

Is it a synchronous scenario? If yes, SXMB_MONI will not show up messages by default.

YOu have to do the following settings:

Goto SXMB_ADM -->Integration Engine Configuration -->Specifc Information and add the entry

Category : Runtime

Parameter : LOGGING_SYNCH

Current value : 1

Prior to that check SXMB_MONI in ECC side.

Best regards,

Ravikanth Talagana

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Only if the mesg got stucked, you will see in the Queue. SInce you already mentioned that successful flag sign in SXMB_MONI, I would not think that mesg will be n the queue. Hope that helps.

Former Member
0 Kudos

Hi Ravi,

I am sorry, I missed it. It says this in SXMB_MONI of SRM

At the Call Inbound Proxy step, I see this error

<SAP:Stack>Application has thrown an exception</SAP:Stack>

Radhika

Former Member
0 Kudos

Hi

I am using XI Adapter for Receiver SRM.

Addressing Type is URL Type

Path prefix is /sap/xi/engine?type=entry

and under Authentication data in CC, I entered the logon parameters of system

I also created an RFC Destination of Type H, pointing to the SRM system in XI, in path prefix I added /sap/xi/engine?type=entry

I am not sure whether I missed or entered any steps incorectly

Regards

Radhika

Former Member
0 Kudos

As it is Application error in SRM system.

Try to create a variant in the proxy and execute. Check whether message process successfully or went into error. If it is in error try to trace it in ECC level.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Since this is application logic error, you might consider doing unit test within SRM or ECC level. Take the real data and simulate the test within sap system. This might help for debugging.

Former Member
0 Kudos

Hi

I am using standard content downloaded from sap. So I cannot create variant in the proxy. I can't change the proxy code

Regards

Radhika

former_member472138
Active Contributor
0 Kudos

Why don't you debug the server proxy?

Regards

Pothana

former_member208856
Active Contributor
0 Kudos

You can debug the proxy using data in XML format at SRM system.

Also, take the help from SRM Functional Consultant &

fill the data accordingly & try to post it Mannually at SPROXY in SRM System.

naveen_chichili
Active Contributor
0 Kudos

Hi Radhika,

Chack if there are any messages stuck in QUEUE using TCODE SMQ2.

Regards,

naveen