cancel
Showing results for 
Search instead for 
Did you mean: 

sproxy failure

Former Member
0 Kudos

the program SPROX_CHECK_IFR_RESPONSE fails with http error 110. (it fails during the client->receive method witht he above error. what could be the reason?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

did you configure your application system exactly as shown here:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

?

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the transaction SM21 in the XI system to find some more details.

Also che the result of the report SPROX_CHECK_IFR_ADDRESS

Regards

Sandro

Former Member
0 Kudos

I have no entries in SM21 and IFR_ADDRESS is perfectly fine.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

This might help you

Regards

Agasthuri Doss

Former Member
0 Kudos

I am under the impression that ADD-ON APPINT is not required as my system is 640 WAS (640 kernel). Please correct me if that is not the case.

The first two programs are working fine. I am getting problems starting with 3rd program.

SPROX_CHECK_IFR_RESPONSE program fails with <b>"HTTP error (return code 110, message "")"</b> during the client -> Receive step. I am not able to figure out where i am going wrong. Any help would be appreciated.

Also one other question. Can I force the SPROXY to take the input from SPROXSET table instead of EXCHANGE PROFILE?

Former Member
0 Kudos

Okay I have figured out where the problem is. But don't know how to resolve it. May be u guys have an idea.

We have SSL configured on our systems. In our 620 R/3 systems, logic to determine the IFR address does not check whether XI is SSL enabled and http connection works perfectly.

But in 640 SRM system, the program SPROX_CHECK_IFR_ADDRESS checks whether XI is SSL enabled. If SSL enabled, it modifies the address accordingly and makes it https instead of http. And I get http 110 error. If I change the address (using SPROXSET) to point to http , it works perfectly.

Does anybody have an idea how i can resolve this issue, so that https communication does not fail (program SPROX_CHECK_IFR_RESPONSE)