Search results

  1. M

    Advice on clustering (HA)

    Hi, for a warehousing application needing the highest availability possible I am looking for a setup design with OpenEdge. What are the possibilities and what features, licenses are needed? I have tried looking for documents covering these questions but failed to find one. Anyone with advice or...
  2. M

    online backup do a proquiet or not?

    Hi Tom, thanks for your input. I'll give it a try and see how things go.
  3. M

    online backup do a proquiet or not?

    Hi, I am looking at someones progress backup scripts and see some odd things. Version running is 9.1d. What I've learned is that later versions of progress can do an online backup without having to quiet the databases. And users won't notice anything. This is how the backup is done now...
  4. M

    pipe to subprocess has been broken (140).

    Hi we get this message from an application. A programm prompts this all of a sudden. We at system administration don't know exactly whats going on. What we do know, is that other applications and from the unix prompt printing to the queue works perfectly well. Does someone know what this error...
  5. M

    how to deter. witch AI files for roll forward

    Hi Tom, thanks for your input. Because we start switching and copying AI extents at 6h in the morning of the next day, I'll go with a find command to provide this files. Hope it all works out. Regards, Moussa.
  6. M

    how to deter. witch AI files for roll forward

    Hi, to roll foward I first restore the back-up from the night before and then do a "for AIFILE in /bla/db.ai*; do ; ${DLC}/bin/rfutil DB -C roll forward -a $AIFILE" It works, but as we save AI files for 4 days, the loop walks all ai files, the most of them are not suitable for roll forward...
Top