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:
Open the
JDE.INIjde.inion your Enterprise Server using an ASCII editor compatible with the operating system.Add or update the following entries and their respective values in the
[JDEIPC]section:[JDEIPC] maxNumberOfResources=2000 maxNumberOfSemaphores=1000
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:
IPC2100004 ... maxNumberOfResources parameter (2000) exceeded on allocation of IPCData. Please increase it in INI.
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.