Configures federator for an agent. Given connection will be new federator for given agent.
Syntax
lyft_set_default_federator 'connectionName', 'agentName' [;]
Arguments
'connectionName'
Name of connection that is to be new federator.
'agentName'
Name of existing Lyftrondata instance in the cluster for which to configure a new default federator. Those names can be found in Administer/Lyftrondata Instances.
Example
Sets federator for 'Root' agent to 'AdventureWorksDW_connection'.
EXEC lyft_set_default_federator @connectionName = 'AdventureWorksDW_connection', @agentName = 'Root';