tford I am running a query and getting the following error message: "Internal error. Error reading business object. Comparisons between SMALLINT and CHAR are not supported. " Can you give me any clues where to start with problem solving? Thanks, Tom
aware_support2 Hi Tom, This indicates a numeric value is used in search for a text attribute or vice versa. To avoid the problem use search values of the same type as object attributes.
aware_support Can you please also send your BSV file to support@awareim.com and tell us how to reproduce the problem.
aware_support Turned out that the attribute of the Yes/No type was used to compare with a string value: Object.YesNoAttr = 'null' The original intent was to check for the undefined value which should be done like this: Object.YesNoAttr IS UNDEFINED