CDO .Send fails on XP SP2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have written a VBScript sub that uses the CDO object to build and send an
E-mail under program control; the script makes a connection to our local
Exchange 2000 Server. The sub has worked fine in production use for a year
now, but it fails on a test XP SP2 machine, with the following message.

Error = IDispatch error #19
Source = CDO.Message.1
Description = The transport failed to connect to the server.

I have done my best to search the KB for info on this error, to no avail.
Any help is greatly appreciated! I have also searched for a newsgroup
specifically addressing SP2 issues; I did not find one, so I have posted this
question here. Is there a better newsgroup for me to use?

TIA...
 
Sorry - false alarm...

It turns out that an associate had recently installed McAfee VirusScan
Enterprise V8, and this program requires that application programs be
specifically authorized to use port 25 to send E-mail. Once the program
running my scripting was authorized, the problem went away.
 
Re: CDO .Send & WinXP SP2

Hello, we have the similar problem. In our case, customer is using Windows XP SP2, smtp server is hosted on Linux, no authentication is used to send the email.

The error message occurs when we try to send more than one email within a minute. We found the problem occurs when Windows XP Firewall is turned on. When turned off, everything works just fine.

Unfortunately, our customer wants XP Firewall to be turned on. Would it be the solution to move SMTP server to Windows server and turn on user authentication?

Regards,
Emanuel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top