IIS-CONN-JAVA-00068W Invalid date value for field column name. Date cannot be later than 9999-12-31 or earlier than 0001-01-03. Julian days value = Julian days value.
Explanation
The specified date is out of range. Values in columns
of the Date data type must be in the range 0001-01-03 - 9999-12-31.
User response
Correct the Java™ code
so that the value that is specified by the OutputRecord.setValue()
method or OutputRecord.setValueAsString() API is valid.