cancel
Showing results for 
Search instead for 
Did you mean: 

Sxmb_moni error

Former Member
0 Kudos

Hi

I trying to transfer PR from ERP EHP4 6.04 to SRM7 using CPPR.

PR is sent to external sourcing message is generated in Portal after sending it.

But in ERP SXMB_MONI. i get below error in sender client...payloads application/xml

-


<SAP:Interface namespace="http://sap.com/xi/APPL">QueryCodeList</SAP:Interface> 

 --> 
- <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
  <Trace level="1" type="T">URL for integration server read from global configuration</Trace> 
  <Trace level="1" type="T">URL= dest://XI_INTEGRATION_SERVER</Trace> 
  <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP" /> 
- <!--  ************************************ 
  --> 
  <Trace level="1" type="T">---------------------------------------------------</Trace> 
  <Trace level="1" type="T">SSL not active</Trace> 
  <Trace level="1" type="T">---------------------------------------------------</Trace> 
  <Trace level="1" type="T">HTTP Multipart document length: 3516</Trace> 
  </Trace>

Regards

Chandra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

please set the Message Protocol parameter into the sender communication channel of PI to XI:

I've solved the same issue with this action.

Regards

stefan_grube
Active Contributor
0 Kudos

> But in ERP SXMB_MONI. i get below error in sender client...payloads application/xml

what error? I do not see an error.

Former Member
0 Kudos

Hi stefan

i got below error

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

<SAP:P2>Error Parsing Response. No XI Response Received.</SAP:P2>

<SAP:Stack>Error while receiving by HTTP (error code: 200, error text: Error Parsing Response. No XI Response Received.)</SAP:Stack>

regards

Chandra

former_member200962
Active Contributor
0 Kudos

Similar error is solved here:

Check the RFC destination in SM59 and config in SXMB_ADM.

Regards,

Abhishek.

Former Member
0 Kudos

Hi abishek

Thanks for your reply

I referred that forum already. but still the error exists

Before in PI we were having RFC destination "Integration_xxxxx" at IS-URL

After this error and since we are using APPL6.04 ERP EHP4,Now we changed as below

SXMB_ADM -> Integration Engine Configuration

now changed RUNTIME parameter IS-URL to http://host:port/sap/xi/engine?type=entry

for PI to ERP connection we have RFC destination XXXXX->technical setting

->path prefix is set to /sap/xi/engine/?type=receiver

However here the user PIAPPLUSER is same for PI and ERP.

but still we get error.

Regards

Chandra

Former Member
0 Kudos

Hi

I wonder why Sender interface PruchaseRequestERPSourcingRequest_out is not called in xml at ERP or PI in SXMB_MONI.

It always calling generic interface querycodelist.

Any PI setting is requried to call this?

I implemented ME_REQ BADI and activated the Sourcing linkage at SWETYPVat ERP.

Looks like Proxy in PI is set already.

Regards

Chandra