Re: CreateMailbox fails ASP.net
From: Rob Edwards (RobEdwards_at_Landam.com)
Date: 12/17/04
- Previous message: Chris Rose: "RE: Preventing delivery of SMTP Message"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Dec 2004 07:29:15 -0500
Welcome to the club.
I had created a mailbox create page for our Exchange 5.5 environment.
Worked perfectly.
I was asked to transition over to Exchange 2003. Did the research, found
"examples"... wrote the code....
and ran into the "Catastrophic failure" message.....
I posted requests for help on this forum.... I did countless searches on
MSDN.. Google...
All with no success.
If you do find anyone who has been able to publish a website that can create
Exchange 2000/2003 mailboxes, I would appreciate a follow-up post.
Thanks
"Imran Shafiq" <Imran Shafiq@discussions.microsoft.com> wrote in message
news:FA9B8351-EA72-4879-AD5B-5C428C46E2B7@microsoft.com...
> Its strange that many ppl have encountered this problem yet no answers
> from
> anywhere.
> I have c# asp.net webform (with impersonation) on the exchange2003 machine
> successfully creates account in Active Directory but fails at
> CreateMailbox
>
> when i use homeMDB string as
> LDAP://CN=Mailbox Store (X),CN=First Storage Group,............
> i get this exception
> 0x80072020 An operations error encountered.
>
>
> when i use homeMDB string as
> LDAP://exchangeserver.domain.com/CN=Mailbox Store (X),CN=First Storage
> Group,............
>
> i get this exception
> 0x8007203A: The server is not operational
>
>
>
> I also got Catastrophic failure exception a couple of times when i gave up
> on logical things and stupidly tried to change parameters etc.
>
> Anyone succeeded in creating mailbox from asp.net???????
>
> same code works FINE from c# window application.
>
>
- Previous message: Chris Rose: "RE: Preventing delivery of SMTP Message"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|