Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Concurrent Manager issues - Need assistance Please!
Try this...note from Metalink
TROUBLESHOOTING CONCURRENT MANAGER STARTUP PROBLEMS
IMPORTANT NOTE - Some of these steps are destructive and should not be run
on a
Production system without advice from Oracle Support.
INTRODUCTION
CCM from starting and the errors may not always indicate the true problem.
CHECKS TO MAKE
files to the proper directories.
2) Ensure that you are logged in as the 'applmgr' (or equivalent) user on
Unix,
or if on NT that the service is being started by the 'applmgr' (or
equivalent)
user.
3) If you are getting errors such as 'establish ICM unable to insert ICM record
APP-1167 APP-1244 Oracle error 1631 in insert_icm_record' Check your database's tablespace for the FND tables to ensure you enough free space to create the next extent. Also check the FND tables to ensure no
table has hit the maximum number of extents.
4) Log in to SQLPLUS as database user "apps".
Verify that view fnd_v$process exists: SELECT view_name
FROM all_views WHERE view_name LIKE '%V$%';
If the view is missing or invalid, rebuild it. From the operating system, as the applmgr user type:
FNDLIBR FND FNDCPBWV applsys/fnd SYSADMIN 'System Administrator' SYSADMIN
or as the applsys user run the following SQL statement
CREATE VIEW fnd_v$process AS
( SELECT P.Addr, P.Pid, S.Process Spid, S.Osuser Username, P.Serial#, S.Terminal, S.Program, P.Background, P.Latchwait, S.Lockwait FROM V$process P, V$session S WHERE P.Addr = S.Paddr );
5) Close down all Concurrent Manager processes and clear database tables/log
files. This process will remove all history of Concurrent Jobs and remove
all
scheduled jobs. Please contact Oracle Support for advice when doing this to
a
Production installation.
UPDATE fnd_concurrent_requests set phase_code = 'C', status_code = 'X' where status_code = 'T'; UPDATE fnd_concurrent_queues SET running_processes = 0; SELECT concurrent_queue_name, control_code, running_processes, max_processes FROM fnd_concurrent_queues;
The control_codes should be 'E' for deactivated managers, blank for all others
except FNDICM which should be 'X'. You will need to update the table manually if you find any exceptions to these values. For example:-
UPDATE fnd_concurrent_queues SET control_code = 'X' WHERE concurrent_queue_name = 'FNDICM';
c) Delete all log and output files in FND_TOP/log, APPLCSF/log and APPLCSF/out if these files are no longer needed.
6) Check environment variables.
On NT using REGEDT32 check the following keys have these values:
WARNING - ensure you do not change or delete any registry Settings as this
may irrecoverably damage your Oracle or NT Server installation :-
HKEY_LOCAL_MACHINE-->Software-->Oracle-->Applications-->11.0.0-->APPL_CONFIG
=<Appl Config Name>
HKEY_LOCAL_MACHINE-->Software-->Oracle-->LOCAL=<SID Name>
HKEY_LOCAL_MACHINE-->Software-->Oracle-->Applications-->11.0.0--><APPL_CONFI
G>-->DIAG=Y
HKEY_LOCAL_MACHINE-->Software-->Oracle-->Applications-->11.0.0--><APPL_CONFI
G>-->pmon=20
HKEY_LOCAL_MACHINE-->Software-->Oracle-->Applications-->11.0.0--><APPL_CONFI G>-->LOCAL=<SID Name> HKEY_LOCAL_MACHINE-->Software-->Oracle-->Applications-->11.0.0--><APPL_CONFIG>-->SERVICE_SID=<SID Name>
On Unix check :-
$ORACLE_SID
$LOCAL
If any of these settings are incorrect, reset them to the correct value.
7) Check the program versions
On NT check versions of FND_TOP/bin/FNDLIBR.EXE and AU_TOP/bin/FNDCORE.DLL.
This is achieved by highlighting the program file, then using the right
mouse
button to click-->Properties-->Version. Compare this information to that
found
in bug 881201 - this patch delivers v11.1.179 of FNDCORE.DLL (pre-req of
this
patch is to be on 11.0.3) Alternatively you may need to apply patch 872159
which is FNDCORE.dll v11.0.215
On Unix you can run the following command to determine the version numbers:
'strings -a $FND_TOP\bin\FNDLIBR | grep Header > fndlibr_versions.txt'
This will create a file called 'fndlibr_versions.txt' to send to Oracle Support.
8) Set up SQLNET trace and Database SQL tracing.
NOTE - the database will need to be restarted for this change to take effect.
It will also generate trace files for every database session, which induces
a great deal of processing overhead as well as a lot of disk writing. Once
the database has been restarted, try starting the Concurrent Manager, then
stop the database and reset 'SQL_TRACE=false' in the init.ora file and restart the database again.
9) Check the RDBMS version and ensure it is certified; certified combinations
change periodically.
user "system" and run the following query:
SELECT owner, object_name, object_type FROM dba_objects WHERE status != 'VALID';
If this returns any rows, we may need to identify why the object is invalid and get it to compile before proceeding.
This should return one row with a value of 'RDBMS' or 'LOCK'
If the value is 'RDBMS' run the script FND_TOP/sql/AFIMPMON.SQL - this will
set
the PMON method to LOCK instead of RDBMS.
If running on NT, restart the NT Server completely.
manual.
Once the above has been tried, please advise/send in the following
information
to Oracle Support:-
-----Original Message-----
From: John Dailey [mailto:John.Dailey_at_concept-solutions.com]
Sent: Monday, May 22, 2000 2:29 PM
To: Multiple recipients of list ORACLE-L
Subject: Concurrent Manager issues - Need assistance Please!
Upon trying to start the Concurrent Manager for the first time, we are encountering the following error. Please note that:
anyone out there seen anything like this? We are all scratching our heads here (even more than usual) =)
logfile=/u001/home/applmgr/output/logi1tfin/i1tfin.mgr PRINTER=nhqhp2b2q mailto=applmgr restart=N diag=N sleep=15 pmon=5 quesiz=5
APP-00981 ORACLE error 604 in fdngno
Previous Messages (for Support Purposes)
APP-00981 ORACLE error 604 in fdngno
APP-01167 Internal Concurrent Manager has encountered an error : 22-MAY-2000 10:47:54 -
Shutting down Internal Concurrent Manager : 22-MAY-2000 10:47:54
List of errors encountered :
.............................................................................
_ 1 _
APP-01086 AFPCSQ cannot set profile option value for USER_ID.
APP-00981 ORACLE error 604 in LOAD_OPTS
.............................................................................
APP-00981 ORACLE error 604 in LOAD_OPTS
List of errors encountered :
.............................................................................
_ 1 _
APP-01114 AFPCAL received failure code while running program CPMGR
.............................................................................
The i1tfin_at_i1tfin internal concurrent manager has terminated with status 1 - giving up.
John Dailey, MCSE/MCP+I
Consultant
Concept Solutions, LLC
Phone: 703-975-7039
Concept Solutions, LLC
*Your Business Intelligence Partner*
www.concept-solutions.com
-- Author: John Dailey INET: John.Dailey_at_concept-solutions.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail messageReceived on Mon May 22 2000 - 14:40:32 CDT
![]() |
![]() |