CDONTS error on CDONTSMail.send on Exchange 5.5 sp4 on NT 4.0 sp6a

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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; ...
    3. 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
    4. 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...
    5. 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...
  3. #2

    Default 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...
    > 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?
    >
    >

    Ray at Guest

  4. #3

    Default 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...
    > 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
    > >
    [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

  5. #4

    Default Never Mind. I Looked throgh google and found nothing so I'll look at something else.



    j Guest

  6. #5

    Default 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...
    > 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
    > >
    [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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139