Troubleshooting Oracle Applications Integration with SSO OID

March 19, 2009 at 1:47 pm | In Oracle Apps | Leave a Comment
Tags: , , , , , ,

a)How to reflect apps password change in OID,SSO Infra
If you Change apps account password in oracle applications then the provisioning profile must to be updated with the new information.
This can be done by running the “oidprovtool” utility, as follows:
oidprovtool operation=modify \
ldap_host= ldap_port= \
ldap_user_dn=”cn=orcladmin” ldap_user_password= \
application_dn=”" \
interface_connect_info=

For example:

oidprovtool operation=modify \
ldap_host=infra30qa ldap_port=3060 \
ldap_user_dn=cn=”orcladmin” ldap_user_password=welcome1 \
application_dn=”orclApplicationCommonName=VIS,cn=EBusiness,cn=Products,cn=OracleContext,dc=vectorconsulting,dc=co,dc=uk” \
interface_connect_info=vector01:1521:VIS:apps:welcome123

2.
Often You can find the ORCLADMIN User is locked due to the Password Policy
and further you can’t do any thing without entering into Identity manager or Selfservice…
There are ways to unlock the password ..

2.
How to Unlock ORCLADMIN (super user for IAS Infrastructure) account
In the OracleAS 10g environment,from the console run the command:

oidpasswd unlock_su_acct=true

At the prompt “OID DB user password:” enter the Infrastructure password (the old orcladmin password).
this will unlock the locked orcladmin password..

No Comments Yet »

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.