Clustering BI Publisher with OBIEE
Oracle BI Publisher 12.2.1.0.0
I'm trying to configure OBIEE High Availability Environment for 2 nodes.
The existing connect string is for Node 1:
jdbc:oraclebi://<node1>:10020/
The "Test Connection" is successful.
When I put for Node 2:
jdbc:oraclebi://<node2>:10020/
The "Test Connection" is successful.
But when I try to put the clustered connect string, the "Test Connection" Fails.
Connect string for clustered BIP looks like following in my case:
jdbc:oraclebi://<node1>:10020/PrimaryCCS=<node1>;PrimaryCCSPort=10020;SecondaryCCS=<node2>;SecondaryCCSPort=10020
My question is that why the connect string for clustered BIP is failing whereas individually it looks good.