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.
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 DefaultTopic and LibraryTopicRoot properties.
DefaultTopic
Defines the default topic to be assigned to a submitted question when the submitter has not provided a topic name. Your configuration file must include this property.
LibraryTopicRoot
The root topic for all UNICOM Intelligence Question Repository topics defined in IBM SPSS Deployment Manager.
Example
<property name="DefaultTopic">/Unclassified</property>
<property name=”LibraryTopicRoot”>/Questionnaire Repository</property>
See also