CMCTCM

How to Cancel Cost Manager (CMCTCM ) and Relaunch It (文档 ID 373207.1) 转到底部转到底部

In this Document


Purpose

Troubleshooting Steps

References

APPLIES TO:

Oracle Cost Management - Version 11.5.9 to 12.1.3 [Release 11.5 to 12.1]
Information in this document applies to any platform.
CMCTCM


PURPOSE

How to cancel cost manager, in order to avoid :

- to launch severals cost manager at the same time
- to have warning message in CMCTCM log saying :
"

A Cost Manager is already launched.


Action: If you want to launch a new manager, cancel earlier manager first."

TROUBLESHOOTING STEPS

How to cancel cost manager, in order to avoid :

- to launch severals cost manager at the same time
- to have warning message in CMCTCM log saying : 
"A Cost Manager is already launched. 
Action: If you want to launch a new manager, cancel earlier manager first."


1 - To cancel the Cost Manager : use one of the following method:

   a) use 'System Administrator' responsibility 
       Navigate to Concurrent/Request/view 
       Set : specific Request=on 
       Name=Cost Manager.

In the lower part of the Find requests window there is a field "Select the Number of Days to view" set by default to 7 days.
-> Set "Select the Number of Days to view"=9999 
In fact this field is a filter which limits how far back it will query requests.

From here Cancel the Cost Manager which is Pending Scheduled.

or

b) Use the following SQL script:

SELECT request_id RequestId, 
request_date RequestDt, concurrent_program_name, 
phase_code Phase, 
status_code Status FROM 
fnd_concurrent_requests fcr, 
fnd_concurrent_programs fcp 
WHERE fcp.application_id = 702 AND 
fcp.concurrent_program_name in ('CMCTCM', 'CMCMCW', 'CMCACW') AND 
fcr.concurrent_program_id = fcp.concurrent_program_id AND 
fcr.program_application_id = 702 AND fcr.phase_code <> 'C'


Cancel all the requests from the above output by navigating to, System Administrator> Concurrent> Request.  Query for the RequestId returned from the select above.

In the lower part of the Find requests window there is a field "Select the Number of Days to view" set by default to 7 days 
-> Set "Select the Number of Days to view"=9999 
In fact this field is a filter which limits how far back it will query requests. 

Cancel the request id other than running. Let the running request get over. 

2 - Please run the Concurrent Manager Recovery feature to address any Concurrent Manager / Concurrent Processing issues within the Oracle Application Manager.  NOTE: Regular use of the CP Analyzer in Note 1411723.1 can provide an Immediate Analysis and Output of a Concurrent Environment.

3 - Restart the Cost Manager
     Inventory> Setup : Transactions> Interface Managers 
     Select  'Cost Manager' - choose Tools > Launch Manager

'Please Also review Note 304313.1


Still Have Questions? 
To discuss this information further with Oracle experts and industry peers, we encourage you to review, join or start a discussion in the 
My Oracle Support Cost Management EBS Community.

请使用浏览器的分享功能分享到微信等