Define Default Values for eCTD Bulk Import

Calyx RIM provides the ability to perform batch imports of eCTD applications using the Bulk eCTD Import wizard.

The bulk import functionality requires specific default values for the number of concurrently running import jobs (default is 3), and for the frequency that the system checks for a free place in the queue (in seconds, default  is 300).                                                 

To define the eCTD Bulk Import values for your system:
  1. Go to the directory C:\InSightManager\server\all\conf\insight and open the insight.var file in a text editor.
  2. At the bottom of the insight.var file, add the following records:
    • bulk.ectd.import.limit = 3 (the number of concurrently running import jobs)
    • bulk.ectd.import.update.interval = 300 (frequency of checking if there is a free place in the queue, in seconds)
  3. Save the insight.var file.