Page 1 of 1

Job Warning

Posted: Tue Jan 24, 2012 6:11 pm
by phanikumar
Hi

I have a following warning in my job log which says
(null_field" length (4) must match field's fixed width (10)).

The warning is for a date column and the data type is date.Can some one explain me how to fix this warning


Regards

Kumar

Posted: Tue Jan 24, 2012 7:12 pm
by ray.wurlod
Provide a Null Field Value containing ten characters.

The 4 in your integer definition is bytes, not characters. A 32-bit (four byte) integer can have as many as ten digits.