Enabling Multiple Concurrent Table Conversions

If you are planning to run your Table Conversions on the Enterprise Server, you must set specific values in the JDE.INI jde.ini on your Enterprise Server in order to enable multiple Table Conversions to run simultaneously.

To enable multiple concurrent table conversions:

  1. Open the JDE.INI jde.ini on your Enterprise Server using an ASCII editor compatible with the operating system.

  2. Add or update the following entries and their respective values in the [JDEIPC] section:

    [JDEIPC]
    maxNumberOfResources=2000
    maxNumberOfSemaphores=1000
    
Note: The above values are sufficient to run four Table Conversions at once. To run more, you may need to increase these values. The symptom of the values being set too low is that the Table Conversion will fail almost immediately on the server with this error message in its jde.log:If you plan on running more than four concurrent Table Conversions, refer to the JD Edwards EnterpriseOne Tools Runtime Administration Guide for details on calculating the correct values for the anticipated workload on your machine.