cancel
Showing results for 
Search instead for 
Did you mean: 

ALERT MONITOR

Former Member
0 Kudos

Hello

I have configured the Alert Monitor, Alert is triggered, the message comes on the external mail.

But I have 2 questions related to the Alert Monitor.

1) Explain what the appointment of the following fields in the t-code ALRTCATDEF:

alrtcatdef -> Properties -> Max. No. of Dels

alrtcatdef -> Properties -> Expiry Time in Min.

If I understand correctly, these two parameters make it possible to limit the number sent to external e-mail messages to one Alert category for a specified period of time?

If so, I have this option does not work, it is ignored.

That is, point out in t-code ALRTCATDEF: 3 posts in 5 minutes. 10 generating error messages. I get 10 messages per mailbox.

(Error is generated by running a report, calling class PROXY, which obviously causes an error).

How to limit the number of outgoing messages to external mail Alert for one category for a specified period of time?

2) When an error occurs in the JDBC adapter (eg: "ORA-01400: cannot insert NULL into (" PI "." MY_TABLE "." FIELD_1 ")") can not get data from the container (t-code ALRTCATDEF):

SXMS_TO_ADAPTER_ERRTXT (Data Type - CHAR70)

SXMS_TO_ADAPTER_ERRLINES (Data Type - ALPF_STRING_TAB)

However, other containers, normally return their contents.

In t-code: alrtcatdef -> Long and Short Text -> Long Text (E-Mail, Fax) wrote the following:

...

Error in Adapter Engine: &SXMS_TO_ADAPTER_ERRTXT&.

Full text errors in Adapter Engine: &SXMS_TO_ADAPTER_ERRLINES []&.

...

How can I put in an error message JDBC adapter?

-


Software Component Version:

SAP_ABA: Release - 710, Level - 0007, Highest Support Package - SAPKA71007, Short Description - Cross-Application Component.

SAP_BASIS: Release - 710, Level - 0007, Highest Support Package - SAPKB71007, Short Description - SAP Basis Component.

ST-PI: Release - 2005_1_710, Level - 0003, Highest Support Package - SAPKITLQJ3, Short Description - SAP Solution Tools Plug-In.

PI_BASIS: Release - 2006_1_710, Level - 0007, Highest Support Package - SAPKIPYN07, Short Description - PI_BASIS 2006_1_710.

SAP_BW: Release - 710, Level - 0007, Highest Support Package - SAPKW71007, Short Description - SAP NetWeaver BI 7.1.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

For:

1] alert delivery is controled by Alert Rule created in RWB. So if you want to suppress alerts you need to check "Suppress duplicate alert" option for alert category by creating alert rule (goto runtime work bench NOT in ALRTCATDEF).

Remeber you wont receive duplicate alert for specified period of time in alertcatdef. Try to create alert rule as specific as possible otherwise it will suppress all sort of errros.

You can also run report to confirm alerts in alertinbox.

2] I am not sure why you are not getting content.

Regards,

Gourav

Former Member
0 Kudos

>

> 1] alert delivery is controled by Alert Rule created in RWB. So if you want to suppress alerts you need to check "Suppress duplicate alert" option for alert category by creating alert rule (goto runtime work bench NOT in ALRTCATDEF).

I know and use, but it has many disadvantages. No other way?

What is then used these two parameters?

former_member200962
Active Contributor
0 Kudos
How to limit the number of outgoing messages to external mail Alert for one category for a specified period of time?

RWB --> Alert Rule Definition --> Suppress Multiple Alerts of this Rule

The two options you mentioned do not help in restricting the number of time an alert is sent.

http://help.sap.com/saphelp_nw70/helpdata/en/96/f1033c128f4a7de10000000a114084/frameset.htm

How can I put in an error message JDBC adapter?

could not get your question....the second alert container that you defined will contain more alert details (number of characters).

Regards,

Abhishek.

Former Member
0 Kudos

>

>

How to limit the number of outgoing messages to external mail Alert for one category for a specified period of time?

> RWB --> Alert Rule Definition --> Suppress Multiple Alerts of this Rule

I know and use, but it has many disadvantages.

>

How can I put in an error message JDBC adapter?

> could not get your question....

>the second alert container that you defined will contain more alert details (number of characters).

The fact that SXMS_TO_ADAPTER_ERRLINES reflects more complete information about the error, I know. But I did not receive any information from SXMS_TO_ADAPTER_ERRTXT, and SXMS_TO_ADAPTER_ERRLINES.

Containers returns NULL, while the RWB in Message Monitoring error is displayed.