error message help

If you think that something doesn't work in Aware IM post your message here
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

error message help

Post by 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
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by 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 IM Support Team
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Can you please also send your BSV file to [email protected] and tell us how to reproduce the problem.
Aware IM Support Team
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Sent. I look forward to your feedback. :D

Thanks!
Tom
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by 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
Aware IM Support Team
Post Reply