cancel
Showing results for 
Search instead for 
Did you mean: 

Issue while creating Component Based Message Alerting in PI 7.31 Dual Stack

Former Member
0 Kudos

Hi,

We tried to implement Component Based Message Alerting following the steps mentioned in the below blog.

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/25/michals-pi-tips-component-based-m...

Ours is PI 7.31 dual stack. However, after setting up the job with my own user id, I am getting the below error inside the log of Jobs tab:

javax.jms.JMSSecurityException: You do not have permissions: action alertingVP.queue and instance:name alertingVP.queue

action consumer

instance jms/queue/xi/monitoring/alert/ALERT-TO-MAIL

Please let us know what permission is required to set up the job.

Thanks,

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

naveen_chichili
Active Contributor
0 Kudos

Hi Rahul,

Please check the SAP Note 971249

Regards,

Naveen

Answers (1)

Answers (1)

gouravkumar64
Active Contributor
0 Kudos

Hi,

Check this thread

http://scn.sap.com/thread/791627

Hope it will solve ur problem.

Also check sap notes 971249.

Thanks

Gourav.

Former Member
0 Kudos

Hi, 

Now I am able to receive alert in my mailbox. But it's coming with improper content.

I have set up the job at an interval of every 2 minutes in NWA, and in case if only 1 message fails in IE, in ideal case, I should receive only 1 message details in alert.

However, in every 2 minutes, I am receiving junk data and the number is increasing for the particular scenario for which the alert has been created. Also the Error Category mentioned is showing improper.

But in table SXMSALERTCONTENT I am able to view only the newly added failed entry.

An erroneous alert email content is pasted below:

63 messages failed for "Test_XXX" on "af.s0i.saps0i"
Root cause: -1

To navigate to the failed messages in the local message monitor use this link

The first 1 messages of that data collection:

{
"AdapterNamespace": "http://sap.com/xi/XI/System",
"AdapterType": "File",
"Channel": "FileSender_XXX",
"ChannelParty": "",
"ChannelService": "XXXXX",
"Component": "af.s0i.saps0i",
"ErrCat": "",
"ErrCode": "",
"ErrLabel": "-1",
"ErrText": "Configured source directory '\\Outbound\\XXX\\CREMAS' does not exist",
"FromParty": "",
"FromService": "XXX",
"Interface": "Z_CREMAS_SUSMM.CREMAS03",
"Namespace": "urn:sap-com:document:sap:idoc:messages",
"RuleId": "3a64dd6e1b1d3e58aff62ea70c97cb80",
"Timestamp": "2013-02-01T09:43:23Z",
"ToParty": "",
"ToService": ""
}

The failed message however do not relate to the 'source directory does not exist' issue. Please help.

Thanks,

Rahul