Outlook error message : 0x80040109 MAPI_E_OBJECT_CHANGED [message #153954] |
Fri, 10 March 2023 11:37  |
mbacabara
Messages: 4 Registered: March 2023
|
|
|
|
SERVER VERSION : 10.0.0
KERIO KOFF VERSION : 10.0.0
OUTLOOK VERSION : Version 2302 (build 1613020218 Office)
Hi,
I know it's reported as an Outlook issue, not a KERIO (GFI) problems, but i wanted to ask if anybody as the same issue, and if it has a solution ?
It's append when I create a mail, redacted it and let it open somewhere for a long/medium time, it's putting itself in draft but the windows is still open, I tried to click on send, and then I have this error : 0x80040109 MAPI_E_OBJECT_CHANGED
The log in C:\Users\mbacabara\AppData\Local\Kerio\Outlook Connector\debug.log says :
[10/03/2023 11:09:49.650](7156){err}{database} In DbServer\DbMessage.cpp:558
[#22] (D90D) HRESULT: 0x80040109 MAPI_E_OBJECT_CHANGED
[10/03/2023 11:09:49.650](27500){err}{mapi-interface} In MapiProvider\Utilities/MapiPropImpl.h:397 (Utilities::MapiPropImpl<struct IMessage,class MessageImpl,1>::SaveChanges)
[#23] (D90D) Exception of class HResultException: MapiProvider\Utilities/MapiPropImpl.h(392), Utilities::MapiPropImpl<struct IMessage,class MessageImpl,1>::SaveChanges:
0x80040109 MAPI_E_OBJECT_CHANGED
One of our user experienced the very same issue.
Thanks in advance
|
|
|
|
|
|
|
|
Re: Outlook error message : 0x80040109 MAPI_E_OBJECT_CHANGED [message #154776 is a reply to message #153954] |
Wed, 02 August 2023 17:08   |
BMAdmin
Messages: 22 Registered: July 2013 Location: UK
|
|
|
|
I can confirm, we are fully updated onto 10.0.1 (7174), 100+ users / Win10 / Outlook 2021 & O365. Lots of users who leave a draft email open for a period of time in outlook get this Error message.
Only option is to open a new draft email and copy/paste from original draft and send.
Please look into this.
|
|
|
|
|
Re: Outlook error message : 0x80040109 MAPI_E_OBJECT_CHANGED [message #154873 is a reply to message #153954] |
Thu, 24 August 2023 11:03  |
Ruberr
Messages: 1 Registered: August 2023
|
|
|
|
Error code 0x80040109, or MAPI_E_OBJECT_CHANGED, indicates that a MAPI (Messaging Application Programming Interface) object has been changed by another process, causing a conflict. This typically occurs when multiple processes or applications are trying to access or modify the same MAPI object simultaneously. To resolve this, ensure proper synchronization and error handling mechanisms in your code when dealing with MAPI objects to prevent conflicts and maintain data integrity.
|
|
|