cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts for AAE scenario

Former Member
0 Kudos

We have two scenarios PI need to pick the file and post it to ECC and viceversa.

For both scenarios I am using AAE. PI version being used is PI 7.11

Could somebody advice on creating alerts for AAE scenarios? How different is from creating alerts for normal Integration Engine scenario?

Any help is appreciated.

Edited by: Vamsi on Jan 31, 2012 1:07 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor
0 Kudos

Hi,

Try using the alert testing tool to test your alert in java stack.

http://<host>:<port>/AdapterFramework/alerting/ping.jsp

For AAE scenario, specify the alert rules for adapter engine for both communication channel failures and mapping failures.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d828df-0a5e-2e10-6d9f-83d9034a5...

Former Member
0 Kudos

Thank you for the reply.

I have already gone thorugh this link

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d828df-0a5e-2e10-6d9f-83d9034a5...

But he mentiohed it is for 7.3 AEX, can it be followed for PI 7.11 too?

My specific questions are

1) Do I need to set up the alert in Alert Configuration in RWB?

2) Do I need to create Alert Categories in ABAP stack?

3) If the above steps 2) is not needed, what are the parameters that need to configured and where?

Former Member
0 Kudos

I have created Alert Category in ABAP stack and follwed normal way of creating alerts in Runtime Workbench for AAE scenarios.

Looks like Alerts are triggering.

I wantedly did not implement the proxy code. Just saved and activated the Proxy on ECC side.But PI is thorwing an alert when message failed in ECC proxy saying that method inside proxy is not there.

Also no payload in transfered to ECC, when I check SXMB_MONI, message got errored out saying that method inside proxy is not there and payload had no data in it.