Search results

  1. O

    Find the fieldname that is written to

    I would like to find the table(s) and fieldname(s) that are being written to by a program. In this case, I only have the compiled .r code. Is it possible to run this program from within a wrapper, where there is something like: {pseudocode} ON WRITE OF ANY TABLE DO: MESSAGE TABLENAME...
  2. O

    Unable to connect to Admin Server (8336)

    I'm a noob to the admin server. Perhaps someone can point me in the right direction. I have a Linux box with Progress 10.1C02 installed. There I started (as root) proadsv without parameters. Also, I have a Windows box with Progress 10.1B05 installed. From there, I try to connect to the admin...
  3. O

    Regain control when #maxusers is reached

    Hi All, I'm faced here with a "frozen" database that I try to regain control on. Progress 10.1c02, server started with: $DLC/bin/proserve /mfg/data/db2/mfgprod -N TCP -H nlalm1mfg01 -S qaddb_prd -Mm 32600 -L 200000 -c 350 -B 80000 -bibufs 96 -n 240 -spin 16000 -Mf 60 -Mxs 32000 -aibufs 144...
  4. O

    Code / CPU cycles

    Dear all, Is there an alternative to the -yx startup parameter for clients? I want to investigate which programs in our MFG/Pro system eat the most CPU time. However, -yx includes idle time (where the system is waiting for user input -who's gone away for coffee-). I'd like to find the real...
  5. O

    OpenEdge 10.1C02 performance

    Dear All, Does anyone have experience with Progress OE10.1C02 vs. OE10.1B05 on Linux? We had to upgrade, because B05 could leave transactions open under certain circumstances. Another thing that was changed was our operating system. We were on RHEL 3 and had to upgrade to RHEL 5.3 (because of...
  6. O

    Find table/record based on transaction id

    Hi Folks, Is it possible to find the table/record from transaction id only? We use MFG/Pro together with QXtend on OpenEdge 10.1B03 on a Linux box. Occasionally QXtend leaves an open transaction behind, causing our BI file to grow until the database is taken down for backup on Saturday night...
  7. O

    Retrieve lost record

    Occasionally we have an error in the database (10.1B) "index for recid # could not be deleted". It is then impossible to remove/update a record in the database using standard software or the progress editor. When this happens, we dump the record, remove it using "proutil -C idxfix" and then...
  8. O

    BI file size

    We upgraded from Progress 9.1E05 to 10.0B01 and recently moved to 10.1B03. With 10.1B03 it seems that our BI file is growing much faster then with previous versions of Progress. Can anyone confirm that?
  9. O

    Restricting Progress editor

    Can the editor be restricted to querying only? I'm looking for a way that MFG/Pro should work normally, but when a user gets into the editor, that he cannot do updates to the database. Someone here is in a position where he can demand access to the editor -business reasons-, but I want to...
  10. O

    sosomt exchange rate frame

    Does anyone know under what conditions the exchange rate frame pops up when in Sales Order Maintenance? One thing is that the order currency is different from base currency, but more conditions seem to apply. Any hint is welcome.
  11. O

    Avoiding MFG/Pro 5 second startup delay

    Hi, Does anyone know how to bybass the 5 second startup delay when starting MFG/Pro in batchmode? I once saw a thread where this was mentioned, but can't find it back anymore. TIA, Willem
Top