Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Entourage 2008 - Corrupt Task - Database will not rebuild

2 views
Skip to first unread message

Paul Gauntlett

unread,
Oct 8, 2008, 2:38:20 AM10/8/08
to
Hi All
I'd appreciate any help. I have isolated my problem to a repeating task
which has corrupted. If I try and delete it or amend it in anyway I get an
error message saying the database is damaged. The database rebuild utility
does not repair this. Indeed even if I use the rebuild utility before
deleting the offending task, the rebuild itself corrupts the database. Even
trying to export tasks from the database corrupts it! Is there any way I can
access the database to get rid of this one offending task.
Many thanks
Paul

William Smith [MVP]

unread,
Oct 11, 2008, 2:08:56 PM10/11/08
to
Paul Gauntlett wrote:

Hi Paul!

Sometimes AppleScript can help in these situations.

WARNING: This method will permanently delete what you have selected. Be
careful that you have selected what you want to delete.

1. Open the Script Editor application found in /Applications/AppleScript.

2. Paste in this script:

tell application "Microsoft Entourage"
set theTask to selection
delete theTask
end tell

3. Select your Task in Entourage.

4. Click the Run button in the Script Editor.

Hope this helps!

--

bill

Entourage Help Page <http://entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>
YouTalk <http://nine.pairlist.net/mailman/listinfo/youtalk>
Twitter: follow <http://twitter.com/meck>

Paul Gauntlett

unread,
Oct 11, 2008, 4:12:47 PM10/11/08
to
Thanks Bill - you're a lifesaver. I'll keep that script for future use!
Best wishes
Paul


On 11/10/2008 19:08, in article OMHYux8K...@TK2MSFTNGP04.phx.gbl,

0 new messages