11.12.10

SAP Note 12569 - Red alert with indices; missing db indices: 0

Symptom:

A red alert occurs in the global Alert Monitor due to missing
indices, although the text "Missing db indices: 0" is also
issued.

Cause and prerequisites

Indices that exist in the database, but that are not defined
in the SAP system, were also counted as defective.

Solution
Advance correction: report RSORADBA, form INDICES_ALERT:
Before:
if sy-subrc = 0.
if check-db_indices = 0 and check-sap_indices = 0.
value = al_alert_green.

After:
if sy-subrc = 0.
if check-db_indices = 0.
value = al_alert_green.

Key word: Indices

No comments:

Post a Comment