I'm trying to add a "Last xx Syslog Messages" resource to one of my views, and I'm trying to filter it by a custom property to display only syslog messages for my Orion servers. I have a custon property called Application where I have identified my Orion servers. The filter I'm trying to use is: (Nodes.Application Like 'Orion'). This does not work, it gives this error:
The "Last xx Syslog Messages" resource threw an exception..
RunQuery failed, check fault information.
The example (Nodes.DNS Like '*.SolarWinds.Net') when adjusted for my node names works fine. Nodes.sysname works fine as well. The custom property "Application" is under the same table, Nodes. I can query it normally with "select * from nodes where nodes.application LIKE 'Orion'". Is there some limitation where you can't filter by custom property? Where can I check fault info referenced in the error (found no info in orionweb.log or IIS logs).