Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: CDOSYS problems


Message #1 by "Nathan Poe" <npoe@w...> on Mon, 17 Jun 2002 15:11:42
Hi,  

We're switching over to IIS5, and so I'm moving over confirmation emails 
from CDONTS to CDOSYS.  Just to get started, I simply copied/pasted 
microsoft's HOWTO article  http://support.microsoft.com/default.aspx?
scid=kb;EN-US;q286431.  The network/sys added my dev-server's ip to our 
exchange server's preferences as an acceptable sender, and this is the 
error that is getting generated:   

"(0x8004020E)
Cannot modify or delete an object that was added using the COM+ Admin SDK 
/cap/_assets/functions/RE_SC_confirmationEmail.asp, line 52"

Line 52 is the .send command, other than adding the remote server, I did 
not touch microsoft's code.

When I googled this error, all I found was a bunch of error codes for 
DirectX/DirectPlay....

Any help/suggestions/ideas would be most appreciated....

Thanks in advance,
Nathan
Message #2 by "Siegfried Weber" <sweber@c...> on Mon, 17 Jun 2002 16:13:05 +0200
If you use exactly the code of the MSKB article you either need to
declare all constants (like "Const cdoSendUsingPort =3D 2") or include 
the
typelib declaration into your ASP page.

<Cheers:Siegfried runat=3D"server" />

> -----Original Message-----
> From: Nathan Poe [mailto:npoe@w...]
> Sent: Monday, June 17, 2002 5:12 PM
> To: ASP CDO
> Subject: [asp_cdo] CDOSYS problems
>
> Hi,
>
> We're switching over to IIS5, and so I'm moving over confirmation
emails
> from CDONTS to CDOSYS.  Just to get started, I simply copied/pasted
> microsoft's HOWTO article  http://support.microsoft.com/default.aspx?
> scid=3Dkb;EN-US;q286431.  The network/sys added my dev-server's ip to
our
> exchange server's preferences as an acceptable sender, and this is the
> error that is getting generated:
>
> "(0x8004020E)
> Cannot modify or delete an object that was added using the COM+ Admin
SDK
> /cap/_assets/functions/RE_SC_confirmationEmail.asp, line 52"
>
> Line 52 is the .send command, other than adding the remote server, I
did
> not touch microsoft's code.
>
> When I googled this error, all I found was a bunch of error codes for
> DirectX/DirectPlay....
>
> Any help/suggestions/ideas would be most appreciated....
>
> Thanks in advance,
> Nathan
Message #3 by "Nathan Poe" <npoe@w...> on Mon, 17 Jun 2002 16:02:04
Thanks for replying so quickly!

Okay, sorry I should have mentioned that I'd previously read some of the 
previous posts, and had already included the typeLibrary includes in my 
primary ASP file, and inserted the MSKB code into a procedure.  

Does the error code I'm getting make any sense to you at all?

(0x8004020E)
Cannot modify or delete an object that was added using the COM+ Admin
SDK


> If you use exactly the code of the MSKB article you either need to
declare all constants (like "Const cdoSendUsingPort =3D 2") or include 
the
typelib declaration into your ASP page.

<Cheers:Siegfried runat=3D"server" />

> -----Original Message-----
> From: Nathan Poe [mailto:npoe@w...]
> Sent: Monday, June 17, 2002 5:12 PM
> To: ASP CDO
> Subject: [asp_cdo] CDOSYS problems
>
> Hi,
>
> We're switching over to IIS5, and so I'm moving over confirmation
emails
> from CDONTS to CDOSYS.  Just to get started, I simply copied/pasted
> microsoft's HOWTO article  http://support.microsoft.com/default.aspx?
> scid=3Dkb;EN-US;q286431.  The network/sys added my dev-server's ip to
our
> exchange server's preferences as an acceptable sender, and this is the
> error that is getting generated:
>
> "(0x8004020E)
> Cannot modify or delete an object that was added using the COM+ Admin
SDK
> /cap/_assets/functions/RE_SC_confirmationEmail.asp, line 52"
>
> Line 52 is the .send command, other than adding the remote server, I
did
> not touch microsoft's code.
>
> When I googled this error, all I found was a bunch of error codes for
> DirectX/DirectPlay....
>
> Any help/suggestions/ideas would be most appreciated....
>
> Thanks in advance,
> Nathan
Message #4 by "Siegfried Weber" <sweber@c...> on Mon, 17 Jun 2002 17:47:48 +0200
To be honest, I have no clue what this error indicates. Is that a
Windows 2000 Server machine with the latest SP and hotfixes? What
account is used to run the ASP page? It might be a permission issue and
the account used to submit the message doesn't have permissions to do
so?

<Cheers:Siegfried runat=3D"server" />

> -----Original Message-----
> From: Nathan Poe [mailto:npoe@w...]
> Sent: Monday, June 17, 2002 6:02 PM
> To: ASP CDO
> Subject: [asp_cdo] RE: CDOSYS problems
>
> Thanks for replying so quickly!
>
> Okay, sorry I should have mentioned that I'd previously read some of
the
> previous posts, and had already included the typeLibrary includes in
my
> primary ASP file, and inserted the MSKB code into a procedure.
>
> Does the error code I'm getting make any sense to you at all?
>
> (0x8004020E)
> Cannot modify or delete an object that was added using the COM+ Admin
> SDK
>
>
> > If you use exactly the code of the MSKB article you either need to
> declare all constants (like "Const cdoSendUsingPort =3D3D 2") or 
include
=3D
> the
> typelib declaration into your ASP page.
>
> <Cheers:Siegfried runat=3D3D"server" />
>
> > -----Original Message-----
> > From: Nathan Poe [mailto:npoe@w...]
> > Sent: Monday, June 17, 2002 5:12 PM
> > To: ASP CDO
> > Subject: [asp_cdo] CDOSYS problems
> >=3D20
> > Hi,
> >=3D20
> > We're switching over to IIS5, and so I'm moving over confirmation
> emails
> > from CDONTS to CDOSYS.  Just to get started, I simply copied/pasted
> > microsoft's HOWTO article
http://support.microsoft.com/default.aspx?
> > scid=3D3Dkb;EN-US;q286431.  The network/sys added my dev-server's ip
to
> our
> > exchange server's preferences as an acceptable sender, and this is
the
> > error that is getting generated:
> >=3D20
> > "(0x8004020E)
> > Cannot modify or delete an object that was added using the COM+
Admin
> SDK
> > /cap/_assets/functions/RE_SC_confirmationEmail.asp, line 52"
> >=3D20
> > Line 52 is the .send command, other than adding the remote server, I
> did
> > not touch microsoft's code.
> >=3D20
> > When I googled this error, all I found was a bunch of error codes
for
> > DirectX/DirectPlay....
> >=3D20
> > Any help/suggestions/ideas would be most appreciated....
> >=3D20
> > Thanks in advance,
> > Nathan

  Return to Index