Developer Documentation Library > Interviewer - Server > Architecture > Interview Service tier > Activation > ActivationSettings.config.xml
 
ActivationSettings.config.xml
The ActivationSettings.config.xml file is created after the first activation, or when the configuration settings are updated in Activation Settings activity. The file stores activation configuration settings, effectively bypassing the need to query the configuration settings from DPM, and greatly improves overall activation performance.
Location
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\<version>\Interviewer Server\FMRoot\Shared\Config
Example
<?xml version="1.0" encoding="utf-8" ?>
<ActivationGlobalOptions>
  <NumofThreads>
  <![CDATA[ 1 ]]>
  </NumofThreads>
  <DelaybetweenActivations>
  <![CDATA[ 10 ]]>
  </DelaybetweenActivations>
  <DefaultDateRange>
  <![CDATA[ 30 ]]>
  </DefaultDateRange>
  <MessageRange>
  <![CDATA[ 30 ]]>
  </MessageRange>
  <ActivationReportRefreshInterval>
    <![CDATA[ 180 ]]>
  </ActivationReportRefreshInterval>
</ActivationGlobalOptions>
See also
Activation