Unable to connect to the mail account. Check the host, user name and password
Hi,
In R12.2 I'm unable to configure workflow inbound processing as updating IMAP details in the workflow notification mailer configuration screen fails(Edit-> fails with "Validation error occurred. Please check indicated fields below" and Advanced edit -> failed with below message
|
I've updated all the imap details through @$FND_TOP/sql/afsvcpup.sql except the INBOUND_PASSWORD. No error messages are written in either mailer log or oacore log when above errors are thrown.
Connection test to imap server using below command succeeds.
$AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap -Ddbcfile=$FND_SECURE/DEVCLONE.dbc -Dserver=XXXX -Dport=993 -Dsecurity=SSL -Daccount=XXX -Dpassword=XXX -Dfolder=INBOX -Dconnect_timeout=120 -Ddebug=Y -Dlogfile=/tmp/imap_rg_nossl.log -DdebugMailSession=Y -Ddebug=Y oracle.apps.fnd.wf.mailer.Mailer > /tmp/imap_rg1_nossl.log 2>&1