cancel
Showing results for 
Search instead for 
Did you mean: 

Messages coming on my sxmb_moni

Former Member
0 Kudos

Hi Guys

I have a problem on my PI Interfaces (Material Mastar data) the are some messages that are coming on my SXMB_MONI and even if my interfaces are not active they still coming. I dont have the namespace: http://sap.com/xi/EA-HR/Global2 on my interface I have not even import the SAP PI HR Content on the ESR. And no one knows even in my organisation I have asked HR, MM and CO team they don't have such interface. Below is what I am getting:

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

- <!-- Receiver Determination

-->

- <SAP:Error SOAP:mustUnderstand="1" 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="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>No receiver could be determined</SAP:Stack>

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

</SAP:Error>

Payload is:

<?xml version="1.0" encoding="utf-8" ?>

- <n0:PayrollProcessERPBasicDataQueriedEmployeeByEmployeeQuery_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">

- <PayrollProcessBasicDataQueriedEmployeeSelectionByEmployee>

<WorkAgreementID>01233933</WorkAgreementID>

<KeyDate>2011-08-05</KeyDate>

</PayrollProcessBasicDataQueriedEmployeeSelectionByEmployee>

</n0:PayrollProcessERPBasicDataQueriedEmployeeByEmployeeQuery

and is Using my Business System (BS_ECC_PFS601_PRD) and this namespace that I dont have on my Interfaces:http://sap.com/xi/EA-HR/Global2 and Sender Interface that I don't even know where its coming from: PayrollProcessERPBasicDataQueriedEmployeeByEmployeeQueryResponse_In

Please guys tell where could be the problem, why is my Business getting this Interface coz I this is a SAP Standard Interfaces.

Thanks

Yonela

Accepted Solutions (1)

Accepted Solutions (1)

naveen_chichili
Active Contributor
0 Kudos

Hi Yonela,

check if there are any mis configurations done in proxies...if you are using proxies in your server....this might be the problem,....

Regards,

Naveen

former_member192238
Participant
0 Kudos

In SPROXY classes are defined for service interfaces these classes are called in repots in ECC ask ur abaper to check they have done some mismatching code in the report at that time u will get receiver not found error once i faced this error because abaper has done some mistake in coding

Regards

Praveen

Answers (2)

Answers (2)

Former Member
0 Kudos

Information on this Enterprise Service available here: http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?id=5AF9D850A7EB11DE2B8D000F...

To identify from where this data is coming and who is sening you can analyze message trace in SXMB_MONI (i think in runtime xml node).

In my opinion someone is trying to call this enterprise service to get data for payroll processing and I hope this is not the production system else you are facing serious security issues.

Regards,

Gourav

Former Member
0 Kudos

Hi Gourav,

Thanks for your reply. I had look on the URL you sent, it gives what type of data is this, we are working with our ABAP team to investigate but nothing is clear now. Pls help us in giving more insight with your expertise in this area.

Probable reason might be:

1. Business System: BS_ECC_PFS601_PRD;

2. EHP5 u2013 have a look on the URL: http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9028; [original link is broken] [original link is broken] [original link is broken] [original link is broken]

3. Standard Content Issue;

Your quick reply will be much appreciated.

Surender

former_member192238
Participant
0 Kudos

Hi,

It seems like some back ground job scheduled from HR end so it is trigerring the interface check from that end

Regards

Praveen