Ask a Question related to ASP Database, Design and Development.
-
j #1
CDONTS error on CDONTSMail.send on Exchange 5.5 sp4 on NT 4.0 sp6a
Hi. I'm using the example from FP2000: How to Send Form Results to a
Database and E-mail Address at the Same Time at
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;275251&Product=fpw[/url]
and all data is getting into the database fine. But the E-mail never gets
sent and gives this error
Microsoft VBScript runtime error '800a0046'
Permission denied
/mail/email.asp, line 188
Line 188 of email.asp is
<---begin code Line 188--->
myCDONTSMail.Send strFrom,strTo,strSubject,strBody
<---end code line 188--->
I've checked folder permissions to the IMCData folder and everyone has full
control.
Since Exchange 5.5 sp4 is installed I can't use the IIS SMTP service so I
can't install that. The asp code is set to e-mail a local address on the
Exchange Server so it's not trying to Relay through exchange.
Is there anything I can check for?
j Guest
-
Send Email (CDONTS or MAPI) Internally And Resolve Sender's Address
Hi guys, I was wondering if one of you can help me out. I currently have an Intarnet Web application, where the user submits a form and the form... -
How do I use CDONTS.new to send an email with attachment?
Can someone give me some sample code to use CDONTS.new to send email with an attachment? I've got sample code from the following website; ... -
Error using CDONTSMail.Send with Exchange 5.5 sp4 on NT 4.0 sp 6a
Hi. I'm using the example on Microsoft's site for CDONTS http://support.microsoft.com/default.aspx?scid=kb;en-us;275251&Product=fpw -
How to send email (perhaps via Exchange Server?)
I am writing a Perl script for Solaris box. The script needs to send email. The company uses Microsoft Exchange Server, and the Solaris box Sendmail... -
how to send chinese mail via CDONTS
Hello Who can teach me how to send chinese(big5) mail via cdonts, I search some information in internet that said using... -
Ray at #2
Re: CDONTS error on CDONTSMail.send on Exchange 5.5 sp4 on NT 4.0 sp6a
I'm not really sure how this is database (db) related.
Give IUSR write permissions to \inetpub\mailroot. I'm pretty sure that
Exchange 5.5 uses the SMTP service from IIS for Internet e-mail.
Ray at home
"j" <msnews@ms> wrote in message
news:OqHR4HFwDHA.2136@TK2MSFTNGP10.phx.gbl...full> Hi. I'm using the example from FP2000: How to Send Form Results to a
> Database and E-mail Address at the Same Time at
> [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;275251&Product=fpw[/url]
> and all data is getting into the database fine. But the E-mail never gets
> sent and gives this error
>
>
> Microsoft VBScript runtime error '800a0046'
>
> Permission denied
>
> /mail/email.asp, line 188
>
> Line 188 of email.asp is
>
> <---begin code Line 188--->
>
> myCDONTSMail.Send strFrom,strTo,strSubject,strBody
>
> <---end code line 188--->
>
> I've checked folder permissions to the IMCData folder and everyone has> control.
>
> Since Exchange 5.5 sp4 is installed I can't use the IIS SMTP service so I
> can't install that. The asp code is set to e-mail a local address on the
> Exchange Server so it's not trying to Relay through exchange.
>
> Is there anything I can check for?
>
>
Ray at Guest
-
j #3
Re: CDONTS error on CDONTSMail.send on Exchange 5.5 sp4 on NT 4.0 sp6a
It's not really DB but ASP related. Typing in ASP brings only this news
group. Unfortunately Exchange uses its own SMTP service and not IIS's SMTP.
NT OP tells you that it cannot install SMTP as a result.
"Ray at <%=sLocation%>" <myFirstNameATlane34dotKOMM> wrote in message
news:OLKldGHwDHA.2508@TK2MSFTNGP12.phx.gbl...[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;275251&Product=fpw[/url]> I'm not really sure how this is database (db) related.
>
> Give IUSR write permissions to \inetpub\mailroot. I'm pretty sure that
> Exchange 5.5 uses the SMTP service from IIS for Internet e-mail.
>
> Ray at home
>
> "j" <msnews@ms> wrote in message
> news:OqHR4HFwDHA.2136@TK2MSFTNGP10.phx.gbl...> > Hi. I'm using the example from FP2000: How to Send Form Results to a
> > Database and E-mail Address at the Same Time at
> >gets> > and all data is getting into the database fine. But the E-mail neverI> full> > sent and gives this error
> >
> >
> > Microsoft VBScript runtime error '800a0046'
> >
> > Permission denied
> >
> > /mail/email.asp, line 188
> >
> > Line 188 of email.asp is
> >
> > <---begin code Line 188--->
> >
> > myCDONTSMail.Send strFrom,strTo,strSubject,strBody
> >
> > <---end code line 188--->
> >
> > I've checked folder permissions to the IMCData folder and everyone has> > control.
> >
> > Since Exchange 5.5 sp4 is installed I can't use the IIS SMTP service sothe> > can't install that. The asp code is set to e-mail a local address on>> > Exchange Server so it's not trying to Relay through exchange.
> >
> > Is there anything I can check for?
> >
> >
>
j Guest
-
-
j #5
WoooHOOO it works.
Never mind I did everything but give permissions to the Metabase.bin in
%systmeroot%\system32\inetsrv\ folder.
BTW the article that addresses this is at
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;197619[/url]
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;286301[/url] and
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;228465[/url]
Take care folks.
"Ray at <%=sLocation%>" <myFirstNameATlane34dotKOMM> wrote in message
news:OLKldGHwDHA.2508@TK2MSFTNGP12.phx.gbl...[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;275251&Product=fpw[/url]> I'm not really sure how this is database (db) related.
>
> Give IUSR write permissions to \inetpub\mailroot. I'm pretty sure that
> Exchange 5.5 uses the SMTP service from IIS for Internet e-mail.
>
> Ray at home
>
> "j" <msnews@ms> wrote in message
> news:OqHR4HFwDHA.2136@TK2MSFTNGP10.phx.gbl...> > Hi. I'm using the example from FP2000: How to Send Form Results to a
> > Database and E-mail Address at the Same Time at
> >gets> > and all data is getting into the database fine. But the E-mail neverI> full> > sent and gives this error
> >
> >
> > Microsoft VBScript runtime error '800a0046'
> >
> > Permission denied
> >
> > /mail/email.asp, line 188
> >
> > Line 188 of email.asp is
> >
> > <---begin code Line 188--->
> >
> > myCDONTSMail.Send strFrom,strTo,strSubject,strBody
> >
> > <---end code line 188--->
> >
> > I've checked folder permissions to the IMCData folder and everyone has> > control.
> >
> > Since Exchange 5.5 sp4 is installed I can't use the IIS SMTP service sothe> > can't install that. The asp code is set to e-mail a local address on>> > Exchange Server so it's not trying to Relay through exchange.
> >
> > Is there anything I can check for?
> >
> >
>
j Guest



Reply With Quote

