473,655 Members | 3,112 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4331
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\mailro ot\pickup

Ray at work

"F@yy@Z" <fa**********@m vwebmaker.com> wrote in message
news:uf******** *****@TK2MSFTNG P12.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******** ******@TK2MSFTN GP11.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\mailro ot\pickup

Ray at work

"F@yy@Z" <fa**********@m vwebmaker.com> wrote in message
news:uf******** *****@TK2MSFTNG P12.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**********@m vwebmaker.com> wrote in message
news:uf******** *****@TK2MSFTNG P12.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**********@m vwebmaker.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******** ******@TK2MSFTN GP11.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\mailro ot\pickup

Ray at work

"F@yy@Z" <fa**********@m vwebmaker.com> wrote in message
news:uf******** *****@TK2MSFTNG P12.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
847
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 reason for it not working : " there is already an e-mail server running on the server and when I try to start the 'Virtual SMTP Server' under IIS it fails. The e-mails from the web site are being sent to a local directory on the server but appear...
10
9777
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 under IIS on a Windows 2003 Server. The server does not have the SMTP service running, but I do have a third party SMTP/POP/IMAP server running. I have copied the CDONTS.DLL file and registered it. In the Web Serice Extensions I have enabled the...
8
3947
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 and if so, how can I send emails from ASP page... Many thanks in advance
4
4324
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 CDONTS component method. Can I just to localhost server to test, whether the form can be send up to the admin's email. Or I must have the Hosting server to do that. Can Anyone suggest me, how to I test my scripts can be successfully run (at...
12
1959
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 configured essentially the same. ******************************************************************************************
3
5899
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 the 2003 Server? Is this correct? If so, how does one send e-mail programmatically on 2003 Server using
9
6269
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 ASP to use CDONTS as a mail generator. Is there more to it? CODE 1: Set objMail = Server.CreateObject("CDONTS.NewMail")
1
1212
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 my VS6 applications, when they try to run the following code: Set objMsg = Server.CreateObject("CDONTS.NewMail") Is there anyway to install CDONTS on a windows 2003 server? I can't get debugging to work on the new server so I can't give you...
12
6295
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 can't create object: 'CDONTS.NewMail' I'm told that is because CDONTS is not installed.
0
8380
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8710
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7310
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4299
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2721
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1928
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.