Page 1 of 1

Warnings on data type int (int32 to uint32)

Posted: Tue Dec 21, 2010 2:06 am
by Amar_nath
Hello,

I am having some attributes with INT(10) data type on which I am recieving warnings like below -

Lookup_XXX,0: When binding input interface field "abcd" to field "abcd": Implicit conversion from source type "int32" to result type "uint32": Possible range limitation.

there is no function used in any transformer also at database level they are INT(10). Any suggestion to get rid of them? :?:

(I would not like to supress them in message handler :( )

Thanks in advace !!

Posted: Tue Dec 21, 2010 4:47 am
by ray.wurlod
Check the schemas thoroughly to ensure that there's no Extended property making one of the integers unsigned.

Posted: Tue Dec 21, 2010 5:55 am
by Amar_nath
Thanks Ray for responce.

I have checked schema there are not UNSIGNED integers also there are no UNICODE characters. Still I am getting 43 warnings :(

Posted: Tue Dec 21, 2010 3:30 pm
by ray.wurlod
Include environment variable $OSH_PRINT_SCHEMAS as a job parameter and set it to True. This will show you which schema has field "abcd" defined as an unsigned integer.