- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Im getting error message while trying to send email through Base SAS 9.3.
Outlook 2016 is not detecting while trying to send email from sas 9.3 64 bit. MS office outlook is 34 bit.
Appreciate if someone can guide me with a solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@RishadnpThis might offer some assistance.
https://support.sas.com/resources/papers/proceedings13/023-2013.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@rishandnp what error did you receive?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and set it as the default mail client.”
My outlook is the default mail client!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Are you running this in batch or as a stored process? Or on a server installation?
@Rishadnp wrote:
Error mesage is ;
Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and set it as the default mail client.”
My outlook is the default mail client!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Stored processes run on a server, and servers often have no typical client software. Make sure that a mail conduit is installed and up on the server, and have it configured into SAS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I have master excel files stored in a folder (on my desktop). I use sas codes for sending files to multiple department managers daily . Not sure if this can be categorised as stored process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You stated you were running this as a stored process. A stored process is not run locally on your computer. The fact that Outlook is installed on your computer is irrelevant because the process is on the server. So the server must have Outlook or some email client.
A stored process in EG is a very specific task, so you likely would be pretty certain if you're working with a stored process or not.
But I suspect you are working on a server that doesn't have Outlook as indicated. As well, the account that runs the stored process won't be yours and the email account it comes from may be different.
Can you run a test example using the paper referenced and get that to work? I would start by making sure it works at all on your computer and then getting it work specifically for your project.
Post your code and errors if you continue to have issues.
@Rishadnp wrote:
Im not sure i understand your advise correctly. Below is the brief of my requirement.
I have master excel files stored in a folder (on my desktop). I use sas codes for sending files to multiple department managers daily . Not sure if this can be categorised as stored process.