SAP HANA – how to acknowledge alert event
After solving the full disk event, I still get the following error in Hana Studio: DiskFull with state HANDLED, as shown on the screen below.
Solution
Run the below SQLs to set the event as acknowledged or handled failed with error:
ALTER SYSTEM SET EVENT ACKNOWLEDGED '<hostname>:<port>' <id>;
ALTER SYSTEM SET EVENT HANDLED '<hostname>:<port>' <id>;