You are currently viewing custom features documentation. To see the documentation for standard functionality in the current release, click here.

You are viewing custom features available for the DataSync Agent configuration. To view the full list of available configurations, refer to DataSync Agent configuration.


The file that controls the configuration settings for Perspectium DataSync Agent is the agent.xml file. This file is automatically created within the Agent's bin directory upon installation. To make changes to the configuration settings for your DataSync Agent, open this agent.xml file in a text editing application and modify the directives described in the sections below.

The following directives are custom configurations available for the agent: 

DirectiveDescription
<database_schema>

Specifies a schema to use for running the DataSync Agent with SQL Server. 

If the schema is set in the agent.xml, the agent will use it when executing actions against the database. When no schema is specified, the agent will use the default schema that is set for the database user. 

(info) NOTEThis directive is applicable to SQL Server database only.