DB password on scripted JDBC adapter
I am evaluating IDM 7.0 and tried to make a scripted JDBC Resource adapter
based on the simple table example. I succeeded in testing the DB connection
(Oracle 10.1 on Linux), but when I try to add the resource to an account, I get
[codeThere was an error while attempting to check the dictionary for the new password. Failure : com.waveset.util.WavesetException: XPRESS <invoke> exception ==> com.waveset.util.WavesetException: Can't call method queryString on class com.waveset.util.JdbcUtil ==> com.waveset.util.WavesetException: ==> java.sql.SQLException: ORA-01017: invalid username/password; logon denied ][/code]
which implies that the db user name (or password) is not right. But it should
be, since the connection test succeeded ?!

