xqeodp.config.xml-example 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: XQEODP
  5. (C) Copyright IBM Corp. 2009, 2020
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  7. -->
  8. <XQEODPConfiguration version="1.0">
  9. <!-- Reload flag and polling interval for configuration file -->
  10. <reload enabled="true" refreshInterval="5000"/>
  11. <components>
  12. <!-- SAP BW data provider -->
  13. <component name="SBWODP">
  14. <!-- Detect whether Variable Uniqueness is required for models that have multiple variables with the same name.-->
  15. <detectSAPVariableUniqueness value="true"/>
  16. <!-- Check or ignore SAP return status - default value is true (check return status) -->
  17. <checkReturnCode value="true"/>
  18. <!-- Reset SAP Server-side Cache -->
  19. <!-- Valid values are: 0 (off), 1 (reset metadata cache) or 2 (reset user cache) -->
  20. <!-- default value is 0 (do not reset cache) -->
  21. <serverCacheReset value="0"/>
  22. <!-- Convert password to upper case before passing to SAP - default value is false (do not change password case) -->
  23. <uppercasePwd value="false"/>
  24. <!-- Use alternate RSZ_X_VALUES_GET BAPI to get Member metadata - default value is true (use RSZ_X_VALUES_GET BAPI) -->
  25. <!-- The element can also contain a comma separated list of Dimension unique names for Dimensions that should use RSZ_X_VALUES_GET to retrieve Member metadata. -->
  26. <!-- If this list is empty, the RSZ_X_VALUES_GET is used to get Member metadata from all Dimensions. -->
  27. <useFastGetMembers value="true"/>
  28. <!-- Name of Property to use as the caption for Member metadata. Valid values are: Name, Key, LongName, Description or Caption - default value is Caption -->
  29. <displayProperty value="Caption"/>
  30. <!-- Use MDX to retrieve Members for specific InfoObjects (Dimensions, Hierarchies or Members). Value is a comma delimited list of InfoObject Names. Default value is an empty List-->
  31. <useMDXToRetrieveMembersFor/>
  32. <!-- if dimension cardinality is less than specified number and it is default hierarchy, use MDX to retrieve the members. Default value is 10,000 -->
  33. <useMDXToRetrieveMembersLimit value="500"/>
  34. <!-- Turn RFC Trace logging on or off - default value is false (RFC Trace logging off) -->
  35. <!-- Note that this is low-level tracing for the SAP RFC library - NOT the BAPI Trace! -->
  36. <traceRFC value="false"/>
  37. <!-- Maximum number of rows to include in an SAP Table dump - default value is 50 -->
  38. <maxTableDumpRows value="50"/>
  39. <!-- List of dims that use replacement variables.Value is a comma delimited list of I[cube].[DUN]. Default value is an empty List-->
  40. <useReplacementVariablesFor/>
  41. <!-- Maximum number of loaded time ranges of a hierarchy structure. -->
  42. <maxTDSRanges value="16"/>
  43. <!-- Load time ranges for hierarchies with up to this cardinality. -->
  44. <maxTDSCard value="1000000"/>
  45. <!-- List of SAP extended languages supported on the BW server. Default value is an empty List
  46. E.g. French Canadian is an SAP extended language with a code of 3F in order for IBM Cognos to support this language the following parameter
  47. must include the 2 digit language code 3F AND the Content Language/Run locale must be French (Canada)/fr-ca.
  48. NB. This is only supported by the new SNWODP XQEODP provider and has to use code page 4103 UTF16 LE (this is a shared configuration file).
  49. -->
  50. <extendedLanguages/>
  51. </component>
  52. <!-- MSAS 2005 via OLEDB. -->
  53. <component name="MSAnalysis2005ODP">
  54. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  55. <!--connectionTimeout value="30"/-->
  56. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  57. <!--genericTimeout value="30"/-->
  58. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  59. <!--commandTimeout value="-1"/-->
  60. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  61. <!--defaultMaxStringLength value="1024"/-->
  62. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  63. <applicationName value="IBM XQEODP"/>
  64. </component>
  65. <!-- MSAS 2008 via OLEDB. -->
  66. <component name="MSAnalysis2008ODP">
  67. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  68. <!--connectionTimeout value="30"/-->
  69. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  70. <!--genericTimeout value="30"/-->
  71. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  72. <!--commandTimeout value="-1"/-->
  73. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  74. <!--defaultMaxStringLength value="1024"/-->
  75. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  76. <applicationName value="IBM XQEODP"/>
  77. </component>
  78. <component name="MSAnalysis2012ODP">
  79. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  80. <!--connectionTimeout value="30"/-->
  81. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  82. <!--genericTimeout value="30"/-->
  83. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  84. <!--commandTimeout value="-1"/-->
  85. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  86. <!--defaultMaxStringLength value="1024"/-->
  87. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  88. <applicationName value="IBM XQEODP"/>
  89. </component>
  90. <component name="MSAnalysis2014ODP">
  91. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  92. <!--connectionTimeout value="30"/-->
  93. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  94. <!--genericTimeout value="30"/-->
  95. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  96. <!--commandTimeout value="-1"/-->
  97. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  98. <!--defaultMaxStringLength value="1024"/-->
  99. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  100. <applicationName value="IBM XQEODP"/>
  101. </component>
  102. <component name="MSAnalysis2016ODP">
  103. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  104. <!--connectionTimeout value="30"/-->
  105. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  106. <!--genericTimeout value="30"/-->
  107. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  108. <!--commandTimeout value="-1"/-->
  109. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  110. <!--defaultMaxStringLength value="1024"/-->
  111. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  112. <applicationName value="IBM XQEODP"/>
  113. </component>
  114. <component name="MSAnalysis2017ODP">
  115. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  116. <!--connectionTimeout value="30"/-->
  117. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  118. <!--genericTimeout value="30"/-->
  119. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  120. <!--commandTimeout value="-1"/-->
  121. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  122. <!--defaultMaxStringLength value="1024"/-->
  123. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  124. <applicationName value="IBM XQEODP"/>
  125. </component>
  126. <component name="MSAnalysis2019ODP">
  127. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  128. <!--connectionTimeout value="30"/-->
  129. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  130. <!--genericTimeout value="30"/-->
  131. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  132. <!--commandTimeout value="-1"/-->
  133. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  134. <!--defaultMaxStringLength value="1024"/-->
  135. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  136. <applicationName value="IBM XQEODP"/>
  137. </component>
  138. <component name="MSAzureODP">
  139. <!-- MSAS Connect Timeout. Must be between 30 and 180 seconds, inclusive. -->
  140. <!--connectionTimeout value="30"/-->
  141. <!-- MSAS Generic Timeout. Must be at least 0. Value is in seconds. -->
  142. <!--genericTimeout value="30"/-->
  143. <!-- MSAS Command Timeout. 0 means no timeout. -1 means it won't be set and will use the MSAS default. Value is in seconds. Default is -1. -->
  144. <!--commandTimeout value="-1"/-->
  145. <!-- MSAS Maximum length of string data. Value is in bytes. Default and minimum values are 1024. -->
  146. <!--defaultMaxStringLength value="1024"/-->
  147. <!-- Name of the application to be used when SQL Server Tracing is used. By default it is not set. -->
  148. <applicationName value="IBM XQEODP"/>
  149. </component>
  150. <!-- Cubing Services via XMLA. -->
  151. <component name="DB2CSXMLA">
  152. </component>
  153. <!-- Configuration for PowerCubeODP -->
  154. <component name="PowerCubeODPXQE">
  155. <!-- enableNamespaceFiltering. Set to true to filter namespace based on data source connection configuration. Default is false. -->
  156. <enableNamespaceFiltering value="false"/>
  157. </component>
  158. <!-- Configuration for NGTM1ODP -->
  159. <component name="NGTM1ODP">
  160. </component>
  161. <!-- Configuration for TM1REST provider -->
  162. <component name="TM1REST">
  163. </component>
  164. <!-- Essbase data provider -->
  165. <component name="EssbaseODP">
  166. <!-- enableMemberRollupDetecting. Set to true to detect member rollup. Default is false. -->
  167. <enableMemberRollupDetecting value="false"/>
  168. </component>
  169. </components>
  170. </XQEODPConfiguration>