Discussion:
HR: 8004011d error during HrOpenExchangePrivateStore call in Exchange 2007
(too old to reply)
shivaraj
2007-07-24 04:49:55 UTC
Permalink
Hi All,

Somehow my last posting did not appear !!! So here with i am posting
it one more time...

I am having 2 exchange 2007 setups on x64 platform. I am trying to
get mailbox info using MAPI. Since its exchange 2007, I downloaded and
installed "ExchangeMapiCdo.EXE" in both the machines and tried running
my code. In one machine I am able to fetch this information but in the
other machine its failing during GetMessageStore with error code
"HRESULT: 8004011d" .

I tried running MAPI browser tool also to verify its not problem with
my code. But even when i tried creating a profile, this tool also
failed with the same error code with the message "MAPI GetMessageStore
Failure". Any idea what might be the problem here?

Regards,
Shivaraj
Dgoldman [MSFT]
2007-08-02 00:52:10 UTC
Permalink
You dont have the correct permissions to read the store tables. Make sure
the account you are logging in with has admin access on the mailbox stores.
Post by shivaraj
Hi All,
Somehow my last posting did not appear !!! So here with i am posting
it one more time...
I am having 2 exchange 2007 setups on x64 platform. I am trying to
get mailbox info using MAPI. Since its exchange 2007, I downloaded and
installed "ExchangeMapiCdo.EXE" in both the machines and tried running
my code. In one machine I am able to fetch this information but in the
other machine its failing during GetMessageStore with error code
"HRESULT: 8004011d" .
I tried running MAPI browser tool also to verify its not problem with
my code. But even when i tried creating a profile, this tool also
failed with the same error code with the message "MAPI GetMessageStore
Failure". Any idea what might be the problem here?
Regards,
Shivaraj
shivaraj
2007-08-18 06:48:28 UTC
Permalink
Post by Dgoldman [MSFT]
You dont have the correct permissions to read the store tables. Make sure
the account you are logging in with has admin access on the mailbox stores.
Post by shivaraj
Hi All,
Somehow my last posting did not appear !!! So here with i am posting
it one more time...
I am having 2 exchange 2007 setups on x64 platform. I am trying to
get mailbox info using MAPI. Since its exchange 2007, I downloaded and
installed "ExchangeMapiCdo.EXE" in both the machines and tried running
my code. In one machine I am able to fetch this information but in the
other machine its failing during GetMessageStore with error code
"HRESULT: 8004011d" .
I tried running MAPI browser tool also to verify its not problem with
my code. But even when i tried creating a profile, this tool also
failed with the same error code with the message "MAPI GetMessageStore
Failure". Any idea what might be the problem here?
Regards,
Shivaraj- Hide quoted text -
- Show quoted text -
hi Dgoldman,
Thanks for your response. As you said this was due to wrong
permissions. I changed it to Administrator and it worked !!! Thanks
once again.
Regards,
Shivaraj

Loading...