Hi Everyone. I recently upgraded from EOC 1.5 to 1.6.2 and after that our Filter Nodes SQL doesnt work at all. Below the Filter Nodes SQL we are using which worked fine in EOC 1.5.
Node.CustomProperty.Service <> 'CEC' and Node.CustomProperty.Service <> 'Production' and Node.CustomProperty.Service <> 'CEC-ICMP'
Error Message:
There was a problem with the resource.
- The data types ntext and varchar are incompatible in the not equal to operator.
I tried removing Dot but its still the same. Is there any changes i can do on it to make it work ?