Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when clicking on mailbox - 0x8004011D #536

Open
bencarter007 opened this issue May 11, 2022 · 4 comments
Open

Error when clicking on mailbox - 0x8004011D #536

bencarter007 opened this issue May 11, 2022 · 4 comments

Comments

@bencarter007
Copy link

Opening profile, no problems.

Click on mailbox, and we receive this error:

Error:
Code: MAPI_E_FAILONEPROVIDER == 0x8004011D
Function lpSession->OpenMsgStore( ulUIParam, lpEID->cb, reinterpret_cast(lpEID->lpb), nullptr, ulFlags, static_cast<LPMDB*>(&lpMDB))
File D:\a\1\s\core\mapi\mapiStoreFunctions.cpp
Line 39

Any help greatly appreciated...

Ben

@bencarter007 bencarter007 changed the title Help with this issue please? Error when clicking on mailbox - 0x8004011D May 11, 2022
@Giovpi
Copy link

Giovpi commented May 20, 2022

Same issue. Please help. This started happening to me today. MFCMAPI was just fine a few days ago. I updated to the latest version today thinking that was the issue since the version I had was a few months old but didnt fix the error.

@alpha079
Copy link

alpha079 commented Jun 1, 2022

I am getting the same error.
This error is generated by a Third Party software , in which the Software creates a Outlook Profile. This outlook profiles then open the mailboxes of every user. This is being run in a Service User created by the third party application.

When I try to open the profile in the MFCMAPI tool(by running it in Service User), I am not able to access the openMessage Store. Getting the below error
Error:
Code: MAPI_E_FAILONEPROVIDER == 0x8004011D
Function lpSession->OpenMsgStore( ulUIParam, lpEID->cb, reinterpret_cast(lpEID->lpb), nullptr, ulFlags, static_cast<LPMDB*>(&lpMDB))
File D:\a\1\s\core\mapi\mapiStoreFunctions.cpp
Line 39
..

But when I run the MFCMAPI tool in admin user, I am able to open the MessageStore with the same profile created by Service user.
Please can you help why admin is able to open MessageStore, but not Service User. I am accessing the cloud mailboxes.

Current Env: Window 10

@KoekieMie
Copy link

Still having the same issue for quite a while when checking the MDB_ONLINE and MAPI_NO_CACHE flag (eg. for https://learn.microsoft.com/en-us/outlook/troubleshoot/calendaring/errors-when-configure-free-busy-or-delegate-information#method-2-use-mfcmapi-tool)
All the proposed solutions are already done, nothing works (Open Outlook in Cached mode to cash the creds; Using an online profile in Outlook; reinstalling office)

@KoekieMie
Copy link

KoekieMie commented Jan 9, 2023

Just discovered that in my case the error was caused by an outbound Firewall Rule blocking MFCMAPI...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants