Entourage: Rebuild Database script

Ask a Question related to Mac Portable, Design and Development.

  1. #1

    Default Entourage: Rebuild Database script


    I've written 2 scripts that help me automate the purging:

    [url]http://homepage.mac.com/gnarlodious/EntourageCompactDatabase.sit[/url]

    I have a schedule run once a week to compact, and the second script to
    delete the old databases could theoretically be scheduled also for totally
    automated purging.

    These 2 scripts can go in Entourage's Script menu. Just bear in mind that if
    you are running Entourage prior to 10.1.4 you will need to uncomment 3 lines
    in the Rebuild script, which is needed to forcequit the Office Database.

    Feedback/criticism/ridicule welcome.

    -- Gnarlie
    [url]http://www.Gnarlodious.com/Cogent/Cogent.html[/url]

    Gnarlodious Guest

  2. Similar Questions and Discussions

    1. OS X Mail or Entourage ?
      Hey all, I'll be buying my 12 PB next weekend I'm debating which e-mail client to use Mail or Entourage. Current I use Outlook Express on my PC's...
    2. Can not rebuild RPMs
      Hello, while being root (on my MDK 9.1 system), I get the following strange error message when I want to rebuild packages: # dir...
    3. Web site rebuild
      Greetings Don, As another Publisher user who chose to use Publisher to design and build my web site, I observe you asking many of the same...
    4. Rebuild a table
      Try: create table #t(a int, b int) insert into #t values (1,4) insert into #t values (2,5) select 'A' col1, a from #t union all select 'B'...
    5. Rebuild a database from a backup set
      "CoolBooks" <jlu_edu@mail.com> wrote in message news:f45d8360.0212051503.57dc6f69@posting.google.com... By reading the RMAN manual on restore...
  3. #2

    Default Re: Entourage: Rebuild Database script

    In article <5723188ba2418e382433526baaad41ef@news.teranews.co m>,
    Gnarlodious <gnarlodiousNULL@VOID.invalid.yahoo.com> wrote:
    >Feedback/criticism/ridicule welcome.
    But not to the strange list of newsgroups this was posted to,
    please. No way is this relevant to all of

    comp.sys.mac.system,
    comp.lang.forth.mac,
    comp.mac.misc,
    comp.sys.mac.portables,
    alt.comp.lang.applescript


    Simon Slavin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139