Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Collaboration Data Objects (0x43ED) [ - [(80004005)]]


Message #1 by "ji" <ji_mminm@h...> on Tue, 15 Jan 2002 15:16:28
Hi again...



I have another problem. I find a script to logon to Exchange Server 2000 

and run correctly. If I use this code in a ASP doesn't run. 



I have the ASP pages and IIS 5.0 in a W2K computer and Exchange 2000 in 

another computer with W2K.



The code error is:

Collaboration Data Objects (0x43ED) [ - [(80004005)]]



And the Logon sentence: 

objSession.Logon "", "", False, True, 0, True, strProfileInfo



I have read that this error have could a problem with permissions... how 

have I to configure both computers?.



Thank's to everyone.



ji_mminm@h...



Excuses again for my English.
Message #2 by "Siegfried Weber" <sweber@c...> on Tue, 15 Jan 2002 18:19:06 +0100
An ASP application runs under a certain security context, means:

account. By default this account, called the "Anonymous Access Account",

is "IUSR_<YoursServerName>. This account doesn't have permissions to

open a mailbox by default.



For more information about IIS & authentication, check

http://www.cdolive.com/asp2.htm



<Siegfried />



> -----Original Message-----

> From: ji [mailto:ji_mminm@h...]

> Sent: Tuesday, January 15, 2002 4:16 PM

> To: ASP CDO

> Subject: [asp_cdo] Collaboration Data Objects (0x43ED) [ -

[(80004005)]]

>

> Hi again...

>

> I have another problem. I find a script to logon to Exchange Server

2000

> and run correctly. If I use this code in a ASP doesn't run.

>

> I have the ASP pages and IIS 5.0 in a W2K computer and Exchange 2000

in

> another computer with W2K.

>

> The code error is:

> Collaboration Data Objects (0x43ED) [ - [(80004005)]]

>

> And the Logon sentence:

> objSession.Logon "", "", False, True, 0, True, strProfileInfo

>

> I have read that this error have could a problem with permissions...

how

> have I to configure both computers?.

>

> Thank's to everyone.

>

> ji_mminm@h...

>

> Excuses again for my English.




$subst('Email.Unsub').


  Return to Index