Thursday, February 19, 2015

Recreate the Process/Discard folders for WF Mailer

1) Stop WF Mailer and its containers

2) Recreate PROCESS and DISCARD folders as follows

Navigate to $APPLCSF/wfxmtrli directory as apxmtrli user

su wfxmtrli

mv PROCESS PROCESS_
mv DISCARD DISCARD_

touch PROCESS

touch DISCARD

exit

3) Run the following scripts as APPS user from
"/xmtr1i/applmgr/11510/fnd/11.5.0/patch/115/sql" directory

SQL> @wfntfqup.sql apps APPLSYS (Note: this takes 10 mins or so, so wait
till the script exits.

4) Restart WF Containers and then Mailer

5) Validate that mails are being processed from the new logs ($APPLCSF/log/FNDCPG*.txt)

No comments:

Post a Comment