Recent content by Rob Fitzpatrick

  1. Rob Fitzpatrick

    Question OS-COMMAND and the quotes.

    I know that in the past there have been comments from Progress devs on the internal differences between _progres.exe and prowin.exe/prowin32.exe. The gist was that for batch mode, a character client is more efficient as it doesn't deal with window messages in its event loop. I am having...
  2. Rob Fitzpatrick

    Question Where has the Pro SOAP Viewer / SOAP SPY tool gone?

    It looks like prosoapview was discontinued after 11.7. https://community.progress.com/s/article/P120871 The article suggests to try Fiddler.
  3. Rob Fitzpatrick

    Bug in replication: the limited logins on source database.

    I wonder what happens if it can't acquire this lock, e.g. someone holds the exclusive schema lock to perform an online schema change. Is there any evidence of this in the logs, in the vicinity of the "limited logins" events?
  4. Rob Fitzpatrick

    Bug in replication: the limited logins on source database.

    Just when you think you've heard every crazy thing that can happen to replication, there's one more. Thanks for the info George. Do you have any sense of the cause of the "limited logins" message/state? What is the update level of 11.7?
  5. Rob Fitzpatrick

    Question Best Performance Settings for a Dump and Load (& DB Startup)

    I am not going to try to tackle all of this at once. This is not the existing structure file; it is an excerpt from the existing structure file. This area has a size of 112 GB, plus whatever may be in the variable extent, if anything. You say the database size is approximately 2 TB. Is...
  6. Rob Fitzpatrick

    After Imaging Guide

    The writer processes (AIW, BIW, APW) are performance enhancers, as @jdpjamesp said. However they are exclusive to the Enterprise RDBMS license so you cannot use them. The only helper process available to you is the watchdog (prowdog command), which you should use. "Too many" and "past-dated"...
  7. Rob Fitzpatrick

    How to run ‘proutil -C cmpdb’?

    There is also a -l3 parameter (in 12.8). The output is almost the same. With l3, it reports on mb_lstmod difference. There is no -l4. Also: Database area 60 has 15 blocks. (7001) block 1536 bk_updctr differ 1 0 (17151) block 1536 Object List number of objects mismatch for entry 2...
  8. Rob Fitzpatrick

    How to run ‘proutil -C cmpdb’?

    I ran this on two slightly different copies of sports2020 and got a lot of output. I can only imagine how much I/O it would do and output it would produce on DBs of a meaningful size. It is very interesting, but definitely not very user-friendly. I can see why this is undocumented. ;)
  9. Rob Fitzpatrick

    How to run ‘proutil -C cmpdb’?

    Interesting! Apparently it has some expectations for similarity between the databases. Compare 2 db has fewer user areas than the Compare 1 db. (17101) There are other cmpdb-related messages at 17102 and beyond.
  10. Rob Fitzpatrick

    How to run ‘proutil -C cmpdb’?

    That's what I get too. This must be an undocumented feature added for tech support? I can't find any reference to it in the docs or the KB. It also isn't listed in proutil -help.
  11. Rob Fitzpatrick

    PO lines associated with the Document Number are not being populated in the Transport Document screen

    This is a QAD-specific issue. Please do not cross-post to other forums.
  12. Rob Fitzpatrick

    Structure of Progress log files

    I doubt if there is any public documentation of this. What is LogRead? A quick Google search didn't turn up much, apart from a command in some embedded Linux distros like OpenWrt.
  13. Rob Fitzpatrick

    Question OpenEdge Replication - Source Database Changes

    When you make schema changes to a database, those changes are transactional; the are implemented via BI and AI notes. So when the database is a replication source, they propagate to the target databases. You don't have to intervene or make manual changes to the targets. If you plan to add new...
  14. Rob Fitzpatrick

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

    I don't know what you mean by this. Are you saying you think this disk usage isn't related to temp-tables and other AVM temporary files?
  15. Rob Fitzpatrick

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

    @Dan4gl Your inquiry is unrelated to the original post. In future, please start a new thread for a new issue. It seems that at some point Progress changed the way they handle session temporary files on Windows, in particular the DBI file. I don't know which version marked the change. It used...
Back
Top