cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts in Solution Manager

Former Member
0 Kudos

Hi Experts,

In our project Solution Manager has the central alert server. It is taking care of all the alerts.My problem is how xi will trigger alert which will be send to Solution Mnager.From there it sends to the external recepient mail id which we passed to it. Also how do we pass an alert when the messages are stucked in queues in case of asynchronous communication (EOIO).

Accepted Solutions (0)

Answers (4)

Answers (4)

sunil_singh13
Active Contributor
0 Kudos

Hi srinivas,

we can trigger alert from XI also by configuring alert in XI and this raised alert can be sent to anyone.

I did not get porpose of configuring alert in Project solution managment and calling ti from XI.

Also alert will be raised for any failiure (System or applicATION) IF YOU HAVE CONFIGURED IT.

Thanks

Sunil Singh

Former Member
0 Kudos

hi,

i think you can trigger alert in your solution manager system by calling a FM. take the help from RFC SALERT_CREATE in xi which is used to trigger alert whithin XI(or RFC SALERT_CREATE_API)create the simillar FM in ur system and imprt and map it with the requird payload.

for your second Q -you can trigger atert if some of the component in xi fail like queue is blocked but i dont think you can't trigger atert if paricular message is blocked.

for the coponent failure u need to do configuration in RZ21 and RZ20. use the FM CCMS_Send_Alert_to_ALMu2019

regards,

navneet

Former Member
0 Kudos

Hi,

Refer this link

https://websmp108.sap-ag.de/solutionmanager

check below links

http://www.riyaz.net/blog/index.php/2008/02/23/xipi-sending-emails-using-xi-mail-adapter/

http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm

XI:Alerts step-by-step. (fundamental Basic)

CCMS Monitoring for XI. (CCMS monitoring for XI is enough later

we configure to Adapter Engine).

Configuring scenario specific E-mail alerts in XI-CCMS: Part-1

(This is Important)

Configuring scenario specific E-mail alerts in XI-CCMS: Part-2

( " " )

Configuring scenario specific E-mail alerts in XI-CCMS: Part 3

( " " )

Solution Manager CEN and Alerting configuration (Advanced)

Mail adapter blogs

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken]

Alert Configuration

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm

Alert Inbox

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm

Alert Notification Step-by-Step

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Defining Alert Classifications

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Triggering Alerts

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Setting up alerts

Alert Management

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e04141e8-0f11-2a10-adaa-9d97b062...

Alert Notification

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90f449a8-a6db-2910-a386-d2b5999f...

Custom Alerts in CIC Win Client for CRM 5.0

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601db2b2-2839-2a10-0381-8807979f...

Understanding u'r SAP EarlyWatch Alert Report

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4b88cb90-0201-0010-5bb1-a65272a3...

Regards,

Surya

Edited by: rama suryanarayana on Aug 25, 2008 2:32 PM

prateek
Active Contributor
0 Kudos

My problem is how xi will trigger alert which will be send to Solution Mnager

What do u mean by sending alert to Solution manager? If u have alert configured on XI, then send it directly to the required recepient or mail ID. No need to route it to Solution Manager.

Also how do we pass an alert when the messages are stucked in queues in case of asynchronous communication

For stucked message, in my opinion alert cannot be raised. Bcoz when the message is stuck, XI does not treat as error, just stucked due to some problem which may get cleared and the flow might continue.

Regards,

Prateek

Former Member
0 Kudos

Hi prateek ,

Thanks for the reply. I mean to say that alert configuration is done in solution manager system in our case. So how does xi trigger alerts . Do we need to call any function module or any proxy call? All the configuraton and recepient ids will be maintained in solution manager.My question is to how xi trigger alerts when ther are any errors.

Regarding messages stucked in queue , is there any possibility to raise an alert if it is stucked in queue due to system errors and mapping errors.

thanks

chiranjeevi srinivas.