Setting the merged batch limitation
UNICOM Intelligence Interviewer can merge selected batches when saving project data. However, an error may 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.
Note The BatchMergeNumberFor32 setting is used in only the 32-bit version of Interviewer.
Changing the batch limitation setting (BatchMergeNumberFor32)
1 Exit the UNICOM Intelligence Interviewer application.
2 Use Notepad, or a similar text editor, to open the IPlayerConsole.exe.config file, which is in:
[INSTALL_FOLDER]\IBM\SPSS\<version>\Interviewer\
3 Change the BatchMergeNumberFor32 setting to an appropriate value. For example:
<appSettings>
...
<add key="BatchMergeNumberFor32" value="20"/>
</appSettings>
If the BatchMergeNumberFor32 setting does not exist in the IPlayerConsole.exe.config file, you must create it before updating the value.
4 Save the IPlayerConsole.exe.config file, and then restart Interviewer.
See also