Restart/Activate OPP.
At least one OPP process active in the system. The concurrent processing uses
the Output Post Processor (OPP) to enforce post-processing actions for
concurrent requests. For example, post-processing action is that used in
publishing concurrent requests with XML Publisher.
Actually when you have submit a request with XML Publisher template specified as a layout for the concurrent request output. Once finishes the concurrent manager concurrent program, it will contact the OPP to apply the XML Publisher template and create the final output
To activate the OPP follow these steps
The Profile Option "Concurrent: GSM Enabled" must be set to Y
Then:
1. Login to Apps with sysadmin responsibility
2. Navigate to: Concurrent -> Managers -> Define
3. Query for
Manager = 'Output Post Processor%'
or Short Name = FNDCPOPP
4. Check the checkbox "Enable" .
5. Click on 'Work Shifts button
6. see Work Shift of the OPP and
Set Processes = 1
and Parameters = oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
and Sleep Second = 30
7. Save
Actually when you have submit a request with XML Publisher template specified as a layout for the concurrent request output. Once finishes the concurrent manager concurrent program, it will contact the OPP to apply the XML Publisher template and create the final output
To activate the OPP follow these steps
The Profile Option "Concurrent: GSM Enabled" must be set to Y
Then:
1. Login to Apps with sysadmin responsibility
2. Navigate to: Concurrent -> Managers -> Define
3. Query for
Manager = 'Output Post Processor%'
or Short Name = FNDCPOPP
4. Check the checkbox "Enable" .
5. Click on 'Work Shifts button
6. see Work Shift of the OPP and
Set Processes = 1
and Parameters = oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
and Sleep Second = 30
7. Save
8. Navigate to: Concurrent -> Managers -> Administer
9. Make sure the Output Post Processor Status is not in 'Deactivate'
Set Status to 'Activate' if necessary.
10. Stop and Start the Concurrent Managers using
adcmctl.sh
How to restart OOP
SQL> select CONCURRENT_QUEUE_NAME,MAX_PROCESSES,RUNNING_PROCESSES,MIN_PROCESSES,TARGET_PROCESSES from apps.FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME='FNDCPOPP';
CONCURRENT_QUEUE_NAME
------------------------------------------------------------------------------------------
MAX_PROCESSES RUNNING_PROCESSES MIN_PROCESSES TARGET_PROCESSES
------------- ----------------- ------------- ----------------
FNDCPOPP
2 2 2 2
Also Using System Administrator responsibility navigate to
Concurrent-->Manager-->Administer ->query for the Output Post Processor
The Actual should equal to the Target processes (eg: Actual=2 Target =2)
Alternatively you can click on Restart to restart the service.
No comments:
Post a Comment