I am trying to upload and run flows that pull from a Greenplum database. I can run them perfectly fine on my desktop designer.
I have a DB connection that uses the Simba PostgreSQL ODBC Driver. We installed this same driver on the server machine, but the server machine does not have a username and password assigned to that database so we have to left it blank. When uploading the flow and running on the server, this is the error message received:
"Error SQLDriverConnect: [Simba][PostgreSQL] (70) Cannot establish a connection with empty PWD."
This makes sense, but I'm not sure what the next step would be. We want to avoid granting server machine access if possible. I was under the impression that as long as it's 'public', no access would be needed for the DBs.
We then tried using DataDirect 7.1 Greenplum Wire Protocol, and a different error is received: "Error SQLDriverConnect: [DataDirect][ODBC Greenplum Wire Protocol driver]Insufficient information to connect to the data source."
We made sure to keep all names and driver versions the same. The flows are only built to read from the DB, not write into them. Any troubleshooting tips are greatly appreciated.