20 October 2010

Oracle Application R12.1.1 inactive manager error

inactive manager error

[oracle@balaji scripts]$ ps -ef |grep FNDLI
oracle    7411  3765  0 11:27 pts/2    00:00:00 grep FNDLI
[oracle@balaji scripts]$

Use sqlplus, login as APPLSYS
SQL>update fnd_concurrent_queues set running_processes=0;

go to your sidappl dirctory and
ls *.env
run APPSSID*.env
-cd $COMMON_TOP/admin/scripts/*
sh adstpall.sh apps/apps this will sto apps tire
-run the follwoing file form the same path adautocfg.sh
then start every thing up by runing adstrtal.sh apps/apps

[oracle@balaji scripts]$ ps -ef |grep FNDLI
oracle   14318 14313  0 01:48 pts/1    00:00:00 FNDLIBR                                                                                                                                               
oracle   14593 14472  0 01:48 ?        00:00:00 FNDLIBR                                                                                                                                                                                                                                       
oracle   14594 14472  0 01:48 ?        00:00:00 FNDLIBR                                                                                                                                                                                                                                       
oracle   14595 14472  0 01:48 ?        00:00:00 FNDLIBR                                                                                                                                                                                                                                       
oracle   14596 14472  0 01:48 ?        00:00:00 FNDLIBR                                                                                                                                                                                                                                        
oracle   15185   953  0 01:50 pts/1    00:00:00 grep FNDLI
[oracle@balaji scripts]$

No comments: