137
Maintenance tasks
E
Open regedit and navigate to
\HKEY_LOCAL_MACHINE\Software\SPSS\mrInterview\3\Interviewing.
E
Change the LocalEngineURLs setting so that it reads
http://
ServerName
:
PortNumber
/mrIEngWS
If you were previously using port 80 but are now using a different port, you will need to add
:
PortNumber
to the existing de
fi
nition. If you are switching from using a port other than 80 to
using port 80, you will need to delete
:
PortNumber
from the existing de
fi
nition. Otherwise, simply
change the value of
PortNumber
.
E
Change the RegistrationURL setting so that it reads
http://%
Server
%:
PortNumber
/mrIWeb/mrIWeb.dll?Handler=EngineRegistrationService
The rules for changing
PortNumber
are as described in the previous step.
E
Save the changes and exit.
E
Open [INSTALL_FOLDER]\IBM\SPSS\DataCollection\6\Interviewer
Server\Server\mrIWeb\Web.con
fi
g and change the ImageCache and LocalImageCache keys so
that they read as follows (lines are split for ease of reading only):
<add key="LocalImageCacheURL"
value="http://
servername
:
PortNumber
/SPSSMR/ImageCache/ImageCache.aspx"/>
<add key="ImageCacheURL"
value="http://
servername
:
PortNumber
/SPSSMR/ImageCache/ImageCache.aspx"/>
As with the registry settings, you will either add, remove or change the
:
PortNumber
parameter in
these de
fi
nitions depending on what changes you have made to the web site port number.
Changing interviewing URLs and registration passwords
When you install IBM® SPSS® Data Collection 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 modi
fi
ed accordingly. If your site switches to
using SSL once Interviewer Server has been installed, you can make the changes manually and
your existing installation should continue to work.
Changing the URL for starting interviews
E
Using Windows Explorer, navigate to the \Inetpub\wwwroot\SPSSMR\ProjectEditor\Settings
folder on your web site.
E
Using a text editor, open
Properties Interviewer Server (Data Collection).xml
.
E
Locate the entry for the InterviewStartURL property and change the default value so that it starts
with https rather than the standard http.
E
Save your change and close the
fi
le.
Setting the URL for the image cache
E
Navigate to [INSTALL_FOLDER]\IBM\SPSS\DataCollection\6\Interviewer
Server\Server\mrIWeb and open
Web.con
fi
g
.