cancel
Showing results for 
Search instead for 
Did you mean: 

File to HTTP error..

Former Member
0 Kudos

File to HTTP , every thing is configured.

I am getting following error

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>

<SAP:P1>400</SAP:P1>

<SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP client code 400 reason ICM_HTTP_CONNECTION_FAILED</SAP:Stack>

kindly look at the problem and come back soon

regards,

basha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Tcode SICF

activate services under

/default_host/sap/xi

Your error code is 400, so check this link,

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

For hhtp 400, its a bad request,

'The request could not be understood by the server due to malformed syntax.'

If you have the xi troble shooting guide see from page 54,and also try,

1.Check that the port really is the ICM HTTP Port (transaction

SMICM) and not the J2EE port

2.If the port is wrong, change the pipeline URL in the SLD in

the business system of the Integration Server

3.Restart the J2EE Engine to reset the SLD buffer of the

Adapter Engine

Source- "Xi troubleshooting guide"

or

1. try question 14 (integration engine section)

2. also question 11 (in the same section)

3. if the avove will not fix it open xi config guide and

have a look at section

"Connecting Business Systems with an Integration Engine to the Central Integration Server"

did you complete all the steps?

BTW

but do the 1,2 steps in the first place:)

"Award points if helpful"

Regards,

Jayasimha Jangam

Answers (5)

Answers (5)

former_member238007
Contributor
0 Kudos

Hi..

go thorugh this once

HTTP Error Code: 402

Do the following settings to increasing the time_out

please Increase the HTTP_TIMEOUT parameter value

1) goto XI ABAP Stack

2) goto SXMB_ADM

3) Select Integration Engine---Specific Config

4) set the parameter HTTP_TIMEOUT to maximum number

Refer the michales's weblog for the same.

XI: Timeouts, timeouts, timeouts....

HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856

Note :::804124

Note :::807000

HTTP TEST TOOL

/message/266750#266750 [original link is broken]

regards,

Kishore

Former Member
0 Kudos

400 Bad Request

The request contains bad syntax or cannot be fulfilled.

check this for HTTP errors...

HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856

Note :::804124

Note :::807000

Do the following settings to increasing the time_out

please Increase the HTTP_TIMEOUT parameter value

1) goto XI ABAP Stack

2) goto SXMB_ADM

3) Select Integration Engine---Specific Config

4) set the parameter HTTP_TIMEOUT to maximum number

Refer the michales's weblog for the same.

XI: Timeouts, timeouts, timeouts....

Former Member
0 Kudos

HI

try increasing the value of HTTP_TIMEOUT parameter from the t.code SXMB_ADM

it will resolve the issue

regards

kummari

Former Member
0 Kudos

check this for HTTP errors...

HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856

Note :::804124

Note :::807000

Do the following settings to increasing the time_out

please Increase the HTTP_TIMEOUT parameter value

1) goto XI ABAP Stack

2) goto SXMB_ADM

3) Select Integration Engine---Specific Config

4) set the parameter HTTP_TIMEOUT to maximum number

Refer the michales's weblog for the same.

XI: Timeouts, timeouts, timeouts....

dharamveer_gaur2
Active Contributor
0 Kudos

May be because of huge message flow.

use link for different Http error

Edited by: Dharamveer Gaur on Sep 18, 2008 8:57 AM

Former Member
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

Regard's

Chetan Ahuja