cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I am using below command to send mail using exec but getting error as shown.

i have changed code to 8 and printed it as per a blog and getting below error now.

0 Likes
View Entire Topic
DayaJha
Active Contributor
0 Likes

Hi ShivRam,

Couple of points, before you proceed for SMTP setup.

  • Make sure firewall port (by default 25 port) of SMTP should be open between source and destination machine
  • Make sure in AWS SMTP port (by default 25) should be added in AWS security group if it was setup
  • Coordinate with mail exchange team to whitelist or add BODS server machine name

Once all done, check connectivity setup using below command

telnet <source ip address of smtp/SMTP Name> <port number> for e.g. telnet email-smtp.eu-west1.amazonaws.com 25

I hope this will help!!!

Regards,

Daya Jha

shiv_parijatam
Explorer
0 Likes

Hi Jeremy & Daya,

Thanks for your reply. Earlier I have tried with smtp function only by doing all the pre-requisites to enable the functionality. we have set up smtp server settins as in BODS Server manager as per blog (https://blogs.sap.com/2015/10/26/sap-data-services-mailing-functionality/).

I am able telnet smtp server & even able to send mails from PowerShell/Linux os level.

But when trying to same using scripts getting below error that is the reason I though of using PowerShell but not sure on how to trigger it using bods.

As per SAP not they are asking to install any third party smtp client so just wanted to check if any of you have installed any TP. It will be good to know which third party tool I should go as I dont see any recommendation from SAP in reply.

Thanks, Parijatam