cancel
Showing results for 
Search instead for 
Did you mean: 

server proxy: ICM_HTTP_CONNECTION_FAILED error

Former Member
0 Kudos

I did file to proxy scenario. in testing the proxy at R/3 level its working fine. but in execution of the scenario i am getting the error in sxmb_moni as ICM_HTTP_CONNECTION_FAILED .

how can i debug the server proxy.

please , Anybody help me regarding this.

thanks in advance,

kumar

Accepted Solutions (0)

Answers (11)

Answers (11)

Former Member
0 Kudos

thanks to you all.

Former Member
0 Kudos

HI,

I tested ID Objects using Tools-->Test Configuration that shown the status for all the objects ok and green.

thanks

kumar

Former Member
0 Kudos

hi all,

i tested proxy with dummy data as stand alone, it was working fine.

i found in PI sxmb_moni, pipeline step

'message braching according to receiver list' -> pay load is as fallows

<?xml version="1.0" encoding="utf-8" ?>

- <ns:file_ob_mt xmlns:ns="http://hcl.com/file2proxy">

- <ns:recordset xmlns:ns="http://hcl.com/file2proxy">

- <record>

<empNO>3001</empNO>

<empName>govind</empName>

<dept>prod</dept>

<sal>20000</sal>

</record>

- <record>

<empNO>3002</empNO>

<empName>siva</empName>

<dept>IT</dept>

<sal>36000</sal>

</record>

- <record>

<empNO>3004</empNO>

<empName>krishna</empName>

<dept>hr</dept>

<sal>15000</sal>

</record>

</ns:recordset>

</ns:file_ob_mt>

and for the next pipeline step 'Request Message Mapping '

pay load is as fallows

<?xml version="1.0" encoding="UTF-8" ?>

<ns0:prox_ib_mt xmlns:ns0="http://hcl.com/file2proxy" />

it means it doesn't have the receiver data(receiver structure data), is it?

where could be the problem?

please help me.

Thanks,

Kumar

Former Member
0 Kudos

Hi,

You should be able to see your output message at this payload <Request Message Mapping>

Also please do check your ID Objects using Tools-->Test Configuration which will show you status for all the objects.

Thanks

Sudharshan

Former Member
0 Kudos

hi gurus,

the message processing is shown successfull in PI side sxmb_moni,

but in R/3 side sxmb_moni, it was shown as scheduled, and Q-status is 'stopped'.

and went into the qrfc-monitoring, the queue status is shown as 'sysfailure'.

What would be the problem?

can anybody help me?

thanks,

kumar

former_member240483
Contributor
0 Kudos

Hi there,

When u click on the queue it will the error message why sysfail is there....check that message and let me know ..

Regards

Rao

Former Member
0 Kudos

Hi,

In SAP R/3, Select the message which is there in MONI--gotoQRF Monitor---Delete OR Release the Structed Queue and

Goto SMQR and select the all Queues and say Delete

goto SXMB_ADMManage Queues-and say Register ,

and also add in SXMB_ADM---parameter QRFC_RESTART_ALLOWED

now trigger again

Regards

Seshagiri

Former Member
0 Kudos

Hi Kumar ,

Did you try to run the proxy code as stand alone application with dummy data ?

Sys failure means in you serevr procy abap code it is giving error code while executing the proxy.

Pls check the proxy code with sample data as standalone application.

regards,

Kishore

Former Member
0 Kudos

Hi,

You have problem in authorization at R3 side whenever you are updating or using any function which need authorization.

Thanks

Sudharshan

aashish_sinha
Active Contributor
0 Kudos

Hi,

Check out this SAP Note- 824554

Also this links

Cache Refresh~

https://websmp201.sap-ag.de/~sapdownload/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf

Also you can restart it. ARe you getting error code like 400/401 or something ?

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

Hi all,

i got the message as successfully processed in PI sxmb_moni and also R/3 sxmb_moni.

but it was not updated in the z table.

i couldnt see the data in the pay load of R/3 sxmb_moni,

insted i could see only the fallowing in the payload.

<?xml version="1.0" encoding="UTF-8" ?>

<ns0:prox_ib_mt xmlns:ns0="http://xxx.com/file2proxy" />

then how can i debug the server proxy ?

please help me regaurding this.

thanks ,

kumar

Former Member
0 Kudos

Hi Kumar,

Check the data at XI side[SXMB_MONI]. Try to test the data in Mapping side if everything is fine at IR then test your ID objects where we have option to test the scnerio in TOOLS.

Thanks

Sudharshan

Former Member
0 Kudos

thanks for ur valuble answers,

now i am able to make the messge success in sxmb_moni.

but that massage was not updated in the receiver R/3 system.

I checked the z table, but there was no updated values of the messge that i sent through the PI.

can any body tell me where could be the problem?

and how can i debug the error?

thanks.

Kumar

Former Member
0 Kudos

Hi,

Check in SAP R/3 side also in SXMB_MONI whether u got success or not

Regards

Seshagiri

Former Member
0 Kudos

Hi Kumar,

Once you have message at R3 side [SXMB_MONI] Just copy the message and Start Debugging if you have written code in PROXY. There you can use this data to check your code and try to understand where exactly u r missing the updates at R3 side.

Thanks

Sudharshan

Former Member
0 Kudos

Hi,

Check the port in SMICM and confirm that it is ICM HTTP

And restatrt the J3EE engine.....SMICM ....menu path restart J2EE engine...

Thanks,

Madhu

Former Member
0 Kudos

Hi,

Answered thread:

Boopathi

former_member859847
Active Contributor
0 Kudos

Hi,

pls check the http connctions in 'SM59' from xi to ECC is stable.

i mean, test the connection and try to remote logon.

warm regards

mahesh.

Former Member
0 Kudos

Check in R/3 server with TCode : SMICM whether the HTTP services are working or not.

Also make sure that in TCOde : SICF, XI Services are activated.

Rgds

- lalit -