Activation process
When you have entered all the necessary information on the four tabs you can activate the project.
Activation flowchart
When you start Launch, the key points of the activation process are as follows:
1 If the Users folder does not contain a .mdd file, Launch is unable to start. If the file is not present in the Users folder but is present in the Shared folder, then it is copied into the Users folder and activation can begin.
2 Launch then checks whether there are files for this project in FMRoot\Master that are not present in FMRoot\Shared. If this is the case, activation fails since it is possible that the project might be a version 1.2 project that has not been upgraded to work with later versions.
3 Once the file checks have been carried out you can enter your activation requirements. Click Activate when you are ready to activate the project.
4 Launch checks the project’s template (.htm) files to ensure they contain well formed HTML. If files are not well formed, Launch displays a message box listing the names of the files that are incorrect. Each filename is followed by a warning icon (! in a triangle) which you can hover over to see a description of the error. To save the contents of the message box to a file, click Copy to Clipboard. Click Proceed to continue activating or Cancel to stop.
5 Launch copies the project’s .htm, .xml, .mdd, and .mqd files, as well as any image files, into a subfolder within your UserName\Temp folder. This is a safety precaution that ensures that any changes made by other users to the User files during activation cannot affect the activation process.
6 Launch copies the files from UserName\Temp folder into FMRoot\Shared. If an .mdd file already exists in the shared project folder, Launch merges the newer version of the file into the existing file and displays a progress box while this happens. If the merge fails an error message is displayed.
7 Launch adds the datasource connection string for the project’s case data to the .mdd file.
8 Launch copies the project’s folder from FMRoot\Shared into FMRoot\Master. If an .mdd file already exists in the shared project folder, Launch merges the newer version of the file into the existing file.
9 Launch contacts each interviewing server and tells it to update its project files. Each interviewing server responds by copying the new or updated files from the Master folder into the local project folder in Projects.
10 If all these steps run successfully, the files are deleted from the Temp folder.
To activate a project
Do not use space characters, because they might cause activation issues.
1 Click Launch.
When activation is complete, a box lists two URLs for running interviews.
The first URL is for live interviews; you can copy this URL to the clipboard for pasting into a Web page.
The second URL is for testing the questionnaire; data for these interviews is marked as test data so that it can be ignored in analyses and exports of the final survey data.
2 If activation is successful and you want to run a test interview, click Copy to Clipboard next to the URL for designers who want to test their questionnaires. Paste the URL into a new browser window to test the questionnaire.
3 Click Close Window.
Notes
The .NET Framework’s default encoding reads the registry’s ANSI codepage when encoding. This means that errors might occur when activating questionnaires that include extended characters such as Ä or é. You can resolve this issue by updating the server’s ANSI codepage:
1 Access the registry on the server (Start > Run > regedit), and then navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\
CodePage\ACP
2 For servers running a German operating system, enter a value of 850; for Chinese, enter a value of 936; for Japanese, enter a value of 932.
3 For more information, see Encoding Class on the Microsoft MSDN site.
See also