Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: error problem


Message #1 by abutramenko@b... on Mon, 13 Aug 2001 20:36:29
Does anyone familiar with error above, and if so, 

please help me to resolve this problem. 



Microsoft VBScript runtime error '800a01ad' 

ActiveX component can't create object: 'CDONTS.Newmail' 



I've got this error after I placed my ASP application on the network. And 

try to  use Exchange Server for emails (from my program). 

I don't have any problem to send email from my local machine using smtp 

service.

Is it possible to use the same code for SMTP Service and for Exchange 

Server. 



Thank you in advance. 

Message #2 by "Tomm Matthis" <matthis@b...> on Mon, 13 Aug 2001 16:19:02 -0400
No... they are different.  Exchange uses MAPI protocol instead.



> -----Original Message-----

> From: abutramenko@b... [mailto:abutramenko@b...]

> Sent: Monday, August 13, 2001 8:36 PM

> To: ASP CDO

> Subject: [asp_cdo] error problem

>

>

> Does anyone familiar with error above, and if so,

> please help me to resolve this problem.

>

> Microsoft VBScript runtime error '800a01ad'

> ActiveX component can't create object: 'CDONTS.Newmail'

>

> I've got this error after I placed my ASP application on the network. And

> try to  use Exchange Server for emails (from my program).

> I don't have any problem to send email from my local machine using smtp

> service.

> Is it possible to use the same code for SMTP Service and for Exchange

> Server.

>

> Thank you in advance.

Message #3 by Wei WU <wwu@i...> on Tue, 14 Aug 2001 15:25:55 +1000

Well my idea may sounds stupid but are you sure CDO is installed on the

server where your ASP app resides?



Exchange can also accept emails from SMTP or POP3. Since you can send out

emails from that server then the failure point must be CDO itself.







-----Original Message-----

From: abutramenko@b... [mailto:abutramenko@b...]

Sent: Tuesday, 14 August 2001 6:36 AM

To: ASP CDO

Subject: [asp_cdo] error problem





Does anyone familiar with error above, and if so, 

please help me to resolve this problem. 



Microsoft VBScript runtime error '800a01ad' 

ActiveX component can't create object: 'CDONTS.Newmail' 



I've got this error after I placed my ASP application on the network. And 

try to  use Exchange Server for emails (from my program). 

I don't have any problem to send email from my local machine using smtp 

service.

Is it possible to use the same code for SMTP Service and for Exchange 

Server. 



Thank you in advance. 



Message #4 by "Butramenko, Angelika" <abutramenko@b...> on Tue, 14 Aug 2001 09:12:03 -0400
Thank you for helping me.



I just want to clarify some thing:



My ASP app and Exchange server resides on the two different machines,

and for security issue my network Adm. doesn't want to install SMTP 

Service,

so I need help to configure Exchange Server to recognize my Asp app. or

CDONTS.

And my questions can I use the code below to send emails fro Exchange 

server

or I have to convert my program or....



I will be really appreciated for any possible help.



Angelika



-----Original Message-----

From: Wei WU [mailto:wwu@i...]

Sent: Tuesday, August 14, 2001 1:26 AM

To: ASP CDO

Subject: [asp_cdo] RE: error problem







Well my idea may sounds stupid but are you sure CDO is installed on the

server where your ASP app resides?



Exchange can also accept emails from SMTP or POP3. Since you can send out

emails from that server then the failure point must be CDO itself.







-----Original Message-----

From: abutramenko@b... [mailto:abutramenko@b...]

Sent: Tuesday, 14 August 2001 6:36 AM

To: ASP CDO

Subject: [asp_cdo] error problem





Does anyone familiar with error above, and if so,

please help me to resolve this problem.



Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object: 'CDONTS.Newmail'



I've got this error after I placed my ASP application on the network.

And try to  use Exchange Server for emails (from my program).

I don't have any problem to send email from my local machine using smtp 

service.

Is it possible to use the same code for SMTP Service and for Exchange

Server.



Thank you in advance.



Message #5 by Wei WU <wwu@i...> on Thu, 16 Aug 2001 15:59:21 +1000

If IMC is installed on the Exchange server then you could just setup 

your

web server (I assume IIS is installed on your web server, hence SMTP 

should

also be running) to forward emails to the IP of Exchange server. By 

doing

this you are actually doing the following process:



1. CDONTS compose email and drop it to local SMTP

2. local SMTP forward email to Exchange at port 25

3. Exchange gets the email.



CDONTS is a subset of CDO for Exchange so I don't think MAPI is 

supported by

CDONTS. please check some document to make sure. If CDONTS can talk in 

MAPI

then just directly send to the Exchange server, and forget about local 

SMTP.



ta



Wei



-----Original Message-----

From: Butramenko, Angelika [mailto:abutramenko@b...]

Sent: Tuesday, 14 August 2001 11:12 PM

To: ASP CDO

Subject: [asp_cdo] RE: error problem





Thank you for helping me.



I just want to clarify some thing:



My ASP app and Exchange server resides on the two different machines,

and for security issue my network Adm. doesn't want to install SMTP

Service,

so I need help to configure Exchange Server to recognize my Asp app. or

CDONTS.

And my questions can I use the code below to send emails fro Exchange

server

or I have to convert my program or....



I will be really appreciated for any possible help.



Angelika






  Return to Index