Concurrent Managers are not coming Up..
Concurrent Managers are not coming Up..with below error:
(Standard Manager & OAM Metrics)
"System Hold, Fix Manager before resetting counters"
The target and actual values are differing. The actual value of the manager is 0.
Finally as per the note:985835.1, I have done the following
i) Stop all the Oracle Applications services mainly the concurrent managers.
And make sure that no FND* or any related processes are running.
ii) Bounce the database.
iii) Navigate to cd $FND_TOP/bin and relink the objects as below:
$ adrelink.sh force=y link_debug=y "fnd FNDLIBR"
$ adrelink.sh force=y link_debug=y "fnd FNDFS"
$ adrelink.sh force=y link_debug=y "fnd FNDCRM"
$ adrelink.sh force=y link_debug=y "fnd FNDSM"
iv) Run the CMCLEAN.SQL script (Oracle doc id-134007.1)
And commit at the end.
v) Start the Application services.
Both the concurrent managers are now up and running.
You can query below SQL to get info:
SELECT Concurrent_Queue_Name, Enabled_Flag, Max_Processes, Running_Processes
FROM Fnd_Concurrent_Queues
WHERE Concurrent_Queue_Name LIKE 'FNDSM%';
(Standard Manager & OAM Metrics)
"System Hold, Fix Manager before resetting counters"
The target and actual values are differing. The actual value of the manager is 0.
Finally as per the note:985835.1, I have done the following
i) Stop all the Oracle Applications services mainly the concurrent managers.
And make sure that no FND* or any related processes are running.
ii) Bounce the database.
iii) Navigate to cd $FND_TOP/bin and relink the objects as below:
$ adrelink.sh force=y link_debug=y "fnd FNDLIBR"
$ adrelink.sh force=y link_debug=y "fnd FNDFS"
$ adrelink.sh force=y link_debug=y "fnd FNDCRM"
$ adrelink.sh force=y link_debug=y "fnd FNDSM"
iv) Run the CMCLEAN.SQL script (Oracle doc id-134007.1)
And commit at the end.
v) Start the Application services.
Both the concurrent managers are now up and running.
You can query below SQL to get info:
SELECT Concurrent_Queue_Name, Enabled_Flag, Max_Processes, Running_Processes
FROM Fnd_Concurrent_Queues
WHERE Concurrent_Queue_Name LIKE 'FNDSM%';
Comments
Post a Comment