Hello,
I've noticed the following error message after upgrading to Otter 2024.2 (Build 1).
Unhandled exception: The EXECUTE permission was denied on the object 'LogMessages_PurgeOldMessages', database 'Otter', schema 'dbo'.
[...]
LogRetentionTaskRunner
I fixed it by granting the EXEC permission on that stored procedure to the database role OtterUser_Role, similar to the other stored procedures.
If I recall correctly, I had to apply the same fix after the previous upgrade as well.