Hi,
While running reconfig.sh it was triggering error like “UPGWLS-03503: The domain configuration file(0) is not valid” .
Cause :-
Reconfiguring a domain to 12.1.2 fails if a custom authenticator provider is configured in the 11g domain. Defect 16881772
Workaround :-
- 1. Took backup of 12.1.1 domain directory, opened config file (DOMAIN_HOME/config/config.xml file )
<sec:authentication-provider xmlns:ext="http://www.bea.com/ns/weblogic/90/security/extension" xsi:type="ext:oam-identity-asserterType">
<n1:name xmlns:n1="http://www.bea.com/ns/weblogic/90/security">OAM Identity Asserter</n1:name>
<n2:control-flag xmlns:n2="http://www.bea.com/ns/weblogic/90/security">REQUIRED</n2:control-flag>
</sec:authentication-provider>
- 2. In the 12.1.1 domain, deleted the above custom authentication provider entirely.
- 3. Ran the reconfig.sh script
After following above steps we have upgraded obiee 12.2.1.0 to 12.2.1.2 successfully. However, we noticed "BISQLGroupProvider" is not running.
Do we need to apply any patch to setup BISQLGroupProcider ?
Thanks