Anda di halaman 1dari 4

Re: Concurrent Request stays with 'Inactive No

Manager'
[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by 'J$' on March 18, 2001 at 23:05:13 EST:

In Reply to: Concurrent Request stays with 'Inactive No Manager' posted by 'Arun
S Kumar' on March 11, 2001 at 09:52:26 EST:

Let's stop your concurrent manager if it is running and try these steps:

Solution :

It is assumed that at this stage there are no FNDLIBR or INVLIBR processes.


If so, kill these processes from UNIX shell.

Login into sqlplus as user APPLSYS (owner of Application object library objects)
and follow the steps:

1. Truncate FND_CONCURRENT_PROCESSES...
truncate table FND_CONCURRENT_PROCESSES;

2. Update FND_CONCURRENT_REQUESTS as follows:


update fnd_concurrent_requests
set status_code='X', phase_code='C'
where status_code='T'

3. Update FND_CONCURRENT_QUEUES.RUNNING_PROCESSES to zero


update fnd_concurrent_queues
set running_processes = 0;
commit;

: Hi ,

: We are installing Oracle Apps 11.0.3 on Compaq Tru64 Unix on Alpha ES40. I have
used the 1 hour Install. The Installation has

: completed without any error. And I am able to start all the managers and access Apps
from Client machine. But when a Concurrent
: request is submitted, we are getting an 'Inactive : No Manager' status. I have tried a lot
of actions to solve this problem, but it has not

: been rectified.

: Has anybody faced this problem ?

: Is this a bug in apps 11.0.3 for Tru64 unix ? Does it require a patch ?

: Pl. get back with your idea about this and how we can solve this problem.

: Regards,
: Arun

: The contents of the log file is as follows :

:
:
===============================================================
=========
: Starting TST internal concurrent manager -- shell process ID 31316
:
: logfile=/d01/app/appltst/1103/fnd/11.0.28/log/TST.mgr
: PRINTER=
: mailto=appltst
: restart=N
: diag=N
: sleep=60 (default)
: pmon=20 (default)
: quesiz=1 (default)
:

: +---------------------------------------------------------------------------+
: Application Object Library: Concurrent Processing version 11.0

: Copyright (c) Oracle Corporation 1979, 1992, 1997. All rights reserved.

: Internal Concurrent Manager started : 06-MAR-2001 18:25:49

: +---------------------------------------------------------------------------+

: Process monitor session started : 06-MAR-2001 18:25:50


: ping: unknown host
: Process monitor session ended : 06-MAR-2001 18:25:52
: Process monitor session started : 06-MAR-2001 18:45:52
: ping: unknown host
: Process monitor session ended : 06-MAR-2001 18:45:54
: 06-MAR-2001 18:56:54
: Request : 493
: Priority : 0
: Program : 0/5
: State : Q

: Process monitor session started : 06-MAR-2001 18:58:09


: Process monitor session ended : 06-MAR-2001 18:58:09
: 06-MAR-2001 18:58:09
: Request : 493
: Priority : 0
: Program : 0/5
: State : Q

: Shutting down Internal Concurrent Manager : 06-MAR-2001 18:58:09


: The TST@TST internal concurrent manager has terminated successfully - exiting.
: z=1 (default)
:
: Call to establish_icm failed
: The Internal Concurrent Manager has encountered an error.

: Review concurrent manager log file for more detailed information. : 06-MAR-2001
18:57:11 -

:
: Shutting down Internal Concurrent Manager : 06-MAR-2001 18:57:11

: List of errors encountered:


: .............................................................................

:_1_
: AFPSMG cannot find concurrent manager with process ID 25

: Cause: AFPSMG found no rows while selecting concurrent manager 25


: from FND_CONCURRENT_PROCESSES for update.

: Action: Contact your support representative.

:_2_
: Routine AFPCSQ encountered an ORACLE error. .

: Review your error messages for the cause of the error. (=)
: .............................................................................
:
: CONC-ICM ALREADY RUNNING

: List of errors encountered:


: .............................................................................

:_1_
: Routine AFPCAL received failure code while parsing or running your
: concurrent program CPMGR

: Review your concurrent request log file for more detailed information.
: Make sure you are passing arguments in the correct format.
: .............................................................................

: The TST@TST internal concurrent manager has terminated with status 1 - giving up.
:
:
===============================================================
=========

Follow Ups:

Post a Followup

NAME:
E-Mail:
Subject:
Message:

[ Follow Ups ] [ Post Followup ] [ Message Board ]

Anda mungkin juga menyukai