cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Error in Ecc to PI

Former Member
0 Kudos

Hi Experts,

Here my scenario is Prxy to PI to JMS. when ever i am sending the data from ECC to PI. Here i am getting below error in ECC sender system.

here i tried with Normal proxy and And AAE (SOAP adapter with XI Protocol). in both cases i am getting same error in ECC. Message is not reaching PI.

Here i check SLDCHECK in ECC it is fine. I Checked related RFC destioantoin also working fine.

error is:

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

- <!--

 Call Integration Server 
-->

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

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

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

<SAP:P1 />

<SAP:P2 />

<SAP:P3>(See attachment HTMLError for details)</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>HTTP Status Code 200 Received But Error During Response Parsing: No XI Response Received XML element {http://schemas.xmlsoap.org/soap/envelope/}Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>

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

</SAP:Error>

Accepted Solutions (0)

Answers (4)

Answers (4)

rhviana
Active Contributor
0 Kudos

Hi ,

The PI BASIS component it's install in SAP ECC ?

Did you configurate the destination to SAP PI in SAP ECC ?

   sxmb_adm / integration engine / configuration : runtime url dest://INTEGRATION_SERVER_XX

   sm59 - type H -  INTEGRATION_SERVER_XX -  adress: http://<hostname>:<port>/sap/xi/engine/?type=entry

Did you check the SLDAPICUST ?

Thanks

former_member184681
Active Contributor
0 Kudos

Hi,

Have a look at this thread, maybe it brings a solution for you:

Regards,

Greg

Former Member
0 Kudos

once you have to check pathprefix in Rfc destination Connection type G.

sorry not H , coneection type "G"

Shabarish_Nair
Active Contributor
0 Kudos

recheck you AAE configurations for sending the message to SAP PI from ECC. Hope you are on PI 7.1 EHP1.

Former Member
0 Kudos

Hi Sabarish.

Is RFC Destiantion TYPE H is requred in PI. for sender proxy??

Thank you

Srinivas

Shabarish_Nair
Active Contributor
0 Kudos

please refer this guide and cross check all settings - http://scn.sap.com/docs/DOC-16242

Former Member
0 Kudos

Hi Experts,

Thank you for your quick replyes... problem is SICF services are not activated in ECC. after activation i am able to send the message to PI.

Thanks for your help.