No. 20524
CONCURRENT MANAGER가 뜨지 않을 경우 써야 하는 방법 =====================================
PURPOSE ------- concurrent manager가 뜨지 않을 경우 조치 사항.
Problem Description ------------------- concurrnet manager가 뜨지 않음.
Workaround ----------
Solution Description -------------------- 1. Check the concurrent manager log file for errors. 2. Check to make sure no FNDLIBR, FNDCRM or other Concurrent Manager processes are running. 3. Truncate the table fnd_concurrent_processes 4. Truncate the table fnd_concurrent_requests (back it up first if you want to keep the data). 5. Update the fnd_concurrent_requests table set phase_code = 'C', status_code = 'X' where status_code = 'T'; 6. Update fnd_concurrent_queues set running_processes = 0 7. Update fnd_concurrent_queues set max_processes = 0 8. Check the fnd_concurrent_proccesses table if there is a process with process_status_code = A, change it to 'K'. 9. Check the system to see if any process has a lock on the table FND_CONCURRENT_PROCESSES 10. Start the concurrent managers using the script adcmctl.sh
Reference Documents -------------------
|