Overriding maximum number of threads to use per BOI

The number of threads is specified to use when executing the M3 BOIs in parallel. The SCV SCP_MAX_NUMBER_PARALLEL_THREADS configuration parameter is used for the purpose. However, this parameter has a global scope; the value is applied to all BOIs executed by the M3 Import and M3 Export programs.

A new XML tag is now available to override the global SCV configuration parameter in specific BOIs: <MAX_PARALLEL_THREADS>. When this tag is specified in a BOI, the value is used by the M3 Import and M3 Export programs when executing this BOI. When it is not specified, the value of the global SCV configuration parameter is used.

Example usage:

<BOI>
  <PROGRAM>CRS008MI</PROGRAM>
  <TRANSACTION>ListFacility</TRANSACTION>
  <STAGING_TABLE>ST_M3_IN_FACILITY</STAGING_TABLE>
  <MAX_PARALLEL_THREADS>1</MAX_PARALLEL_THREADS>
</BOI>
Note: This feature is available on upgrade. You are not required to have a new role or privilege access to use this feature.