|
 |
asp_components thread: CDONTS
Message #1 by "Mark.Chen" <Mark.Chen@s...> on Thu, 26 Apr 2001 08:01:19 -0500
|
|
Hi,
I am using CDONTS to send e-mails from my ASP pages. At first the server did
not have it installed so error messages popped up. Now it is installed, but
it is not sending e-mails!
The same code is working fine on another NT server.
The platform is NT 2000. The code fragment is:
************************************************
Set objNewMail = CreateObject("CDONTS.NewMail")
...
objNewMail.Send
************************************************
Anybody know what is wrong? Thanks!
Mark
-----Original Message-----
From: bart.luyckx@p... [mailto:bart.luyckx@p...]
Sent: Wednesday, April 25, 2001 1:44 PM
To: ASP components
Subject: [asp_components] registering an com+ application (complete this
time)
Hi,
I saw there went something wrong in sending this message, so here is the
complete one again.
I'm currently going through the book "Professional ASP pages". Since I
wanted to try out the examples about COM+ I upgraded my system to win2000
professional (with service pack 1). When I want to register my com+ object
(book ASPpro 3 page 637 and further) using component services I get the
following error message :
mcc.-application error
The instruction at "0x730425a8" referenced memory at "0x00000014". The
memory could not be "read"
.....
I cannot find anything on microsofts knowledge base about this problem.
Can somebody help me ?
Maybe some other information is important :
1. my win2000 professional system is een upgrade of a WINNT 4.0
workstation. Can this cause this problem ?
2. my system is almost ready for the museum (P166 with 48MB RAM). Can this
maybe cause this problem ?
Another question about COM and COM+ is the following. Is there a way to
use COM and COM+ aplications on a free ISP (so I cannot manage the server
myself and just want to uploade my website somewhere)
Please react
Best regards,
Bart LUYCKX
Message #2 by "Jonothon Ortiz" <jon@x...> on Thu, 26 Apr 2001 09:09:01 -0400
|
|
check the CDO FAQ up on p2p.wrox.com - also, you may want to sign up on the
ASP_CDO list =)
Jonothon Ortiz
Senior Web Developer
Xnext, Inc.
Ph: xxx.xxx.xxxx
or 888.84.XNEXT
http://www.Xnext.com
mailto:jon@x...
-----Original Message-----
From: Mark.Chen [mailto:Mark.Chen@s...]
Sent: Thursday, April 26, 2001 9:01 AM
To: ASP components
Subject: [asp_components] CDONTS
Hi,
I am using CDONTS to send e-mails from my ASP pages. At first the server did
not have it installed so error messages popped up. Now it is installed, but
it is not sending e-mails!
The same code is working fine on another NT server.
The platform is NT 2000. The code fragment is:
************************************************
Set objNewMail = CreateObject("CDONTS.NewMail")
...
objNewMail.Send
************************************************
Anybody know what is wrong? Thanks!
Mark
-----Original Message-----
From: bart.luyckx@p... [mailto:bart.luyckx@p...]
Sent: Wednesday, April 25, 2001 1:44 PM
To: ASP components
Subject: [asp_components] registering an com+ application (complete this
time)
Hi,
I saw there went something wrong in sending this message, so here is the
complete one again.
I'm currently going through the book "Professional ASP pages". Since I
wanted to try out the examples about COM+ I upgraded my system to win2000
professional (with service pack 1). When I want to register my com+ object
(book ASPpro 3 page 637 and further) using component services I get the
following error message :
mcc.-application error
The instruction at "0x730425a8" referenced memory at "0x00000014". The
memory could not be "read"
.....
I cannot find anything on microsofts knowledge base about this problem.
Can somebody help me ?
Maybe some other information is important :
1. my win2000 professional system is een upgrade of a WINNT 4.0
workstation. Can this cause this problem ?
2. my system is almost ready for the museum (P166 with 48MB RAM). Can this
maybe cause this problem ?
Another question about COM and COM+ is the following. Is there a way to
use COM and COM+ aplications on a free ISP (so I cannot manage the server
myself and just want to uploade my website somewhere)
Please react
Best regards,
Bart LUYCKX
---
SoftArtisans helps developers build robust, scalable Web applications!
Excel Web reports, charts: http://www.softartisans.com/excelwriter.html
File uploads: http://www.softartisans.com/saf.html
Transactional file management: http://www.softartisans.com/saf1.html
Scalability: http://www.softartisans.com/saxsession.html
ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html
$subst('Email.Unsub')
Message #3 by "Sean Deegan" <sean@z...> on Thu, 26 Apr 2001 09:11:51 -0400
|
|
Make sure that you have the SMTP service running under the MMC. If this is
not running, it will not work. Also, make sure, if it is running that you
have it set up correctly.
Sean
-----Original Message-----
From: Mark.Chen [mailto:Mark.Chen@s...]
Sent: Thursday, April 26, 2001 9:01 AM
To: ASP components
Subject: [asp_components] CDONTS
Hi,
I am using CDONTS to send e-mails from my ASP pages. At first the server did
not have it installed so error messages popped up. Now it is installed, but
it is not sending e-mails!
The same code is working fine on another NT server.
The platform is NT 2000. The code fragment is:
************************************************
Set objNewMail = CreateObject("CDONTS.NewMail")
...
objNewMail.Send
************************************************
Anybody know what is wrong? Thanks!
Mark
-----Original Message-----
From: bart.luyckx@p... [mailto:bart.luyckx@p...]
Sent: Wednesday, April 25, 2001 1:44 PM
To: ASP components
Subject: [asp_components] registering an com+ application (complete this
time)
Hi,
I saw there went something wrong in sending this message, so here is the
complete one again.
I'm currently going through the book "Professional ASP pages". Since I
wanted to try out the examples about COM+ I upgraded my system to win2000
professional (with service pack 1). When I want to register my com+ object
(book ASPpro 3 page 637 and further) using component services I get the
following error message :
mcc.-application error
The instruction at "0x730425a8" referenced memory at "0x00000014". The
memory could not be "read"
.....
I cannot find anything on microsofts knowledge base about this problem.
Can somebody help me ?
Maybe some other information is important :
1. my win2000 professional system is een upgrade of a WINNT 4.0
workstation. Can this cause this problem ?
2. my system is almost ready for the museum (P166 with 48MB RAM). Can this
maybe cause this problem ?
Another question about COM and COM+ is the following. Is there a way to
use COM and COM+ aplications on a free ISP (so I cannot manage the server
myself and just want to uploade my website somewhere)
Please react
Best regards,
Bart LUYCKX
Message #4 by "Rajesh Kumar" <rkumar@v...> on Thu, 26 Apr 2001 14:12:41 +0100
|
|
Hello Mark,
Check your SMTP server. Is it running???
regards
Rajesh
----- Original Message -----
From: "Mark.Chen" <Mark.Chen@s...>
To: "ASP components" <asp_components@p...>
Sent: Thursday, April 26, 2001 2:01 PM
Subject: [asp_components] CDONTS
> Hi,
>
> I am using CDONTS to send e-mails from my ASP pages. At first the server
did
> not have it installed so error messages popped up. Now it is installed,
but
> it is not sending e-mails!
>
> The same code is working fine on another NT server.
>
> The platform is NT 2000. The code fragment is:
>
> ************************************************
> Set objNewMail = CreateObject("CDONTS.NewMail")
>
> ...
>
> objNewMail.Send
> ************************************************
>
> Anybody know what is wrong? Thanks!
>
> Mark
>
>
> -----Original Message-----
> From: bart.luyckx@p... [mailto:bart.luyckx@p...]
> Sent: Wednesday, April 25, 2001 1:44 PM
> To: ASP components
> Subject: [asp_components] registering an com+ application (complete this
> time)
>
>
> Hi,
>
> I saw there went something wrong in sending this message, so here is the
> complete one again.
> I'm currently going through the book "Professional ASP pages". Since I
> wanted to try out the examples about COM+ I upgraded my system to win2000
> professional (with service pack 1). When I want to register my com+ object
> (book ASPpro 3 page 637 and further) using component services I get the
> following error message :
>
> mcc.-application error
>
> The instruction at "0x730425a8" referenced memory at "0x00000014". The
> memory could not be "read"
>
> .....
>
> I cannot find anything on microsofts knowledge base about this problem.
> Can somebody help me ?
> Maybe some other information is important :
> 1. my win2000 professional system is een upgrade of a WINNT 4.0
> workstation. Can this cause this problem ?
> 2. my system is almost ready for the museum (P166 with 48MB RAM). Can this
> maybe cause this problem ?
>
> Another question about COM and COM+ is the following. Is there a way to
> use COM and COM+ aplications on a free ISP (so I cannot manage the server
> myself and just want to uploade my website somewhere)
>
> Please react
>
> Best regards,
>
> Bart LUYCKX
Message #5 by Quang Tran <qtran@i...> on Thu, 26 Apr 2001 09:09:18 -0400
|
|
Did you have a mail server. CDO and CDONTS needs a mail server such as MS
Exchange. If you have another mail server, you need configuration the IIS
with this mail server.
What are you coding. Visual Basic for ASP. IF Asp, you need to coding
Server.CreateObject("CDONTS.NewMail").
Take a look example in Prof Asp 3.0 from Wrox. You can find the code there.
I believed in chapter 12 and 13.
Quang Tran
-----Original Message-----
From: Jonothon Ortiz [mailto:jon@x...]
Sent: Thursday, April 26, 2001 9:09 AM
To: ASP components
Subject: [asp_components] RE: CDONTS
check the CDO FAQ up on p2p.wrox.com - also, you may want to sign up on the
ASP_CDO list =)
Jonothon Ortiz
Senior Web Developer
Xnext, Inc.
Ph: xxx.xxx.xxxx
or 888.84.XNEXT
http://www.Xnext.com
mailto:jon@x...
-----Original Message-----
From: Mark.Chen [mailto:Mark.Chen@s...]
Sent: Thursday, April 26, 2001 9:01 AM
To: ASP components
Subject: [asp_components] CDONTS
Hi,
I am using CDONTS to send e-mails from my ASP pages. At first the server did
not have it installed so error messages popped up. Now it is installed, but
it is not sending e-mails!
The same code is working fine on another NT server.
The platform is NT 2000. The code fragment is:
************************************************
Set objNewMail = CreateObject("CDONTS.NewMail")
...
objNewMail.Send
************************************************
Anybody know what is wrong? Thanks!
Mark
-----Original Message-----
From: bart.luyckx@p... [mailto:bart.luyckx@p...]
Sent: Wednesday, April 25, 2001 1:44 PM
To: ASP components
Subject: [asp_components] registering an com+ application (complete this
time)
Hi,
I saw there went something wrong in sending this message, so here is the
complete one again.
I'm currently going through the book "Professional ASP pages". Since I
wanted to try out the examples about COM+ I upgraded my system to win2000
professional (with service pack 1). When I want to register my com+ object
(book ASPpro 3 page 637 and further) using component services I get the
following error message :
mcc.-application error
The instruction at "0x730425a8" referenced memory at "0x00000014". The
memory could not be "read"
.....
I cannot find anything on microsofts knowledge base about this problem.
Can somebody help me ?
Maybe some other information is important :
1. my win2000 professional system is een upgrade of a WINNT 4.0
workstation. Can this cause this problem ?
2. my system is almost ready for the museum (P166 with 48MB RAM). Can this
maybe cause this problem ?
Another question about COM and COM+ is the following. Is there a way to
use COM and COM+ aplications on a free ISP (so I cannot manage the server
myself and just want to uploade my website somewhere)
Please react
Best regards,
Bart LUYCKX
Message #6 by "Michiel van Otegem" <michiel_lists@a...> on Thu, 26 Apr 2001 16:09:15 +0200
|
|
Correction:
CDONTS does NOT need a mailserver. It just needs the SMTP Service running
(which can be installed as part of IIS).
CDO needs a mailserver.
---
Michiel van Otegem
ASP/XML Teacher
off-list email: michiel@a...
ASPNL.com / IT Composer
www: http://www.aspnl.com
---
----- Original Message -----
From: "Quang Tran" <qtran@i...>
To: "ASP components" <asp_components@p...>
Sent: Thursday, April 26, 2001 3:09 PM
Subject: [asp_components] RE: CDONTS
> Did you have a mail server. CDO and CDONTS needs a mail server such as MS
> Exchange. If you have another mail server, you need configuration the IIS
> with this mail server.
>
> What are you coding. Visual Basic for ASP. IF Asp, you need to coding
> Server.CreateObject("CDONTS.NewMail").
>
> Take a look example in Prof Asp 3.0 from Wrox. You can find the code
there.
> I believed in chapter 12 and 13.
>
> Quang Tran
>
>
> -----Original Message-----
> From: Jonothon Ortiz [mailto:jon@x...]
> Sent: Thursday, April 26, 2001 9:09 AM
> To: ASP components
> Subject: [asp_components] RE: CDONTS
>
>
> check the CDO FAQ up on p2p.wrox.com - also, you may want to sign up on
the
> ASP_CDO list =)
Message #7 by "Earls, Michael (CORP)" <Michael.Earls@C...> on Thu, 26 Apr 2001 10:54:36 -0400
|
|
Can you post your code? CDONTS won't send an email unless a valid "from"
address is used. It is very picky about these kinds of things. Perhaps a
code review will help to isolate your problem.
Michael Earls
-----Original Message-----
From: Mark.Chen [mailto:Mark.Chen@s...]
Sent: Thursday, April 26, 2001 6:01 AM
To: ASP components
Subject: [asp_components] CDONTS
Hi,
I am using CDONTS to send e-mails from my ASP pages. At first the server did
not have it installed so error messages popped up. Now it is installed, but
it is not sending e-mails!
The same code is working fine on another NT server.
The platform is NT 2000. The code fragment is:
************************************************
Set objNewMail = CreateObject("CDONTS.NewMail")
...
objNewMail.Send
************************************************
Anybody know what is wrong? Thanks!
Mark
-----Original Message-----
From: bart.luyckx@p... [mailto:bart.luyckx@p...]
Sent: Wednesday, April 25, 2001 1:44 PM
To: ASP components
Subject: [asp_components] registering an com+ application (complete this
time)
Hi,
I saw there went something wrong in sending this message, so here is the
complete one again.
I'm currently going through the book "Professional ASP pages". Since I
wanted to try out the examples about COM+ I upgraded my system to win2000
professional (with service pack 1). When I want to register my com+ object
(book ASPpro 3 page 637 and further) using component services I get the
following error message :
mcc.-application error
The instruction at "0x730425a8" referenced memory at "0x00000014". The
memory could not be "read"
.....
I cannot find anything on microsofts knowledge base about this problem.
Can somebody help me ?
Maybe some other information is important :
1. my win2000 professional system is een upgrade of a WINNT 4.0
workstation. Can this cause this problem ?
2. my system is almost ready for the museum (P166 with 48MB RAM). Can this
maybe cause this problem ?
Another question about COM and COM+ is the following. Is there a way to
use COM and COM+ aplications on a free ISP (so I cannot manage the server
myself and just want to uploade my website somewhere)
Please react
Best regards,
Bart LUYCKX
Message #8 by "Mark.Chen" <Mark.Chen@s...> on Thu, 26 Apr 2001 10:10:09 -0500
|
|
The code is working on another NT2000, but when we placed it on the web
server it stopped working. No errs, simply no e-mail.
Here is the code:
********************
Set objNewMail = CreateObject("CDONTS.NewMail")
strPONum = Request.QueryString("ponum")
strRecip = "mark.chen@s..., " & _
Session("email") & ", " & Session("coEmail")
objNewMail.Send "mark.chen@s...", strRecip, (title),
(content)
******************
Mark
-----Original Message-----
From: Earls, Michael (CORP) [mailto:Michael.Earls@C...]
Sent: Thursday, April 26, 2001 9:55 AM
To: ASP components
Subject: [asp_components] RE: CDONTS
Can you post your code? CDONTS won't send an email unless a valid "from"
address is used. It is very picky about these kinds of things. Perhaps a
code review will help to isolate your problem.
Michael Earls
-----Original Message-----
From: Mark.Chen [mailto:Mark.Chen@s...]
Sent: Thursday, April 26, 2001 6:01 AM
To: ASP components
Subject: [asp_components] CDONTS
Hi,
I am using CDONTS to send e-mails from my ASP pages. At first the server did
not have it installed so error messages popped up. Now it is installed, but
it is not sending e-mails!
The same code is working fine on another NT server.
The platform is NT 2000. The code fragment is:
************************************************
Set objNewMail = CreateObject("CDONTS.NewMail")
...
objNewMail.Send
************************************************
Anybody know what is wrong? Thanks!
Mark
-----Original Message-----
From: bart.luyckx@p... [mailto:bart.luyckx@p...]
Sent: Wednesday, April 25, 2001 1:44 PM
To: ASP components
Subject: [asp_components] registering an com+ application (complete this
time)
Hi,
I saw there went something wrong in sending this message, so here is the
complete one again.
I'm currently going through the book "Professional ASP pages". Since I
wanted to try out the examples about COM+ I upgraded my system to win2000
professional (with service pack 1). When I want to register my com+ object
(book ASPpro 3 page 637 and further) using component services I get the
following error message :
mcc.-application error
The instruction at "0x730425a8" referenced memory at "0x00000014". The
memory could not be "read"
.....
I cannot find anything on microsofts knowledge base about this problem.
Can somebody help me ?
Maybe some other information is important :
1. my win2000 professional system is een upgrade of a WINNT 4.0
workstation. Can this cause this problem ?
2. my system is almost ready for the museum (P166 with 48MB RAM). Can this
maybe cause this problem ?
Another question about COM and COM+ is the following. Is there a way to
use COM and COM+ aplications on a free ISP (so I cannot manage the server
myself and just want to uploade my website somewhere)
Please react
Best regards,
Bart LUYCKX
|
|
 |