Based on what you have already provided, that won't work.
The first broker you start is your primary broker; in your case, it is also your 4GL login broker. The -Mn parameter on the primary broker determines the total number of servers and secondary brokers that may be started database-wide...
I don't know why there are two identical threads on this subject. The other one should be closed.
I don't know how you managed to start this broker. Zero is not a valid value for -Mpb. It would be better for you to show the startup parameter values of your database brokers from wherever they...
(Caveat: the above might be an academic exercise, with no intent to use this code in a production system. I wouldn't take issue with that. But as I re-read the thread, I don't think that is the case here.)
My two cents, as a non-expert:
Don't try to roll your own crypto libraries.
It may...
When someone says they have an urgent need to purge data from a table, experience has shown that they may be assuming such a purge will help them with a problem of low available disk space, as if deleting records will shrink the database files that contain those records. This is an incorrect...
An ABL client can connect to an OpenEdge database in one of two ways: shared memory (also known as self-service) or TCP (also known as remote).
In order for a client to connect via shared memory it must satisfy the following constraints:
the client and database are on the same machine;
the...
I have a vague recollection of a Progress runtime engineer saying that batch clients should use _progres.exe rather than a GUI client. I can't quote the particulars now. I believe it was more about efficiency rather than compatibility, as there are some cases where the two clients follow...
Here is a sample I wrote a while back, it may help:
// add conditional formatting for row shading; every other group of 3 rows is light gray
v-worksheet:Range( "A4" ):Select.
v-worksheet:Range( v-excel:Selection, v-excel:ActiveCell:SpecialCells( xlLastCell ) ):Select...
The Java requirements for 9.1D are in Section 1.1.1, Chapter 1 of the Progress Installation and Configuration Guide Version 9 for UNIX, in the 9.1D PDFs provided above by @Osborne.
It suggests you need JVM 1.3.0_02 or 1.3.1. RHEL isn't listed specifically; the nearest distro listed in the...
There isn't a simple answer to this. It really depends on how your particular use of the OpenEdge platform: how the application is written, which OpenEdge products and components you use, whether you currently use any functionality that has been removed from the platform, whether you have...
I don't have any experience with Progress Data Servers so I can't advise you on any specifics there.
However, I do have some concerns about your plans.
Upgrading to 11.7
I don't see the point in this effort. This release will reach retired status in April 2025, a little more than 10 months...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.