Windows error 0x800CCC67, -2146644889

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode12 (0x00c)
NameFACILITY_INTERNET[1][2]
DescriptionThe source of the error code is Wininet related.[1][2]
Error Code52327 (0xcc67)

Questions

4votes
1answer

Throttling in VBA

The Back Story A little while back, I was asked if we could implement a mass email solution in house so that we would have better control over sensitive information. I proposed a two step plan: Develop a prototype in Excel/VBA/CDO for user familiarity, then phase a .Net/SQL server solution [...] read more
email
vba
throttling
exchange-server-2010
2votes
3answers

Too many concurrent connections Exchange 2010. What else is there to check?

I thought that I had this under control before. But for some reason during our last email marketing promo, I start receiving from our mass email client (built in house).. The message could not be sent to the SMTP server. The transport error code is 0x800ccc67. The server repsonse was [...] read more
exchange-2010
0votes
2answers

Troubleshooting "421 Connection not accepted at this time" error when sending email with SmtpClient

I am trying to send 4 emails using my isp. (NOT JUNK MAIL, i send it to my address) I send them one by one from a loop (as I build them). every message is 50kb-80kb MailMessage mailmessage = new MailMessage(); mailmessage.To.Add(to); mailmessage.From = new MailAddress(from, "From"); mailmessage.IsBodyHtml = true; [...] read more
c#
smtpclient

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0