cancel
Showing results for 
Search instead for 
Did you mean: 

Error in XML processing XI demo example

Former Member
0 Kudos

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Integration Server

-->

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">DESTINATION_NOT_FOUND</SAP:Code>

<SAP:P1>http://sapep.xyz.com:50000/s</SAP:P1>

<SAP:P2>QN7</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP destination http://sapep.xyz.com:50000/s does not exist (system , transaction SM59)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Santosh,

have you configured http destination

INTEGRATION_DIRECTORY_HMI ?

if ont check out the installation guide on how to do it:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/95d7d490-0301...

that should resolve your problem

BTW

you can also check ICM & HTTP communication.

from the installation guide:

<i>Run transaction SMICM to check if the ICM and the HTTP service is running:

a. In the ICM Monitor screen, check if the ICM status field displays a running state (= green bullet)

b. Choose Goto -> Services.

The ICM Monitor - Service Display screen appears.

Check if the HTTP service is up and running (column Active is signed with a green hook)</i>

Regards,

michal

Message was edited by: Michal Krawczyk