Goal:
Extraction of EBS 12.1.x or EBS 12.2.x Workflow Mailer logs having Error, Exception or UNEXPECTED Keywords in your target logfiles.
By following the given below steps you will easily extract EBS 12.1.x or EBS 12.2.x Workflow Mailer logs having Error, Exception or UNEXPECTED Keywords in your target logfiles.
Steps:
- Source EBS Run file system/
- cd $APPLCSF/logs
- Generate the subject logs with the following commands:
grep “:ERROR:” $APPLCSF/$APPLLOG/FNDCPGSC*.txt > WFMailer_ERRORS.log
grep “Exception:” $APPLCSF/$APPLLOG/FNDCPGSC*.txt > WFMailer_EXCEPTIONS.log
grep “:UNEXPECTED:” $APPLCSF/$APPLLOG/FNDCPGSC*.txt > WFMailer_UNEXPECTED.log