concurrent requests show inactive no manager
Solution:-
sqlplus apps/apps
sql>exec fnd_conc_clone.setup_clean;
PL/SQL procedure successfully completed.
sql>commit;
Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers to repopulate the required system tables.
DB_Tier:-
[ora@chintels PREPROD_chintels]$ ./adautocfg.sh apps
[applmgr@sujeet~]$ cd $ADMIN_SCRIPTS_HOME
[applmgr@sujeet scripts]$ ./adautocfg.sh apps
sql>@/u02/cmclean.sql
Started the concurrent manager on the application tier and it worked
Check Node name:-
SQL> select node_name, node_mode, support_cp, support_web, support_admin,support_forms from FND_NODES;
Check CM Status:-
[applmgr@sujeet ~]$ ps -ef |grep FNDLIBR
503 24327 24321 0 12:09 pts/1 00:00:02 FNDLIBR
503 24679 24493 0 12:09 ? 00:00:00 FNDLIBR
503 24683 24493 0 12:09 ? 00:00:00 FNDLIBR
Solution:-
sqlplus apps/apps
sql>exec fnd_conc_clone.setup_clean;
PL/SQL procedure successfully completed.
sql>commit;
Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers to repopulate the required system tables.
DB_Tier:-
[ora@chintels PREPROD_chintels]$ ./adautocfg.sh apps
[applmgr@sujeet scripts]$ ./adautocfg.sh apps
sql>@/u02/cmclean.sql
Started the concurrent manager on the application tier and it worked
Check Node name:-
SQL> select node_name, node_mode, support_cp, support_web, support_admin,support_forms from FND_NODES;
Check CM Status:-
[applmgr@sujeet ~]$ ps -ef |grep FNDLIBR
503 24679 24493 0 12:09 ? 00:00:00 FNDLIBR
503 24683 24493 0 12:09 ? 00:00:00 FNDLIBR
No comments:
Post a Comment