Paths for settings in data loader files

In data loader XML files, the path of a setting begins with /OpenPages/. The OpenPages folder is hidden in the user interface, but you must include it in the path when you work with settings in a data loader file.

For example, in the user interface, the path to the Transaction timeout setting for FastMap is: Applications > GRCM > FastMap > Transaction timeout.

In a data loader file, the path is /OpenPages/Applications/GRCM/FastMap/Transaction timeout. The path is specified in the name attribute of the <registryEntry> element. The following example shows the syntax:

<registryEntry name="/OpenPages/Applications/GRCM/FastMap/Transaction timeout"
       description="The maximum time in seconds that a process can run for."
       hidden="false"
       encrypted="false"
       protected="true"
       value="41600"/>

For more information, see Creating a data loader file.