We got an INACTIVE NO MANAGER after cloning an 11i with ATG.RUP.5.
The concurrent manager log, appeared with the following error:
Could not initialize the Service Manager FNDSM_[SERVER_NAME]_[ENV_NAME]. Verify that [SERVER_NAME] has been registered for concurrent processing. Routine AFPEIM encountered an error while starting concurrent manager.
We got a solution, while browsing through the net.
Reset orcladmin password
Changing/Resetting passwords for orcladmin,ias_admin super users.
Note: orcladmin and ias_admin users share the same password, initially.
1. If you remember ias_admin password and want to change it.
$oidpasswd connect= reset_su_password=true
OID DB user password:
new password:
confirm password:
password set
OID DB user password:
new password:
confirm password:
password set
2. If you know ias_admin password then one more method to reset:
$ORACLE_HOME/bin/resetiASpasswd.sh cn=orcladmin $ORACLE_HOME
3. If you really forgot both ias_admin and orcladmin passwords, then
refer Documet Id: 472752.1
4. Finally, if you forgot both ias_admin and orcladmin passwords, there's one more method to reset them.
Login sqlplus as dba.
Enter the following "execute orasso.WWSSO_OID_INTEGRATION.reset_passwd('orcladmin',null,'new password');"
That's all. You can reset ias_admin password after this.
Change ias_admin password in 10g Application Server
If you have forgotten and want to change the ias_admin password,
then try this:
http://forums.oracle.com/forums/thread.jspa?threadID=181272
then try this:
http://forums.oracle.com/forums/thread.jspa?threadID=181272
Subscribe to:
Posts (Atom)
SPACE MANAGEMENT :: 1. Table space usuage: ============== SELECT tablespaces.tablespace_name, allocated.total_alloc allocated_mb, ...
-
On a new VIS R12.1 installation, the OHS (oracle http server) failed to start and give status 204. Upon querying the status of opmn manage...
-
A nice story about RMAN. The story begins, when one of my associate DBAs did an RMAN restoration & recovery 2 days back...
-
Recently, I got a complaint from my AS10g users, that they are facing frequent disconnection with the server. May be due to network distrupt...