Smart Grid Applications Overview > Responder Overview > Implement Responder > Configure Responder > Responder Server > Line Display Services Configuration |
Version: 10.1 |
The Line Display Service only needs to be configured if Data Services is on a different machine OR if you choose to use a different database login user for this service than Data Services. If you choose to NOT follow the steps below, the Line Display service uses the database connection information in a local or specified instance of Data Services. Follow the steps below to configure the Line Display Service.
Telvent recommends using direct connections to the database. Refer to Esri's ArcGIS for Desktop help for information about setting up direct connections.
<section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
<section name="miner.responder.server.configuration" type="System.Configuration.IgnoreSectionHandler" />
</system.runtime.remoting>
<miner.responder.server.configuration default="ConfigurationName"> <configuration name="ConfigurationName"> <database> <connectionString>Data Source=Instance Name; Initial Catalog=SQL Server Database Name; User ID=Responder User ID; Password=Responder Password</connectionString> <providerFactoryClass type="Miner.Data.Access.ProviderFactories.SqlProviderFactory, Miner.Data.Access" /> <syntaxClass type="Miner.Data.Access.SqlDataSyntax, Miner.Data.Access" /> <schemaConfigurationFile>DatabaseSchemaConfig.xml</schemaConfigurationFile> </database> <geodatabase featureClassCaching="true"> <server>Geodatabase Server Name<server /> <instance>Geodatabase Server Instance</instance> <database>SQL Server Database Name</database> <user>GIS User ID for the Database Owner</user> <password>GIS User Password</password> <version>Version Name</version> <dataset>Dataset Name</dataset> <network>Geometric Network Name</network> </geodatabase> </configuration> </miner.responder.server.configuration>
<client> <wellknown type="Miner.Responder.Shared.IDataServices, Miner.Responder.Shared" url="msmq://FormatName:DIRECT=OS:.\private$\rxserver/DataServices.rem" /> </client>
<client> <wellknown type="Miner.Responder.Shared.IDataServices, Miner.Responder.Shared" url="msmq://FormatName:DIRECT=OS:YourServerName\private$\rxserver/DataServices.rem" /> </client>