Page 1 of 2

Inactive Managers

Posted: Mon Mar 05, 2007 7:58 am
by anu_uma
Hi All,
I am getting Inactive Managers in the Vision instance even if i try to open a period in GL or AP tranfer to GL. Almost all the requests - comes to inactive Managers

Please Suggest what has to be done in SysAdmin or AOL ????

Posted: Mon Mar 05, 2007 7:59 am
by admin
Your concurrent manager is not working or may be services are not up. So start the concurrent manager service. thanks

Posted: Mon Mar 05, 2007 10:14 am
by anu_uma
Admin,
I have started the Concurrent Manager and activated the services, but still I am getting the Inactive MAnagers, what are the services that are to be activated?

Is there any procedural way to start the concurrent managers?

Posted: Mon Mar 05, 2007 11:32 am
by ahmadbilal
what is platform (OS) ?
windows
or linux


[quote]Admin,
I have started the Concurrent Manager and activated the services, but still I am getting the Inactive MAnagers, what are the services that are to be activated?

Is there any procedural way to start the concurrent managers?



<i><div align="right">Originally posted by anu_uma

Posted: Tue Mar 06, 2007 1:14 am
by anu_uma
Hi,
Platform is Windows only.........

Posted: Tue Mar 06, 2007 1:57 am
by admin
In windows check the Oracle services which are stopped or let us know the status of each to us. thanks

Posted: Tue Mar 06, 2007 3:21 am
by anu_uma
Hi,
Statuses are started for all, and few stops as there is noting to process ....

infact i am not able to do anything becos of this concurrent managers inactive managers.........

Uma

Posted: Tue Mar 06, 2007 7:36 am
by ahmadbilal
[quote]Hi,
Statuses are started for all, and few stops as there is noting to process ....

infact i am not able to do anything becos of this concurrent managers inactive managers.........

Uma

<i><div align="right">Originally posted by anu_uma

Posted: Tue Mar 06, 2007 8:16 am
by anu_uma
Hi Ahamad,
SQL> SELECT DISTINCT concurrent_process_id cpid, pid opid, os_process_id osid,
2 q.concurrent_queue_name manager, p.process_status_code status,
3 TO_CHAR (p.process_start_date,
4 'MM-DD-YYYY HH:MI:SSAM'
5 ) started_at
6 FROM fnd_concurrent_processes p,
7 fnd_concurrent_queues q,
8 fnd_v$process
9 WHERE q.application_id = queue_application_id
10 AND (q.concurrent_queue_id = p.concurrent_queue_id)
11 AND (spid = os_process_id)
12 AND process_status_code NOT IN ('K', 'S')
13 ORDER BY concurrent_process_id, os_process_id, q.concurrent_queue_name;

CPID OPID
---------- ----------
OSID
--------------------------------------------------------------------------------
MANAGER S STARTED_AT
------------------------------ - ---------------------
769300 13
3988:3992
FNDICM A 03-06-2007 04:11:54PM


SQL> SELECT DISTINCT concurrent_process_id cpid, pid opid, os_process_id osid,
2 q.concurrent_queue_name manager, p.process_status_code status,
3 TO_CHAR (p.process_start_date,
4 'MM-DD-YYYY HH:MI:SSAM'
5 ) started_at
6 FROM fnd_concurrent_processes p,
7 fnd_concurrent_queues q,
8 fnd_v$process
9 WHERE q.application_id = queue_application_id
10 AND (q.concurrent_queue_id = p.concurrent_queue_id)
11 AND (spid = os_process_id)
12 ORDER BY concurrent_process_id, os_process_id, q.concurrent_queue_name;

CPID OPID
---------- ----------
OSID
--------------------------------------------------------------------------------
MANAGER S STARTED_AT
------------------------------ - ---------------------
769300 13
3988:3992
FNDICM A 03-06-2007 04:11:54PM

Posted: Tue Mar 06, 2007 8:35 am
by admin
Login as sysadmin in the applications and open the form,

Navigation: Concurrent > Manager > Administer and scroll down to find Standard Manager and check its status.

What is the behavior of concurrent manager if your restart your machine. Better to restart the machine.

Thanks

Posted: Tue Mar 06, 2007 9:20 am
by ahmadbilal
[quote]Login as sysadmin in the applications and open the form,

Navigation: Concurrent > Manager > Administer and scroll down to find Standard Manager and check its status.

What is the behavior of concurrent manager if your restart your machine. Better to restart the machine.

Thanks

<i><div align="right">Originally posted by admin

Posted: Tue Mar 06, 2007 4:43 pm
by ahmadbilal
<b>Concurrent Request Phase & Status Code Translation</b>


http://members.ozemail.com.au/~gpiper/oracle/fin_6.html

Posted: Wed Mar 07, 2007 9:27 am
by anu_uma
Hi,
I have tried with all the given Queries by you all, but still i am getting the same in vision instance ...............

All my concurrent programs are in Inactive Manager

The diagnostic says the below message

This request will not be processed because there are currently no managers running that can process it.

This is an error condition. There are one or more managers defined that can process this request that should be running at this time, but do not appear to be running.

Contact your system administrator and/or check the manager log files for errors.

in the Concurrent Managers the statuses of all the Managers are

Target node/queue unavailable

Please suggest something to activate the requests.......

Posted: Wed Mar 07, 2007 7:03 pm
by ramkic
Hi,
Re-create the Concurrent Manager and re-start it.
To do that ( make sure this is Vision instance and installed on Windows platform)

1) de-install concurent manager
a) go the APPL_TOP and set up the apps environment
b) check the environment setup properly
c) go to FND_TOP/bin and run the following command
ccmsvc.exe -r -a <APPL_CONFIG>
ex: ccmsvc.exe -r -a vis_localhost
2) run adsvcm.cmd to re-create the service.
a) go to viscomn/admin/install directory
b) open adsvcm.cmd file
c) look for localdb entry
d) replace %APPS_PWD% apps user and password
e) save he file
f) run adsvcm.cmd
this will create the service.
3) Start the service
you can do this by two ways
1) go to control panel services and start from there
or 2) use net start

***** don't do this on production instance*****

Thanks
ramkic

Posted: Sun Oct 21, 2007 7:01 am
by kalamanjari
Hi - I've just installed 11i (Rapid Install) on XP. Everything seems to be working fine except the concurrent manager process. I could able to start the process but immediately it is getting stopped. The Event Logs shows

OracleConcMgrVIS_localhost Started
FNDLIBR Stopped(3)
ICM process exited with error(3)
Restart ICM (Retries left:0)
OracleConcMgrVIS_localhost Stopped (status=3)

Your help is appreciated

Thanks