Hi Davide,
You can check the status of the indexserver in HANA studio. Goto Administration --> Landscape --> Services.
Check the Starttime of the service to determine whether it was a false alert.
Looking at the time stamp you have mentioned, it appears to be a false alert. It is expected to be corrected in SPS10 Rev-102.06 and SPS11 Rev-111
Refer note 2265765 for more details.
If those are false alerts and you would like to disable them, please use the below SQL query.
update _SYS_STATISTICS.STATISTICS_SCHEDULE set STATUS = 'Inactive' where ID = 4;
Use the below command to delete the logs of this alert in your system.
delete from _sys_statistics.statistics_alerts_base where alert id='4';
Award points if it helps
Thanks,
Harsha Naik


.jpg)






