Forcing Row-By-Row Conversion

To force row-by-row conversion and specify the number of rows to process:

  1. Open the jde.ini file.

  2. To force row-by-row conversion, add this new information to the [TCEngine] section of the jde.ini:

    [TCEngine]
    ForceRowByRow=1
    _Continue -
    
  3. To specify the number of rows to process, add this new information to the [TCEngine] section of the jde.ini:

    StopAfterRow=n
    

    where n is the number of rows that you want to process.