Set this configuration setting if you want the agent to connect to a specific Uri and not use the results from an Active Directory service connection point (SCP) search.
Configuration file | %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Agent Services\DataGovernance.Agent.exe.config |
Section name |
<Section name="Agent"> <Section name="Services"> <Section name="communication"> |
Setting | <Setting name ="overrideServerUri" type="dword"> |
Value |
The Uri to be used. Use the net.tcp format, for example: net.tcp://myDGEServerHost.myDomain.local:8722/Broadway/IndexServerAgent.svc |
How to modify |
|
Notes |
Use this setting to force a connection when SCP objects cannot be created in the domain where an agent resides or you do not want to use Active Directory queries to find the Data Governance server SCP in the forest and connect to the Data Governance Edition URI configured in the SCP. Set the value to the same URI listed in the Data Governance service app.config (DataGovernanceEdition.Service.exe.config) under one o f the baseAddresses for <service name="QAM.Server.ServiceHosts.IndexServerHost">. |