472,146 Members | 1,434 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

SMTP Error

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...
Nov 17 '05 #1
2 3057
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...mtp_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" <mi**********@vsnl.com>
!Sender: "Latha Rajeev" <mi**********@vsnl.com>
!Subject: SMTP Error
!Date: Thu, 26 Jun 2003 01:13:18 -0700
!Lines: 15
!Message-ID: <09****************************@phx.gbl>
!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...
!

Nov 17 '05 #2

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

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Mike Obiku | last post: by
7 posts views Thread by Nancy | last post: by
5 posts views Thread by Charlie | last post: by
1 post views Thread by Brian Bischof | last post: by
34 posts views Thread by antonyliu2002 | last post: by
7 posts views Thread by oopsbabies | last post: by
2 posts views Thread by =?Utf-8?B?QWRl?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.