Re: Calling IMailboxStore.CreateMailbox fails
- From: "Dimi" <toulakis@xxxxxxxxx>
- Date: 17 Jan 2007 05:43:19 -0800
Thanks a lot Joe!!!
Will do that ....
Cheers
Dimi
Joe Richards [MVP] schrieb:
Ok an error there means it isn't even getting into CDOEXM, that is
simply trying to get the object you are trying to mailbox enable. Not
sure what you could do to get an ops error there.
Get a network trace of the operation, that will have the extended error
info.
--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net
---O'Reilly Active Directory Third Edition now available---
http://www.joeware.net/win/ad3e.htm
Dimi wrote:
Hi Joe,
done the steps with your tool.The result is the following:
In the step "Creating mailboxes ... " I am getting the following error:
ERROR: (ADsGetObject) (0x80072020) An operations error occurred.
So I am now again at the beginning....
Here are all parameters which I am using:
-h ADSERVER
-b CN=bbla,OU=Belgium,OU=Western,OU=EU,OU=All
Users,DC=rgp,DC=rc-corp,DC=com
-cr EXCHANGESERVER:EU:Western
Any ideas ?
Dimi
Joe Richards [MVP] wrote:
Can exchmbx create the mailbox if you specify the same URL? If not, what
if you don't use the URL but instead give exchmbx the info in the format
server:SG:DB?
http://www.joeware.net/win/free/tools/exchmbx.htm
joe
--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net
---O'Reilly Active Directory Third Edition now available---
http://www.joeware.net/win/ad3e.htm
Dimi wrote:
Hi,
I got a serious problem with the recommended way of exchange mail box
creation.
The situation:
Environment W2k3 AD + Exchange 03
I have written now a program in C# where I can create AD accounts
(which is working fine).
Now, I have the requirement that I need to assign a mailbox to each
account I create.
But with the recommended way of mailbox creation:
CDOEXM.IExchangeMailbox mb =
(CDOEXM.IExchangeMailbox)entry.NativeObject;
mb.CreateMailbox(homeMDB);
entry.CommitChanges();
I get an error on the CreateMailbox call:
ComException with
"Unspecified error"
Error Code : -2147467259
I have checked almost everything like HomeMDB string, exchange rights
for the domain account which is trying to create the mailbox, etc.
But I have not found a way to get around it.
Can anyone point me to the right direction?
Dimi
.
- References:
- Calling IMailboxStore.CreateMailbox fails
- From: Dimi
- Re: Calling IMailboxStore.CreateMailbox fails
- From: Joe Richards [MVP]
- Re: Calling IMailboxStore.CreateMailbox fails
- From: Dimi
- Re: Calling IMailboxStore.CreateMailbox fails
- From: Joe Richards [MVP]
- Calling IMailboxStore.CreateMailbox fails
- Prev by Date: Re: User Exchange "alias" and URL
- Next by Date: Re: User Exchange "alias" and URL
- Previous by thread: Re: Calling IMailboxStore.CreateMailbox fails
- Next by thread: Exchange Tasks namespace question
- Index(es):
Relevant Pages
|