Issue:
SSO registration fails with the following error:
*** ERROR : Unable to open Simple(No SSL) connection with Infra DB Host. : <IP address>
[Root exception is java.net.ConnectException: Connection refused]
The txkSetSSOReg_.xml log file shows:
'Failed to get NON SSL LDAP Connection using :<IP address>:<port number>'
...
'javax.naming.CommunicationException: : <IP address>:<port number>
[Root exception is java.net.ConnectException: Connection refused]'
...
'oracle.apps.fnd.txk.ias.SsoOidException: Unable to open Simple(No SSL) connection with Infra DB Host. :
[Root exception is java.net.ConnectException: Connection refused]'
Cause:
The host where Oracle iAS Infrastructure database is installed (infradbhost) is different
that the one where OID is implemented (ldaphost).
In interactive mode the SetSSOReg script set default value of ldaphost as infradbhost
however in some cases Infrastruture database and OID can be on different servers hence ldaphost is different than infradbhost.
Solution:
$FND_TOP/bin/txkrun.pl \
-script=SetSSOReg \
-registerinstance=yes \
-infradbhost=<infra host name> \
-ldapport=<port number> \
-ldapportssl=<port number> \
-ldaphost=<ldap host name> \
-oidadminuser=cn=orcladmin \
-oidadminuserpass=<orcladmin password> \
-appspass=<apps password>
In non interactive mode it is possible to set different values for infradbhost and ldaphost parameters.
SSO registration fails with the following error:
*** ERROR : Unable to open Simple(No SSL) connection with Infra DB Host. : <IP address>
[Root exception is java.net.ConnectException: Connection refused]
The txkSetSSOReg_.xml log file shows:
'Failed to get NON SSL LDAP Connection using :<IP address>:<port number>'
...
'javax.naming.CommunicationException: : <IP address>:<port number>
[Root exception is java.net.ConnectException: Connection refused]'
...
'oracle.apps.fnd.txk.ias.SsoOidException: Unable to open Simple(No SSL) connection with Infra DB Host. :
[Root exception is java.net.ConnectException: Connection refused]'
Cause:
The host where Oracle iAS Infrastructure database is installed (infradbhost) is different
that the one where OID is implemented (ldaphost).
In interactive mode the SetSSOReg script set default value of ldaphost as infradbhost
however in some cases Infrastruture database and OID can be on different servers hence ldaphost is different than infradbhost.
Solution:
$FND_TOP/bin/txkrun.pl \
-script=SetSSOReg \
-registerinstance=yes \
-infradbhost=<infra host name> \
-ldapport=<port number> \
-ldapportssl=<port number> \
-ldaphost=<ldap host name> \
-oidadminuser=cn=orcladmin \
-oidadminuserpass=<orcladmin password> \
-appspass=<apps password>
In non interactive mode it is possible to set different values for infradbhost and ldaphost parameters.
Comments
Post a Comment