Saturday, July 30, 2011

Inactive Nomanager


Request goinging Inactive Nomanager



- Check ICM up and Running
- Check the manager that id supposed to run this request is up and running ( FInd the specialization rules include/exclude this prog exists )

select 'Concurrent program '||fcp.concurrent_program_name||' is ' ||
decode(fcqc.include_flag,'I','included in ','E','excluded from ')||fcqv.user_concurrent_queue_name
specialization_rule_details from fnd_concurrent_queues_vl fcqv,fnd_concurrent_queue_content fcqc,fnd_concurrent_programs fcp
where fcqv.concurrent_queue_id=fcqc.concurrent_queue_id and fcqc.type_id=fcp.concurrent_program_id
and fcp.concurrent_program_name='<PROGRAM_SHORT_NAME>';


If above are are fine but still facing issue.. you can try this
   - Deactivate the desired Mgr
   - Go 2 Specialization Rules of that manager and delete the entries ( Conc -> Mgr -> Define )
   - Activate the Mgr
   - Add d specialization rules back


- If still not working follow note 1311526.1


UR's Key Run ;-) 

1 comment: