SMTP Error

L

Latha Rajeev

Hi,
I have an application which sends out mails(using CDO),
the SMTP Server being a machine which is one the same
network. Most times, the mails are sent out successfully
but every once in a while, the app reports the following
error:
"The message could not be sent to the SMTP server. The
transport error code was 0x800ccc0b. The server response
was not available.".
Also at times i get the following error:"The transport
lost its connection to the server."

Any idea why i keep getting these errors.?

I have a deadline approaching pretty fast, plz HELP...
 
Y

Yan-Hong Huang[MSFT]

Hello Latha,

The error message "The transport error code was 0x800ccc0b. The server
response was not available."

Means: Server is busy.

If we use cdoSendUsingPort in CDOSYS to send mail rapidly, it may lock up
application.


The resolution is to use the default cdoSendUsingPickup directory, and
allow the local SMTP service to route the mail. cdoSendUsing pickup will
take up to 30 seconds to complete its communication with the mailserver per
mail connection. cdoSendUsingPickup, can put out mass mails because it only
creates a file I/O file into the local store.

I suggest you try this method to send out meail. For details, please check
out:
http://msdn.microsoft.com/library/en-us/wss/wss/_clb_sending_smtp_mail_by_th
e_pickup_directory_using_cdosys_vbs.asp?frame=true

Hope it helps.

Best regards,
yhhuang
VS.NET, Visual C++
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net? http://www.gotdotnet.com
--------------------
!Content-Class: urn:content-classes:message
!From: "Latha Rajeev" <[email protected]>
!Sender: "Latha Rajeev" <[email protected]>
!Subject: SMTP Error
!Date: Thu, 26 Jun 2003 01:13:18 -0700
!Lines: 15
!Message-ID: <[email protected]>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcM7usyyQ0tsfI/iRpWdS3vcb7R+zQ==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:155031
!NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Hi,
!I have an application which sends out mails(using CDO),
!the SMTP Server being a machine which is one the same
!network. Most times, the mails are sent out successfully
!but every once in a while, the app reports the following
!error:
!"The message could not be sent to the SMTP server. The
!transport error code was 0x800ccc0b. The server response
!was not available.".
!Also at times i get the following error:"The transport
!lost its connection to the server."
!
!Any idea why i keep getting these errors.?
!
!I have a deadline approaching pretty fast, plz HELP...
!
 
L

Latha Rajeev

Hello Yan-Hong Huang,
Thanx for u'r suggestion. I will be trying this out as
soon as i can.


Latha
 
Joined
Jun 7, 2007
Messages
1
Reaction score
0
SPAM Control

Hi Guys\Girls

It will be a good idea to talk to the infrastructure guys.

I had the same problem and it came down to SPAM control.

In my instance this same problem was caused by connection filtering that was enabled with multiple RBL lists.

As soon as i excluded the local subnet from the connection filtering everything started working again. One thing i do know is that in my instance this was working a month ago, thus obviously the RBL providers managed to restrict SMTP senders by obviouse ip subnet senders.

Hope it works

Carlito
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top