Hi all,
I am trying to set up a Workbench job to connect to a MS SQL Server databsae and am getting the error:
"Value cannot be null.
Parameter name: input"
I have tried with the AWS RDS instance I am connecting to as well as a local MSSQL DB instance on my laptop.
Could you please explain what is the "input" parameter which is null and what value it needs to be set to?
I am using
[Overview Type]
Transport Type: ODBC Connection Provider
Reader Type: Database Query
DataSet Name: JY MSSQL Test Dataset
DataSet Type: Workbench ODBC
DataSet Description: MS SQL Server Test Dataset
[Configuration]
Connection Builder:
Driver: SQL Server 64-bit
Server: <my servername>
Port: 1433
Database: <my db name>
Username: <my user name>
Password: <my password>
Connection Parameters: <blank>