While Updating OPSS password, using WLST commands it failed with error code Caused by: ?
Hi,
I tried to update OPSS passwords using WLST commands on my oracle linux box. But it failed with below error.
Caused by: com.oracle.cie.domain.script.jython.WLSTException: Error updating domain:
64254: Error occurred in "Artifacts Generation" phase execution
64254: Encountered error: Servicetable connection not available.
isSampleDB=false
Below is set of commands that I used. I just populated correct values in below commands.
java weblogic.WLST
readDomain('%DomainPath%')
cd('/JDBCSystemResource/<DataSourceName>/JdbcResource/<DataSourceName>/JDBCDriverParams/NO_NAME_0')
set('PasswordEncrypted','<password>')
updateDomain()