EBS Workflow Mailer Command Line Java Diagnostic Tests for Office365,GMail,On-Premises Email Servers |
Very often in Workflow service requests, one will be requested to run Workflow Mailer Command Line Java Test to Troubleshoot the Mailer issue
This note explains how to run the Java Test Diagnostics for different types of SMTP/IMAP servers like Cloud Emails Severs/On-Premises Email servers. SOLUTION 1) Workflow Mailer Command Line Java Diagnostics Test for Office365 servers a. SMTP Please run the below Java test and upload the /tmp/smtp1.log and /tmp/smtp2.log file (Replace the parameter value with your instance specific value ) $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=smtp \ b.IMAP Please run the below Java test and upload the spool /tmp/imap1.log and /tmp/imap2.log file (Replace the parameter value with your instance specific value ) $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap \ 2) Workflow Mailer Command Line Java Diagnostics Test for GMail servers a. SMTP Please run the below Java test and upload the /tmp/smtp1.log and /tmp/smtp2.log file (Replace the parameter value with your instance specific value ) $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=smtp \ b.IMAP Please run the below Java test and upload the spool /tmp/imap1.log and /tmp/imap2.log file (Replace the parameter value with your instance specific value ) $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap \ 3) Workflow Mailer Command Line Java Diagnostics Test for On-Premises servers a. SMTP Please run the below Java test and upload the /tmp/smtp1.log and /tmp/smtp2.log file (Replace the parameter value with your instance specific value ) $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=smtp \ b. IMAP Please run the below Java test and upload the spool /tmp/imap1.log and /tmp/imap2.log file (Replace the parameter value with your instance specific value ) $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap \ |
Please refer metalink doc id: (Doc ID 2860542.1)