Clearing Out the Linter Database RAS Email Queue |
This topic describes how to clear out the Linter database RAS email queue. It provides commands on how to find, save, and remove RAS emails that are stuck in the queue.
echo "select count(*) from SL_NOTIFICATION_EMAIL where SENT_AT IS NULL;" | inl -u vdb/vdb
echo "select * from SL_NOTIFICATION_EMAIL where SENT_AT IS NULL;" | inl -u vdb/vdb >all-not-send
echo "delete from SL_NOTIFICATION_EMAIL where SENT_AT IS NULL;" | inl -u vdb/vdb
This page was generated by the BrainKeeper Enterprise Wiki, © 2018 |