Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error not know

Status
Not open for further replies.

whiteadi

Programmer
Apr 8, 2003
11
NL
Hi,

I have a script where I just send mails (with CDONTS.NewMail) to different people depending on some variables. All was ok, I have on error resume next at beginning and I try to catch errors where I think can happen.

And I have one debug at the end of script:

if err <> 0 then
response.write &quot;blabla&quot;
response.write err.description
response.end
end if

So it is ok but from time to time just blabla is written but no error description.

What went wrong? If I do not see the error description it means that ASP doesn't know what it is? But it catches something. And as I said this happens not frequently.

Cold be because the mail server is busy or down or something?

Thanks,
whiteadi

 
Post more code. It might be happening for a reason, but need to see more.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top