Inactive no manager after cloning....

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


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

  Find below few useful scripts for  Performance  Management:: # Important MOS notes for TRACING: There are several ways to trace a particul...