cancel
Showing results for 
Search instead for 
Did you mean: 

alerts

Former Member
0 Kudos

Gurus,

I need some help with fixing alert configurations...

I followed Michal`s blog and completed the alert settings.

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

I had to change the values from Step 3 to as a check was not working, it couldent find &SXMX_ERROR_CODE& ..unless i changed it to

&SXMS_ERROR_CODE

Long& Short Text :

error: &SXMS_ERROR_CODE ( CATEGORY &SXMS_ERROR_CAT) was found in a message with Message guid as &SXMS_MSG_GUID from the interface &SXMS_FROM_SERVICE&

Added myself to the fixed alert recipients. did the config as per step 5..dont see any alerts...

went through troubleshooting guide and did all steps except one as SXMSALERT_PROCESS_DATA_GET showed up as OBSOLETE..

also when i click on Runtime Workbench end to end monitoring..i am now getting a null pointer from Jnet..

Any suggestion as how to fix it..or what is missing..

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi, you couldnt find it becouse the variable name is diferent,

see it

http://help.sap.com/saphelp_nw04s/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm

Thanks

Rodrigo

PS: the variables name must be beetwen & &

Former Member
0 Kudos

HI,

I went back and added the variable name with the & &..and that dint help ....

Cheers

Venkat

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

also when i click on Runtime Workbench end to end monitoring..i am now getting a null pointer from Jnet

to solve it, install webstart 1.4.2_9

to configure end-to-end Monitoring see this

http://help.sap.com/saphelp_nw04s/helpdata/en/06/5d1741b393f26fe10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/82/9e8dfe9eadbd4b9194c433e646b84e/frameset.htm

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

&SXMS_ERROR_CODE ( CATEGORY &SXMS_ERROR_CAT) was found in a message with Message guid as &SXMS_MSG_GUID from the interface &SXMS_FROM_SERVICE&

this is bad, its must be:

+&SXMS_ERROR_CODE& ( CATEGORY &SXMS_ERROR_CAT&) was found in a message with Message guid as &SXMS_MSG_GUID& from the interface &SXMS_FROM_SERVICE&

remenber to create the container elements taking reference of this url to add variables

http://help.sap.com/saphelp_nw04s/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm

for exmaple to create the container for SXMS_FROM_SERVICE go to create new container

field name:SXMS_FROM_SERVICE

description: SXMS_FROM_SERVICE

in ABAP DIC. DATA TYPE put SXI_TO_SERVICE and save data.

SXI_TO_SERVICE was get from the url above.

see this too

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a04e59be-f51f-2a10-829b-dd3e5a35...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6ce51a...

thanks

Rodrigo

Edited by: Rodrigo Pertierra on Mar 10, 2008 3:45 PM

Former Member
0 Kudos

Rodrigo,

WebStart is good..Since i am on PI ..dont need to configure end to end monitoring as alerts have been decoupled from it.

Now i fixed the email id..etc..This is what i see in my alertInbox..Whats not right here...

error: ( CATEGORY ) was found in a message with Message guid as &SXMS_MSG_GUID from the interface

Can someone point me to my mistake here..i was following Michals blog...

I also tried adding the * as you pointed out..no difference.

Cheers

Venkat

Former Member
0 Kudos

Hi,

Check the email address is mentioned for that user or not using SU01 transaction.

Check the roles also.

Chirag

Former Member
0 Kudos

Chirag,

Email id is correct..checked all taht..I have done this configuration before with XI 3.0..this is PI somethings are different..

i tried testing running report RSALERTTEST and i get a msg in rwd alertinbox with the description directly as..

error: &SXMS_ERROR_CODE ( CATEGORY &SXMS_ERROR_CAT) was found in a message with Message guid as &SXMS_MSG_GUID from the interface &SXMS_FROM_SERVICE&..

Does that look OK..for PI..

Venkat

Former Member
0 Kudos

Chirag,

I just noticed this..

in tcode alrtcatdef..i checked for rfc destination of central alert server..points to NONE..

rfc destination for triggerring system is also empty..

Could that be the cause.if so how do i fix it..

Cheers

Venkat

Former Member
0 Kudos

Ahha..

Now i see this..address of Recipient could not be read

Cheers

Venkat

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

could you solve your issue???

Thanks

Rodrigo

ps:rewards points if useful

Former Member
0 Kudos

Rodrigo,

Not yet...almost there i think..:-))\

Cheers

Venkat