11 Oct 2023 09:01 PM - last edited on 22 Nov 2023 03:27 PM by Michal_Gebacki
Hello Folks,
I'm wondering, if is it possible to mute DB errors which are coming from users who are trying to insert duplicated values or if they just miss the value, for instance, I'm getting an exception error:
Column 'VehicleId' cannot be null
I know that this was generated by users, but I want to mute these kinds of errors and not get Alarms / Problems.
Is it possible to do so?
Thanks in advance.
Solved! Go to Solution.
11 Oct 2023 09:36 PM
Here you have a detailed description of how to exclude a particular type of exception:
https://community.dynatrace.com/t5/Alerting/Ignore-exception-with-a-specific-message-and-wildcard/m-...
11 Oct 2023 09:41 PM
Thank you for your reply, I will try it with DB. Seems they talk with Application side exceptions but I assume it will work with the DB side as well. I will check it and confirm if it works for me.
Thanks, Radek!
11 Oct 2023 09:42 PM
I'm waiting 😊