Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Create Object error

Reply
Thread Tools

Create Object error

 
 
J P Singh
Guest
Posts: n/a
 
      02-11-2004
I am getting the following error when using CDONTS to send an email.

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/submitauth.asp, line 42

800401f3

We have recently moved the application from a windows 2000 server to a
windows 2003 server with DOT net framework installed. Everything else works
but I am not able to send emails. Does anyone knows why this happens?




 
Reply With Quote
 
 
 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      02-11-2004
CDONTS is no longer supported. Use CDO.Message. http://www.aspfaq.com/2026

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"J P Singh" <noemail@asIhatespam> wrote in message
news:...
> I am getting the following error when using CDONTS to send an email.
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /submitauth.asp, line 42
>
> 800401f3
>
> We have recently moved the application from a windows 2000 server to a
> windows 2003 server with DOT net framework installed. Everything else

works
> but I am not able to send emails. Does anyone knows why this happens?
>
>
>
>



 
Reply With Quote
 
 
 
 
J P Singh
Guest
Posts: n/a
 
      02-11-2004
Forgot to add that CDO and SMTP is installed and running


"J P Singh" <noemail@asIhatespam> wrote in message
news:...
> I am getting the following error when using CDONTS to send an email.
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /submitauth.asp, line 42
>
> 800401f3
>
> We have recently moved the application from a windows 2000 server to a
> windows 2003 server with DOT net framework installed. Everything else

works
> but I am not able to send emails. Does anyone knows why this happens?
>
>
>
>



 
Reply With Quote
 
Ray at
Guest
Posts: n/a
 
      02-11-2004
CDONTS doesn't exist on 2003. Use CDO.

http://www.aspfaq.com/search.asp?q=cdonts
http://www.aspfaq.com/show.asp?id=2026

Ray at work

"J P Singh" <noemail@asIhatespam> wrote in message
news:...
> I am getting the following error when using CDONTS to send an email.
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /submitauth.asp, line 42
>
> 800401f3
>
> We have recently moved the application from a windows 2000 server to a
> windows 2003 server with DOT net framework installed. Everything else

works
> but I am not able to send emails. Does anyone knows why this happens?
>
>
>
>



 
Reply With Quote
 
J P Singh
Guest
Posts: n/a
 
      02-11-2004
thanks a lot.

I have got it to work. Only one more question

How do you get a read receipt using CDO?

thanks

Jas

"J P Singh" <noemail@asIhatespam> wrote in message
news:...
> I am getting the following error when using CDONTS to send an email.
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /submitauth.asp, line 42
>
> 800401f3
>
> We have recently moved the application from a windows 2000 server to a
> windows 2003 server with DOT net framework installed. Everything else

works
> but I am not able to send emails. Does anyone knows why this happens?
>
>
>
>



 
Reply With Quote
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      02-11-2004
http://www.aspfaq.com/search.asp?q=cdo+receipt

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"J P Singh" <noemail@asIhatespam> wrote in message
news:...
> thanks a lot.
>
> I have got it to work. Only one more question
>
> How do you get a read receipt using CDO?
>
> thanks
>
> Jas
>
> "J P Singh" <noemail@asIhatespam> wrote in message
> news:...
> > I am getting the following error when using CDONTS to send an email.
> >
> > Server object error 'ASP 0177 : 800401f3'
> >
> > Server.CreateObject Failed
> >
> > /submitauth.asp, line 42
> >
> > 800401f3
> >
> > We have recently moved the application from a windows 2000 server to a
> > windows 2003 server with DOT net framework installed. Everything else

> works
> > but I am not able to send emails. Does anyone knows why this happens?
> >
> >
> >
> >

>
>



 
Reply With Quote
 
Roland Hall
Guest
Posts: n/a
 
      02-12-2004
"J P Singh" wrote:
: thanks a lot.
:
: I have got it to work. Only one more question
:
: How do you get a read receipt using CDO?

http://www.vamsoft.com/orf/howto-readreceipt.asp

HTH...

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating object in function doesn't seem to create a new object. Paul Childs Python 1 06-03-2008 08:20 PM
[compilation error] debugging this error message "Object() in java.lang.Object cannot be applied to" Gavin Java 3 03-28-2007 05:57 AM
Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object jon wayne C++ 9 09-22-2005 02:06 AM
Create an object on the fly knowing just an object type Just D. ASP .Net 2 05-07-2005 03:06 AM
how to dynamically create a function object (from a code object)? Petri Savolainen Python 0 07-01-2003 10:43 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57