Server User Guides > Interviewer - Server Admin > Interview Services options > Configure Interview Services dialog
 
Configure Interview Services dialog
To open the Interview Services dialog
Click Tools > Interview Services Options.
Interview Properties
Service list
Displays existing service configurations.
Service name
Displays the service name. When creating a new service, provide a name in this field. You can also modify an existing service name.
Service type
Displays the service’s type. When creating a new service, you must select a service type from the list. You can also change the service type for an existing service. You can define other service types by selecting the Custom service type. The settings for all custom service types are stored in the ServicesOptions.xml configuration file:
C:\Users\<user_name>\AppData\Roaming\IBM\SPSS\DataCollection\7\Author\Interview\ServicesOptions.xml
and in the Windows registry entry:
HKEY_LOCAL_MACHINE\SOFTWARE\SPSS\InterviewServices\
The list contains the following service types:
CaDSClient: An IBM SPSS Collaboration and Deployment Services server configuration. The IBM SPSS Collaboration and Deployment Services web services provide advanced real-time scoring and text analytics capabilities and can greatly improve respondent interactions.
SalesforceClient: A Saleforce.com web server configuration. The service is a COM-callable proxy for the Salesforce.com web service.
DBConnectionClient: A database connection web server configuration. DBConnectionClient provides support for defining and configuring external web services that can be used in the routing script. The service allows ADO database connections to be shared between multiple running interviews. This helps improve performance and scalability for interview scripts, that use direct database access, by eliminating the need for each script to individually connect to a database.
Custom: A custom service configuration. Custom service type settings are stored to a configuration XML file as well as in the Windows registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\SPSS\InterviewServices\. After creation, all custom configurations display in the Service type list. When this option is selected, you must enter the Prog ID field information.
Properties
Displays the server properties for the service type. When Custom is selected as the Service Type, you must manually enter the server properties. Click Test to test the connection to the server.
Has test service
This setting indicates whether the selected service type uses a test server. The test service configuration settings are applied when a survey is in test mode (IOM.Info.IsTest = true). All surveys use the regular Properties when test services are not configured.
Properties on test server
Displays the test server properties for the service type. When Custom is selected as the Service Type and Has test service is enabled, you must enter the test server properties. Click Test to test the connection to the test server.
See also
Interview Services options