REP-50159:The report generated successfully but distribution to destinations failed.
Hi All,
I have a report which needs to be sent to the customer as email on a schedule.
I am using Oracle DB 19.3
I was having an issue with SRW package body creation using srwAPIins.sql, body was not getting created. Later we managed to get the package body by replacing @srwcre.plb with @srwcre_wrap.plb inside srwAPIins.sql.
Created csf key in enterprise manager.
Added below to the rwserver.conf
<pluginParam name="mailServer" value="smtp.office365.com:587">
<property name="enableSSL" value="yes"/>
<property name="mailUserName" value="noreply@mydomain.com" />
<property name="mailPassword" value="csf:reports:MailServerPwd"/>
</pluginParam>