1) Concurrent Processing Tables and Purge Concurrent Request and/or Manager Data Program (FNDCPPUR) [ID 104282.1]
2) Purge Concurrent Request FNDCPPUR Does Not Delete Files From File System or Slow performance [ID 822368.1]
3) Best Practices for Performance for Concurrent Managers in E-Business Suite [ID 1057802.1]
4) Using the Output Post Processor (OPP) in Oracle Applications Concurrent Processing [ID 291792.1]
5) Cannot View Concurrent Manager Log And Out Files in R12 (APP-FND-01634 ) [ID 555394.1]
6) Deadlock Error During Concurrent Request Termination [ID 1060736.1]
7) Concurrent Processing (CP) / APPS Reporting Scripts [ID 213021.1]
8) How to Activate Parallel Concurrent Processing - More Facts [ID 602899.1]
9) How to Configure Concurrent Managers Applications for Parallel Concurrent Processing [ID 157352.1]10) Performance: Purge Obsolete Workflow Runtime Data ( FNDWFPR ) Concurrent Request is Slow [ID 985332.1]
11) Concurrent Requests Errors Out With ORA-20100: Error: FND_FILE Failure [ID 460643.1]
12) In R12 Get APP-FND-01564 ORA-01116 ORA-01110 ORA-27041 Errors When Running Concurrent Requests [ID 577291.1]
13) Performance Degradation When Submitting a Concurrent Request [ID 563434.1]
14) Concurrent Mangagers Down Cause Of Output Post Process Failing To Start [ID
798362.1]
15) How To Create a Java Concurrent Program? [ID 827563.1]
16) How to Troubleshoot Concurrent Manager Start Up Issue Related to Service Manager [ID 735148.1]
17) How To Submit A Concurrent Request Set Using Fnd_Request.Submit_Request [ID 382791.1]
18) How to Solve Concurrent Request Database Performance Issues [ID 863780.1]
19) How To Get Level 12 Trace And FND Debug File For Concurrent Programs [ID 726039.1]
20) How To Print Concurrent Requests in PDF Format [ID 333504.1]
21) When Submitting Create Accounting Program It Completes With Warning "Setting the Profile Option Concurrent: OPP Response Timeout to a Higher Value May Be Necessary" [ID 553320.1]
22) Troubleshooting AutoInvoice: Concurrent Request Failures (Request Status = Error) [ID 1082238.1]
23) How To Create A Custom Concurrent Program With Host Method and Pass Parameters To The Shell Script [ID 266268.1]
24) How to Submit a Concurrent Request With CONCSUB Using a User Other Than APPS [ID 1050415.1]
25) How To Gather Statistics On Oracle Applications 11.5.10(and above) - Concurrent Process,Temp Tables, Manually [ID 419728.1]
26) Where Is 'Delete Data From Temporary Table' Concurrent Program - ICXDLTMP.SQL [ID 397118.1]
27) Error ORA-20100 .tmp Creation For FND_FILE Failed In FA Concurrent Requests [ID 392635.1]
28) Concurrent Requests Fail with FDPSTP failed due to ORA-20100: File o0002712.tmp creation for FND_FILE [ID 148262.1]
29) Concurrent Requests Complete with ORACLE Error 20100 in FDPSTP [ID 157756.1]
30) Ora-01555 Caused By SELECT Statements With Low Query Duration and no Concurrent DML [ID 361992.1]
31) ORA-20100 & ORA-6512 When Running a Concurrent Process [ID 123977.1]
32) How to Find Database Session & Process Associated with a Concurrent Program Which is Currently Running. [ID 735119.1]
33) How to Solve Concurrent Request Database Performance Issues [ID 863780.1]
34) How to move Concurrent Processing Server from one node to another node [ID 373611.1]
35) A closer examination of the Concurrent Program Purge Obsolete Workflow Runtime Data [ID 337923.1]
36) Concurrent Managers Will Only Start on One Node in PCP/RAC Environment [ID 264296.1]
37) How to Solve Concurrent Request Database Performance Issues [ID 863780.1]
38) How to Submit a Concurrent Request With CONCSUB Using a User Other Than APPS [ID 1050415.1]
39) How To Create A Custom Concurrent Program With Host Method and Pass Parameters To The Shell Script [ID 266268.1]
40) Troubleshooting AutoInvoice: Concurrent Request Failures (Request Status = Error) [ID 1082238.1]
41) When Submitting Create Accounting Program It Completes With Warning "Setting the Profile Option Concurrent: OPP Response Timeout to a Higher Value May Be Necessary" [ID 553320.1]
Hope this helps !!!!
Showing posts with label managers. Show all posts
Showing posts with label managers. Show all posts
Wednesday, May 26, 2010
Friday, August 21, 2009
[ Issue ] Concurrent Manager startup errors out
Hello All,
Few days back , we encountered an error while starting Concurrent Managers ;
Here is the log file [segment]
Error :
=========================================================
Check that your system has enough resources to start a concurrent manager process. Contact your system administ : 18-AUG-2009 13:44:33
Starting PASMGR Concurrent Manager : 18-AUG-2009 13:44:33
CONC-SM TNS FAIL
Routine AFPEIM encountered an error while starting concurrent manager PASMGR with library /m03/DEV/apps/apps_st/appl/pa/12.0.0/bin/PALIBR.
Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 18-AUG-2009 13:44:33
Process monitor session ended : 18-AUG-2009 13:44:33
Process monitor session started : 18-AUG-2009 13:46:33
Could not contact Service Manager FNDSM_APPSDBA1_DEV. The TNS alias could not be located, the listener process on APPSDBA1 could not be contacted, or the listener failed to spawn the Service Manager process.
Could not contact Service Manager FNDSM_APPSDBA_DEV. The TNS alias could not be located, the listener process on APPSDBA could not be contacted, or the listener failed to spawn the Service Manager process.
Starting RCVOLTM Concurrent Manager : 18-AUG-2009 13:46:33CONC-SM TNS FAILRoutine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u03/DEV/apps/apps_st/appl/po/12.0.0/bin/RCVOLTM.
Check that your system has enough resources to start a concurrent manager process.
Contact your system administra : 18-AUG-2009 13:46:33
Starting PODAMGR Concurrent Manager : 18-AUG-2009 13:46:33CONC-SM TNS FAIL
=========================================================
Cause :
Some of the libraries of FNDSM/FNDLIBR must be missing or corrupted.
Solution :
1] Shutdown all the services.
2] Log in as applmgrcd to $FND_TOP/patch/115/sql
Run the script: afdcm037.sql
3] Relink FNDSM and FNDLIBR executables as mentioned below:
$ adrelink.sh force=y link_debug=y "fnd FNDLIBR"
$ adrelink.sh force=y link_debug=y "fnd FNDSM"
4] Run cmclean.sql
5] Start up the Services and retest.
Refer :
Metalink note-id : 460578.1 , 555081.1
Few days back , we encountered an error while starting Concurrent Managers ;
Here is the log file [segment]
Error :
=========================================================
Check that your system has enough resources to start a concurrent manager process. Contact your system administ : 18-AUG-2009 13:44:33
Starting PASMGR Concurrent Manager : 18-AUG-2009 13:44:33
CONC-SM TNS FAIL
Routine AFPEIM encountered an error while starting concurrent manager PASMGR with library /m03/DEV/apps/apps_st/appl/pa/12.0.0/bin/PALIBR.
Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 18-AUG-2009 13:44:33
Process monitor session ended : 18-AUG-2009 13:44:33
Process monitor session started : 18-AUG-2009 13:46:33
Could not contact Service Manager FNDSM_APPSDBA1_DEV. The TNS alias could not be located, the listener process on APPSDBA1 could not be contacted, or the listener failed to spawn the Service Manager process.
Could not contact Service Manager FNDSM_APPSDBA_DEV. The TNS alias could not be located, the listener process on APPSDBA could not be contacted, or the listener failed to spawn the Service Manager process.
Starting RCVOLTM Concurrent Manager : 18-AUG-2009 13:46:33CONC-SM TNS FAILRoutine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u03/DEV/apps/apps_st/appl/po/12.0.0/bin/RCVOLTM.
Check that your system has enough resources to start a concurrent manager process.
Contact your system administra : 18-AUG-2009 13:46:33
Starting PODAMGR Concurrent Manager : 18-AUG-2009 13:46:33CONC-SM TNS FAIL
=========================================================
Cause :
Some of the libraries of FNDSM/FNDLIBR must be missing or corrupted.
Solution :
1] Shutdown all the services.
2] Log in as applmgrcd to $FND_TOP/patch/115/sql
Run the script: afdcm037.sql
3] Relink FNDSM and FNDLIBR executables as mentioned below:
$ adrelink.sh force=y link_debug=y "fnd FNDLIBR"
$ adrelink.sh force=y link_debug=y "fnd FNDSM"
4] Run cmclean.sql
5] Start up the Services and retest.
Refer :
Metalink note-id : 460578.1 , 555081.1
Oracle ,database, sql , processing
adrelink,
afdcm037.sql,
cmclean,
Concurrent,
error,
FNDLIBR,
FNDSM,
managers
Sunday, June 28, 2009
[Issue] Concurrent Managers Not Starting With GSM Enabled
We encountered an error on our Production Instance[12.0.4], though all the services were up and running .. we could see only single process of FNDLIBR running.
When we checked the Concurrent:GSM Enabled profile option value ; it was set to "Y".
Error ::
All requests show a status as 'Inactive No Manager' .
Cause ::
The following is one possible cause for failure of concurrent managers to start:
Inability to ping the concurrent manager node after logging in as the OS user who starts the concurrent managers.
'ping' returns the following error:
ping: socket Permission denied
The application does a ping in order to check if the node is active.
If the ping fails, it adds the node as inactive. This prevents the concurrent managers from starting successfully.
Solution ::
The command 'ls -l ping' should return the following OS permissions in the directory where the ping command resides:
-r-sr-xr-x 1 root bin
If the permissions are different, issue the following command as root user:
'chmod 4555 ping'.
This will ensure that the OS user who starts the concurrent managers is able to ping successfully.
When we checked the Concurrent:GSM Enabled profile option value ; it was set to "Y".
Error ::
All requests show a status as 'Inactive No Manager' .
Cause ::
The following is one possible cause for failure of concurrent managers to start:
Inability to ping the concurrent manager node after logging in as the OS user who starts the concurrent managers.
'ping
ping: socket Permission denied
The application does a ping in order to check if the node is active.
If the ping fails, it adds the node as inactive. This prevents the concurrent managers from starting successfully.
Solution ::
The command 'ls -l ping' should return the following OS permissions in the directory where the ping command resides:
-r-sr-xr-x 1 root bin
If the permissions are different, issue the following command as root user:
'chmod 4555 ping'.
This will ensure that the OS user who starts the concurrent managers is able to ping successfully.
Refer :: Metalink note-id :311935.1
Oracle ,database, sql , processing
Concurrent,
gsm,
inactive,
managers,
nomanager,
ping,
socket permission denied
Subscribe to:
Posts (Atom)