Thursday, January 17, 2013

BAM alerts to external email id's

A customer reported a strange issue where they were unable to send emails from BAM application to external emails. I searched for it but was unable to find anything on google or in oracle documentation.I have given this as fix, they are yet to get back.But i am confident that it will fix the issue.

The feature is apparently there from 11.1.1.3 onwards.

1)
cd  <SOA Domain>/servers/bam_server1/tmp/_WL_user/oracle-bam_11.1.1/1o1igs/config/

take a backup of BAMCommonConfig.xml

from:    <AlertActionAllowExternalEmail>false</AlertActionAllowExternalEmail>
to:     <AlertActionAllowExternalEmail>true</AlertActionAllowExternalEmail>

2) cd <SOA Domain>/config/fmwconfig/servers/bam_server1/applications/oracle-bam_11.1.1/config/

take a backup of BAMCommonConfig.xml

inside the <BAMCommon> tag add the below line,
  <AlertActionAllowExternalEmail>true</AlertActionAllowExternalEmail>

3)Restart BAm server.

No comments:

Post a Comment