Hi,
After changing ADB host,
1. DB-URL & Schema password (after WLST encrypt)are updated in these OAS volume files,
Path: $DOMAIN_HOME/config/jdbc
bip_datasource-jdbc.xml
BIPlatformDatasource-jdbc.xml
LocalSvcTblDataSource-jdbc.xml
mds-owsm-jdbc.xml
opss-audit-jdbc.xml
opss-auditview-jdbc.xml
opss-datasource-jdbc.xml
WLSSchemaDataSource-jdbc.xml
XYZ-6667-jdbc.xml
XYZ-6667-jdbc.xml, is due to an additional data source that we have created for reports.
2. and just DB URL or DSN replacements in these,
Path: $DOMAIN_HOME/config/fmwconfig/
biconfig/OBISCH/schedulerconfig.xml
bienv/core/datasource.properties
jps-config.xml
jps-config-jse.xml
3. at last due to an issue, and as per suggestion in oracle documents, doing this also on WLST:
from $DOMAIN_HOME directory
dbPass = '***********'
modifyBootStrapCredential(jpsConfigFile='config/fmwconfig/jps-config.xml', username='OAS_OPSS', password=dbPass)
Now after all these changes, when I am trying to start OAS,
getting this issue,
NMProcess: SEVERE: Failed to get environment variables value, error = oracle.bi.se
rvicelcm_v2.support.flyway.exception.UnsupportedDatabaseTypeException: Cannot conn
ect to provided datasource to obtain the database type.
NMProcess: java.lang.RuntimeException: oracle.bi.servicelcm_v2.support.flyway.exce
ption.UnsupportedDatabaseTypeException: Cannot connect to provided datasource to o
btain the database type.
NMProcess: INFO: Initialising new ServiceLCM API object
Received error message from Node Manager Server: [Server start command for OBISCH
server 'obisch1' failed due to: [Unexpected exception from Plugin: oracle.bi.servi
celcm_v2.support.flyway.exception.UnsupportedDatabaseTypeException: Cannot connect
to provided datasource to obtain the database type.]. Please check Node Manager l
og and/or server 'obisch1' log for detailed information.]. Please check Node Manag
er log for details.
Failure to start one or more ManagedServers and or Components
Fatal: Failed to start one or more Servers (return 3)
Any suggestions on what else need to be updated.