Sunday 17 February 2019

Check that your system has enough resources to start a concurrent manager process Contact your

Issue
+++

Check that your system has enough resources to start a concurrent manager process. Contact your : 08-NOV-2018 14:12:40
Starting STANDARD Concurrent Manager               : 08-NOV-2018 14:12:40

CONC-SM TNS FAIL
Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u03/PROD/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.

Check that your system has enough resources to start a concurrent manager process. Contact your : 08-NOV-2018 14:12:41

Starting Internal Concurrent Manager Concurrent Manager : 08-NOV-2018 14:12:41
CONC-SM TNS FAIL
 : ICM failed to start for target ABPROD.  Review ICM log files for additional information.
                     Process monitor session ended : 08-NOV-2018 14:12:41



Solution
+++++
SQL>  select unique(node_name) from fnd_concurrent_queues;

NODE_NAME
--------------------------------------------------------------------------------
ABPROD
EBSTEST

SQL> update fnd_concurrent_queues set node_name='EBSTEST' where node_name='ABPROD';

43 rows updated.

SQL> commit;

Commit complete.

SQL>


No comments:

Post a Comment