Search results

  1. Rob Fitzpatrick

    Error Sql users getting error :-Exceeding permissible number of connections and No SQL servers are available

    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...
  2. Rob Fitzpatrick

    Error Sql users getting error :-Exceeding permissible number of connections and No SQL servers are available

    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...
  3. Rob Fitzpatrick

    DLLs or other encryption options

    (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...
  4. Rob Fitzpatrick

    Resolved Crystal Report .rpt file Lock

    I had difficulty following this. You may want to edit for clarity. And I don't see a connection with OpenEdge development.
  5. Rob Fitzpatrick

    Question Way to delete records of table from database? (DBA related query using and utility)

    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...
  6. Rob Fitzpatrick

    Resolved Progress 12.2.14 - using SQLEXP ends in Exception at (date): java.lang.OutOfMemoryError

    These JVM arguments begin with a capital X. E.g.: -Xmx512m -Xms64m https://community.progress.com/s/article/P99089
  7. Rob Fitzpatrick

    Conversion.

    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...
  8. Rob Fitzpatrick

    Question End Progress operation from bat file

    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...
  9. Rob Fitzpatrick

    Conditional Formatting in MS Excel

    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...
  10. Rob Fitzpatrick

    Progress installation Java version

    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...
  11. Rob Fitzpatrick

    OpenEdge upgrade from 10.2B to 11.7.5

    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...
  12. Rob Fitzpatrick

    Progress installation Java version

    The other alternative is to open a case with Tech Support. I assume you are on a maintenance contract. If not, you have two problems to solve. ;)
  13. Rob Fitzpatrick

    Progress installation Java version

    The Progress documentation should include an installation manual that lists the system pre-requisites for 9.1D.
  14. Rob Fitzpatrick

    Progress installation Java version

    https://community.progress.com/s/article/P5185
  15. Rob Fitzpatrick

    Site Slow

    We certainly do! Thanks Chris.
  16. Rob Fitzpatrick

    OpenEdge upgrade from 10.2B to 11.7.5

    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...
  17. Rob Fitzpatrick

    Copying Data from ttCustomer to ttContacts

    This thread should be in the Development forum, not Database Admin.
  18. Rob Fitzpatrick

    Target replication Database got modified .

    I don't see any screenshot. Can you paste it in as text?
Back
Top