Search results

  1. A

    Resolved Query Meta Schema With Odbc

    Is it possible to query Progress meta schema via ODBC? I have a meta schema table called _aud-audit-data that I would like to run a query against. I can query it with the Procedure Editor and DataDigger using a standard query: SELECT * from _aud-audit-data where _user-id='something' I'm...
  2. A

    Resolved dbman incorrectly says "Database failed to start"

    When I try to start my database from the command line with `call dbman -database Docutapweb -start`, I get this error: dbman hangs on the "starting" stage for several minutes, and eventually it shows that error, but if I watch OpenEdge explorer, the database is started almost instantly and I...
  3. A

    Question probkup takes a very long time after automated test run

    Hi all, I have an application that uses Progress 10.2B that I'm running nightly automated regression tests against. There are multiple test projects, and I would like to backup the state of the database after every individual test project using probkup. Our database is tiny - only 2.9GB when...
Top