Author |
|
rickripe Newbie
Joined: 11 September 2007 Location: Australia
Online Status: Offline Posts: 3
|
Posted: 11 September 2007 at 8:39pm | IP Logged
|
|
|
We are getting occasional errors (approx. 10-20% of the time) which look like:
error '80004005'
CMailItem.asp, line 314
CMailItem.asp line 314 is the LicenseKey setting below:
Set objMail = Server.CreateObject("MailBee.SMTP")
If Err.number <> 0 Then
Response.Write "Error: " & Err.Description
Response.End
On Error GoTo 0
Exit Function
End If
On Error GoTo 0
With objMail
.LicenseKey = "<our license key>"
.ServerName = mstrMailServer
End With
Question is - what is the actual error? The 80004005 error is a "general error" and covers a multitude of sins. How do we get access to the actual error?
Rick.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 12 September 2007 at 3:14am | IP Logged
|
|
|
Does it sometimes happen on the same workstation? Or does it always happen on certain (different) workstations?
Best regards,
Andrew
|
Back to Top |
|
|
rickripe Newbie
Joined: 11 September 2007 Location: Australia
Online Status: Offline Posts: 3
|
Posted: 23 September 2007 at 8:48pm | IP Logged
|
|
|
We only have it installed on the server - which runs the ASP code. It happens roughly once-twice a week (we send out something like 50 emails a day using this exact same logic).
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 23 September 2007 at 11:51pm | IP Logged
|
|
|
Please try to install the latest version of MailBee.dll (installation instructions included). Please let us know if this helps.
Best regards,
Andrew
|
Back to Top |
|
|
rickripe Newbie
Joined: 11 September 2007 Location: Australia
Online Status: Offline Posts: 3
|
Posted: 03 October 2007 at 10:32pm | IP Logged
|
|
|
Andrew, many thanks. We've had the latest DLL installed for two weeks now and have had no errors.
|
Back to Top |
|
|