cancel
Showing results for 
Search instead for 
Did you mean: 

Transmitting the message to endpoint error

Former Member
0 Kudos

Hi all,

I am getting following error while doing the File to RFC Scenario:

Error is;

SOAPFault received from Integration Server. ErrorCode/Category: XIProtocol/URL_PIPELINE_NOT_FOUND; Params: /sap/xi/engine?type=entry., ENTRY.; AdditionalText: ; ApplicationFaultMessage: ; ErrorStack: Pipeline ID ENTRY., which is expected as value of attribute "type" in the URL, does not exist in the Integration Engine (URL = /sap/xi/engine?type=entry.)

Transmitting the message to endpoint http://sapxidev.tatatel.co.in:8000/sap/xi/engine?type=entry. using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Pipeline specified in URL attribute (type) not existing.

Please, provide the solution for this

Thanks In Advance

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Xi Pipeline URL is /sap/xi/engine?type=entry ; try opening it in browser also check the engine service in engine SICF is activated.

Regards,

Ganesh

Former Member
0 Kudos

Hi Ganesh,

It is opening properly.

the result is like this:

SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header />

- <SOAP:Body>

- <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>SOAP:Client</faultcode>

<faultstring>Empty HTTP request received</faultstring>

<faultactor>http://sap.com/xi/XI/Message/30</faultactor>

- <detail>

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

<SAP:Category>XIProtocol</SAP:Category>

<SAP:Code area="MESSAGE">EMPTY_HTTP_REQUEST_RECEIVED</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Empty HTTP query received; message processing not possible</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

Former Member
0 Kudos

Check the URL maintained in the SLD for Integration Server , it has to be pipeline url.Also check the HTTP destination maintained in the SXMB_ADM.

Regards,

Ganesh.

Former Member
0 Kudos

Hi Ganesh,

Both are fine ,

I was mentioned the following url :

http://sapxidev.tatatel.co.in:8000/sap/xi/engine?type=entry

Thanks

Mahesh

Former Member
0 Kudos

Hi,

U r URL seems ok ; maybe its some configuration problem consult you basis guy regarding this also u can have a look at note : 602959 if it is of any help!!.

Regards,

Ganesh.

Answers (1)

Answers (1)

Former Member
0 Kudos

answered