<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.coolearth.com/index.php?action=history&amp;feed=atom&amp;title=Whistle_Server_Configuration</id>
		<title>Whistle Server Configuration - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.coolearth.com/index.php?action=history&amp;feed=atom&amp;title=Whistle_Server_Configuration"/>
		<link rel="alternate" type="text/html" href="https://wiki.coolearth.com/index.php?title=Whistle_Server_Configuration&amp;action=history"/>
		<updated>2026-05-18T06:31:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.2</generator>

	<entry>
		<id>https://wiki.coolearth.com/index.php?title=Whistle_Server_Configuration&amp;diff=15540&amp;oldid=prev</id>
		<title>10.0.0.129: Created page with &quot;__NOTOC__  center   Whistle Server comes from the installer with a default settings file:  whistleserver.exe.config. It is located in the Program F...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.coolearth.com/index.php?title=Whistle_Server_Configuration&amp;diff=15540&amp;oldid=prev"/>
				<updated>2015-06-26T01:11:45Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  &lt;a href=&quot;/index.php/File:QCResultsText.PNG&quot; title=&quot;File:QCResultsText.PNG&quot;&gt;center&lt;/a&gt;   Whistle Server comes from the installer with a default settings file:  whistleserver.exe.config. It is located in the Program F...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:QCResultsText.PNG|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Whistle Server comes from the installer with a default settings file:  whistleserver.exe.config.&lt;br /&gt;
It is located in the Program Files directory holding the Whistle Server installation.&lt;br /&gt;
The service, as installed, will run under the LOCAL SERVICE context from the Windows servers on which is was deployed.&lt;br /&gt;
&lt;br /&gt;
This file contains a host of feature settings used to configure the service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;appSettings&amp;gt;&lt;br /&gt;
    &amp;lt;!--&amp;lt;add key=&amp;quot;OrchestratorDbString&amp;quot; value=&amp;quot;Database=THEDATABASE;Server=10.10.10.10;User Id=ContextUserAccount;Password=aPassword;Persist Security Info=true;&amp;quot; /&amp;gt;--&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;OrchestratorDbString&amp;quot; value=&amp;quot;Database=THEDATABASE;Server=sqlsvr.mycompany.com;User Id=dbuser;Password=dbpassword;Persist Security Info=true;&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ServiceDebug&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ConfigProviderXX&amp;quot; value=&amp;quot;LocalCache&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ERPClass&amp;quot; value=&amp;quot;Adage&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ERPVersion&amp;quot; value=&amp;quot;5&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ERPInforATFPath&amp;quot; value=&amp;quot;c:\temp\ATF-Files&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ConfigProvider&amp;quot; value=&amp;quot;LocalCache&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;TransportsEnable&amp;quot; value=&amp;quot;MSMQ&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ReceiverQueueName&amp;quot; value=&amp;quot;.\Private$\Orchestrator&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;TransactionQueueName&amp;quot; value=&amp;quot;.\Private$\WhistleTransactions&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;Transactions.DiskQueueEnable&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;ClientSettingsProvider.ServiceUri&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;LoggingDirectory&amp;quot; value=&amp;quot;c:\Temp&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;EnableFileLogging&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;EnableSQLLogging&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;Whistle_RecvDefaultProdDate&amp;quot; value=&amp;quot;NOW&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;EnableXMLSocketListener&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;WebServerPort&amp;quot; value=&amp;quot;http://+:9000/&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;EnableWebServer&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;EnableDBQueue&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;EnableDiskQueue&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;EnableEventProcessor&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;AutoCreateTables&amp;quot; value=&amp;quot;True&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;HTML Client Project&amp;quot; value=&amp;quot;Client_QC&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;add key=&amp;quot;DisableLoggingThreads&amp;quot; value=&amp;quot;DBStateMonitor,ApplicationSessionStatus,EventProcessor,DatabaseQueue,UpdateVariableKeys,TDF Cache: VariableValues,TDF Cache: wms_bin_tbl,TDF Cache: ItemPackCache,TDF Cache: ContainerByTypeCache,TDF Cache: ZoneListCache,TDF Cache: UomListCache,TDF Cache: Workstations&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/appSettings&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Toggling any of the True/False settings will turn on or off the applicable functionality.&lt;br /&gt;
&lt;br /&gt;
Any setting changes will require a restart of the WhistleServer service.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Return to [[QC_Results| QC Results]]&lt;/div&gt;</summary>
		<author><name>10.0.0.129</name></author>	</entry>

	</feed>