cancel
Showing results for 
Search instead for 
Did you mean: 

File_http://sap.com/xi/XI/System failed

balaji_pichaimuthu
Active Participant
0 Kudos

hiii

when im trying to do a simple file to file scenario my message not transmitted.. From sender its got processed.. in message monitoring im getting the following error..

2009-10-11 07:45:21 Error Transmitting the message to endpoint http://piserver2:50100/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 404 : Not Found.

2009-10-11 07:45:21 Success The message status set to WAIT.

when i searched the sdn, i got this link

http://wiki.sdn.sap.com/wiki/display/XI/TroubleshootingtheFile+Adapter

as per this i checked service sap/xi/engine in transaction SICF.. but its already got activated when i test the service i got this msg

<SOAP:Header />

- <SOAP:Body>

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

<faultcode>SOAP:Client</faultcode>

<faultstring>Pipeline specified in URL attribute (type) not existing</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">URL_PIPELINE_NOT_FOUND</SAP:Code>

<SAP:P1>/sap/xi/engine?sap-client=001</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Pipeline ID , which is expected as value of attribute &quot;type&quot; in the URL, does not exist in the Integration Engine (URL = /sap/xi/engine?sap-client=001)</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

Could anybody what to do.. i have 2 or 3 new scenarios im getting same error.. please guide me

Regards,

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please verify this url: http://piserver2:50100/sap/xi/engine?type=entry . In you technical system of XI in SLD check if this link is maintained correctly.

Hope this helps.

Regards,

Siddhesh S.Tawate

Answers (2)

Answers (2)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Goto SXMB_ADM...Integration Engine Configuration ...

Role of Business System ...Integration Server

Corresponding Integ. Server ... http://host:port/sap/xi/engine?type=entry

In Specific Configuration..provide Category..RUNTIME..paramenter as IS_URL ..spcify the value as http://host:port/sap/xi/engine?type=entry

give host & http port details..

Now test your scenario

Regards

Abhijit

balaji_pichaimuthu
Active Participant
0 Kudos

Hii,

Problem solved.. when i creating a business system.. i given related integration server.. that was wrong.. its containin url with wrong port number,, thnx for the reply friends.. i will give points to everybody..

Regards,

Balaji

SudhirT
Active Contributor
0 Kudos

Hi,

Check Tcode SMICM>Goto->Services>HTTP Port. And use the same in SLD>XI Business System. and SXMB_ADMIN-->Corresponding Integration Server URL.

Thanks!