473,385 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

CDONTS on WINDOWS 2003 Server

F
Hi

Some one has posted this question on 10th August, as CDONTS is not working
on windows 2003 serever. I have the same problem and I copied CDONTS.DLL
from Windows 2000 Server and registered on Win 2003 server but it giving the
error on line when I calling method send of the object.

Error is
Microsoft VBScript runtime error '800a0046'

Permission denied

I tried to register CDONTS as COM+ with Admin user right to execute but it
still giving same error.

Any Advise

Regards


Jul 19 '05 #1
4 4314
Copying CDONTS and registering it isn't really a very advisable solution,
but well, fine.

Be sure that your IUSR account has permissions to write to
\Inetpub\mailroot\pickup

Ray at work

"F@yy@Z" <fa**********@mvwebmaker.com> wrote in message
news:uf*************@TK2MSFTNGP12.phx.gbl...
Hi

Some one has posted this question on 10th August, as CDONTS is not working
on windows 2003 serever. I have the same problem and I copied CDONTS.DLL
from Windows 2000 Server and registered on Win 2003 server but it giving
the
error on line when I calling method send of the object.

Error is
Microsoft VBScript runtime error '800a0046'

Permission denied

I tried to register CDONTS as COM+ with Admin user right to execute but it
still giving same error.

Any Advise

Regards



Jul 19 '05 #2
F
Thanks Ray

I tried microsoft best solution "RESTART" , can you beleive its working and
sending emails. I just registred CDONTS.Dll using regsvr32.

Regards

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:O2**************@TK2MSFTNGP11.phx.gbl...
Copying CDONTS and registering it isn't really a very advisable solution,
but well, fine.

Be sure that your IUSR account has permissions to write to
\Inetpub\mailroot\pickup

Ray at work

"F@yy@Z" <fa**********@mvwebmaker.com> wrote in message
news:uf*************@TK2MSFTNGP12.phx.gbl...
Hi

Some one has posted this question on 10th August, as CDONTS is not working on windows 2003 serever. I have the same problem and I copied CDONTS.DLL
from Windows 2000 Server and registered on Win 2003 server but it giving
the
error on line when I calling method send of the object.

Error is
Microsoft VBScript runtime error '800a0046'

Permission denied

I tried to register CDONTS as COM+ with Admin user right to execute but it still giving same error.

Any Advise

Regards




Jul 19 '05 #3
You really should use CDO.Message.
http://www.aspfaq.com/2026

--
http://www.aspfaq.com/
(Reverse address to reply.)


"F@yy@Z" <fa**********@mvwebmaker.com> wrote in message
news:uf*************@TK2MSFTNGP12.phx.gbl...
Hi

Some one has posted this question on 10th August, as CDONTS is not working
on windows 2003 serever. I have the same problem and I copied CDONTS.DLL
from Windows 2000 Server and registered on Win 2003 server but it giving the error on line when I calling method send of the object.

Error is
Microsoft VBScript runtime error '800a0046'

Permission denied

I tried to register CDONTS as COM+ with Admin user right to execute but it
still giving same error.

Any Advise

Regards



Jul 19 '05 #4
On Wed, 11 Aug 2004 16:08:53 +0100, "F@yy@Z"
<fa**********@mvwebmaker.com> wrote:
Thanks Ray

I tried microsoft best solution "RESTART" , can you beleive its working and
sending emails. I just registred CDONTS.Dll using regsvr32.
Glad to hear it. Now read Aaron's link and stop using CDONTS.

Jeff

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:O2**************@TK2MSFTNGP11.phx.gbl...
Copying CDONTS and registering it isn't really a very advisable solution,
but well, fine.

Be sure that your IUSR account has permissions to write to
\Inetpub\mailroot\pickup

Ray at work

"F@yy@Z" <fa**********@mvwebmaker.com> wrote in message
news:uf*************@TK2MSFTNGP12.phx.gbl...
> Hi
>
> Some one has posted this question on 10th August, as CDONTS is notworking > on windows 2003 serever. I have the same problem and I copied CDONTS.DLL
> from Windows 2000 Server and registered on Win 2003 server but it giving
> the
> error on line when I calling method send of the object.
>
> Error is
> Microsoft VBScript runtime error '800a0046'
>
> Permission denied
>
>
>
> I tried to register CDONTS as COM+ with Admin user right to execute butit > still giving same error.
>
> Any Advise
>
> Regards
>
>
>
>
>
>
>
>



Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: hugh Welford | last post by:
Hi...I am currently trying to have the CDONTS facility activated by my web-host (it has previously worked very well with another host, and is crucial to the site). I have received the following...
10
by: Seeker | last post by:
Hi! I have to do some developing and I'm trying to configure my server to mimic the operation of our production server. The issue I'm having is that I'm trying to use CDONTS to send an email...
8
by: Boris | last post by:
Could someone please tell me if I can use CDONTS in W 2003 Server environment to send emails the same way it is used in W2K Server. I have heard that CDONTS is no longer available in W 2003 Server...
4
by: CK | last post by:
Hi all, I know this question is stupid. But i need some advice for this. I am trying to develop a website, which will allow the user send to order form to the admin email. I am planning to use the...
12
by: tshad | last post by:
I am trying to run a test sending mail using CDONTS on my W2K3 machine. It works fine running from my WXP Pro, but I don't recieve the mail if run the W2K3 machine. Both machines have IIS...
3
by: Paul | last post by:
I am using the CDONTS.NewMail object to send e-mail programmatically. We upgraded our IIS server from NT to Windows 2003 Server. Now it does not appear that the CDONTS object is available on...
9
by: scott | last post by:
I have my win 2003 server setup correct with SMTP. I know because I've tested it ok. However, when I issue CODE 1 below, I get ERROR 1 below. I thought having SMTP installed correctly allowed...
1
by: Chris Thunell | last post by:
I am in the process of moving all my web applications from a windows 2000 server (IIS) to a windows 2003 server (IIS). I have apps written in VS6, .net and .net2002 but i am having problems with...
12
by: Jeff | last post by:
I have a dedicated windows server on BlueGenesis. I'd like to send an email using ASP, but I'm getting this error message: Microsoft VBScript runtime error '800a01ad' ActiveX component...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.