Article ID: 304
Last updated: 29 Nov, 2018
Many advanced options can be set to adjust how Riva and its components work together. In some cases, the use of an advanced option requires the creation of an App.Setting file, as described in this article. In other cases, you can enter advanced options into fields in the Riva Manager application; for more information, see Set advanced options for CRM connections or sync policies. Contents:
What is an App.Setting File?An App.Setting file is a file that contains code to set various advanced options for a specific component of Riva. Multiple App.Setting files can be created. These files have a predefined XML format that must be respected; otherwise, the specific component may not start. Create an App.Setting FileTo create an App.Setting file:
Step 1: Make critical backups
Tip: Always back up your current Riva configuration and application before deleting or altering existing files.
Step 2: Locate the proper directoryLocate the directory appropriate for your configuration. Every time Riva is updated and a new version is installed, a new "application" directory is created. This "application" directory contains executables, DLL libraries, and localization resources.
Step 3: Create the App.Setting (.config) file
Step 4: Copy the default contents into the new file
Step 5: Insert specific contents
Step 6: Save and test your changes
Example of an App.Setting File with Four Advanced Settings<?xml version="1.0" encoding="utf-8"?>
<configuration> <appSettings> <add key="LoggingLevel" value="DEBUG" /> <add key="Web.Proxy.Username" value="administrator" /> <add key="Web.Proxy.Password" value="mysecret" /> <add key="Web.Proxy.Domain" value="AD_NT_DOMAIN" /> </appSettings> </configuration>
Article ID: 304
Last updated: 29 Nov, 2018
Revision: 13
Views: 15282
Also read
Also listed in
|