Search results

  1. ron

    Copying a Procedure Library

    Thank you very much ... the Progress code contains no GUI stuff; all GUI is handled through APIs.
  2. ron

    Copying a Procedure Library

    Linux 7.4 -- OE 11.7.18 The system I work on has Linux servers with Progress DBs and (classic) AppServers on Windows that connect to the Linux servers. The exact-same program code set resides on both Linux and Windows, so when compiles occur on Linus the new compiled code-set is copied to the...
  3. ron

    Question Compile a Program in different environment

    11.7.17 on Linux. I have a problem that is a bit similar -- a script to compile a set of programs into multiple environments. There are over 30 environments -- each being a copy of production used by different development teams. Everything works fine except for one thing -- at the completion...
  4. ron

    Copying Changes from one DB to Another

    Tom -- I am embarrassed that I didn't think of dumping/loading the tables that control the menu system! That sounds like the best solution. :) By the way ... what is the "difference tool"?
  5. ron

    Copying Changes from one DB to Another

    Thank you Rob, I didn't want to over-complicate the situation I was describing... we do have many environments, including Staging. I personally don't delve into the application code very much but from what I see of how the menu systems works I think it would be a big stretch for our developers...
  6. ron

    Copying Changes from one DB to Another

    Sorry for not explaining things, clearly, Rob. The application we use is large and complex (it's a banking system). Major changes (which happen rather often) almost always involve schema changes -- and we can handle that without a problem. The "problem" is that the CHUI part of the system has...
  7. ron

    Copying Changes from one DB to Another

    Thank you, Tom. Yes, I appreciate that a 4GL-code solution is possible, but that would require quite a lot of R&D to discover exactly what is required. I was hoping that there might be a way to capture details of what happens when all the menu changes are made to the TEST system such that they...
  8. ron

    Copying Changes from one DB to Another

    Linux RHEL -- OE 11.7.17 Hi, I have a set-up that is pretty common -- TEST, UAT and PROD servers. We have an application that has both a character UI and via AppServers also a GUI UI. When a change is implemented, it often involves a rather large number of menu changes in the character...
  9. ron

    Answered Question on xcoding

    11.7.17 on Red Hat Linux At present our Production system has xcoded source on it. I'm planning changing to have no source at all on Prod, but it will take a few months to get that done. In the meantime I'm learning about xcode. I have encountered it many times before but this is the first...
  10. ron

    Changing to PASOE.

    OE 11.7.4 on Linux (Nutanix) Our prod DB is on a Linux server. It has four Windows hosts that connect to it that each support a classic AppServer (set to have 5 agents) -- with load-balancers. Our UAT and TEST environments are set-up similarly. We plan to move from the existing "classic"...
  11. ron

    Changing to PASOE.

    OE 11.7.4 on Linux Our prod DB is on a Linux server. It has four Windows hosts that connect to it that each support a classic AppServer (set to have 5 agents) -- with load-balancers. Our UAT and TEST e (This post got truncated! I'll have to re-type it!
  12. ron

    crontab problem

    Sorry -- I've withdrawn this. I have worked-out what I needed. Ron.
  13. ron

    crontab problem

    Thank you! It is a surprise to me, that's for sure. But I can work around it. Ron.
  14. ron

    crontab problem

    Hi. This is not a Progress question, but I am sure Progress DBAs would be able to throw light on this problem. It's a question about how crontab works in RH Linux. I have a job that archives and purges audit data. It is very process-intensive and it was set to run several small slices of...
  15. ron

    Question Changing triggers.

    Thank you all for your contributions. I have to conclude that my plan to change the trigger code "in mid flight" was simply flawed. I will have to move to a different method.
  16. ron

    Question Changing triggers.

    11.7.4 on Linux Hi DBAs, I'm testing an addition to the system that uses write and delete triggers on a selection of tables. The triggers exist on a Linux server and four AppServers. I was hoping to be able to "switch-on" the triggers at an exact moment. I thought of a few different ways...
  17. ron

    Question Direct connect vs client/server.

    Thank you Cecil and Tom. I believe you have confirmed my understanding. I just wanted to be sure there was no "good reason" to use c/s that I was not aware of.
  18. ron

    Question Direct connect vs client/server.

    I should have explained a bit better. Yes, of course, a local user must use a client/server connection for getting at an AppServer. The situation I'm dealing with is users who simply access a DB using a character-based application. Ron.
  19. ron

    Question Direct connect vs client/server.

    11.7.4 on Linux Hello DBAs, Over a long period working with Progress, systems I have worked on have used a very straight-forward "rule" -- local users connect via "direct connect" (ie via shared memory) -- and remote users use client/server connections. However, in the system I work with now...
  20. ron

    Question Type 1 Storage Areas.

    OE 11.7.4 on Linux. As per best advice -- I have always set-up Storage Areas as Type 2 -- and appreciate the various reasons why Type 1 Areas should never be used (except of course for Area 6). However .... the system I look after is a package and like nearly all cases of using packaged...
Back
Top