Saturday, March 3, 2012

Testing Java Mailer Connection to Email Server.

Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com

Problem: Testing Java Mailer Connection to Email Server.



Solution:



Testing Java Mailer Connection to Email Server.
 Apply patch 3265133 RECEIVING ERROR WHEN WFMAILER EMAILS -- UNABLE TO CONNECT TO MAIL STORE

This will provide the syntax for the test:

Unix:

$AFJVAPRG -classpath $AF_CLASSPATH oracle.apps.fnd.wf.mailer.Mailer

Win:

%AFJVAPRG% -classpath %AF_CLASSPATH% oracle.apps.fnd.wf.mailer.Mailer

Example Syntax on Windows:

java -Dprotocol=imap -Dserver=rgmamerimap.oraclecorp.com -Dport=143 -Daccount=account
-Dpassword=password oracle.apps.fnd.wf.mailer.Mailer

Successful Connection Results:

Server rgmamerimap.oraclecorp.com at port 143 is reachable
Successfully connected to the IMAP account, folders defined are:

INBOX
discard
processed
trash


References:

Java Mailer and Other 11.5.9/OWF G Current Issues in Applications 11i [ID 260393.1]
Get Oracle Certifications for all Exams
Free Online Exams.com

No comments: