system.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2005, 2017
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <system version="4.4">
  13. <!-- Default user preferences used by CC (not to be modified). Use the default user profile object to set effective defaults -->
  14. <param name="defaultPortalPreferences">
  15. <pref name="view">list</pref> <!-- [list | detail] -->
  16. <pref name="lines">15</pref> <!-- [0..999] -->
  17. <pref name="columns">3</pref> <!-- [2 | 3 | 4 | 5] -->
  18. <pref name="runoptions">y</pref> <!-- [y | n] -->
  19. <pref name="liststyle">0</pref><!-- [ 0 | 1 | 2 ]. Separators between list entries: 0: none. 1: lines. 2: alternating background highlights -->
  20. <pref name="format">HTML</pref>
  21. <pref name="skin">corporate</pref>
  22. </param>
  23. <!-- Supported report output formats -->
  24. <param name="reportFormats">
  25. <!--
  26. id: The format id
  27. browserHide: Exclusion list of browsers where the format should be hidden in consumer mode. Recognized browser types are: [ie | safari | moz | other]
  28. downloadable: [true | false]
  29. appMode: App functions where format is to be supported: [basic | adv (advanced, shows up as checkboxes and has more formats) | rv (report viewer)]
  30. cafaction: [true | false]
  31. -->
  32. <format id="HTML" browserHide="" appMode="basic adv rv"/>
  33. <format id="XHTML" browserHide="" appMode="adv"/>
  34. <format id="HTMLFragment" browserHide="" downloadable="false" appMode="adv"/>
  35. <format id="PDF" browserHide="" downloadable="true" appMode="basic adv rv" extension="pdf"/>
  36. <format id="spreadsheetML" browserHide="safari" downloadable="true" appMode="basic adv rv" extension="xlsx"/> <!-- excel 2007 format -->
  37. <format id="xlsxData" browserHide="safari" downloadable="true" appMode="basic adv rv" extension="xlsx" /> <!-- excel 2007 data -->
  38. <format id="singleXLS" browserHide="safari" downloadable="true" appMode="" extension="xls"/>
  39. <format id="XLS" browserHide="safari moz other" downloadable="false" appMode="" cafaction="true"/>
  40. <format id="CSV" browserHide="" downloadable="true" appMode="basic adv rv" extension="csv"/>
  41. <format id="XML" browserHide="" downloadable="true" appMode="basic adv rv" extension="xml"/>
  42. </param>
  43. <!-- Supported document formats -->
  44. <param name="documentFormats">
  45. <!-- 2003 -->
  46. <format id="application/vnd.coc-wd" extension="doc"/>
  47. <format id="application/vnd.coc-xl" extension="xls"/>
  48. <format id="application/vnd.coc-pp" extension="ppt"/>
  49. <!-- 2007 -->
  50. <format id="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" extension="xlsx"/>
  51. <format id="application/vnd.openxmlformats-officedocument.presentationml.presentation" extension="pptx"/>
  52. <format id="application/vnd.openxmlformats-officedocument.wordprocessingml.document" extension="docx"/>
  53. <!-- 2007 - macro-enabled -->
  54. <format id="application/vnd.coc-xl.2007.macroEnabled" extension="xlsm"/>
  55. <format id="application/vnd.coc-wd.2007.macroEnabled" extension="docm"/>
  56. <format id="application/vnd.coc-pp.2007.macroEnabled" extension="pptm"/>
  57. <!-- 2010 macro-enabled -->
  58. <format id="application/vnd.ms-excel.sheet.binary.macroEnabled.12" extension="xlsb"/>
  59. <format id="application/vnd.ms-excel.sheet.macroEnabled.12" extension="xlsm"/>
  60. </param>
  61. <!-- Specify the base navigation root for consumers. -->
  62. <param name="consumer-root">/content</param>
  63. <!-- Series 7 Integration parameters -->
  64. <param name="series7">
  65. <enabled>false</enabled>
  66. <!-- character encoding used by series7 -->
  67. <encoding>UTF-8</encoding>
  68. <!-- host and port to connect to Upfront server -->
  69. <host>localhost</host>
  70. <port>8030</port>
  71. <!-- Upfront gateway location -->
  72. <gateway>/cognos/cgi-bin/upfcgi.exe</gateway>
  73. <!-- If required, specify the prefix for IBM Cognos back URLs when linking to series 7 content. (eg. http://IBMCognosMachine) otherwise relative URL's will be used -->
  74. <back-prefix></back-prefix>
  75. </param>
  76. <!-- Set the following parameter to true to prefix the Gateway URI to the back URL for PowerPlay -->
  77. <param name="pp-prefix">false</param>
  78. <!-- Set this to false to force IBM Cognos not to accept back URL's different than those generated by IBM Cognos -->
  79. <param name="allowExternalURLs">true</param>
  80. <!-- Set this to false to force CC to launch active reports as standalone application (10.2 default), not in expanded mode. -->
  81. <param name="allowExpandedMHT">true</param>
  82. <!-- Set this to false to show the expanded active report in the same window as cognos connection. Ignored if allowExpandedMHT is false -->
  83. <param name="expandMHTnewWindow">true</param>
  84. <!-- Cookie delimiters. (& % * . _ - < > are not recommended to be used here) d1- parameter delimiter, d2 - name/value delimiter -->
  85. <param name="delimiters" d1="|" d2=":"/>
  86. <!-- This is the default (and minimal) query string for launching Cognos Connection -->
  87. <param name="CCHome">b_action=xts.run&amp;m=portal/cc.xts</param>
  88. <!-- This is the query string required to redirect to the users home -->
  89. <param name="COGNOSHome">b_action=xts.run&amp;m=portal/main.xts</param>
  90. <!-- Default CMM home -->
  91. <param name="CMMHome">b_action=mms.run</param>
  92. <!-- Default Planning home -->
  93. <param name="PlanningHome">b_action=contributor.run</param>
  94. <param name="capabilities">
  95. <capability name="canUseReportStudio" browser="ie moz chrome safari"/>
  96. <capability name="canUseDashboardViewer" browser="ie moz chrome safari"/>
  97. <capability name="canUseCognosInsight" browser="ie moz chrome safari"/>
  98. <capability name="canUseAdministrationPortal" browser="ie moz chrome safari"/>
  99. <capability name="canUseMyActivitiesAndSchedule" browser="ie moz chrome safari"/>
  100. <capability name="canUseMyInbox" browser="ie moz"/>
  101. <capability name="canUsePowerPlay" browser="ie moz chrome safari moz"/>
  102. <capability name="canUseEventStudio" browser="ie moz"/>
  103. <capability name="canUseAnalysisStudio" browser="ie moz"/>
  104. <capability name="canUseControllerStudio" browser="ie"/>
  105. <capability name="canUseMetricsManager" browser="ie moz"/>
  106. <capability name="canUseMetricsManagerAdministration" browser="ie moz"/>
  107. <capability name="canUseQueryStudio" browser="ie moz"/>
  108. <capability name="canUseAdaptiveAnalyticsAdministration" browser="ie moz"/>
  109. <capability name="canUseAdaptiveAnalytics" browser="ie moz"/>
  110. <capability name="canUseEV" browser="ie moz"/>
  111. </param>
  112. <param name="cognosNowCubeFileSuffix">/now/RelXMLAProvider.jsp</param>
  113. <param name="integerMaximumValue">2147483647</param>
  114. <!-- Enable drillthrough support for Baltic saved PDF-->
  115. <!--param name="pdfDrilBaltic">true</param-->
  116. <!-- Custom login/logoff configurations -->
  117. <param name="custom-auth">
  118. <logoff enabled="false">
  119. <!-- URL to direct to upon logoff. Note: the 'redirect-url' url specified is subject to validation at runtime -->
  120. <redirect-url></redirect-url>
  121. </logoff>
  122. <logon enabled="false">
  123. <!--
  124. At runtime, template name is constructed as base-template-name_<productLocale>.
  125. If base-template-name_<productLocale> does not exist, base-template-name is used.
  126. Note 1: Template filename extension is expected to be .xhtml
  127. Note 2: Template is relative to ../webcontent/ps/login
  128. -->
  129. <base-template-name></base-template-name> <!-- e.g.: my_customtemplate_1 -->
  130. </logon>
  131. </param>
  132. </system>