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:
-
Go to the directory
C:\InSightManager\server\all\conf\insight and open the
insight.var file in a text editor.
-
At the bottom of the
insight.var file, add the following records:
#####Bulk Import Settings#####
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)
-
Save the
insight.var file.
Note: This information will move to a section of the
insight.var file titled
ADDITIONAL VALUES every time the file is re-generated.