IIS-CONN-JAVA-00063E Precision is required for column column name, but not set.
Explanation
A precision is not specified for a column of the
Decimal data type. This error can occur if the Java™ code creates a list of ColumnMetadata instances
by using the Processor.getAdditionalOutputColumns() method.
User response
In the Java code,
specify a precision value for the ColumnMetadata instance of the specified
column.