Smart Grid Applications Overview > Responder Overview > Implement Responder > Configure Responder > Responder Server > Query Windows Service Configuration |
Version: 10.1 |
Configuration of this service is not required, but it may improve the performance of your Data Services, especially if you have a large number of users. Follow the steps below to configure the Query Windows Service.
The Query Windows Service may reside on any server, but it does require installation (though not execution) of Responder Server. The Responder business services (e.g., Data Services, Prediction Services, etc.) do NOT need to be running on the same machine as the Query Windows Service, although they can be.
Telvent recommends using direct connections to the database. Refer to Esri's ArcGIS for Desktop help for information about setting up direct connections.
Copy Code <channels> <channel ref="msmq" isServer="false" ComputerName="ServerName" /> <channel ref="tcp" port="2063" /> </channels>
Copy Code <configuration name="marshall"> <database> <connectionString>Data Source=orcb.marshall;User ID=responder;Password=responder</connectionString> <providerFactoryClass type="Miner.Data.Access.ProviderFactories.OracleProviderFactory, Miner.Data.Access" /> <syntaxClass type="Miner.Data.Access.OracleDataSyntax, Miner.Data.Access" /> <schemaConfigurationFile>DatabaseSchemaConfig.xml</schemaConfigurationFile> </database> <geodatabase> <server> </server> <instance>sde:oracle10g</instance> <database> </database> <user>sde</user> <password>sde@orcb.marshall</password> <version>SDE.DEFAULT</version> <dataset>ARCFM.ElectricDataset</dataset> <network>ARCFM.ElecGeomNetwork</network> </geodatabase> </configuration>
Min Pool Size: This optional attribute in the connection string sets the minimum number of pooled database connections. When the number of pooled connections exceeds the Min Pool Size setting any idle connections will be disconnected without falling below that Min Pool Size threshold. Recommended Min Pool Size setting for Query Services: 0 |
Copy Code <miner.responder.server.configuration default="ConfigurationName">