Trying to register 12.2.4 env with OID 11gR1 (following note 1371932.1) - Against a load balanced OI
We have 2 OID instances in a cluster - each listening on 3060
There is a load balancer listening on 636 - balancing load to each of the OID servers on 3060
Using the following script;
$FND_TOP/bin/txkrun.pl -script=SetSSOReg \
-registeroid=yes \
-ldaphost=load.balancer.address \
-ldapport=636 \
-oidadminuser=cn=orcladmin \
-oidadminuserpass=<password> \
-appspass=<password> \
-instpass=<password> \
-appname=$TWO_TASK \
-svcname=$TWO_TASK \
-provisiontype=4 \
-dbldapport=3060 \
-dbldapauthlevel=0
Exist with - *** ERROR : returnInitialLdapContext() times out after 10000 ms - JNDI initialization method not returning
Note 2046023.1 found... advises running above script on 1 line. Did this - get identical error (left as above as its easier to read!)