[GH-ISSUE #48] Syncing fails because of missing object on the server #951

Closed
opened 2026-03-13 23:32:32 +03:00 by kerem · 3 comments
Owner

Originally created by @aluxnimm on GitHub (Jul 28, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/48

Originally assigned to: @aluxnimm on GitHub.

Hi, I am trying to get my Outlook 2013 synced to a Synology CalDAV service. Testing the connection works fine with the following URL: http://192.168.x.x:x/home/calendarname/
But when syncing, your tool seems to expect a specific folder structure or files on the server, which doesn't exist:

INFO 2015-07-28 23:45:01,364 [VSTA_Main] DavSynchronizer.CalDavSynchronizerRibbon . MoveNext - Synchronization manually triggered
INFO 2015-07-28 23:45:01,364 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Starting 'Running synchronization profile 'DS''
INFO 2015-07-28 23:45:01,364 [VSTA_Main] r.Generic.Synchronization.Synchronizer6 . ? - Entered. Syncstrategy 'OneWayInitialSyncStateCreationStrategy_AToB6' with Atype='AppointmentItemWrapper' and Btype='IICalendar'
INFO 2015-07-28 23:45:01,520 [VSTA_Main] hronizer.Implementation.CalDavRepository . GetVersions - Starting 'CalDavRepository.GetVersions'
INFO 2015-07-28 23:45:01,755 [VSTA_Main] hronizer.Implementation.CalDavRepository . GetVersions - Duration of 'CalDavRepository.GetVersions': 00:00:00.2423457
ERROR 2015-07-28 23:45:01,755 [VSTA_Main] r.Generic.Synchronization.Synchronizer`6 . MoveNext - Status: ProtocolError
StatusCode: NotFound
StatusDescription: Not Found
Body:

System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at CalDavSynchronizer.DataAccess.CalDavDataAccess.ExecuteCalDavRequest(Uri url, Action1 modifier, String requestBody) at CalDavSynchronizer.DataAccess.CalDavDataAccess.ExecuteCalDavRequestAndReadResponse(Uri url, Action1 modifier, String requestBody)
at CalDavSynchronizer.DataAccess.CalDavDataAccess.GetEntities(Nullable1 from, Nullable1 to, String entityType)
at CalDavSynchronizer.DataAccess.CalDavDataAccess.GetEvents(Nullable1 from, Nullable1 to)
at CalDavSynchronizer.Implementation.CalDavRepository.GetVersions(DateTime from, DateTime to)
at CalDavSynchronizer.Generic.Synchronization.Synchronizer`6.d__10.MoveNext()
INFO 2015-07-28 23:45:01,755 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Duration of 'Running synchronization profile 'DS'': 00:00:00.3952993

So what is your tool looking for? Do I have to create any specific file or folder?

Any help is much appreciated. Thank you, Thomas

Original comment by: zeugs10

Original Ticket: outlookcaldavsynchronizer/49

Originally created by @aluxnimm on GitHub (Jul 28, 2015). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/48 Originally assigned to: @aluxnimm on GitHub. Hi, I am trying to get my Outlook 2013 synced to a Synology CalDAV service. Testing the connection works fine with the following URL: http://192.168.x.x:x/home/calendarname/ But when syncing, your tool seems to expect a specific folder structure or files on the server, which doesn't exist: INFO 2015-07-28 23:45:01,364 [VSTA_Main] DavSynchronizer.CalDavSynchronizerRibbon . MoveNext - Synchronization manually triggered INFO 2015-07-28 23:45:01,364 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Starting 'Running synchronization profile 'DS'' INFO 2015-07-28 23:45:01,364 [VSTA_Main] r.Generic.Synchronization.Synchronizer`6 . ? - Entered. Syncstrategy 'OneWayInitialSyncStateCreationStrategy_AToB`6' with Atype='AppointmentItemWrapper' and Btype='IICalendar' INFO 2015-07-28 23:45:01,520 [VSTA_Main] hronizer.Implementation.CalDavRepository . GetVersions - Starting 'CalDavRepository.GetVersions' INFO 2015-07-28 23:45:01,755 [VSTA_Main] hronizer.Implementation.CalDavRepository . GetVersions - Duration of 'CalDavRepository.GetVersions': 00:00:00.2423457 ERROR 2015-07-28 23:45:01,755 [VSTA_Main] r.Generic.Synchronization.Synchronizer`6 . MoveNext - Status: ProtocolError StatusCode: NotFound StatusDescription: Not Found Body: System.Net.WebException: The remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse() at CalDavSynchronizer.DataAccess.CalDavDataAccess.ExecuteCalDavRequest(Uri url, Action`1 modifier, String requestBody) at CalDavSynchronizer.DataAccess.CalDavDataAccess.ExecuteCalDavRequestAndReadResponse(Uri url, Action`1 modifier, String requestBody) at CalDavSynchronizer.DataAccess.CalDavDataAccess.GetEntities(Nullable`1 from, Nullable`1 to, String entityType) at CalDavSynchronizer.DataAccess.CalDavDataAccess.GetEvents(Nullable`1 from, Nullable`1 to) at CalDavSynchronizer.Implementation.CalDavRepository.GetVersions(DateTime from, DateTime to) at CalDavSynchronizer.Generic.Synchronization.Synchronizer`6.<Synchronize>d__10.MoveNext() INFO 2015-07-28 23:45:01,755 [VSTA_Main] ronizer.Scheduling.SynchronizationWorker . MoveNext - Duration of 'Running synchronization profile 'DS'': 00:00:00.3952993 So what is your tool looking for? Do I have to create any specific file or folder? Any help is much appreciated. Thank you, Thomas Original comment by: zeugs10 Original Ticket: [outlookcaldavsynchronizer/49](https://sourceforge.net/p/outlookcaldavsynchronizer/49)
kerem 2026-03-13 23:32:32 +03:00
Author
Owner

@aluxnimm commented on GitHub (Jul 29, 2015):

fixed 404 error for synology in latest release 0.99.6 see discussion.
since sourceforge still not fully restored we switched to github.
https://github.com/aluxnimm/outlookcaldavsynchronizer/releases

Original comment by: aluxnimm

<!-- gh-comment-id:126313204 --> @aluxnimm commented on GitHub (Jul 29, 2015): fixed 404 error for synology in latest release 0.99.6 see discussion. since sourceforge still not fully restored we switched to github. https://github.com/aluxnimm/outlookcaldavsynchronizer/releases Original comment by: aluxnimm
Author
Owner

@aluxnimm commented on GitHub (Jul 29, 2015):

Hi,

The timeout seems to happen in some cases.
Currently it is not clear, which communication partner blocks the communication and I am working on a solution.

Please see Ticket #50 https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/50/ for more information.

br
Gerhard

Original comment by: nertsch

<!-- gh-comment-id:126313208 --> @aluxnimm commented on GitHub (Jul 29, 2015): Hi, The timeout seems to happen in some cases. Currently it is not clear, which communication partner blocks the communication and I am working on a solution. Please see Ticket #50 https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/50/ for more information. br Gerhard Original comment by: nertsch
Author
Owner

@aluxnimm commented on GitHub (Jul 30, 2015):

We fixed some timeout issues by properly disposing WebRequests. Please try 0.99.8
https://github.com/aluxnimm/outlookcaldavsynchronizer/releases/download/v0.99.8/OutlookCalDavSynchronizer-0.99.8.zip

Original comment by: aluxnimm

<!-- gh-comment-id:126313210 --> @aluxnimm commented on GitHub (Jul 30, 2015): We fixed some timeout issues by properly disposing WebRequests. Please try 0.99.8 https://github.com/aluxnimm/outlookcaldavsynchronizer/releases/download/v0.99.8/OutlookCalDavSynchronizer-0.99.8.zip Original comment by: aluxnimm
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#951
No description provided.