For the mail server configuration in 12c reports, need to the update the rwserver.conf files with mail server credentials.

cd $DOMAIN_HOME/config/fmwconfig/components/ReportsServerComponent/repserv1

Edit the rwserver.conf and update the below,

From :

<pluginParam name=”mailServer” value=”%MAILSERVER_NAME%”>
<!–property name=”enableSSL” value=”yes”/–>
<!–UserName and Password that can be used to connect to the mail server–>
<!–property name=”mailUserName” value=”%MAIL_USERID%” /–>
<!–property name=”mailPassword” value=”%MAIL_PASSWORD%”/–>
</pluginParam>

To :

<pluginParam name=”mailServer” value=”mailserver.doyensys.com”>
<property name=”enableSSL” value=”yes”/>
<property name=”mailUserName” value=”test@doyensys.com”/>
<property name=”mailPassword” value=”1234567″/>
</pluginParam>

cd $DOMAIN_HOME/config/fmwconfig/servers/WLS_REPORTS/applications/reports_12.2.1/configuration

Edit the rwserver.conf and update the below,

From :

<pluginParam name=”mailServer” value=”%MAILSERVER_NAME%”>
<!–property name=”enableSSL” value=”yes”/–>
<!–UserName and Password that can be used to connect to the mail server–>
<!–property name=”mailUserName” value=”%MAIL_USERID%” /–>
<!–property name=”mailPassword” value=”%MAIL_PASSWORD%”/–>
</pluginParam>

To :

<pluginParam name=”mailServer” value=”mailserver.doyensys.com”>
<property name=”enableSSL” value=”yes”/>
<property name=”mailUserName” value=”test@doyensys.com”/>
<property name=”mailPassword” value=”1234567″/>
</pluginParam>

Restart the WLS_REPORTS from WL console.

Recent Posts

Start typing and press Enter to search