ansproperties.xml.sample 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ans
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!-- This file allows for configuration of the installed instance of the analysis studio server. Some properties may also be configured -->
  9. <!-- using the report server advanced settings dialog. When configuring such a property, use the name from this file prefixed with "ANS." -->
  10. <!-- For example, the property DefaultVisibleItemCount would be specified in the advance settings dialog as "ANS.DefaultVisibleItemCount" -->
  11. <!-- A property value set in the advanced settings dialog will apply to all instances. If the same configuration file property value is set, then -->
  12. <!-- the configuration file value will override the advanced settings property for the server instance being configured. -->
  13. <!-- Not all properties can be configured through the advanced settings dialog at this time. Those that can will have this noted in their -->
  14. <!-- comment section below. -->
  15. <ans_property xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ansProperty.xsd">
  16. <structure>
  17. <!--Setting TraceLogging logs Analysis Studio activities in the ANSTrace.log file which is found in the logs directory. -->
  18. <!--Note: Trace Logging is not thread-safe. Use IPF for thread-safe logging. -->
  19. <!--<property>TraceLogging</property>
  20. <value type="long">1</value>-->
  21. </structure>
  22. <structure>
  23. <!--Setting ErrorLogging logs Analysis Studio errors in the ANSError.log file which is found in the logs directory. -->
  24. <!--Note: Error Logging is not thread safe. Use IPF for thread-safe logging. -->
  25. <!--<property>ErrorLogging</property>
  26. <value type="long">1</value>-->
  27. </structure>
  28. <structure>
  29. <!--Setting DeveloperLogging creates a variety of different files under the logs directory. All these files start with the prefix "ans". -->
  30. <!--<property>DeveloperLogging</property>
  31. <value type="long">1</value>-->
  32. </structure>
  33. <structure>
  34. <!--Process ID specific logging creates Process ID specific versions of the Error and Trace logs. -->
  35. <!--<property>ProcessIDSpecificLogging</property>
  36. <value type="long">1</value>-->
  37. </structure>
  38. <structure>
  39. <!--Limit the size of pages displayed at one time on the crosstab rows. WARNING - Setting the row PageSize to a value greater than the default
  40. of 200 could cause performance degradation. -->
  41. <!-- This property can configured through the advanced settings. See note at top of this file -->
  42. <!--<property>PageSize</property>
  43. <value type="long">200</value>-->
  44. </structure>
  45. <structure>
  46. <!--Limit the size of pages displayed at one time on the crosstab columns. WARNING - Setting the ColumnPageSize to a value greater than the default
  47. of 50 could cause performance degradation. -->
  48. <!-- This property can configured through the advanced settings. See note at top of this file -->
  49. <!--<property>ColumnPageSize</property>
  50. <value type="long">50</value>-->
  51. </structure>
  52. <structure>
  53. <!--Limit the cache size round tripped between client and server. Increasing this value may increase network traffic. The value is specified in kilobytes. -->
  54. <!--The cache is used to improve performance on the server -->
  55. <!--The default if not specified is zero. A value of zero means caching is disabled. -->
  56. <!-- This property can configured through the advanced settings. See note at top of this file -->
  57. <!--<property>MaxRoundtripCacheSize</property>
  58. <value type="long">10</value>-->
  59. </structure>
  60. <structure>
  61. <!-- When a missing or inaccessible member is encounted do you
  62. want to see the UI for correcting the problem or just an error
  63. message.
  64. <value type="long">0</value> means NO UI, and a simple error message
  65. <value type="long">1</value> Means Missing member UI. This is the
  66. default behaviour
  67. -->
  68. <!-- This property can configured through the advanced settings. See note at top of this file -->
  69. <!-- <property>showMissingMemberUI</property>
  70. <value type="long">1</value> -->
  71. </structure>
  72. <structure>
  73. <!-- When EstimatedColumnWidthXtabRendering is true, the client will render crosstab columns based on the width estimates provided by server heuristics.-->
  74. <!-- When EstimatedColumnWidthXtabRendering is false, the client will determine each crosstab column size.-->
  75. <!-- -->
  76. <!-- When the client determines the width, the resize capability is disabled. -->
  77. <!-- When the server determines the width, the default widths are less accurate, but rendering is faster and the column resize capability is enabled. -->
  78. <!-- -->
  79. <!--The default for this property when not specified is true. i.e. use server estimated column widths -->
  80. <!--<property>EstimatedColumnWidthXtabRendering</property>
  81. <value type="long">1</value> -->
  82. </structure>
  83. <structure>
  84. <!-- Setting MaxChartHotAreas sets the maxHotspots attribute in the report spec for maximum number of active areas in a chart. -->
  85. <!-- The default value (if not specified) is 600 -->
  86. <!-- Reducing this value will improve performance and increasing will decrease performance on large charts -->
  87. <!-- This property can configured through the advanced settings. See note at top of this file -->
  88. <!--<property>MaxChartHotAreas</property>
  89. <value type="long">600</value>-->
  90. </structure>
  91. <structure>
  92. <!-- Enable selection based suppression (sparsity removal) -->
  93. <!-- The default is enabled. 0 == disabled. 1 == enabled (recommended). -->
  94. <!-- This property can configured through the advanced settings. See note at top of this file -->
  95. <!--<property>EnableSelectionBasedSuppression</property>
  96. <value type="long">1</value>-->
  97. </structure>
  98. <structure>
  99. <!-- Enable overall suppression (non-selection based suppression) -->
  100. <!-- The default is enabled. 0 == disabled. 1 == enabled (recommended). -->
  101. <!-- This property can configured through the advanced settings. See note at top of this file -->
  102. <!--<property>EnableOverallSuppression</property>
  103. <value type="long">1</value>-->
  104. </structure>
  105. <structure>
  106. <!-- Enabling the Automatic Position Calculations Feature -->
  107. <!-- The default is enabled. 0 == disabled. 1 == enabled. -->
  108. <!-- This property can configured through the advanced settings. See note at top of this file -->
  109. <!--<property>EnablePositionedCalcs</property>
  110. <value type="long">1</value>-->
  111. </structure>
  112. <structure>
  113. <!-- This property restricts drill-through to be allowed for a selected data cell only if both the row member(s) and column member(s) are eligible for drill-through. -->
  114. <!-- The default is disabled, which allows drill-through without any restriction (by setting the value to 0). 0 == disabled. 1 == enabled. -->
  115. <!--<property>restrictedDataCellDrillThrough</property>
  116. <value type="long">0</value>-->
  117. </structure>
  118. <structure>
  119. <!-- The UI for enabling nodata mode is shown by default. To remove this capability disable the nodata UI. -->
  120. <!-- The default is enabled. 0 == disabled. 1 == enabled. -->
  121. <!--<property>EnableNoData</property>
  122. <value type="long">1</value>-->
  123. </structure>
  124. <structure>
  125. <!-- The default is enabled. 0 == disabled. 1 == enabled. -->
  126. <!-- This property allows Analysis Studio to attempt to optimize queries based on information gathered during previous gestures in the studio -->
  127. <!-- When enabled, the order of a users gestures may affect the performance of the queries generated -->
  128. <!-- This property can configured through the advanced settings. See note at top of this file -->
  129. <!--<property>AdaptiveQueryOptimizationEnabled</property>
  130. <value type="long">1</value>-->
  131. </structure>
  132. <structure>
  133. <!-- Allow the default visible item count per set to be changed. If not specified, the default is 12 -->
  134. <!-- This property can configured through the advanced settings. See note at top of this file -->
  135. <!--<property>DefaultVisibleItemCount</property>
  136. <value type="long">12</value>-->
  137. </structure>
  138. <structure>
  139. <!-- Default value for output purpose drill, print, default is drill -->
  140. <!-- This property can configured through the advanced settings. See note at top of this file -->
  141. <!--<property>DefaultOutputPurpose</property>
  142. <value type="string">drill</value>-->
  143. </structure>
  144. <structure>
  145. <!-- Column width persistances is enabled by default. 0 == disabled. 1 == enabled. -->
  146. <!-- This property allows the user to disable (by setting the value to 0) the ability for the product -->
  147. <!-- to save a user changed column width with an analysis. If disabled, then resized column widths are -->
  148. <!-- not saved with the analysis and when opened an analysis will default the column width -->
  149. <!-- This property can configured through the advanced settings. See note at top of this file -->
  150. <!--property>EnableColumnWidthPersist</property>
  151. <value type="long">1</value-->
  152. </structure>
  153. <structure>
  154. <!-- When column width persistance is enabled, this parameter controls the maxiumum number of -->
  155. <!-- resized columns stored in the most recently used list. A larger value will result in the product -->
  156. <!-- storing more column resizes, but will result in a larger analysis written to disk and more information -->
  157. <!-- exchanged between client and server during save and load. The default (if not specified) is 100. -->
  158. <!-- This property can configured through the advanced settings. See note at top of this file -->
  159. <!--property>PersistColumnWidthMRU</property>
  160. <value type="long">100</value-->
  161. </structure>
  162. <structure>
  163. <!--temporary switch to enable the new drill through selection model-->
  164. <!--Default is 1 (ON) == new model; 0 (OFF) == old model -->
  165. <!--property>AllowNewSelectionContextModel</property>
  166. <value type="long">1</value-->
  167. </structure>
  168. <structure>
  169. <!-- This flag is used to enable/disable members from the same hierarchy -->
  170. <!-- to be put in row/column axis, or in context-filter area. -->
  171. <!-- If QOS flag - MULTIPLE_HIERARCHIES_OF_SAME_DIMENSION is disabled, -->
  172. <!-- this rule will apply to dimension. -->
  173. <!-- The default is enabled. 0 == disabled. 1 == enabled (recommended). -->
  174. <!-- This property can configured through the advanced settings. See note at top of this file -->
  175. <!--<property>EnableSameHierarchyCompatibility</property>
  176. <value type="long">1</value>-->
  177. </structure>
  178. <structure>
  179. <!-- This flag is used to enable/disable Analytic Operands(Sum & Diff) are used -->
  180. <!-- as fast-calc items shown in xtab context menu and calc toolbar dropdown button. -->
  181. <!-- The default is disabled. 0 == disabled(recommended). 1 == enabled. -->
  182. <!-- This property can configured through the advanced settings. See note at top of this file -->
  183. <!--<property>EnableSumDiffFastCalc</property>
  184. <value type="long">0</value>-->
  185. </structure>
  186. </ans_property>