|
Home > Archive > IIS and SMTP > December 2005 > CDOSYS E-Mail Problem, error 8007007f
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CDOSYS E-Mail Problem, error 8007007f
|
|
| Matthew 2005-12-31, 2:50 am |
| I have written a web page to use cdosys to e-mail. The page works fine on 2
of my 3 servers, all Windows 2003 with IIS 6.0 and ASP 2.0.
Anyways, on the one server I get the following error:
CDO.Configuration.1 error '8007007f'
The specified procedure could not be found.
/email.asp, line 17
Line 17 is the first line is the first to write to the CDO.Message object as
follows:
ObjSendMail.Configuration.Fields.Item
("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
Since my code works on 2 other machines, I figure it has to be something in
the permissions. But the statement 'procedure could not be found' tells me
nothing. I am at a loss, any ideas would help.
| |
| Christopher Reed 2005-12-31, 5:54 pm |
| Verify that your version of CDO is the same on all servers. Also, I believe
SMTP needs to be available as well.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."
"Matthew" <matthew%> wrote in message
news:uqSqtHeDGHA.1032@TK2MSFTNGP11.phx.gbl...
>I have written a web page to use cdosys to e-mail. The page works fine on 2
>of my 3 servers, all Windows 2003 with IIS 6.0 and ASP 2.0.
>
> Anyways, on the one server I get the following error:
>
> CDO.Configuration.1 error '8007007f'
>
> The specified procedure could not be found.
>
> /email.asp, line 17
>
> Line 17 is the first line is the first to write to the CDO.Message object
> as follows:
>
> ObjSendMail.Configuration.Fields.Item
> ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
>
> Since my code works on 2 other machines, I figure it has to be something
> in the permissions. But the statement 'procedure could not be found' tells
> me nothing. I am at a loss, any ideas would help.
>
>
>
>
|
|
|
|
|