IIS-CONN-JAVA-00059E Argument argument name was NULL
Explanation
A null value was provided for a method that requires
a value. For example, IllegalArgumentException with this message is
thrown if the Java™ code invokes
ColumnMetadata.getColumn(String) with null argument.
User response
Use the information in the error message to identify
the argument that requires a value that is not null, and then specify
a value for the argument.