Wednesday, June 12, 2013

unable to create users in R12 after OAM/OID integration R12. (Register and De-Register instance in OAM/OID)

1. Shutdown application services using adstpall.sh

Deregistering this instance from OID Server.
=============================

bash-3.00$ $FND_TOP/bin/txkrun.pl -script=SetSSOReg -deregisteroid=yes



De-Register Instance.
===============
bash-3.00$ $FND_TOP/bin/txkrun.pl -script=SetSSOReg -deregisterinstance=yes


De-Registering of References

===================
bash-3.00$ $FND_TOP/bin/txkrun.pl -script=SetSSOReg -removereferences=Yes


Register Instance
===========
bash-3.00$ $FND_TOP/bin/txkrun.pl -script=SetSSOReg -registerinstance=yes

Register Instance with OID
==================


$FND_TOP/bin/txkrun.pl \
-script=SetSSOReg \
-registeroid=yes \
-ldaphost=www.domain.com \
-ldapport=3060 \
-oidadminuser=cn=orcladmin \
-oidadminuserpass=Welcome1234 \
-appspass=appspwd \
-instpass=Welcome1234 \
-appname=INSTANCENAME \
-svcname=SERVICENAME\
-provisiontype=4 \
-dbldapauthlevel=0

Start the services using adstrtal.sh


Check the value for profile: "Applications SSO Type "

This should be set to "SSWA w/SSO" ; if not set it and bounce OPMN processes on E-Biz.
Re-test the issue 

Create a new test user in E-Biz







No comments:

Post a Comment