Installation Guides > Installing Server > Maintenance tasks > Changing interviewing URLs and registration passwords
 
Changing interviewing URLs and registration passwords
When you install UNICOM Intelligence Interviewer Server, the installation procedure sets up URLs for interviewing based on the information given at that time. For example, if you are using non-default ports or SSL, the URLs will be modified accordingly. If your site switches to using SSL once UNICOM Intelligence Interviewer Server has been installed, you can make the changes manually and your existing installation should continue to work.
To change the URL for starting interviews
1 Using Windows Explorer, go to the C:\InetPub\wwwroot\SPSSMR\ProjectEditor\Settings folder on your website.
2 Open the Properties Interviewer Server(UNICOM Intelligence).xml file.
3 Change the InterviewStartURL property, and then change its value so that it starts with https rather than the standard http.
4 Save the file, and then close it.
To set the URL for the image cache
1 Edit the following file:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\<version>\Interviewer Server\Server\mrIWeb\open Web.config
2 Add the following lines to the file:
Full URL:
<appSettings>
<add key="ImageCacheURL" value="http://WebServerName/SPSSMR/ImageCache/ImageCache.aspx"/>
</appSettings>
Relative URL:
<appSettings>
<add key="ImageCacheURL" value="../ImageCache/ImageCache.aspx"/>
</appSettings>
If this setting is not defined, template files will not be available.
3 Save the file, and then close it.
To configure the RegistrationURL setting in the registry
On each computer running the Interviewing Service, complete the following steps:
1 Run regedit, and then go to the following key:
HKEY_LOCAL_MACHINE\Software\SPSS\mrInterview\3\Interviewing\
2 Change the value of the RegistrationURL setting so that it starts with "https" instead of "http":
https://%SERVER%/mrIWeb/mrIWeb.dll?Handler=EngineRegistrationService
If this setting is not defined, add it, and then give it the value shown here.
3 Save the changes, and then close regedit.
To change the registration password
This is optional and applies to all computers running the Interviewing Service.
1 Edit the following file:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\<version>\Interviewer Server\Server\mrIWeb\Web.config
2 Replace the default registration password stored in RegistrationPW with a password of your choice.
3 Save the file, and then close it.
4 Run regedit, and then go to the following key:
HKEY_LOCAL_MACHINE\Software\SPSS\mrInterview\3\Interviewing\
5 Change the value of the RegistrationPW setting so that it matches the password you have just defined in the Web.config file.
6 Save the changes, and then close regedit.
See
Maintenance tasks