If you have configured an SNMP alert, which is set to an alert that uses _data_
macro upon execution, receiving an SNMP trap can fail when it receives a string SNMP trap containing parentheses.
Example: .1.3.6.1.4.1.4174.0.4.7 = STRING: “SQL Server 2012 (Monitoring)”
To solve this problem, you must call:
macro _data_ in single quotes: '_data_'.