[GH-ISSUE #113] Sync Error since 1.17 (opr 1.16) #1012

Closed
opened 2026-03-13 23:50:36 +03:00 by kerem · 5 comments
Owner

Originally created by @1337sup3rh4x0r on GitHub (Feb 16, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/113

Since the update to 1.17 (I must admitt, I skipped 1.16 though, so the error could have been introduced there), I am getting the following error on each sync:

System.Runtime.InteropServices.COMException (0x80004005): Schlüsselwörter für den Inhaltsindex können für die Beschränkung nicht verwendet werden. Die Sofortsuche ist für diesen Speicher nicht aktiviert.
bei Microsoft.Office.Interop.Outlook.MAPIFolder.GetTable(Object Filter, Object TableContents)
bei CalDavSynchronizer.Implementation.Events.OutlookEventRepository.QueryFolder(NameSpace session, GenericComObjectWrapper`1 calendarFolderWrapper, StringBuilder filterBuilder)
bei CalDavSynchronizer.Implementation.Events.OutlookEventRepository.GetAllVersions(IEnumerable`1 idsOfknownEntities)
bei GenSync.Synchronization.Synchronizer`6.<SynchronizeNoThrow>d__14.MoveNext()

After this, events are not synced.
I am using outlook 2007 to sync with owncloud 8.2.2

Originally created by @1337sup3rh4x0r on GitHub (Feb 16, 2016). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/113 Since the update to 1.17 (I must admitt, I skipped 1.16 though, so the error could have been introduced there), I am getting the following error on each sync: ``` System.Runtime.InteropServices.COMException (0x80004005): Schlüsselwörter für den Inhaltsindex können für die Beschränkung nicht verwendet werden. Die Sofortsuche ist für diesen Speicher nicht aktiviert. bei Microsoft.Office.Interop.Outlook.MAPIFolder.GetTable(Object Filter, Object TableContents) bei CalDavSynchronizer.Implementation.Events.OutlookEventRepository.QueryFolder(NameSpace session, GenericComObjectWrapper`1 calendarFolderWrapper, StringBuilder filterBuilder) bei CalDavSynchronizer.Implementation.Events.OutlookEventRepository.GetAllVersions(IEnumerable`1 idsOfknownEntities) bei GenSync.Synchronization.Synchronizer`6.<SynchronizeNoThrow>d__14.MoveNext() ``` After this, events are not synced. I am using outlook 2007 to sync with owncloud 8.2.2
kerem closed this issue 2026-03-13 23:50:42 +03:00
Author
Owner

@aluxnimm commented on GitHub (Feb 16, 2016):

do you have windows search service disabled?
see
https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/214/

<!-- gh-comment-id:184567427 --> @aluxnimm commented on GitHub (Feb 16, 2016): do you have windows search service disabled? see https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/214/
Author
Owner

@1337sup3rh4x0r commented on GitHub (Feb 16, 2016):

The Windows Search Service is enabled and currently running.
However in the Outlook Search Settings (as described in your sourceforge link) I cannot select my main mailbox, as it is an exchange mailbox. The calendar I am syncing is in the exchange account.

<!-- gh-comment-id:184604075 --> @1337sup3rh4x0r commented on GitHub (Feb 16, 2016): The Windows Search Service is enabled and currently running. However in the Outlook Search Settings (as described in your sourceforge link) I cannot select my main mailbox, as it is an exchange mailbox. The calendar I am syncing is in the exchange account.
Author
Owner

@aluxnimm commented on GitHub (Feb 16, 2016):

We will make the filter configurable then if it leads to problems with exchange accounts. Please try 1.16.0 meanwhile it should work, since we changed the substring filtering in 1.17.0.

<!-- gh-comment-id:184631524 --> @aluxnimm commented on GitHub (Feb 16, 2016): We will make the filter configurable then if it leads to problems with exchange accounts. Please try 1.16.0 meanwhile it should work, since we changed the substring filtering in 1.17.0.
Author
Owner

@1337sup3rh4x0r commented on GitHub (Feb 16, 2016):

Sounds great!
As always, thanks for the support!

<!-- gh-comment-id:184632877 --> @1337sup3rh4x0r commented on GitHub (Feb 16, 2016): Sounds great! As always, thanks for the support!
Author
Owner

@aluxnimm commented on GitHub (Feb 17, 2016):

version 1.18.0 released which fixes the issues with the filter.

<!-- gh-comment-id:185461432 --> @aluxnimm commented on GitHub (Feb 17, 2016): version 1.18.0 released which fixes the issues with the filter.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#1012
No description provided.