Search results

  1. 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)...
  2. 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...
  3. 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.
  4. Rob Fitzpatrick

    PASOE Rest API Delete Agent

    I don't think this is a DB Admin question. ;)
  5. 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.
  6. 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.
  7. Rob Fitzpatrick

    Audit tables date filter

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

    Audit tables date filter

    Mod note: this thread should be in the Development forum.
  9. Rob Fitzpatrick

    Audit tables date filter

    Remember that best practice with OE Auditing is to keep minimal audit data in the source database, and archive (dump/delete) it regularly to an audit archive database. You should do audit data reporting from the archive database. This approach does the following: Keeps the source database...
  10. Rob Fitzpatrick

    Getting "telnet authentication failed" while connect terminal mode in .netui qad2014SE

    Telnet authentication failed means that you have specified an invalid username / password combination during login.
  11. Rob Fitzpatrick

    Architecture Planning, PASOE Deployment, Licensing & ProTop Behavior Clarification

    Error 8558 is not about the database; it is about connections to the App Server. Read here: https://community.progress.com/s/article/P114311 When discussing client/server, remember that these words don't mean the same thing in all situations. It is important to be specific and to provide...
  12. Rob Fitzpatrick

    Architecture Planning, PASOE Deployment, Licensing & ProTop Behavior Clarification

    When requesting guidance about OpenEdge, please specify your platform and OpenEdge release.
  13. Rob Fitzpatrick

    Files in DLCWRK folder aren't getting deleted, causing disk space utilization to spike

    They could be. The DBI files (temp-table database) in particular can grow quite large when there is extensive use of temp-tables. I have seen them grow to hundreds of megabytes per session. Of course this is completely dependent on application code, data, and user behaviour, so I can't...
  14. Rob Fitzpatrick

    Files in DLCWRK folder aren't getting deleted, causing disk space utilization to spike

    Are you also writing session temporary files (-T) to the E: drive?
  15. Rob Fitzpatrick

    Auditing tables are not showing in Tableau

    There are various privileges related to OpenEdge Auditing. Given the sensitive nature of the data typically written to the audit tables, they cannot be accessed without the appropriate permission. Please read the docs to learn about these privileges. You could grant Audit Administrator to a...
  16. Rob Fitzpatrick

    Question Request for Guidance on Upgrading Progress Database from Version 11.7 to 12.8

    This discussion is no longer about upgrading a database, or database administration at all. In the interest of following forum guidelines, it is time for a new thread in a different forum.
  17. Rob Fitzpatrick

    Named arguments for ABL procedures.

    I don't know about anyone else, but I'm very suspicious of a PDF attachment that claims to contain source code. PDF files are often used to distribute malware. Is there a reason you can't post the code or, at worst, attach a .txt file?
  18. Rob Fitzpatrick

    Question Request for Guidance on Upgrading Progress Database from Version 11.7 to 12.8

    I don't understand your situation. You originally said: I assumed "our" referred to your organization and that that organization is a Progress customer or a customer of a Progress application partner. How do you usually get technical support for OpenEdge? You need to sort that out before you...
  19. Rob Fitzpatrick

    Named arguments for ABL procedures.

    Please enclose code in [ code ] [/ code ] tags (remove the spaces).
  20. Rob Fitzpatrick

    Question Request for Guidance on Upgrading Progress Database from Version 11.7 to 12.8

    https://community.progress.com/s/supportlink-landing
Back
Top