Desktop User Guides > Author > UNICOM Intelligence Question Repository > Configuring a UNICOM Intelligence Question Repository > UNICOM Intelligence Question Repository configuration file > UNICOM Intelligence Question Repository properties
 
UNICOM Intelligence Question Repository properties
Properties control the overall UNICOM Intelligence Question Repository behavior. Properties do not automatically enforce behavior; you must enforce the desired behavior in your UNICOM Intelligence Question Repository. You can define as many properties as you need.
Define properties in the UNICOM Intelligence Question Repository configuration file using the following syntax:
Syntax
<properties>
  <property name="property_name">property_value</property>
  ...
</properties>
Parameters
property_name
A unique property name.
property_value
The property value.
Required properties
In addition to your own library properties, the configuration file must include the following properties.
DefaultTopic
Defines the default topic to be assigned to a submitted question when the submitter has not provided a topic name.
LibraryTopicRoot
The root topic for all UNICOM Intelligence Question Repository topics that are defined in IBM SPSS Deployment Manager.
Example
<property name="DefaultTopic">/Unclassified</property>
<property name="LibraryTopicRoot">/Questionnaire Repository</property>
See also
UNICOM Intelligence Question Repository configuration file