Thursday, April 29, 2010

Output post processor Related issues

To implement the solution, please execute the following steps
=============================================================

1. Shutdown all the services.

2. Log in as applmgr
cd to $FND_TOP/patch/115/sql
Run the script: afdcm037.sql

3. Relink FNDSM and FNDLIBR executables as mentioned below:

$ adrelink.sh force=y link_debug=y "fnd FNDLIBR"
$ adrelink.sh force=y link_debug=y "fnd FNDSM"

4. Run cmclean.sql

5. Start up the Services and retest.


some services= = output post processor
======================================

C_AQCT_SVC - C AQCART Service
Debug_Service - Debug Service
FNDCPOPP - Output Post Processor
WFALSNRSVC - Workflow Agent Listener Service
WFMLRSVC - Workflow Mailer Service
WFWSSVC - Workflow Document Web Services Service
XDP_APPL_SVC - SFM Application Monitoring Service
XDP_CTRL_SVC - SFM Controller Service
XDP_Q_EVENT_SVC - SFM Event Manager Queue Service
XDP_Q_FA_SVC - SFM Fulfillment Actions Queue Service
XDP_Q_FE_READY_SVC - SFM Fulfillment Element Ready Queue Service
XDP_Q_IN_MSG_SVC - SFM Inbound Messages Queue Service
XDP_Q_ORDER_SVC - SFM Order Queue Service
XDP_Q_TIMER_SVC - SFM Timer Queue Service
XDP_Q_WI_SVC - SFM Work Item Queue Service
XDP_SMIT_SVC - SFM SM Interface Test Service
The following symptoms have been identified in regards to this issue.

No comments:

Post a Comment

Command to do active duplicate for Oracle Database

1. First login to target server 2. Validate tns connectivity between Source DB and Target DB 3. Prepare and validate space availability 4. S...