file-repository

Purpose

The file location of the device policies.

Contained by

Attribute

Attribute Description Type Default Options Use
location

The location of a device repository directory, or the name and the location of the device repository file. The file extension must be .mdpr. By default, the MCS runtime uses the directory-based device repository. Refer to the topic entitled Managing the device information for more information.

Note:

The use of the device information kept in a single device repository file is deprecated.

xs:string none    required 

Example

<devices preload="false">
  <standard>
    <jdbc-repository project="NamedProject"/>
  </standard>
  <custom>
    <file-repository location="/custom/devicerepositories/"/>
  </custom>
  <logging>
    <log-file>device_log.txt</log-file>
    <e-mail>
      ...
    </e-mail>
  </logging>
</devices>

Related topics