Setting the merged batch limitation
UNICOM Intelligence Interviewer can merge selected batches when saving project data. However, an error might occur when selecting multiple batches to merge with the 32-bit version of Interviewer. The error occurs because Interviewer provides a maximum number for merged batches in the application’s configuration file in the BatchMergeNumberFor32 setting. The setting has a default value of 10.
The BatchMergeNumberFor32 setting is used in only the 32-bit version of Interviewer.
Changing the batch limitation setting (BatchMergeNumberFor32)
2 Change the BatchMergeNumberFor32 setting to an appropriate value. For example:
<appSettings>
...
<add key="BatchMergeNumberFor32" value="20"/>
</appSettings>
If the BatchMergeNumberFor32 setting is not in the IPlayerConsole.exe.config file, you can create it.
See also