cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Configuration: SXMS_FROM_INTERFACE = SXMS_TO_INTERFACE

Former Member
0 Kudos

Hello guys!!!

I'm having problems with SXMS_FROM_INTERFACE and SXMS_TO_INTERFACE container elements. They always return the same value (the name of the Receiver Interface).

Do you have any idea ?

ps:

I have defined SXMS_FROM_INTERFACE data type to SXI_FROM_ACTION and SXMS_TO_INTERFACE to SXI_TO_ACTION.

My sap system is 7.0 with level 11 support package

Thanks

Julio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sometimes this could be because the error happened prior to receiver determination.... but that would have both sender name.

1) can you verify what the variable name in your container is setup properly:

SXMS_MSG_GUID, SXMS_RULE_NAME, SXMS_ERROR_CAT, SXMS_ERROR_CODE,

SXMS_FROM_PARTY, SXMS_FROM_SERVICE, SXMS_FROM_NAMESPACE, SXMS_FROM_INTERFACE,

SXMS_TO_PARTY, SXMS_TO_SERVICE, SXMS_TO_NAMESPACE,SXMS_TO_INTERFACE

2) is it possible that at the time the error is encountered it IS sending internally from system b to system b (e.g. if there is BPM)

3) ensure your configuration is correct in ID

4) try adding some other attribute for each party in that collaboration agreement - eg add TO interface and FROM interface and see if that populates with the same value

5) check the message ID reported by the alert in SXMB_MONI and check the trace/log to see what the sender and receiver are

this may help to narrow down the issue.

sincerely,

--NM

Former Member
0 Kudos

Hello Guys!

I've solved the problem. Actually, there was no problem!

The sender and receiver service names depends on where the error occurs. For IE errors, they are SenderBS and ReceiverBS, respectivally. But, for AE errors, they are the same (ReceiverBS).

Julio