Recent content by Rob Fitzpatrick

  1. Rob Fitzpatrick

    Working with Progress 9.1A

    I didn't check the 9.1D, as I already have them, but I was able to download individual 10.0A PDFs from the Wayback links. Thanks Stefan!
  2. Rob Fitzpatrick

    OpenEdge OECC 2.0 problems

    OECC monitors PASOE and databases, and we don't have a PASOE forum, so this thread may as well live here for now. ;) I haven't used OECC 2.0 yet. It is on my list to get to when I have a chance. Please keep us updated on what you learn with this issue!
  3. Rob Fitzpatrick

    Change AI Extent Sizes

    Agreed. In the past, some have argued in favour of using fixed-length extents to avoid paying the (theoretical) computational cost of extending the files. OpenEdge now provides the ability to pre-extend variable-length extents, so that should prevent having to pay that cost, and thus this...
  4. Rob Fitzpatrick

    Replication Questions

    If you have no empty AI extents (current extents are busy and others are full or locked), the database will continue writing to the busy extent as long as it can. If it is a variable-length extent, it will continue to grow. If it is a fixed-length extent, it will write until the extent fills...
  5. Rob Fitzpatrick

    Getting back the space

    This belongs in a new thread.
  6. Rob Fitzpatrick

    Dumping with Multiple Threads

    The original problem was stated as "recover a lot of "deleted" space after purging". And you have decided that the correct solution is purge/dump & load; specifically multi-threaded D&L. Why are you purging? Is it because you don't have the storage capacity you need? Is it because you are...
  7. Rob Fitzpatrick

    Dumping with Multiple Threads

    Binary dump does use an index. That is how it finds the records and determines their order in the dump file(s), and thus in the resulting table in the target. You use the -index n option to specify the dump index. Source...
  8. Rob Fitzpatrick

    Advanced database backup strategies

    Long story short, Progress added features like modern compression, multi-threaded backup, and multi-threaded restore, which might help you in the future. But they were added in 12.5 and later, so you won't get access to these features until you upgrade from the 12.2 (LTS, or Long-Term Support)...
  9. Rob Fitzpatrick

    Advanced database backup strategies

    It would help to know the specific release of Progress OpenEdge you are using, as probkup and prorest were enhanced later in the 12.x family of releases. The OE version format is major.minor.update, where major.minor is the release. E.g. "OpenEdge 12.8.7" is the 12.8 release with update 7...
  10. Rob Fitzpatrick

    PASOE Rest API Delete Agent

    Or add a new forum for PASOE, as there are people still using WebSpeed/App Server, and PASOE is a distinct and different technology.
  11. Rob Fitzpatrick

    PASOE Rest API Delete Agent

    I don't think this is a DB Admin question. ;)
  12. Rob Fitzpatrick

    All webspeed broker agents locked suddenly

    Error 49 is a Progress bug. You are on 11.7.9, which is four and a half years old; the current update is 11.7.22. So you are missing 13 updates worth of bug fixes.
  13. Rob Fitzpatrick

    All webspeed broker agents locked suddenly

    This seems relevant. You should not try to update Java while WebSpeed is running, any more than you should try to upgrade OpenEdge while there are running OpenEdge processes. The WebSpeed broker is Java-based.
  14. Rob Fitzpatrick

    Audit tables date filter

    https://community.progress.com/s/article/What-auditing-related-indexes-can-be-deactivated
  15. Rob Fitzpatrick

    Audit tables date filter

    Mod note: this thread should be in the Development forum.
Back
Top