Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Implement Responder > Configure Responder > Responder Server > Archive Services Configuration |
The Archive Services configuration file (Miner.Responder.ArchiveServices.exe.config) is an XML file that must be configured to use Responder's Archive Services. You may edit the file by opening it in an XML application (such as XML Spy) or by opening it in a simple text editing program (such as Notepad). Miner.Responder.ArchiveServices.exe.config is installed in: Responder\Server\. This file contains several sample configurations in the <miner.responder.server.configuration> section. These sample configurations may be deleted and replaced with those specific to your business.
When providing connection information, remember that you must log in to the database as the data owner. Therefore, the User ID must belong to the owner of the data. |
We recommend using direct connections to the database. Refer to Esri's ArcGIS for Desktop help for information about setting up direct connections.
You will look for specific XML tags and then edit the properties contained within those tags.
Copy Code
|
|
---|---|
<configuration name="minerville"> <multicast group="239.254.000.006" port="6679" ttl="2" /> <database> <connectionString> Data Source=drexel.minerville; Min Pool Size=2; User ID=rxarchive; Password=rxarchive </connectionString> <providerFactoryClass type="Miner.Data.Access.ProviderFactories.OracleProviderFactory, Miner.Data.Access" /> <syntaxClass type="Miner.Data.Access.OracleDataSyntax, Miner.Data.Access" /> <schemaConfigurationFile>ArchiveSchemaConfig.xml</schemaConfigurationFile> </database> <files> <file name="ControlStyles" path="ArchiveStylesConfig.xml" /> <file name="ArchiveSubmitRules" path="ArchiveSubmitRulesConfig.xml" /> <file name="ArchiveQueries" path="ArchiveQueriesConfig.xml" /> </files> </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 Archive Services: 2
Copy Code
|
|
---|---|
<miner.responder.server.configuration default="ConfigurationName"> |
Copy Code
|
|
---|---|
<connectionStrings> <add name="rxdb.minerville" connectionString="Data Source=drexel.minerville;User ID=sde;Password=sde" providerName="System.Data.OracleClient"/> <add name="rxdb.groucho" connectionString="Data Source=groucho;User ID=responder;Password=responder" providerName="System.Data.SqlClient"/> </connectionStrings> |
You may run diagnostics to test the database and geometric network connections.
If you choose to start the Responder Services (e.g., Archive Services) using the Responder Windows Service, you may log off of the machine. The Responder Services will continue to run until stopped. If you run Responder Services using the individual executable files (e.g., Miner.Responder.ArchiveServices.exe), you must remain logged on to the server. Logging off will stop the Responder Services.