viewerconfig.properties 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. #####################################################################
  2. # IBM Confidential
  3. # OCO Source Materials
  4. # IBM Cognos Products: Viewer
  5. # (C) Copyright IBM Corp. 2001, 2011
  6. #
  7. # US Government Users Restricted Rights - Use, duplication or
  8. # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. #
  10. # Cognos Viewer configuration file
  11. #
  12. #
  13. #####################################################################
  14. ########################################
  15. # setting to false will stop validating URL parameters sent to the Viewer
  16. # true | false
  17. validationActive=true
  18. validationMandatoryRules=false
  19. ########################################
  20. # Asynchronous option used to specify what encoding should be used for the response
  21. # base64 | MIME | MIMECompressed
  22. attachmentEncoding=MIME
  23. ########################################
  24. # Encoding used to stream saved report output to the browser
  25. # MIMECompressed | MIME
  26. htmlOutputDataEncoding=MIMECompressed
  27. ########################################
  28. # Comma separated list of application servers that don't support MIMECompressed encoding. If one of the bellow servers
  29. # is detected, the the encoding will be automatically switched to MIME
  30. unsafeMIMECompressedServers=SAP J2EE Engine
  31. ########################################
  32. #Applies only to Business Insight and Active Report. Set to true if you want the old styles to be used when rendering the report
  33. # true | false
  34. useReportAuthoredStyles=false
  35. ########################################
  36. # Maximum number of cell that can be selected for the secondary selection. The secondary selection will stop once it hits the maximum number of cells
  37. # Can be used to help the performance of selecting a cell in a report
  38. # must be an integer > 0
  39. #maxSecondarySelection=1000
  40. ########################################
  41. # Used to disable secondary selection in reports. Can help performance of making cell selections for larger reports
  42. # true | false
  43. #disableSecondarySelection=true
  44. ########################################
  45. # In Business Insight the default max secondary selection is 500. This means, that
  46. # if more then 500 cells are going to be selected for secondary selection, then no cell
  47. # will get selected. This is to help performance, since selecting a large number of cells
  48. # can take a long time. This option is to override the default of 500 secondary cells.
  49. #buxMaxSecondarySelection=500
  50. ########################################
  51. # Used to override the primary and secondary asynchronous options. The values are the time in seconds before
  52. # the report server returns a 'working' or 'stillWorking' response.
  53. # must be an integer > 0
  54. #ViewerPrimaryWaitThreshold=60
  55. #ViewerSecondaryWaitThreshold=60
  56. ########################################
  57. # Used for drill through. Setting this to true will pass all the source parameters to the
  58. # drill target when no parameters are mapped between the source and target
  59. # true | false
  60. #enablePassAllParametersWhenNoneMap=false;
  61. ########################################
  62. # Used for drill through. Setting this to true will pass all unmapped source parameters
  63. # to the drill target
  64. # true | false
  65. #enablePassAllParameters=false
  66. ########################################
  67. # Setting to true will retry the request behind the scene when an exception happens during a wait or prompt request
  68. # true | false
  69. #enableFailover=false
  70. ########################################
  71. # Used for global prompts in portal pages when using busted reports. By default the match
  72. # will be done on the burstID property of the output object in content manager. This option
  73. # makes it possible to match on the burstKey property instead.
  74. # true | false
  75. #matchOnBurstKey=false
  76. ########################################
  77. # Setting that controls if the Viewer will make ajax requests or not
  78. # true | false
  79. #useAjax=true;
  80. ########################################
  81. # Setting this to true will generate the Viewer logs in <install>\temp\viewer
  82. # true | false
  83. #debug=false
  84. ########################################
  85. # Setting this to true will generate the Viewer trace file in <install>\temp\viewer
  86. # true | false
  87. #trace=false
  88. ########################################
  89. # Setting this to true will allow the Viewer logs to be turned on/off by adding
  90. # cv.debug=true|false to any URL that invoked the Viewer
  91. # true | false
  92. #enableURLDebug=false
  93. ########################################
  94. # Setting this to true will generate the Viewer logs but will delete any
  95. # logs that don't result in a fault. Used when running stability tests that
  96. # could geneate GB's of logs.
  97. # true | false
  98. #perfDebug=false
  99. ########################################
  100. # Properties to use when opening excel browser window, such as side bar, address bar,etc.
  101. #excelWindowOpenProperties=""
  102. ########################################
  103. # If true, Viewer will check for the canUseCognosViewer capability and throw
  104. # a fault if the user doesn't have the capability
  105. # true | false
  106. #checkViewerCapability=false
  107. ########################################
  108. # The behavior when drilling on charts has changed in 10.1 for certain charts.
  109. # This setting is to put back that old behavior
  110. # true | false
  111. #restoreOldDrillChartBehavior=false
  112. ########################################
  113. # Sets how long something will stay in the cache. Every time the cleanup
  114. # thread looks through the cache the life cycle will be dimished by 1 until it's 0
  115. # and the clean up thread removes the object. So by default, something will
  116. # stay in the cache for 50 sec (5 * 10)
  117. # number > 1
  118. #VIEWER_CACHE_LIFECYCLE=5
  119. ########################################
  120. # How often in seconds the cleanup thread looks through the cache
  121. # number > 0
  122. #VIEWER_CACHE_CLEANUP_TIME=10
  123. ########################################
  124. # Maximum number of threads to create in the thread pool. Default
  125. # is Integer.MAX_VALUE
  126. # number > 1
  127. #maximumPoolSize=100
  128. ########################################
  129. # The buffer size used while buffering the rsvp response for portlets.
  130. # Increase if <script or <link tag in output longer then 512 characters
  131. # default: 512 characters
  132. #fragmentBufferSize=512
  133. ########################################
  134. # Enables the old behavior before the performance and memory
  135. # changes were done
  136. # boolean true|false
  137. #enableOldPortletBehavior=false