If you have upgraded from 2.X, the three class variable dictionaries in GsQueryFormula:
ComparisonSelectorMap InverseOperatorMap NegatedOperatorMap
are corrupted and attempts to lookup entries in them will fail with a #rtErrKeyNotFound error.
Execute and commit the following code as SystemUser:
GsQueryFormula _classVars keys do:[:k | GsQueryFormula _classVars at: k put: nil]. GsQueryFormula initialize.
Last updated: 9/24/14