Configure oracle workflow with office 365 cloud

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Configure oracle workflow with office 365 cloud

hidayat
Hi Erman,

can you assist me to configure oracle workflow mailer using oracle 365 cloud account, i tried to configure but failed. currently i am trying to configure it in R12.2.4 environment. Note:2077434.1 Configuring an Oracle Workflow Notification Mailer with Cloud E-Mail Servers
applied patch as per the document. patch id 24290674. i have installed certificates from office 365 server directly as mentioned here http://oradig.com/configuring-outlook365-imapsmtp-ssl-server-with-oracle-r12-workflow-mailer. I am not able to succeed in OS tests mentioned in the Note 2077434.1
Reply | Threaded
Open this post in threaded view
|

Re: Configure oracle workflow with office 365 cloud

ErmanArslansOracleBlog
Administrator
Tell me the exact steps that you have taken.
Also, tell me what error you are getting?

Use the following command (modify according to your env), execute it  with apps OS owner (i.e applmgr) and send me the output.

$AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap -Ddbcfile=$FND_SECURE/$TWO_TASK.dbc -Dserver=outlook.office365.com -Dport=993 -Dsecurity=SSL -Dtruststore=$AF_JRE_TOP/lib/security/cacerts -Daccount=<username> -Dpassword=<password> -Dfolder=Inbox -Dconnect_timeout=120 -Ddebug=Y -Dlogfile=IMAPSSLTest.log oracle.apps.fnd.wf.mailer.Mailer

Read this one as well: http://ermanarslan.blogspot.com.tr/2015/11/ebs-workflow-mailer-and-gmail.html

I suspect that your problem can be related with certificates. For workflow SSL implementations, certificates errors are seen mostly. But I need to know all the details. Port used, certificates gathered imported, everyting..