Interviewer - Server > UNICOM Intelligence Interviewer activities in UNICOM Intelligence Interviewer Server - Admin > Desktop tools > Activating projects from the command line > Converting activation .ini files to .xml format
 
Converting activation .ini files to .xml format
If you used command line activation prior to version 2.3 and you want to reuse the activation .ini files with Activate, you can convert them using the ActivateIniToXml tool.
1 Go to:
C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\Interviewer Server\
2 Type:
ActivateIniToXml -i "ini_filename" -x "xml_filename"
For help about the command syntax, type:
ActivateIniToXml -?
Example
ActivateIniToXml -i "c:\mrproject\myproject.ini" -x "c:\mrproject\myproject.xml"
See also
Activating projects from the command line