Need to do the security configuration first!

Info: Data source is: opss-DBDS WLS ManagedService is not up running. .......Need to do the security configuration first!

It is common to encounter the configuration and security related error while starting OIM Server.
1. WebLogic Error:
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands

Info: Data source is: opss-DBDS
WLS ManagedService is not up running. Fall back to use system properties for configuration.
Error: Diagnostics data was not saved to the credential store.
Error: Validate operation has failed.
Need to do the security configuration first!
2. Solution:
To resolve above server start up issue, it is required to Configure the Security Store using wlst.sh script, using the below commands.
<MW_HOME>/oracle_common/common/bin/wlst.sh <OIM_ORACLE_HOME>/common/tools/configureSecurityStore.py -d <DOMAIN_HOME >  -c IAM -p <OPSS_DB_PASSWORD> -m  join   

In case above join command is not working, Please create using the alternative commands.
<MW_HOME>/oracle_common/common/bin/wlst.sh <OIM_ORACLE_HOME>/common/tools/configureSecurityStore.py -d <domaindir> -c IAM -p <OPSS_DB_PASSWORD> -m create

No comments:

Post a Comment