How do I find an event from it's id?

If BirdieSync 1.x constantly replaces your girlfriend's phone number with your mother's one, this forum is for you...
Post Reply
simz84
Posts: 1
Joined: Tue Jan 08, 2008 1:55 pm

How do I find an event from it's id?

Post by simz84 »

When syncing birdiesync with sunbird i get 3 unresolved event items. I went to the log file an found:

Code: Select all

01/08/2008 14:58:03.843 **** Starting synchronization of all out-of-date items
01/08/2008 14:58:03.843 Scanning desktop SSP for 'BirdieSyncContact'
01/08/2008 14:58:03.843 Done scanning 'BirdieSyncContact' [0 creates, 0 modifys, 0 deletes]
01/08/2008 14:58:03.843 Scanning desktop SSP for 'BirdieSyncAppointment'
01/08/2008 14:58:03.843 Done scanning 'BirdieSyncAppointment' [0 creates, 0 modifys, 0 deletes]
01/08/2008 14:58:03.843 Scanning desktop SSP for 'BirdieSyncMail'
01/08/2008 14:58:03.843 Done scanning 'BirdieSyncMail' [0 creates, 0 modifys, 0 deletes]
01/08/2008 14:58:03.843 Scanning desktop SSP for 'BirdieSyncTask'
01/08/2008 14:58:03.843 Done scanning 'BirdieSyncTask' [0 creates, 0 modifys, 0 deletes]
01/08/2008 14:58:03.843 Synchronizing 3 items
01/08/2008 14:58:06.187 WARNING: Processing NACK: FromDevice: 1, [SSPId: 0x10002, Oid: 0x2000014D, Hr: 0x80140100, Flags: 0x00000002]
01/08/2008 14:58:06.187 Failed to sync a [BirdieSyncAppointment, 0, 0x2000014D] object because of error 0x80140100
01/08/2008 14:58:06.187 One BirdieSyncAppointment item [Vol: 0, Oid: 0x2000014D] flagged, SyncType: LOCAL_CHG
01/08/2008 14:58:06.187 WARNING: Processing NACK: FromDevice: 1, [SSPId: 0x10002, Oid: 0x2000015C, Hr: 0x80140100, Flags: 0x00000002]
01/08/2008 14:58:06.187 Failed to sync a [BirdieSyncAppointment, 0, 0x2000015C] object because of error 0x80140100
01/08/2008 14:58:06.187 One BirdieSyncAppointment item [Vol: 0, Oid: 0x2000015C] flagged, SyncType: LOCAL_CHG
01/08/2008 14:58:06.187 WARNING: Processing NACK: FromDevice: 1, [SSPId: 0x10002, Oid: 0x2000015D, Hr: 0x80140100, Flags: 0x00000002]
01/08/2008 14:58:06.187 Failed to sync a [BirdieSyncAppointment, 0, 0x2000015D] object because of error 0x80140100
01/08/2008 14:58:06.187 One BirdieSyncAppointment item [Vol: 0, Oid: 0x2000015D] flagged, SyncType: LOCAL_CHG
01/08/2008 14:58:07.203 **** Completed synchronization
so i am assuming that the events with ids 0x2000014D, 0x2000015C, 0x2000015D are in some way giving problems.

How can i get the names or in some way identify the events with these ids in order to delete them?

Birdy
Site Admin
Posts: 3118
Joined: Tue Apr 18, 2006 11:43 am
Contact:

Re: How do I find an event from it's id?

Post by Birdy »

Hello,

In this case, as you mentioned, it seems there is a problem synchronizing 3 particular appointments. I suggest you to have a look to DeviceProvider.log, DesktopProvider.log or ThunderbirdService.log/SunbirdService.log. You fill find the location of these log fiels here. You should find some information that should allow you to identify the problematic items.
If you have difficulties analyzing the logs, please feel free to contact me again.
Birdy

Post Reply