Hi,
I am using Data Management Studio 2.7. I have created a process job where i get an email list and i pass it to the SAS Code Node via input and output variables. In the SAS Code Node i have a code to send a static email to every mail in the list.
The code is working fine if i insert in SAS Base, but when i try to run the process job i get the error showing the image below. Is there a specific configuration option in the dataflux that i am missing.
Thank you in advance.
DI Studio uses a workspace server or the Data Step Batch server for execution. These need to be configured for email.
The .cfg files in the SASHome are irrelevant for this, you need to set that in the SASApp/sasv9_usermods.cfg file in the configuration tree of the BI server.
Hi,
Can you show th epart of the code that is actually sending the email and configuring how to send it?
The error seems to indicate the value for your smtp domain is not retrieved.
Thanks,
Audrey
Hi Audrey,
Thank you for your response. The code is in the image below (i have omitted the %let statements cause they are automatically created as i run the SAS Code Node).
Using the exact same code in the SAS Base i send the email. You can check it in the image below. And i have confirmed it with the receiver.
As for the configuration in the SASHome\SASFoundation\nls\u8\sasv9.cfg are in the image below.
DI Studio uses a workspace server or the Data Step Batch server for execution. These need to be configured for email.
The .cfg files in the SASHome are irrelevant for this, you need to set that in the SASApp/sasv9_usermods.cfg file in the configuration tree of the BI server.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.