A red alert occurs in the global Alert Monitor due to missing
indices, although the text "Missing db indices: 0" is also
issued.
Indices that exist in the database, but that are not defined
in the SAP system, were also counted as defective.
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