Interviewing settings
Registry settings for the interviewer session engine and UNICOM Intelligence interviews are stored under the following key:
HKEY_LOCAL_MACHINE\Software\SPSS\mrInterview\3\Interviewing
Settings
DefaultThreadPoolSize
Sets the thread pool size of each interview engine.
Default value: 600
InterviewServicesSyncTimeout
The time-out (in seconds) for caching interview services settings in DPM.
Default value: 60 seconds
InterviewTimeout
The time-out (in minutes) for an interview in the running interviews collection. The interview time-out is reset each time a page is posted for the interview.
Default value: 10 minutes
InterviewerTimeout
The time-out delay for interviewer sessions created using CreateInterviewerSession.
This is reset for all calls to the session engine for a given interviewer session token, including posts for interview pages. Sessions are checked for time-out every 30 minutes.
This setting is used to terminate interviewer sessions that have been inactive for the time-out period. This typically happens when an interviewer closes the browser without closing the Phone Participants activity. When the session times out, an error is logged if the session still has an active sample record. The sample record remains active and will need to be moved manually to another queue. Until an Interviewer session times out, it remains in the list of interviewers who can be monitored.
Default value: 720 minutes (12 hours)
LocalEngineURLs
The URLs of the interviewing engines. URLs in the string must be separated by commas.
By default, only a single engine is configured for an interviewing server, but it is possible to configure multiple engines. This setting should also be updated if the address, protocol, or port for the session engine Web Service is changed.
Default value: empty (that is, no engines are registered)
MaxOpcodesExecuted
The maximum number of opcodes (instructions) that can be executed between pages before the interview is considered to be in an infinite loop. The interview terminates when the number of opcodes executed exceeds this value.
Default value: 10000
RegistrationPW
The password to use for:
▪registering session engines with the Web Service, and
▪accessing interviewing reports on the Accessories server.
Default value: mrIWeb
RegistrationURL
The URLs of the Web Services with which the engine will register when it starts, and from which it will unregister when it stops.
This value is also used on the Accessories server for access to interviewing reports.
Enclose the URLs in single quotation marks. Separate them by using commas.
The interviewing engine replaces %SERVER% with an appropriate server name. Do not change %SERVER%.
Default value:
http://%SERVER%/mrIWeb/mrIWeb.dll?Handler=EngineRegistrationService
SharedMessagesMDD
The full pathname of the .mdd file that contains shared translations for UNICOM Intelligence Interviewer messages.
Default value: No default value, but the installation default is:
C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\ IOM\StandardTexts.mdd
SitePropertiesCacheTimeout
The time (in seconds) between reloads of the SiteProperties intrinsic object from the Site.Properties.mrInterview collection in DPM.
WebTierRegistration
Enables (1) or disables (0) registration of interviewer session engines with the Web servers. See
Session engine registration for more information.
Web tier registration should be disabled whenever the registration web service is disabled on the Web tier. The registration web service is typically disabled when the registered engines are configured in the Web tier's Web.config file.
Default value: 1
See also