B
Bruce Truax
About a month ago I posted a problem I was having with Entourage Sync
Services where Entourage would not sync with iCal. The console recorded the
following error:
1/8/08 4:38:51 PM Microsoft Sync Services[320] *** Terminating app due to
uncaught exception 'ISyncInvalidRecordException', reason: 'you referenced
the following records (in a relationship) but did not actually push them: (
"105575.Event"
)'
I deleted a bunch of stuff from my calendar and syncing started to work so I
thought I had deleted the offending event. Much to my dismay, the problem
as returned. At the time of the previous error Corentin recommended the
following Applescript to pinpoint the troublesome event.
tell application "Microsoft Entourage"
set thestart to start time of event id 105575 as string
display dialog thestart
end tell
I tried this and got a rather cryptic error message:
" Can¹t make «class stTm» of «class cEvt» id 105575 of application
"Microsoft Entourage" into type string."
I also tried a very simple script
tell application "Microsoft Entourage"
open event id 105575
end tell
And got the error " Microsoft Entourage got an error: Can¹t get event id
105575."
One more thing. The problematic event ID is the same as it was one month
ago. Apparently the same event is still causing a problem. How do I find
it and get rid of it?
Thanks.
Bruce
Services where Entourage would not sync with iCal. The console recorded the
following error:
1/8/08 4:38:51 PM Microsoft Sync Services[320] *** Terminating app due to
uncaught exception 'ISyncInvalidRecordException', reason: 'you referenced
the following records (in a relationship) but did not actually push them: (
"105575.Event"
)'
I deleted a bunch of stuff from my calendar and syncing started to work so I
thought I had deleted the offending event. Much to my dismay, the problem
as returned. At the time of the previous error Corentin recommended the
following Applescript to pinpoint the troublesome event.
tell application "Microsoft Entourage"
set thestart to start time of event id 105575 as string
display dialog thestart
end tell
I tried this and got a rather cryptic error message:
" Can¹t make «class stTm» of «class cEvt» id 105575 of application
"Microsoft Entourage" into type string."
I also tried a very simple script
tell application "Microsoft Entourage"
open event id 105575
end tell
And got the error " Microsoft Entourage got an error: Can¹t get event id
105575."
One more thing. The problematic event ID is the same as it was one month
ago. Apparently the same event is still causing a problem. How do I find
it and get rid of it?
Thanks.
Bruce