Skip to content

Instantly share code, notes, and snippets.

@grgaortiz
Created February 22, 2016 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grgaortiz/8a2725a775d12674ab1d to your computer and use it in GitHub Desktop.
Save grgaortiz/8a2725a775d12674ab1d to your computer and use it in GitHub Desktop.
7.0 web config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Do not edit these settings! -->
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Spotfire.Dxp.Internal.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="Spotfire.Dxp.Framework.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="Spotfire.Dxp.Data.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="Spotfire.Dxp.Data.Access.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="Spotfire.Dxp.Data.Access.Adapters.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="Spotfire.Dxp.Data.Cxx.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="Spotfire.Dxp.Web.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="Spotfire.Dxp.Application.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
<sectionGroup name="spotfire.dxp.web" type="Spotfire.Dxp.Web.Configuration.SpotfireDxpWebSectionGroup, Spotfire.Dxp.Web">
<sectionGroup name="setup" type="Spotfire.Dxp.Web.Configuration.SetupSectionGroup, Spotfire.Dxp.Web">
<section name="javaScriptApi" type="Spotfire.Dxp.Web.Configuration.JavaScriptApiSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="errorReporting" type="Spotfire.Dxp.Web.Configuration.ErrorReportingSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="languages" type="Spotfire.Dxp.Web.Configuration.LanguagesSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="authentication" type="Spotfire.Dxp.Web.Configuration.AuthenticationSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="scheduledUpdates" type="Spotfire.Dxp.Web.Configuration.ScheduledUpdatesSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="sbdfCache" type="Spotfire.Dxp.Web.Configuration.SbdfCacheSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="application" type="Spotfire.Dxp.Web.Configuration.ApplicationSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="smartAppBanner" type="Spotfire.Dxp.Web.Configuration.SmartAppBannerSection, Spotfire.Dxp.Web" requirePermission="false" />
</sectionGroup>
<sectionGroup name="userInterface" type="Spotfire.Dxp.Web.Configuration.UserInterfaceSectionGroup, Spotfire.Dxp.Web">
<section name="pages" type="Spotfire.Dxp.Web.Configuration.PagesSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="diagnostics" type="Spotfire.Dxp.Web.Configuration.DiagnosticsSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="analysis" type="Spotfire.Dxp.Web.Configuration.ViewAnalysisSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="closedAnalysis" type="Spotfire.Dxp.Web.Configuration.ClosedAnalysisSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="serverUnavaliable" type="Spotfire.Dxp.Web.Configuration.ClosedAnalysisSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="errorPage" type="Spotfire.Dxp.Web.Configuration.ClosedAnalysisSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="customHeader" type="Spotfire.Dxp.Web.Configuration.CustomizableHeaderSection, Spotfire.Dxp.Web" requirePermission="false" />
</sectionGroup>
<sectionGroup name="performance" type="Spotfire.Dxp.Web.Configuration.PerformanceSectionGroup, Spotfire.Dxp.Web">
<section name="siteLimitations" type="Spotfire.Dxp.Web.Configuration.SiteLimitationsSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="gcConfiguration" type="Spotfire.Dxp.Web.Configuration.GcConfigurationSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="recoverMemory" type="Spotfire.Dxp.Web.Configuration.RecoverMemorySection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="monitoring" type="Spotfire.Dxp.Web.Configuration.MonitoringSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="performanceCounterLogging" type="Spotfire.Dxp.Web.Configuration.PerformanceCounterLoggingSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="statistics" type="Spotfire.Dxp.Web.Configuration.StatisticsSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="documentCache" type="Spotfire.Dxp.Web.Configuration.DocumentCacheSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="analysis" type="Spotfire.Dxp.Web.Configuration.PerformanceAnalysisSection, Spotfire.Dxp.Web" requirePermission="false" />
<section name="hierarchicalClustering" type="Spotfire.Dxp.Web.Configuration.HierarchicalClusteringSection, Spotfire.Dxp.Web" requirePermission="false" />
</sectionGroup>
</sectionGroup>
<section name="Spotfire.Dxp.Services.Settings" type="Spotfire.Dxp.Services.ServicesSettings, Spotfire.Dxp.Services, Culture=neutral, PublicKeyToken=789861576bd64dc5" />
</configSections>
<runtime>
<!-- More GC configuration can be found in spotfire.dxp.web/performance/gcConfiguration -->
<GCCpuGroup enabled="true" />
<Thread_UseAllCpuGroups enabled="true" />
<gcConcurrent enabled="true" />
<gcServer enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Application" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Application.Portfolio" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="7.4.0.0-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Cxx" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="10.0.0.0-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Access" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="11.0.0.0-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Xml" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="12.0.6115.4155-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Formats.Sbdf" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="12.0.6115.4155-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Formats.Stdf" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Internal" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Services" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Framework" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Web.Controls" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SpotfireStatSvcsApi.Common" version="9.6.0.21" culture="neutral" publicKeyToken="4ad59c55716546cf" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.HtmlRendering" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TIBCO.TERR.API" version="3.1.1.2" culture="neutral" publicKeyToken="cddb36e5823b9d1f" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Json" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="13.0.6524.5923-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Application.ScriptSupport" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="IronPython" version="2.0.0.0" culture="neutral" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="IronPython.Modules" version="2.0.0.0" culture="neutral" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Scripting.Core" version="0.9.0.0" culture="neutral" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Scripting" version="0.9.0.0" culture="neutral" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Scripting.ExtensionAttribute" version="0.9.0.0" culture="neutral" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Adomd" version="16.7.8727.4762" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="12.0.6215.3720-16.7.65535.65535" newVersion="16.7.8727.4762" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Interop.ADODB" version="6.0.0.0" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Interop.ADOMD" version="6.0.0.0" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Composite" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Composite.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Web.Data.Adapters.ClouderaHive" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.ClouderaHive" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.ClouderaHive.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Web.Data.Adapters.Impala" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Impala" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Impala.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Internals" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Web" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Web.Forms" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Worker.ServiceContracts" version="18.10.8922.3801" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="2.7.2735.15099-18.10.65535.65535" newVersion="18.10.8922.3801" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Web.Data.Adapters.Hortonworks" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Hortonworks" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Hortonworks.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.DB2" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.DB2.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.MySql" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.MySql.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Netezza" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Netezza.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Web.Data.Adapters.OData" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.OData" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.OData.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Oracle" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Oracle.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Essbase" version="16.7.8510.5725" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Essbase.AddIn" version="16.7.8510.5725" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Essbase.Internal" version="16.7.8510.5725" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Essbase.Client" version="16.7.8510.5725" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Greenplum" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Greenplum.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.PivotalHd" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.PivotalHd.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.PostgreSqlBase" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.PostgreSql" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.PostgreSql.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Redshift" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Redshift.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.SapBw" version="16.7.8510.5725" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.SapBw.AddIn" version="16.7.8510.5725" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Hana" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Hana.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Ssas" version="16.7.8825.3320" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Ssas.AddIn" version="16.7.8825.3320" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.SqlServer" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.SqlServer.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.TeradataAster" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.TeradataAster.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Teradata" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Teradata.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Vertica" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Spotfire.Dxp.Data.Adapters.Vertica.AddIn" version="16.7.8510.5728" culture="neutral" publicKeyToken="789861576bd64dc5" />
<bindingRedirect oldVersion="16.0.0.0-16.65535.65535.65535" newVersion="16.7.8510.5728" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SpotfirePS.Framework.JSVisualizationWeb" version="1.0.0.0" culture="neutral" publicKeyToken="4d233badaf236513" />
<bindingRedirect oldVersion="0.0.0.0-1.0.65535.65535" newVersion="1.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SpotfirePS.Framework.JSVisualization" version="1.0.0.0" culture="neutral" publicKeyToken="4d233badaf236513" />
<bindingRedirect oldVersion="0.0.0.0-1.0.65535.65535" newVersion="1.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="log4net" version="1.2.11.0" culture="neutral" publicKeyToken="669e0ddf0bb1aa2a" />
<bindingRedirect oldVersion="0.0.0.0-1.2.65535.65535" newVersion="1.2.11.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SpotfirePS.LoggingUtil" version="1.0.0.0" culture="neutral" publicKeyToken="d140993ef944b7fd" />
<bindingRedirect oldVersion="0.0.0.0-1.0.65535.65535" newVersion="1.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="log4net" version="1.2.11.0" culture="neutral" publicKeyToken="669e0ddf0bb1aa2a" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="antlr.runtime" version="2.7.7.1" culture="neutral" publicKeyToken="f74b98d7acb21f72" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Antlr3.Runtime" version="3.4.1.9004" culture="neutral" publicKeyToken="eb42632606e9261f" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Common.Logging" version="1.2.0.0" culture="neutral" publicKeyToken="af08829b84f0328e" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="HtmlAgilityPack" version="1.4.7.0" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Ionic.Zip" version="1.9.1.5" culture="neutral" publicKeyToken="f74b98d7acb21f72" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Interop.ADO" version="6.0.0.0" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Core" version="11.104.0.21" culture="neutral" publicKeyToken="632609b4d040f6b4" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.XlsIO.Base" version="11.104.0.33" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Compression.Base" version="11.104.0.21" culture="neutral" publicKeyToken="3d67ed1f87d44c89" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Pdf.Base" version="11.104.0.21" culture="neutral" publicKeyToken="789861576bd64dc5" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DocumentFormat.OpenXml" version="2.5.5631.0" culture="neutral" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
<probing privatePath="bin/Modules\Cobranding_1.0.9629.7773;bin/Modules\Core_18.10.8922.3801;bin/Modules\Script Support_18.10.8922.3801;bin/Modules\Spotfire ADOMD based Connectors_16.7.8727.4762_1;bin/Modules\Spotfire Cisco Information Server Connector_16.7.8510.5728;bin/Modules\Spotfire Cloudera Hive Connector Web_16.7.8510.5728;bin/Modules\Spotfire Cloudera Hive Connector_16.7.8510.5728;bin/Modules\Spotfire Cloudera Impala Connector Web_16.7.8510.5728;bin/Modules\Spotfire Cloudera Impala Connector_16.7.8510.5728;bin/Modules\Spotfire Connector Internals_16.7.8510.5728;bin/Modules\Spotfire DXP Web_18.10.8922.3801;bin/Modules\Spotfire Hortonworks Connector Web_16.7.8510.5728;bin/Modules\Spotfire Hortonworks Connector_16.7.8510.5728;bin/Modules\Spotfire IBM DB2 Connector_16.7.8510.5728;bin/Modules\Spotfire MySql Connector_16.7.8510.5728;bin/Modules\Spotfire Netezza Connector_16.7.8510.5728;bin/Modules\Spotfire OData Connector Web_16.7.8510.5728;bin/Modules\Spotfire OData Connector_16.7.8510.5728;bin/Modules\Spotfire Oracle Connector_16.7.8510.5728;bin/Modules\Spotfire Oracle Essbase Connector_16.7.8510.5725;bin/Modules\Spotfire Pivotal Greenplum Connector_16.7.8510.5728;bin/Modules\Spotfire Pivotal HAWQ Connector_16.7.8510.5728;bin/Modules\Spotfire PostgreSql Base_16.7.8510.5728;bin/Modules\Spotfire PostgreSql Connector_16.7.8510.5728;bin/Modules\Spotfire Redshift Connector_16.7.8510.5728;bin/Modules\Spotfire SAP BW Connector_16.7.8510.5725;bin/Modules\Spotfire SAP HANA Connector_16.7.8510.5728;bin/Modules\Spotfire SQL Server Analysis Services Connector_16.7.8825.3320_1;bin/Modules\Spotfire SQL Server Connector_16.7.8510.5728;bin/Modules\Spotfire Teradata Aster Connector_16.7.8510.5728;bin/Modules\Spotfire Teradata Connector_16.7.8510.5728;bin/Modules\Spotfire Vertica Connector_16.7.8510.5728;bin/Modules\SpotfirePS.Framework.JSVisualizationWeb_1.0.8107.6549;bin/Modules\SpotfirePS.Framework.JSVisualization_1.0.8107.6549;bin/Modules\SpotfirePS.LoggingUtil_1.0.8107.6549;bin/Modules\Third Party Products_18.10.8922.3801;" />
</assemblyBinding>
</runtime>
<!-- ******************** WEB PLAYER SETTINGS **************************************** -->
<spotfire.dxp.web>
<!-- ************************************************************ -->
<!-- Web Player settings for non visible items -->
<setup>
<!-- Set to true to enable the client Java Script API -->
<!-- If the Mashup page is located on another server than the one the Web Player is installed on, -->
<!-- the domain property of the Mashup and the Web Player pages must be changed so that they match. -->
<!-- If the Mashup page is located on the machine 'a.domain.com' and the Web Player is located 'b.domain.com', -->
<!-- they both have to be changed to domain.com. -->
<!-- To do this, change this property to 'domain.com' then add "document.domain = 'domain.com';" -->
<!-- line to the Mashup before the Web Player Api is called. -->
<javaScriptApi enabled="true" domain="datariver.me" />
<!-- The mailto link on the error page will use the email address below. -->
<!-- You can also set the maximum length of the email -->
<errorReporting emailAddress="gortiz@equationhealth.com" maxMailLength="1000" automaticallyShutDownAfterStartupFailureAfterMinutes="5" />
<languages>
<installedLanguages>
<add cultureName="en-US" />
</installedLanguages>
<!-- If needed, add mappings below from languages specified in the web browser to one of the installed languages above -->
<languageMappings>
<!--<add browserLanguage="en-GB" installedLanguageToUse="en-US" />-->
</languageMappings>
</languages>
<authentication serverUrl="http://discovery.eqc.local:8088" enableAutocomplete="false">
<!-- ImpersonationUsername, and ImpersonationPassword must also be set to enable impersonation -->
<impersonation enabled="true" />
<!-- certificates (Certificates to use when authenticating with Spotfire Server): -->
<!-- useCertificates (false): Should we use certificates -->
<!-- storeName (TrustedPeople): The store name to get the certificates from. -->
<!-- [AddressBook|AuthRoot|CertificateAuthority|Disallowed|My|Root|TrustedPeople|TrustedPublisher] -->
<!-- storeLocation (LocalMachine): [CurrentUser|LocalMachine] The location to take the certificates from. -->
<!-- ImpersonationCertificateSerialNumber must also be set to the certificate to use for impersonation. -->
<!-- <certificates useCertificates="true" storeName="My" storeLocation="LocalMachine" /> -->
<!-- Enable/disable the login service. Note, enabling this is required for the iPad app. -->
<loginService enabled="true" loginRequireSsl="false" />
</authentication>
<sbdfCache enabled="true" cacheTimeoutMinutes="30">
<preloadSettings enabled="false" libraryCheckIntervalMinutes="10" librarySearch="MapChart.IsGeocodingTable::true AND MapChart.IsGeocodingEnabled::true">
</preloadSettings>
</sbdfCache>
<scheduledUpdates enabled="true" useLibrary="true" libraryFileName="ScheduledUpdates" settingsFile="App_Data\ScheduledUpdates.xml" concurrentUpdates="2" updateIntervalSeconds="60">
<forcedUpdate enabled="true" maximumRejectedUpdates="2" />
<stopUpdatesAfterRepeatedFail enabled="false" failsBeforeStop="3" stopOnlyWhenCached="true" />
<externalUpdate keepAliveMinutes="10">
<webService enabled="false" />
<ems enabled="false" serverUrl="" topic="" clientId="" reconnectAttemptCount="10" reconnectAttemptDelayMilliseconds="1000" reconnectAttemptTimeoutMilliseconds="1000" />
</externalUpdate>
<cacheSettings enabled="false" path="" maxDiskSizeMb="0" maxAgeMinutes="1440" />
</scheduledUpdates>
<application redirectToEmptyPageOnSessionEnd="true" maximumTotalSessionShutdownTimeSeconds="1200" />
</setup>
<userInterface>
<pages showLogout="true" showAbout="true" showHelp="true" showUserName="true" />
<diagnostics errorLogMaxLines="2000" />
<!-- To turn off the print button in the toolbar toggle the setting below. -->
<analysis showToolTip="true" showClose="true" showToolBar="true" showAnalysisInformationTool="true" showExportFile="true" showExportVisualization="true" showUndoRedo="true" showDodPanel="" showFilterPanel="" showPageNavigation="true" showStatusBar="true" showPrint="true" allowRelativeLinks="false" showAuthor="true" showShareWithTwitter="true" publicUrlForTwitterShares="" />
<!-- Customize the header here. The file should be located in the App_Data directory. -->
<customHeader enabled="false" fileName="Header.htm" height="40" />
<closedAnalysis showOpenLibrary="true" showReopenAnalysis="true" redirectToLibrary="true" />
<errorPage showOpenLibrary="true" showReopenAnalysis="true" />
<serverUnavaliable showOpenLibrary="true" showReopenAnalysis="true" />
</userInterface>
<!-- ************************************************************ -->
<!-- This section contains setting for tuning performance. -->
<!-- Be careful when making changes. -->
<performance>
<siteLimitations enabled="false" minimumAvailableMb="Infinite" maximumOpenAnalyses="Infinite" />
<!-- Enabling sustainedLowLatencyMode should lead to fewer pauses during blocking GC,
it may also lead to higher memory usage since GC now becomes less aggressive.
When this setting is disabled, the Interactive latency mode is used. -->
<gcConfiguration sustainedLowLatencyMode="true" objectDebugEnabled="false" />
<!-- Enabling recoverMemory will help the system in the case where memory is exhausted and the last user session is removed.
This state may occur if GC was not triggered by the system when freeing up large resources.
It is also possible to trigger the action even if memory is not exhausted (force). -->
<recoverMemory enabled="true" force="false" />
<!-- The time spans are measured in different units:
Seconds: closedTimeout, checkClosedInterval, checkInactivityInterval, needsRefreshInterval, flushInterval, purgeInterval, logInterval, debugLogInterval, notRespondingTimeout
Milliseconds: regularPollChangesInterval, maxPollChangesInterval, pollLoadInterval, toolTipDelay, maxRenderTimeMs
hh:mm:ss or d.hh:mm:ss inactivityTimeout, userPreferencesMaxAge, itemExpirationTimeout
Note that hh is 0-23 and mm and ss are 0-59, so for example one day is written 1.00:00:00.
-->
<analysis antiAliasEnabled="true" useClearType="true" documentStateEnabled="true" closedTimeout="120" checkClosedInterval="60" inactivityTimeout="02:00:00" checkInactivityInterval="300" regularPollChangesInterval="500" maxPollChangesInterval="3000" pollLoadInterval="1000" needsRefreshInterval="15" toolTipDelay="1000" undoRedoEnabled="true" maxRenderTimeMs="60000" maxAnalysisShutdownInformations="1024" notRespondingTimeout="10" />
<documentCache purgeInterval="300" itemExpirationTimeout="00:00:00" />
<!-- Enable data collection used for logging and monitoring. -->
<!-- Loggers and appenders have to be added to log4net.config -->
<statistics flushInterval="300" enabled="true" />
<!-- Enable performance counter logging. Add logger and appender to log4net.config to log the values. -->
<!-- The name of the logger is WebLogger.PerformanceCounterLog. -->
<!-- The list of counters is a comma separated list of triples (group, counter, instance) -->
<!-- where each part is separated by semicolon. Each item should therefore contain exactly two semicolons. -->
<!-- Other items will be skipped. Empty strings (for counter or instance) are interpreted as wildcards. -->
<!-- cpuAverageTimeSpan indicates the time span in seconds used to calculate "Web Player average processor %"-->
<performanceCounterLogging enabled="true" logInterval="120" cpuAverageTimeSpan="120" counters="&#xD;&#xA; .NET CLR LocksAndThreads;Contention Rate / sec;w3wp,&#xD;&#xA; .NET CLR Memory;# Bytes in all Heaps;w3wp,&#xD;&#xA; .NET CLR Memory;Large Object Heap size;w3wp,&#xD;&#xA; .NET CLR Memory;Gen 2 heap size;w3wp,&#xD;&#xA; .NET CLR Memory;% Time in GC;w3wp,&#xD;&#xA; .NET CLR Memory;# Induced GC;w3wp,&#xD;&#xA; Process;Private bytes;w3wp,&#xD;&#xA; Processor;% Processor Time;_Total,&#xD;&#xA; Processor;% Privileged Time;_Total,&#xD;&#xA; TIBCO Spotfire Data Block Storage;DataBlockStorage is memory exhausted;w3wp,&#xD;&#xA; TIBCO Spotfire Web Service;web service requests active;,&#xD;&#xA; TIBCO Spotfire Web Service;web service requests started;,&#xD;&#xA; TIBCO Spotfire Web Service;web service requests failed;,&#xD;&#xA; TIBCO Spotfire Web Service;web service total waiting time in ms;,&#xD;&#xA; TIBCO Spotfire Threading;thread pool queue age in milliseconds;,&#xD;&#xA; TIBCO Spotfire Threading;# active threads in thread pool;,&#xD;&#xA; TIBCO Spotfire Webplayer;# concurrent users;,&#xD;&#xA; TIBCO Spotfire Webplayer;# open documents;,&#xD;&#xA; TIBCO Spotfire Webplayer;# accumulated open documents;,&#xD;&#xA; TIBCO Spotfire Webplayer;# cached documents;,&#xD;&#xA; TIBCO Spotfire Webplayer;Web Player Uptime Seconds;,&#xD;&#xA; TIBCO Spotfire Webplayer;Web Player MB Working Set Size;,&#xD;&#xA; TIBCO Spotfire Webplayer;Web Player MB Available Before Swapping To Disk;,&#xD;&#xA; TIBCO Spotfire Webplayer;# analyses under scheduled updates control;,&#xD;&#xA; TIBCO Spotfire Webplayer;Max image render time;,&#xD;&#xA; TIBCO Spotfire Webplayer;Accumulated image render time;,&#xD;&#xA; TIBCO Spotfire Webplayer;Image render executions;,&#xD;&#xA; TIBCO Spotfire Data Engine;acc num queries finished;,&#xD;&#xA; TIBCO Spotfire Data Engine;no queries;,&#xD;&#xA; TIBCO Spotfire Data Engine;system allocated;,&#xD;&#xA; TIBCO Spotfire Data Engine;query cache memory;&#xD;&#xA; " debugLogInterval="15" debugCounters="&#xD;&#xA; TIBCO Spotfire Web Service;;,&#xD;&#xA; TIBCO Spotfire Data Access Cache;;,&#xD;&#xA; TIBCO Spotfire Data Engine;;,&#xD;&#xA; TIBCO Spotfire Data Block Storage;;,&#xD;&#xA; TIBCO Spotfire Threading;;,&#xD;&#xA; TIBCO Spotfire Data;;,&#xD;&#xA; TIBCO Spotfire Filtering;;,&#xD;&#xA; TIBCO Spotfire Webplayer;;,&#xD;&#xA; TIBCO Spotfire Application;;,&#xD;&#xA; TIBCO Spotfire Core;;,&#xD;&#xA; TIBCO Spotfire Data Cache;;,&#xD;&#xA; TIBCO Spotfire Visualization;;,&#xD;&#xA; .NET CLR Exceptions;;_Global_,&#xD;&#xA; .NET CLR Exceptions;;w3wp,&#xD;&#xA; .NET CLR LocksAndThreads;;_Global_,&#xD;&#xA; .NET CLR LocksAndThreads;;w3wp,&#xD;&#xA; .NET CLR Memory;;_Global_,&#xD;&#xA; .NET CLR Memory;;w3wp,&#xD;&#xA; ASP.NET Applications;Request Wait Time;__Total__,&#xD;&#xA; ASP.NET Applications;Requests Executing;__Total__,&#xD;&#xA; ASP.NET Applications;Requests Timed Out;__Total__,&#xD;&#xA; ASP.NET Applications;Requests/Sec;__Total__,&#xD;&#xA; ASP.NET Applications;Sessions Total;__Total__,&#xD;&#xA; ASP.NET v4.0.30319;Requests Queued;,&#xD;&#xA; ASP.NET;;,&#xD;&#xA; ASP.NET;Application Restarts;,&#xD;&#xA; ASP.NET;Request Execution Time;,&#xD;&#xA; ASP.NET;Requests Current;,&#xD;&#xA; ASP.NET;Requests Queued;,&#xD;&#xA; LogicalDisk;Free Megabytes;C:,&#xD;&#xA; Memory;Available Bytes;,&#xD;&#xA; Memory;Committed Bytes;,&#xD;&#xA; Memory;Pages/sec;,&#xD;&#xA; Network Interface;Bytes Total/sec;,&#xD;&#xA; PhysicalDisk;% Disk Time;_Total,&#xD;&#xA; PhysicalDisk;Avg. Disk Queue Length;_Total,&#xD;&#xA; PhysicalDisk;Current Disk Queue Length;_Total,&#xD;&#xA; Process;% Processor Time;w3wp,&#xD;&#xA; Process;Handle Count;w3wp,&#xD;&#xA; Process;Virtual Bytes;w3wp,&#xD;&#xA; Processor;% Privileged Time;_Total,&#xD;&#xA; Processor;% Processor Time;,&#xD;&#xA; System;;,&#xD;&#xA; Web Service;Current Connections;_Total,&#xD;&#xA; Web Service;Get Requests/sec;_Total,&#xD;&#xA; Web Service;ISAPI Extension Requests/sec;_Total,&#xD;&#xA; Web Service;Post Requests/sec;_Total&#xD;&#xA; " />
<!-- The hierarchicalClustering definitions sets limits on the size of -->
<!-- Hierarchical Clustering runs. -->
<!-- maxInteractiveElements: -->
<!-- The maximum size of a hierarchical clustering that can be started interactively; -->
<!-- default value 2000. -->
<!-- maxElements: -->
<!-- The is the maximum size of a hierarchical clustering that can run on this WebPlayer-server; -->
<!-- default value 30000. Scheduled update can run hierarchical clustering up to this size. -->
<!-- maxInteractiveJobs: -->
<!-- The maximum number of parallel interactive clustering jobs; default 2. -->
<!-- cpuFactorInteractiveJobs: -->
<!-- On a multi-core machine this is used to estimate the number of threads the clustering will use -->
<!-- for interactive jobs; default value 0.8. -->
<!-- cpuFactorLargeJobs: -->
<!-- On a multi core machine this is used to estimate the number of threads the clustering will use, -->
<!-- for scheduled update jobs; default value 0.5. -->
<!-- nativeMemory: -->
<!-- A memory limit for the clustering algorithm; default 500 (MBytes). -->
<!-- This should be at least -->
<!-- maxElements * maxElements / 2 / 10^6 (MBytes). -->
<!-- Higher value will make jobs larger than maxElements / 2 elements run faster. -->
<!-- The default value 500 (MBytes) is matching maxScheduledUpdatedElements = 30000. -->
<!-- Increasing maxScheduledUpdatedElements with a factor of F requires an increase in -->
<!-- nativeMemory with a factor of F*F. -->
<hierarchicalClustering maxInteractiveElements="2000" maxElements="30000" maxInteractiveJobs="2" cpuFactorInteractiveJobs="0.8" cpuFactorLargeJobs="0.5" nativeMemory="500" />
</performance>
</spotfire.dxp.web>
<!-- ******** Settings for the communication with the TIBCO Spotfire Server ********** -->
<Spotfire.Dxp.Services.Settings>
<!-- Cookies from the TIBCO Spotfire Server that should be sent back on all requests: -->
<!-- a ; separated list, example: "ARRAffinity;myCookie;myCookie2" -->
<cookies autoTransfer="" />
</Spotfire.Dxp.Services.Settings>
<!-- ********* PROXY SERVER: **********-->
<system.net>
<defaultProxy>
</defaultProxy>
</system.net>
<system.web>
<!-- ********* AUTHENTICATION: ********** -->
<!-- Forms authentication: -->
<!-- <authentication mode="Forms" > -->
<!-- <forms loginUrl="~/Login.aspx" cookieless="UseCookies" defaultUrl="~/Default.aspx" slidingExpiration="true" timeout="525600" /> -->
<!-- </authentication> -->
<!-- Windows: -->
<!-- <identity impersonate="true"/> -->
<!-- <authentication mode="Windows"> -->
<!-- </authentication> -->
<!-- Anonymous/None: (In this case the username and password from spotfire.dxp.web/authentication/impersonator are used) -->
<!-- <authentication mode="None"> -->
<!-- </authentication> -->
<!-- ********** Copy applicable parameters from above and replace below: ********* -->
<identity impersonate="true"/>
<authentication mode="Windows">
</authentication>
<authorization>
<!--Remove next line <deny users="?">, when using Anonymous Authentication-->
<deny users="?" />
<allow users="*" />
</authorization>
<!--How long before a user is logged out (when no analysis is displayed) -->
<sessionState timeout="20" cookieless="UseCookies" />
<!-- Show user friendly errors (Off: Always show advanced errors, -->
<!-- On: Always show user friendly errors, RemoteOnly: Show advanced errors on local host only) -->
<customErrors mode="RemoteOnly" defaultRedirect="~/Error.aspx" />
<!--Default language if none set in browser-->
<globalization uiCulture="en" culture="en-US" />
<!-- compilation/debug should be set to false in a production environment. -->
<compilation batch="false" debug="false" targetFramework="4.5" />
<!-- Do not edit these settings! -->
<pages clientIDMode="AutoID" />
<httpRuntime targetFramework="4.5" />
<webServices>
<protocols>
<add name="HttpGet" />
</protocols>
</webServices>
</system.web>
<!-- Do not edit these settings! -->
<appSettings>
<!-- To fix .net 4.5 UnobtrusiveValidationMode ScriptResourceMapping for 'jquery'-->
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
</appSettings>
<applicationSettings>
<!-- You normally shouldn't edit these settings. -->
<Spotfire.Dxp.Data.Access.Properties.Settings>
<setting name="AllowCustomQueries" serializeAs="String">
<value>True</value>
</setting>
</Spotfire.Dxp.Data.Access.Properties.Settings>
<Spotfire.Dxp.Internal.Properties.Settings>
<setting name="SettingsFolderName" serializeAs="String">
<value>Spotfire Web Player</value>
</setting>
<setting name="SettingsRootFolder" serializeAs="String">
<value>C:\Program Files\TIBCO\Spotfire Web Player\7.0.1\Temp</value>
</setting>
<setting name="TempFolder" serializeAs="String">
<value>C:\Program Files\TIBCO\Spotfire Web Player\7.0.1\Temp</value>
</setting>
<setting name="FinalizerLoggingEnabled" serializeAs="String">
<value>False</value>
</setting>
<setting name="ManifestDownloadTimeoutMilliseconds" serializeAs="String">
<value>60000</value>
</setting>
<setting name="LibraryCache_Enabled" serializeAs="String">
<value>True</value>
</setting>
<setting name="LibraryCache_MaxCacheTime" serializeAs="String">
<value>00:10:00</value>
</setting>
</Spotfire.Dxp.Internal.Properties.Settings>
<Spotfire.Dxp.Application.Properties.Settings>
<setting name="Bookmarks_MinimumSynchronizationIntervalSeconds" serializeAs="String">
<value>60</value>
</setting>
</Spotfire.Dxp.Application.Properties.Settings>
<Spotfire.Dxp.Data.Properties.Settings>
<setting name="Transformation_Pivot_AbortOnLowMemory" serializeAs="String">
<value>True</value>
</setting>
<setting name="DataView_RefreshForLocaleChanges" serializeAs="String">
<value>False</value>
</setting>
<setting name="DataBlockStorageIOSizeKB" serializeAs="String">
<value>64</value>
</setting>
<setting name="DataOnDemand_MaxCacheTime" serializeAs="String">
<value>01:00:00</value>
</setting>
<setting name="AllowedWebRootFiles" serializeAs="String">
<value />
</setting>
<!--A list of paths determining which parts of the file system may be accessed by file data sources-->
<setting name="AllowedFilePaths" serializeAs="Xml">
<value>
<ArrayOfString>
<string />
</ArrayOfString>
</value>
</setting>
</Spotfire.Dxp.Data.Properties.Settings>
<Spotfire.Dxp.Data.Access.Adapters.Settings>
<!-- Different authentication modes can be set up for the various data sources. Valid modes are:
WebConfig To connect with credentials stored in Spotfire.Dxp.Web.Properties.Settings/DataAdapterCredentials below.
Kerberos To connect using Kerberos authentication.
Prompt To prompt the user for credentials.
ServiceAccount To connect as the account used to run the application pool in the IIS.
-->
<setting name="WebAuthenticationMode" serializeAs="Xml">
<value>
<adapters>
<adapter name="Spotfire.SqlServerAdapter" mode="Prompt" />
<adapter name="Spotfire.TeradataAdapter" mode="WebConfig" />
<adapter name="Spotfire.OracleAdapter" mode="WebConfig" />
<adapter name="Spotfire.SsasAdapter" mode="Prompt" />
<adapter name="Spotfire.SapBwAdapter" mode="WebConfig" />
<adapter name="Spotfire.EssbaseAdapter" mode="WebConfig" />
<adapter name="Spotfire.CompositeAdapter" mode="WebConfig" />
<adapter name="Spotfire.MySqlAdapter" mode="WebConfig" />
<adapter name="Spotfire.NetezzaAdapter" mode="WebConfig" />
<adapter name="Spotfire.PostgreSqlAdapter" mode="WebConfig" />
</adapters>
</value>
</setting>
</Spotfire.Dxp.Data.Access.Adapters.Settings>
<!-- When storing usernames and passwords in this section then consider encrypting it by executing:
"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe" -pe applicationSettings/Spotfire.Dxp.Web.Properties.Settings -app /Spotfire -prov DataProtectionConfigurationProvider
Decryption is done with:
"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe" -pd applicationSettings/Spotfire.Dxp.Web.Properties.Settings -app /Spotfire
(Due to a bug in .NET 4.0 the -prov argument is necessary otherwise decryption will fail.)
-->
<Spotfire.Dxp.Web.Properties.Settings>
<!--Scheduled Updates: -->
<!-- spotfire.dxp.web/scheduledUpdates section must be filled in to use this. -->
<!-- This is the username and password or certificate serial number for the user that preloads the files.-->
<setting name="ScheduledUpdatesUsername" serializeAs="String">
<value>[removed]</value>
</setting>
<setting name="ScheduledUpdatesPassword" serializeAs="String">
<value>[removed]</value>
</setting>
<!-- serialNumber: The serial number of the certificate to use. -->
<setting name="ScheduledUpdatesCertificateSerialNumber" serializeAs="String">
<value />
</setting>
<!--Sbdf cache preloading: -->
<!-- spotfire.dxp.web/sbdfCache section must be filled in to use this. -->
<!-- This is the username and password or certificate serial number for the user that preloads the files.-->
<setting name="SbdfCachePreloadUsername" serializeAs="String">
<value />
</setting>
<setting name="SbdfCachePreloadPassword" serializeAs="String">
<value />
</setting>
<!-- serialNumber: The serial number of the certificate to use. -->
<setting name="SbdfCachePreloadCertificateSerialNumber" serializeAs="String">
<value />
</setting>
<!--EMS Updates: -->
<!-- spotfire.dxp.web/scheduledUpdates/externalUpdate/ems section must be filled in to use this. -->
<!-- This is the username and password for the user that connects to the EMS server. -->
<setting name="EmsUpdateUsername" serializeAs="String">
<value />
</setting>
<setting name="EmsUpdatePassword" serializeAs="String">
<value />
</setting>
<!--Impersonation: -->
<!-- This is the username and password or certificate serial number used for impersonation. -->
<setting name="ImpersonationUsername" serializeAs="String">
<value>[removed]</value>
</setting>
<setting name="ImpersonationPassword" serializeAs="String">
<value>[removed]</value>
</setting>
<!-- serialNumber: The serial number of the certificate to use.-->
<setting name="ImpersonationCertificateSerialNumber" serializeAs="String">
<value />
</setting>
<!--Proxy -->
<!-- You need to set the system.net/defaultProxy/proxy: proxy address to use this. -->
<!-- Proxy username/password for communication between Web Player Server and Spotfire Server. -->
<setting name="ProxyUsername" serializeAs="String">
<value />
</setting>
<setting name="ProxyPassword" serializeAs="String">
<value />
</setting>
<!--Authentication settings for TIBCO Spotfire Statistics Services -->
<!-- A list of URLs -->
<setting name="TibcoSpotfireStatisticsServicesURLs" serializeAs="Xml">
<value>
<ArrayOfString>
<string />
</ArrayOfString>
</value>
</setting>
<!--A list of usernames for each of the URLs above-->
<setting name="TibcoSpotfireStatisticsServicesUsernames" serializeAs="Xml">
<value>
<ArrayOfString>
<string />
</ArrayOfString>
</value>
</setting>
<!--A list of passwords for each of the usernames and URLs above-->
<setting name="TibcoSpotfireStatisticsServicesPasswords" serializeAs="Xml">
<value>
<ArrayOfString>
<string />
</ArrayOfString>
</value>
</setting>
<!-- Credentials for the data adapters. Each entry within the setting/value/credentials section
should be in this format:
<entry profile="profile_name">
<username>user</username>
<password>password</password>
</entry>
For integrated security, the username should be in the DOMAIN\user format.
The profile is an arbitrary string. To use the credentials in an analysis, enter the same
profile in the credentials tab of the data connection properties dialog in TIBCO Spotfire.
-->
<setting name="DataAdapterCredentials" serializeAs="Xml">
<value>
<credentials>
<entry profile="DataRiver">
<username>[removed]</username>
<password>[removed]</password>
</entry>
</credentials>
</value>
</setting>
</Spotfire.Dxp.Web.Properties.Settings>
</applicationSettings>
<!-- Do not edit these settings! -->
<location path="WebViewRead.ashx">
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>
</location>
<location path="AjaxService.asmx">
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>
</location>
<location path="UpdateService.asmx">
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>
</location>
<location path="Services">
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>
</location>
<location path="Manifest.ashx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="Services.Open">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>
</location>
<location path="Error.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="LogOut.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="GetLogoImage.ashx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="LoggedOut.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="ChangePasswordDone.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="Init.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="About.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="GetStyleSheet.ashx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="KeepAlive.ashx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="PIE.htc">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="Images">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="Help">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<!-- Modify the setting below to set the allowed execution time for an export data request. -->
<location path="ExportData.ashx">
<system.web>
<!-- This sets the allowed exection time to 600 seconds which allows a request to last for 600 seconds before a time-out occurs. -->
<httpRuntime executionTimeout="600" />
</system.web>
</location>
<!-- Modify the settings below to increase the maximum size for file upload beyond the default. -->
<!-- The file upload is limited by maxRequestLength and maxAllowedContentLength together, -->
<!-- where the smallest one takes precedence. -->
<!-- Note that maxRequestLength is given in kilo bytes and maxAllowedContentLength is given in bytes. -->
<!-- The default value for maxRequestLength is 4096 kb (4Mb) -->
<!-- and maxAllowedContentLength is 30000000 bytes (approximately 28.6Mb) respectively. -->
<!-- Thus by default the maximum file upload size is slightly less than 4Mb. -->
<location path="Upload.aspx">
<system.web>
<!-- This sets the maxRequestLength to its default value which is 4096 kb (4Mb) -->
<!-- <httpRuntime maxRequestLength="4096" /> -->
<!-- -->
<!-- This sets the values to 10Mb which allows files that are slightly smaller than 10Mb to be uploaded. -->
<!-- <httpRuntime maxRequestLength="10240" /> -->
<!-- -->
<!-- This sets the values to 100Mb which allows files that are slightly smaller than 100Mb to be uploaded. -->
<!-- <httpRuntime maxRequestLength="102400" /> -->
<!-- This sets the allowed exection time to 600 seconds which allows a request to last for 600 seconds before a time-out occurs. -->
<httpRuntime executionTimeout="600" />
</system.web>
<system.webServer>
<security>
<requestFiltering>
<!-- This sets the maxAllowedContentLength to its default value which is 30000000 bytes (approximately 28.6Mb) respectively. -->
<!-- <requestLimits maxAllowedContentLength="30000000" /> -->
<!-- -->
<!-- This sets the maxAllowedContentLength to 10Mb. -->
<!-- <requestLimits maxAllowedContentLength="10485760" /> -->
<!-- -->
<!-- This sets the maxAllowedContentLength to 100Mb. -->
<!-- <requestLimits maxAllowedContentLength="104857600" /> -->
</requestFiltering>
</security>
<!-- Do not edit these settings! -->
<httpErrors errorMode="Custom" existingResponse="Replace">
<remove statusCode="404" subStatusCode="13" />
<error statusCode="404" subStatusCode="13" prefixLanguageFilePath="" path="UploadError.aspx" responseMode="Redirect" />
</httpErrors>
</system.webServer>
</location>
<!-- Do not edit these settings! -->
<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="true" enableCaching="true" />
<webServices>
<jsonSerialization maxJsonLength="20000000" />
</webServices>
</scripting>
</system.web.extensions>
<!-- Do not edit these settings! -->
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<staticContent>
<remove fileExtension=".htm" />
<mimeMap fileExtension=".htm" mimeType="text/html; charset=UTF-8" />
</staticContent>
<modules runAllManagedModulesForAllRequests="true">
<add name="UrlRewriter" type="Spotfire.Dxp.Web.Forms.UrlRewriter, Spotfire.Dxp.Web.Forms" />
</modules>
<handlers accessPolicy="Read, Script" />
<directoryBrowse enabled="false" />
<defaultDocument>
<files>
<clear />
<add value="Default.aspx" />
</files>
</defaultDocument>
<httpErrors>
<clear />
</httpErrors>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment