cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with SPROXY

khan_voyalpadusman
Active Contributor
0 Kudos

Hi gurus,

I have problems when i run sproxy from the application system ---> i have debugged the reports suggested by the system

SPROX_CHECK_HTTP_COMMUNICATION ---> this returns

  • receive the response

CALL METHOD lo_client->receive

EXCEPTIONS

http_communication_failure = 1

http_invalid_state = 2

http_processing_failed = 3

OTHERS = 4.

IF sy-subrc NE 0.

l_class = 'IF_HTTP_CLIENT'.

l_method = 'RECEIVE'.

CASE sy-subrc.

WHEN 1. l_exception = 'HTTP_COMMUNICATION_FAILURE -


> ( THIS ONE)

WHEN 2. l_exception = 'HTTP_INVALID_STATE'.

WHEN 3. l_exception = 'HTTP_PROCESSING_FAILED'.

WHEN 5. l_exception = 'OTHERS'.

ENDCASE.

-


>

SPROX_CHECK_IFR_ADDRESS

METHOD --> IS_REP_AVAILABLE

CALL METHOD l_client->receive

EXCEPTIONS

http_communication_failure = 1 -


> again THIS

http_invalid_state = 2

http_processing_failed = 3

OTHERS = 4.

and because of this CX_HMI_CORE_EXCEPTION is issued => SERVICE NOT AVAILABLE.

-


>

report SPROX_CHECK_IFR_CONNECTION

METHOD --> IS_REP_AVAILABLE

CALL METHOD l_client->receive

EXCEPTIONS

http_communication_failure = 1 -


> again THIS

http_invalid_state = 2

http_processing_failed = 3

OTHERS = 4.

and because of this CX_HMI_CORE_EXCEPTION is issued => SERVICE NOT AVAILABLE

-


>

Please help me resolve this issue , i have tried all the options given in the XI trouble shooting guide without success.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Khan,

Chekc if your RFC Destination INTEGRATION_DIRECTORY_HMI is not working correctly,if not Delete and recreate this. Check user id, password etc. are correct.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Try to check if the SLDCHECK transaction in your Application System is successful in accessing the SLD and retriving the Business System information.

If required check SLDAPICUST transaction to verify the SLD configured.

To do complete configuration check of setting up the Business System with Central Integration Server, Review the configuration performed with steps in Chapter 8 of the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ac6de690-0201-0010-54ac-8923089dcc97">SAP XI Configuration Guide</a>.

Hope this will be helpful.

Regards,

S.Santhosh Kumar

udo_martens
Active Contributor
0 Kudos

Hi Khan,

check access to integration builder in Exchange profile:

- IB-Addresse: Exchange Profil, Section Connections: com.sap.aii.conect.repository.name

- IB-Port: Section Connections: com.sap.aii.connect.repository.httpport

- Path: Section Connections: com.sap.aii.connect.repository.contextroot

- User: Section ApplicationSystem: com.sap.aii.applicationsystem.serviceuser.nam

- Password: Section ApplicationSystem: com.sap.aii.applicationsystem.serviceuser.pwd

Regards,

Udo

Former Member
0 Kudos