How do I change the JDBC user password in the web.xml file
Answered
I had to change my Yellowfin Metadata database password.
How do I tell YF to use the new password as it's no longer connecting.
I had to change my Yellowfin Metadata database password.
How do I tell YF to use the new password as it's no longer connecting.
Modifying the Yellowfin DB connection parameters is just a matter of modifying the web.xml file, as listed in the following article.
There are 2 parameters to look at JDBCPassword & JDBCPasswordEncryption
The parameter you're after is the ;
There are 2 ways to go about this;
Change the JDBCPasswordEncrypted from 'true' to 'false'
Then update the JDBCPassword to whatever the password is meant to be
Get your plain text password
Encrypt your password
Then update the JDBCPassword with the new encrypted password
Start/Re-Start Yellowfin.
Modifying the Yellowfin DB connection parameters is just a matter of modifying the web.xml file, as listed in the following article.
There are 2 parameters to look at JDBCPassword & JDBCPasswordEncryption
The parameter you're after is the ;
There are 2 ways to go about this;
Change the JDBCPasswordEncrypted from 'true' to 'false'
Then update the JDBCPassword to whatever the password is meant to be
Get your plain text password
Encrypt your password
Then update the JDBCPassword with the new encrypted password
Start/Re-Start Yellowfin.
Replies have been locked on this page!