I have some JDBC tasks which have a working database connection. I want to connect to a database with a groovy script but cannot do it due to an authentication error.
The connection string of the database has the username=OneDbUser and password = password_value. In the password field, the password field is hidden behind circles. I could not connect to the database with a groovy script or with the GUI client for the database. In both cases, I used the username and password given in the connection string. It looks like the password in connection string is different from the hidden password in the password field.
So, how do I find out what is the actual password? How do I connect to a DB with a groovy script?
Solved! Go to Solution.
Subject | Author | Latest Post |
---|---|---|