Inactive Managers

This forum is to discuss different features/issues of Oracle Financials modules ( GL - General Ledger, AP - Accounts Payable, AR - Accounts Receivable, FA - Fixed Assets & CM - Cash Management ).
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Inactive Managers

Post 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 ????
admin
Posts: 2063
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Post by admin »

Your concurrent manager is not working or may be services are not up. So start the concurrent manager service. thanks
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Post 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?
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Post 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
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Post by anu_uma »

Hi,
Platform is Windows only.........
admin
Posts: 2063
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Post by admin »

In windows check the Oracle services which are stopped or let us know the status of each to us. thanks
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Post 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
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Post 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
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Post 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
admin
Posts: 2063
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Post 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
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Post 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
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Post by ahmadbilal »

<b>Concurrent Request Phase & Status Code Translation</b>


http://members.ozemail.com.au/~gpiper/oracle/fin_6.html
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Post 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.......
ramkic
Posts: 34
Joined: Fri Sep 15, 2006 3:41 pm
Location: USA

Post 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
kalamanjari
Posts: 2
Joined: Sun Oct 21, 2007 6:55 am
Location: USA

Post 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
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 4 guests