I’m trying to connect DB2 using credentials stored as an asset, but, when I try to run the SQL query, I receive an error message stating that username and password are wrong.
I first created the connection with static data, following a tutorial contained in a post I found on this forum, then I created the variables to host username & password (I first converted the password to String from SecureString), and then I substituted the static values in the connection string with the variables, but when Itry to run the workflow I get the error described above.
Can you please give me some hints on how to solve the situation?