Configure Server Start Parameters Use the Oracle WebLogic Server Administration Console to configure how the BI server and ODI server start. Log in to Oracle WebLogic Server Administration Console.URL format:http://administration_server_host:administration_server_port/console In the Change Center, click Lock & Edit. Navigate to Servers, select the BI server (for example, bi_server1), and then select the Server Start tab. In the arguments field, verify the following properties, and save.-Dserver.group=obi -Dweblogic.security.SSL.hostnameVerifier=weblogic.security.utils.SSLWLSWildcardHostnameVerifier -DUseSunHttpHandler=true -Dweblogic.ssl.JSSEEnabled=true -Dweblogic.security.SSL.enableJSSE=true -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Djdk.tls.client.protocols=TLSv1.2 -Djdk.tls.client.protocols=TLSv1.2 -Dhttps.protocols=TLSv1.2 -Dweblogic.ssl.SSLv2HelloEnabled=false -Doracle.odi.agent.startup.clustertimeoutseconds=300 Description of the illustration bi-server-start-parameters.png Navigate to Servers, select the ODI server (for example, ODI_server1), and then select the Server Start tab. In the arguments field, verify the following properties, and save.-Dserver.group=bia_odi -Doracle.odi.coherence.wka1=<hostname> -Dtangosol.coherence.localhost=<hostname> -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl -Doracle.odi.agent.startup.clustertimeoutseconds=300 -Dtangosol.coherence.localport=29066 -Doracle.odi.coherence.wka1.port=29066Description of the illustration odi-server-start-parameters.png Click Activate Changes. Re-start both BI server and ODI server.