Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 117.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="WINDOWS-1252"?>
  2. <!--
  3. ===============================================================================================
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: cnfg
  6. (C) Copyright IBM Corp. 2013
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8.  
  9.  
  10. Master configuration file for all IBM Cognos components.
  11. ===============================================================================================
  12. -->
  13. <crn:parameters xmlns:crn="http://developer.cognos.com/schemas/crconfig/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cfg="http://developer.cognos.com/schemas/configparams/XMLSchema/1/" version="165.0" xsi:schemaLocation="http://developer.cognos.com/schemas/crconfig/1/ cogstartup.xsd">
  14. <crn:parameter name="edition">
  15. <crn:value xsi:type="xsd:string">enterprise</crn:value>
  16. </crn:parameter>
  17. <crn:parameter name="releaseType">
  18. <crn:value xsi:type="xsd:string">ga</crn:value>
  19. </crn:parameter>
  20. <crn:parameter name="licenseType">
  21. <crn:value xsi:type="xsd:string">production</crn:value>
  22. </crn:parameter>
  23. <!-- advancedProperties: Specifies a set of advanced properties. -->
  24. <!-- The user needs to provide the name and the value for each advanced property. -->
  25. <crn:parameter name="advancedProperties" opaque="true">
  26. <crn:value xsi:type="cfg:array"/>
  27. </crn:parameter>
  28. <!-- serverLocale: Specifies the server locale. -->
  29. <!-- The server locale is set using the language selected during installation, but can
  30. be changed. This property ensures all log messages are written in one language determined
  31. by server locale. If the data in the log is in multiple languages, you may want to
  32. override this value so that messages are logged using UTF8 encoding. To do this,
  33. set the value of the UTF8 encoding property to true for the Logging component. -->
  34. <crn:parameter name="serverLocale">
  35. <crn:value xsi:type="xsd:language">en</crn:value>
  36. </crn:parameter>
  37. <!-- serverTimeZoneID: Specifies the time zone used by Content Manager. -->
  38. <!-- Use this property to identify the time zone used by Content Manager. Time zones are
  39. used as the time reference in schedules and other system times. -->
  40. <crn:parameter name="serverTimeZoneID">
  41. <crn:value xsi:type="cfg:timeZone">Asia/Taipei</crn:value>
  42. </crn:parameter>
  43. <!-- defaultFont: Specifies the font used in PDF reports when no fonts can be found in
  44. the stylesheet to display the data. -->
  45. <!-- Use one of the globally supported font names. -->
  46. <crn:parameter name="defaultFont">
  47. <crn:value xsi:type="xsd:string">Andale WT</crn:value>
  48. </crn:parameter>
  49. <!-- emailEncoding: Specifies the email encoding. -->
  50. <!-- The specified encoding will be used for subject and body text when sending email.
  51. This has no effect on attachments or the HTML body. -->
  52. <crn:parameter name="emailEncoding">
  53. <crn:value xsi:type="xsd:string">utf-8</crn:value>
  54. </crn:parameter>
  55. <!-- bvMaxAttachmentSize: This parameter specifies the maximum size of a file attachment
  56. that can be uploaded to the Business Viewpoint server. -->
  57. <!-- A value of 0 indicates that the maximum size is unlimited. -->
  58. <crn:parameter name="bvMaxAttachmentSize" disabled="true">
  59. <crn:value xsi:type="xsd:unsignedShort">1024</crn:value>
  60. </crn:parameter>
  61. <!-- deploymentPath: Specifies the location where deployment archives are stored. -->
  62. <!-- Because a deployment archive can contain sensitive information, for security reasons
  63. you may wish to restrict access to this location. -->
  64. <crn:parameter name="deploymentPath">
  65. <crn:value xsi:type="cfg:folderPath">../deployment</crn:value>
  66. </crn:parameter>
  67. <crn:parameter name="doReportSpecUpgrade">
  68. <crn:value xsi:type="xsd:boolean">false</crn:value>
  69. </crn:parameter>
  70. <!-- data: Specifies the location where data files created by the product components are
  71. stored. -->
  72. <!-- You can't delete these files. These files remain on your computer until they are
  73. no longer required by the component that created them. -->
  74. <crn:parameter name="data">
  75. <crn:value xsi:type="cfg:folderPath">../data</crn:value>
  76. </crn:parameter>
  77. <!-- mapFileLocation: Specifies the location of the folder that contains the IBM Cognos
  78. map files (*.cmf). -->
  79. <!-- IBM Cognos map files contain drawing information and localized strings used when
  80. rendering maps. -->
  81. <crn:parameter name="mapFileLocation">
  82. <crn:value xsi:type="cfg:folderPath">../maps</crn:value>
  83. </crn:parameter>
  84. <!-- temp: Specifies the location of the folder that contains recently viewed reports. -->
  85. <!-- The product creates temporary files each time you open a report. The product stores
  86. these temporary files in the location you specify. The product may not delete all
  87. temporary files when it closes and they may remain on your computer until you delete
  88. them. -->
  89. <crn:parameter name="temp">
  90. <crn:value xsi:type="cfg:folderPath">../temp</crn:value>
  91. </crn:parameter>
  92. <!-- encryptTemporaryFiles: Specifies whether the content of temporary files is encrypted. -->
  93. <!-- If recently viewed reports contain sensitive data, set the value of this property
  94. to 'true' to encrypt the content of temporary files. -->
  95. <crn:parameter name="encryptTemporaryFiles">
  96. <crn:value xsi:type="xsd:boolean">false</crn:value>
  97. </crn:parameter>
  98. <!-- formatSpecificationLocation: Specifies the name and location of a file that contains
  99. format specifications. -->
  100. <crn:parameter name="formatSpecificationLocation">
  101. <crn:value xsi:type="cfg:filePath">../configuration/cogformat.xml</crn:value>
  102. </crn:parameter>
  103. <!-- sortMemory: Specifies the sort buffer size to use for local processing. -->
  104. <!-- Queries which are not processed entirely within a database server may require local
  105. processing that involves sorting. Sorting operations use a memory buffer which will
  106. overflow to temporary storage for larger sort operations. Increasing the sort memory
  107. can improve performance by reducing the number of read and write operations to the
  108. temporary storage. Allocating too much memory to concurrent sorting operations may
  109. impact the memory management of the operating system. -->
  110. <crn:parameter name="sortMemory">
  111. <crn:value xsi:type="xsd:unsignedInt">32</crn:value>
  112. </crn:parameter>
  113. <!-- networkConfiguration: Specifies the IP version for host name resolution. -->
  114. <!-- Use this property to specify the internet protocol version for host name resolution. -->
  115. <crn:parameter name="networkConfiguration">
  116. <crn:value xsi:type="xsd:string">IPv4</crn:value>
  117. </crn:parameter>
  118. <!-- gateway: Specifies the URI to the gateway. -->
  119. <!-- Use the 'https' or 'http' protocol to select SSL or non-SSL communication. The host
  120. name portion of the gateway URI must be changed from localhost to an IP address or
  121. a network host name. -->
  122. <crn:parameter name="gateway">
  123. <crn:value xsi:type="xsd:anyURI">http://WIN-L5GOI249LOA:9300/bi/v1/disp</crn:value>
  124. </crn:parameter>
  125. <!-- gatewayNamespace: Specifies the Namespace ID of the authentication provider to which
  126. the gateway connects to verify user credentials. -->
  127. <!-- Use this property so that the gateway connects to one namespace. Users logged onto
  128. the Web server where the gateway is located are not prompted to choose an authentication
  129. source. By default, the gateway uses all configured namespaces and you are prompted
  130. to select a namespace. -->
  131. <crn:parameter name="gatewayNamespace">
  132. <crn:value xsi:type="xsd:string"></crn:value>
  133. </crn:parameter>
  134. <!-- gatewayCMSPNName: Specifies the sAMAccountName of the user running Content Manager. -->
  135. <!-- This value must be set if you are using kerberos authentication with constrained
  136. delegation and IBM Cognos BI is installed on Microsoft Windows operating systems. -->
  137. <crn:parameter name="gatewayCMSPNName">
  138. <crn:value xsi:type="xsd:string"></crn:value>
  139. </crn:parameter>
  140. <!-- overrideNamespace: Setting this property to true authenticates requests from the
  141. Portal Services portlets against the specified namespace for the third-party portal. -->
  142. <!-- When integrating IBM Cognos portlets within a third-party portal, it is often a requirement
  143. to enable single signon to automatically authenticate users. When enabling single
  144. signon, the Allow Namespace Override parameter in IBM Cognos Configuration must be
  145. set to true. Additionally, within the third-party portal, a parameter must be set
  146. in the IBM Cognos portlets to explicitly point to one distinct namespace ID. The
  147. Allow Namespace Override parameter notifies the IBM Cognos portlets to use the namespace
  148. defined within the third-party portal for single signon. If you are not using IBM
  149. Cognos' portlets within a third-party portal, this setting should remain false. For
  150. more information on how to enable single signon for third-party portals, see the
  151. Portal Services Administration chapter of the IBM Cognos Administration and Security
  152. Guide. -->
  153. <crn:parameter name="overrideNamespace">
  154. <crn:value xsi:type="xsd:boolean">false</crn:value>
  155. </crn:parameter>
  156. <!-- gatewayDispatcherURIList: Specifies one or more URIs to Dispatchers that the Gateway
  157. may use. -->
  158. <!-- This property is used by the gateway to send requests to IBM Cognos. The first dispatcher
  159. in the list is the default dispatcher to which requests will be sent. If the first
  160. dispatcher becomes unreachable, the second dispatcher in the list becomes the default
  161. dispatcher, and so on. The URI values must match External dispatcher URI of dispatchers
  162. in your installation except they must also have '/ext' at the end. They must specify
  163. a network host name or IP address rather than 'localhost'. -->
  164. <crn:parameter name="gatewayDispatcherURIList" opaque="true">
  165. <crn:value xsi:type="cfg:sortedArray">
  166. <crn:item xsi:type="xsd:anyURI" order="0">http://WIN-L5GOI249LOA:9300/p2pd/servlet/dispatch/ext</crn:item>
  167. </crn:value>
  168. </crn:parameter>
  169. <!-- controllerServerURI: Specifies the URI to the IBM Cognos Controller server, if present. -->
  170. <!-- This property is used by the gateway to send requests to IBM Cognos Controller server. -->
  171. <crn:parameter name="controllerServerURI">
  172. <crn:value xsi:type="xsd:anyURI">http://WIN-L5GOI249LOA:80/ibmcognos/controllerServer</crn:value>
  173. </crn:parameter>
  174. <!-- externalDispatcher: Specifies the URI to the dispatcher that processes requests from
  175. a gateway or service on a remote computer. -->
  176. <!-- This property defines the HTTP endpoint through which the dispatcher receives requests
  177. that originate on other computers. It identifies this dispatcher to other dispatchers
  178. that are part of the same installation. Use the 'https' or 'http' protocol to select
  179. SSL or non-SSL communication. Specify a vacant port number. The dispatcher will use
  180. the computer's network hostname by default. In some cases it may be necessary to
  181. specify the network host name or an IP address. If the host name portion of the URI
  182. is set to 'localhost', ensure that 'localhost' is defined on the computer. -->
  183. <crn:parameter name="externalDispatcher">
  184. <crn:value xsi:type="cfg:localURI">http://WIN-L5GOI249LOA:9300/p2pd/servlet/dispatch</crn:value>
  185. </crn:parameter>
  186. <!-- internalDispatcher: Specifies the URI to the dispatcher that processes requests from
  187. services on the same computer. -->
  188. <!-- This property defines the HTTP endpoint through which the dispatcher receives requests
  189. from the local computer. It must have the same value as External dispatcher URI unless
  190. you choose to use SSL only for external requests. In that case, External dispatcher
  191. URI will specify 'https' and Internal dispatcher URI will specify 'http', and the
  192. port numbers must be different. The hostname portion of the URI must refer to the
  193. local computer. If the host name portion of the URI is set to 'localhost', ensure
  194. that 'localhost' is defined on the computer. -->
  195. <crn:parameter name="internalDispatcher">
  196. <crn:value xsi:type="cfg:localURI">http://WIN-L5GOI249LOA:9300/p2pd/servlet/dispatch</crn:value>
  197. </crn:parameter>
  198. <!-- disp_sharedsecret: Specifies the password that enables secure communication between
  199. Dispatchers. -->
  200. <!-- This property is case-sensitive. -->
  201. <crn:parameter name="disp_sharedsecret">
  202. <crn:value xsi:type="cfg:systemPassword" encrypted="true">AAAAAAAAAAEEAAAAFAAAALX14SRr5cS/ZkWo5hLg2YEbUiNQ</crn:value>
  203. </crn:parameter>
  204. <!-- jmxPort: Specifies the port number to the JMX administration interface. -->
  205. <!-- Set the value to 0 to disable the interface. -->
  206. <crn:parameter name="jmxPort">
  207. <crn:value xsi:type="xsd:int">0</crn:value>
  208. </crn:parameter>
  209. <!-- jmxCredential: Specifies a username and password for securing the JMX administration
  210. interface. -->
  211. <!-- Be sure to configure a port in addition to setting a username and password. -->
  212. <crn:parameter name="jmxCredential">
  213. <crn:value xsi:type="cfg:credential" encrypted="true">MIG3BgkqhkiG9w0BBwaggakwgaYCAQAwgaAGCSqGSIb3DQEHATAdBglghkgBZQMEAQIEED3MyjGu2YhSuuxBb/aBVimAdPeySzNa8nYLf3VYQhWZZouM9XkIZVtFGCvD0a2uVVkoxgWCSWMVxHZubMYAmXRmZwOR0TdBLXkV6tYfCaYtxyVrhJUan1RUykMQIAhWiPxy7A3cHvRmJ3/CHzMFok7I0JGVGI8feRyMPEIzxkuqLMKK0A9F</crn:value>
  214. </crn:parameter>
  215. <!-- rsvpExecutionMode: Specifies the Report Server execution mode. -->
  216. <!-- The 64-bit mode is applicable only to 64-bit installations. -->
  217. <crn:parameter name="rsvpExecutionMode">
  218. <crn:value xsi:type="xsd:string">32-bit</crn:value>
  219. </crn:parameter>
  220. <!-- sdk: Specifies the URI used by the Framework Manager, Metrics Designer, Dynamic Query
  221. Analyzer or SDK to send requests to IBM Cognos. -->
  222. <!-- The value typically corresponds to the External dispatcher URI of one of the dispatchers
  223. in your installation. It must use the real network host name or IP address instead
  224. of localhost. If Framework Manager, Metrics Designer, Dynamic Query Analyzer or SDK
  225. clients connect to IBM Cognos through an intermediary like a load balancer or proxy,
  226. specify the host and port of the intermediary. This property is used by Framework
  227. Manager when publishing models, by Metrics Designer when creating metrics, by Dynamic
  228. Query Analyer when querying Content Manager or send request to Dynamic Query Cube,
  229. and by SDK developers when querying Content Manager for output. IBM Cognos must be
  230. able to locate a gateway or dispatcher running on a Web server that supports chunking
  231. and attachments to handle large volumes of data. If there is no firewall between
  232. Framework Manager, Metrics Designer, Dynamic Query Analyzer or SDK users and IBM
  233. Cognos, components use the default setting. If there is a firewall, you must have
  234. access to at least one Web server that supports chunking outside of the firewall.
  235. The http or https protocol prefix indicates if SSL is required. -->
  236. <crn:parameter name="sdk">
  237. <crn:value xsi:type="xsd:anyURI">http://WIN-L5GOI249LOA:9300/p2pd/servlet/dispatch</crn:value>
  238. </crn:parameter>
  239. <!-- contentManagers: Specifies one or more URIs to the Content Manager. -->
  240. <!-- Use the 'https' or 'http' protocol to select SSL or non-SSL communication. This property
  241. is used by dispatchers and services to send requests to the Content Manager. If you
  242. are using Standby Content Manager functionality, enter the URIs of all Content Managers.
  243. If the host name portion of the URI is set to 'localhost', ensure that 'localhost'
  244. is defined on the computer. -->
  245. <crn:parameter name="contentManagers" opaque="true">
  246. <crn:value xsi:type="cfg:array">
  247. <crn:item xsi:type="xsd:anyURI">http://WIN-L5GOI249LOA:9300/p2pd/servlet</crn:item>
  248. </crn:value>
  249. </crn:parameter>
  250. <!-- DSSOAPServerURI: Specifies the URI to the Data Manager SOAP Server. -->
  251. <crn:parameter name="DSSOAPServerURI" disabled="true">
  252. <crn:value xsi:type="cfg:localURI">http://localhost:9300/axis</crn:value>
  253. </crn:parameter>
  254. <!-- fontPaths: Specifies the locations of font files. -->
  255. <crn:parameter name="fontPaths">
  256. <crn:value xsi:type="xsd:string">../bin/fonts;C:\Windows\FONTS</crn:value>
  257. </crn:parameter>
  258. <!-- brsPDFEmbeddableFonts: Specifies the fonts that may be embedded in a PDF document
  259. by the batch report service. -->
  260. <!-- The decision to always or never embed a font in a PDF document is based on whether
  261. embedding was allowed and if the document used characters that are not part of the
  262. windows-1252 character encoding. -->
  263. <crn:parameter name="brsPDFEmbeddableFonts">
  264. <crn:value xsi:type="cfg:fontsEmbed"></crn:value>
  265. </crn:parameter>
  266. <!-- brsPDFNonEmbeddableFonts: Specifies the fonts that may not be embedded in a PDF document
  267. by the batch report service. -->
  268. <!-- The decision to not embed a font in a PDF document is based on whether the embedding
  269. was allowed and if the document used characters that are not part of the windows-1252
  270. character encoding. -->
  271. <crn:parameter name="brsPDFNonEmbeddableFonts">
  272. <crn:value xsi:type="cfg:fontsEmbed"></crn:value>
  273. </crn:parameter>
  274. <!-- rsPDFEmbeddableFonts: Specifies the fonts that may be embedded in a PDF document
  275. by the report service. -->
  276. <!-- The decision to always or never embed a font in a PDF document is based on whether
  277. embedding was allowed and if the document used characters that are not part of the
  278. windows-1252 character encoding. -->
  279. <crn:parameter name="rsPDFEmbeddableFonts">
  280. <crn:value xsi:type="cfg:fontsEmbed"></crn:value>
  281. </crn:parameter>
  282. <!-- rsPDFNonEmbeddableFonts: Specifies the fonts that may not be embedded in a PDF document
  283. by the report service. -->
  284. <!-- The decision to not embed a font in a PDF document is based on whether the embedding
  285. was allowed and if the document used characters that are not part of the windows-1252
  286. character encoding. -->
  287. <crn:parameter name="rsPDFNonEmbeddableFonts">
  288. <crn:value xsi:type="cfg:fontsEmbed"></crn:value>
  289. </crn:parameter>
  290. <crn:parameter name="feedbackPort">
  291. <crn:value xsi:type="xsd:unsignedShort">9363</crn:value>
  292. </crn:parameter>
  293. <!-- pmpService: Defines a group of properties for the TM1 Application Server. -->
  294. <crn:parameter name="pmpService" opaque="true" disabled="true">
  295. <crn:value>
  296. <!-- pmpMaxMemory: Specifies the maximum amount of memory in MB that can be used by the
  297. process. -->
  298. <!-- This value determines the amount of memory used by the Java Virtual Machine and depends
  299. on how much memory is available. If this value is too high, the process will fail
  300. to start and no log information will be generated. -->
  301. <crn:parameter name="pmpMaxMemory" disabled="true">
  302. <crn:value xsi:type="xsd:unsignedInt">768</crn:value>
  303. </crn:parameter>
  304. <!-- pmpShutdownPort: Specifies the port the product uses to listen for a shutdown command. -->
  305. <!-- The port number is used by Tomcat. When you change the port, it is automatically
  306. updated in the server.xml file located in the cognos_location/tomcat/conf directory. -->
  307. <crn:parameter name="pmpShutdownPort" disabled="true">
  308. <crn:value xsi:type="xsd:unsignedShort">9513</crn:value>
  309. </crn:parameter>
  310. <!-- pmpGatewayURI: Specifies the URI to the gateway. -->
  311. <!-- The gateway must be located on the same computer as a Web server. -->
  312. <crn:parameter name="pmpGatewayURI" disabled="true">
  313. <crn:value xsi:type="xsd:anyURI">http://localhost:9510/pmpsvc</crn:value>
  314. </crn:parameter>
  315. <!-- pmpExternalURI: Specifies the external URI used to access the service. -->
  316. <!-- Specifies the external URI used to access the service when it is placed behind a
  317. firewall. This element will default to the internal service URI. -->
  318. <crn:parameter name="pmpExternalURI" disabled="true">
  319. <crn:value xsi:type="cfg:hostportURI">http://localhost:9510</crn:value>
  320. </crn:parameter>
  321. <!-- pmpSessionTimeout: Planning service portal session timeout. -->
  322. <!-- Specifies the length of idle time permitted before a session is terminated. -->
  323. <crn:parameter name="pmpSessionTimeout" disabled="true">
  324. <crn:value xsi:type="xsd:string">60</crn:value>
  325. </crn:parameter>
  326. <!-- pmpForceQualifiedPaths: Force qualified paths. -->
  327. <!-- Force qualified paths. -->
  328. <crn:parameter name="pmpForceQualifiedPaths" disabled="true">
  329. <crn:value xsi:type="xsd:boolean">true</crn:value>
  330. </crn:parameter>
  331. <!-- pmpNotificationsProvider: Specifies the Notifications provider. -->
  332. <!-- Specifies the Notifications provider, used to control the delivery of notifications.
  333. DLS: Emails will be sent (if a mail server is configured), but no notifications will
  334. appear in the Cognos Inbox. HTS: Notifications will be sent to the Cognos Inbox,
  335. and emails will also be sent if a mail server is configured. -->
  336. <crn:parameter name="pmpNotificationsProvider" disabled="true">
  337. <crn:value xsi:type="xsd:string"></crn:value>
  338. </crn:parameter>
  339. <!-- pmpBVEnable: Enable Business Viewpoint. -->
  340. <!-- Enable Business Viewpoint. -->
  341. <crn:parameter name="pmpBVEnable" disabled="true">
  342. <crn:value xsi:type="xsd:boolean">false</crn:value>
  343. </crn:parameter>
  344. <!-- pmpBVURI: Specifies Business Viewpoint URI. -->
  345. <!-- Specifies Business Viewpoint URI. -->
  346. <crn:parameter name="pmpBVURI" disabled="true">
  347. <crn:value xsi:type="xsd:anyURI">http://localhost:9510/bv</crn:value>
  348. </crn:parameter>
  349. <!-- pmpSCEnable: Enable Scorecarding. -->
  350. <!-- Enable Scorecarding. -->
  351. <crn:parameter name="pmpSCEnable" disabled="true">
  352. <crn:value xsi:type="xsd:boolean">true</crn:value>
  353. </crn:parameter>
  354. <!-- pmpBIFolderName: Specify the default name of the Cognos 10 folder. -->
  355. <!-- Used to specify the default name of the Cognos 10 folder which will be created at
  356. the Public Folders level to contain URL objects. -->
  357. <crn:parameter name="pmpBIFolderName" disabled="true">
  358. <crn:value xsi:type="xsd:string">IBM Cognos TM1 Application - My Applications</crn:value>
  359. </crn:parameter>
  360. <!-- pmpAppDefPath: The path to the location of the TM1 Application definitions. This
  361. may be a UNC reference. -->
  362. <!-- Used to specify the location of the application definition files. -->
  363. <crn:parameter name="pmpAppDefPath" disabled="true">
  364. <crn:value xsi:type="cfg:folderPath"></crn:value>
  365. </crn:parameter>
  366. <!-- pmpUserPrefPath: The path to the location of the User preference files. -->
  367. <!-- Used to specify the location of the user preference files. This only applies to TM1
  368. servers authenticated using Native TM1 security. -->
  369. <crn:parameter name="pmpUserPrefPath" disabled="true">
  370. <crn:value xsi:type="cfg:folderPath"></crn:value>
  371. </crn:parameter>
  372. <!-- pmpResourcePath: Specifies the location of the string xml files that store the TM1
  373. Application Server configuration. -->
  374. <!-- Specifies the name of the folder where the string xml files are located. -->
  375. <crn:parameter name="pmpResourcePath" disabled="true">
  376. <crn:value xsi:type="cfg:folderPath"></crn:value>
  377. </crn:parameter>
  378. <!-- pmpDispatcherURI: Specifies the URI to the dispatcher that processes requests from
  379. services on the same computer. -->
  380. <crn:parameter name="pmpDispatcherURI" disabled="true">
  381. <crn:value xsi:type="xsd:anyURI">http://localhost:9510/pmpsvc/dispatcher/servlet</crn:value>
  382. </crn:parameter>
  383. <!-- pmpTrustedUser: Specifies the user ID and password. -->
  384. <!-- This value identifies the planning user that has access privileges to the planning
  385. server. Services use this account to authenticate with the planning server. -->
  386. <crn:parameter name="pmpTrustedUser" disabled="true">
  387. <crn:value xsi:type="cfg:credential">
  388. <credential>
  389. <username/>
  390. <password/>
  391. </credential>
  392. </crn:value>
  393. </crn:parameter>
  394. <!-- pmpNamespace: Specifies the namespace information. -->
  395. <!-- This property is optional. It specifies the namespace information required for authentication. -->
  396. <crn:parameter name="pmpNamespace" disabled="true">
  397. <crn:value xsi:type="xsd:string"></crn:value>
  398. </crn:parameter>
  399. <!-- pmpTm1Clients: Configuration settings for TM1 Clients -->
  400. <crn:parameter name="pmpTm1Clients" opaque="true" disabled="true">
  401. <crn:value>
  402. <!-- pmpProvisionURI: Specifies the URI of provisioning site. -->
  403. <!-- Specifies the URI of provisioning site. This element will default to planning service
  404. application URI. -->
  405. <crn:parameter name="pmpProvisionURI" disabled="true">
  406. <crn:value xsi:type="xsd:anyURI"></crn:value>
  407. </crn:parameter>
  408. <!-- pmpProvisionAllowInstall: Specifies whether clients may be provisioned from the TM1
  409. Application Server. -->
  410. <!-- Specifies whether client software may be provisioned to end user machines. -->
  411. <crn:parameter name="pmpProvisionAllowInstall" disabled="true">
  412. <crn:value xsi:type="xsd:boolean">true</crn:value>
  413. </crn:parameter>
  414. <!-- pmpProvisionAllowUpdate: Specifies whether existing clients may be updated from the
  415. TM1 Application Server. -->
  416. <!-- Specifies whether existing client software on end user machines may be updated if
  417. the TM1 Application Server is updated. -->
  418. <crn:parameter name="pmpProvisionAllowUpdate" disabled="true">
  419. <crn:value xsi:type="xsd:boolean">true</crn:value>
  420. </crn:parameter>
  421. <!-- pmpInsightPublishEnable: Enable publish from Cognos Insight. -->
  422. <!-- Enable publish from Cognos Insight. -->
  423. <crn:parameter name="pmpInsightPublishEnable" disabled="true">
  424. <crn:value xsi:type="xsd:boolean">true</crn:value>
  425. </crn:parameter>
  426. <!-- pmpsvcPingTime: Specifies the frequency that the Cognos Insight pings TM1 Application
  427. Server. -->
  428. <!-- Specifies the frequency that the Cognos Insight client, in 'Contributor mode' pings
  429. the TM1 Application Server. Default is 30 seconds. -->
  430. <crn:parameter name="pmpsvcPingTime" disabled="true">
  431. <crn:value xsi:type="xsd:string">30</crn:value>
  432. </crn:parameter>
  433. </crn:value>
  434. </crn:parameter>
  435. </crn:value>
  436. </crn:parameter>
  437. <!-- tm1ExcelService: Defines a group of properties for the TM1 Excel service -->
  438. <!-- TM1 Excel service support TM1 Web with Export to Excel capabilities. -->
  439. <crn:parameter name="tm1ExcelService" opaque="true" disabled="true">
  440. <crn:value>
  441. <!-- advancedProperties: Specifies a set of advanced properties. -->
  442. <!-- The user needs to provide the name and the value for each advanced property. -->
  443. <crn:parameter name="advancedProperties" opaque="true" disabled="true">
  444. <crn:value xsi:type="cfg:array"/>
  445. </crn:parameter>
  446. </crn:value>
  447. </crn:parameter>
  448. <!-- tm1AdminServer: Defines a group of properties for the TM1 Admin Server. -->
  449. <crn:parameter name="tm1AdminServer" opaque="true" disabled="true">
  450. <crn:value>
  451. <!-- tm1AdminNonSSLPortNumber: Specifies the TCP port number used by TM1 Admin Server
  452. for unsecured communication. -->
  453. <crn:parameter name="tm1AdminNonSSLPortNumber" disabled="true">
  454. <crn:value xsi:type="xsd:unsignedShort">5495</crn:value>
  455. </crn:parameter>
  456. <!-- tm1AdminSSLPortNumber: Specifies the TCP port number used by TM1 Admin Server for
  457. secured (SSL) communication. -->
  458. <crn:parameter name="tm1AdminSSLPortNumber" disabled="true">
  459. <crn:value xsi:type="xsd:unsignedShort">5498</crn:value>
  460. </crn:parameter>
  461. <!-- tm1AdminSupportNonSSLClients: Specifies if the TM1 Admin Server supports non-SSL
  462. TM1 clients. -->
  463. <!-- Set the parameter to true to configure TM1 Admin Server to support non-SSL clients
  464. and to listen for client connections on both secured (SSL) and unsecured ports. If
  465. set to false TM1 Admin Server will support only SSL client connections on the secured
  466. port. -->
  467. <crn:parameter name="tm1AdminSupportNonSSLClients" disabled="true">
  468. <crn:value xsi:type="xsd:boolean">false</crn:value>
  469. </crn:parameter>
  470. <!-- tm1AdminDHFile2048: Specifies the location of the Diffie-Hellman 2048 bit key file. -->
  471. <!-- The full path of the file that contains a pre-generated Diffie-Hellman 2048 bit key.
  472. The generation of Diffie-Hellman parameters can be computationally expensive. To
  473. minimize the consumption of resources and to reduce the amount of time required to
  474. load the TM1 server, the Diffie-Hellman 2048 bit key should be pre-generated and
  475. stored in a file that is read when the TM1 Admin Server starts. -->
  476. <crn:parameter name="tm1AdminDHFile2048" disabled="true">
  477. <crn:value xsi:type="cfg:filePath"></crn:value>
  478. </crn:parameter>
  479. <!-- tm1AdminDHFile1024: Specifies the location of the Diffie-Hellman 1024 bit key file. -->
  480. <!-- The full path of the file that contains a pre-generated Diffie-Hellman 1024 bit key.
  481. The generation of Diffie-Hellman parameters can be computationally expensive. To
  482. minimize the consumption of resources and to reduce the amount of time required to
  483. load the TM1 server, the Diffie-Hellman 1024 bit key should be pre-generated and
  484. stored in a file that is read when the TM1 Admin Server starts. -->
  485. <crn:parameter name="tm1AdminDHFile1024" disabled="true">
  486. <crn:value xsi:type="cfg:filePath"></crn:value>
  487. </crn:parameter>
  488. <!-- tm1AdminDHFile512: Specifies the location of the Diffie-Hellman 512 bit key file. -->
  489. <!-- The full path of the file that contains a pre-generated Diffie-Hellman 512 bit key.
  490. The generation of Diffie-Hellman parameters can be computationally expensive. To
  491. minimize the consumption of resources and to reduce the amount of time required to
  492. load the TM1 server, the Diffie-Hellman 512 bit key should be pre-generated and stored
  493. in a file that is read when the TM1 Admin Server starts. -->
  494. <crn:parameter name="tm1AdminDHFile512" disabled="true">
  495. <crn:value xsi:type="cfg:filePath"></crn:value>
  496. </crn:parameter>
  497. <!-- tm1AdminSSLCertificate: Specifies the location of the certificate file. -->
  498. <!-- The full path of the TM1 Admin Server certificate file, which contains the public/private
  499. key pair. -->
  500. <crn:parameter name="tm1AdminSSLCertificate" disabled="true">
  501. <crn:value xsi:type="cfg:filePath"></crn:value>
  502. </crn:parameter>
  503. <!-- tm1AdminSSLCertRevocationFile: Specifies the location of the certificate revocation
  504. file. -->
  505. <!-- The full path of the TM1 Admin Server certificate revocation file. A certificate
  506. revocation file will only exist in the event a certificate had been revoked. -->
  507. <crn:parameter name="tm1AdminSSLCertRevocationFile" disabled="true">
  508. <crn:value xsi:type="cfg:filePath"></crn:value>
  509. </crn:parameter>
  510. <!-- tm1AdminExportSvrSSLCert: Specifies whether the TM1 Admin Server certificate should
  511. be exported from the Windows certificate store. -->
  512. <!-- If the parameter value is true the TM1 Admin Server certificate is exported from
  513. the Windows certificate store when the certificate is requested by the TM1 Admin
  514. Server. You must also set the following TM1 Admin Server parameters: 'TM1 Admin Server
  515. export key ID', 'TM1 Admin Server certificate ID', 'TM1 Admin Server private key
  516. password file location', 'TM1 Admin Server password key file location', 'TM1 Admin
  517. Server certificate authority file location'. For details on using your own security
  518. certificates and exporting certificates from the Windows certificate store, see Using
  519. Independent Certificates topic in TM1 Operation Guide. -->
  520. <crn:parameter name="tm1AdminExportSvrSSLCert" disabled="true">
  521. <crn:value xsi:type="xsd:boolean">false</crn:value>
  522. </crn:parameter>
  523. <!-- tm1AdminSvrSSLExportKeyID: Specifies the identity key used to export the TM1 Admin
  524. Server certificate from the Windows certificate store. -->
  525. <!-- This parameter is used only if you use the certificate store. -->
  526. <crn:parameter name="tm1AdminSvrSSLExportKeyID" disabled="true">
  527. <crn:value xsi:type="xsd:string"></crn:value>
  528. </crn:parameter>
  529. <!-- tm1AdminSSLCertificateID: Specifies the name of the principal to whom the TM1 Admin
  530. Server certificate is issued. -->
  531. <crn:parameter name="tm1AdminSSLCertificateID" disabled="true">
  532. <crn:value xsi:type="xsd:string"></crn:value>
  533. </crn:parameter>
  534. <!-- tm1AdminSSLPrivateKeyPwdFile: Specifies the location of the private key password
  535. file. -->
  536. <!-- The full path of the file that contains the encrypted password for the TM1 Admin
  537. Server private key. -->
  538. <crn:parameter name="tm1AdminSSLPrivateKeyPwdFile" disabled="true">
  539. <crn:value xsi:type="cfg:filePath"></crn:value>
  540. </crn:parameter>
  541. <!-- tm1AdminSSLPwdKeyFile: Specifies the location of the password key file. -->
  542. <!-- The full path of the file that contains the key used to encrypt and decrypt the password
  543. for the private key. -->
  544. <crn:parameter name="tm1AdminSSLPwdKeyFile" disabled="true">
  545. <crn:value xsi:type="cfg:filePath"></crn:value>
  546. </crn:parameter>
  547. <!-- tm1AdminSSLCertAuthority: Specifies the full path to the certificate authority file. -->
  548. <crn:parameter name="tm1AdminSSLCertAuthority" disabled="true">
  549. <crn:value xsi:type="cfg:filePath"></crn:value>
  550. </crn:parameter>
  551. <!-- tm1AdminIPVersion: Specifies the Internet Protocol(s) which the TM1 Admin Server
  552. will support. -->
  553. <crn:parameter name="tm1AdminIPVersion" disabled="true">
  554. <crn:value xsi:type="xsd:string">IPv4</crn:value>
  555. </crn:parameter>
  556. <!-- tm1AdminActivityInterval: Specifies the interval in seconds wherein the TM1 Server
  557. will notify the TM1 Admin Server that it is active. -->
  558. <crn:parameter name="tm1AdminActivityInterval" disabled="true">
  559. <crn:value xsi:type="xsd:positiveInteger">10</crn:value>
  560. </crn:parameter>
  561. <!-- tm1AdminInactivityTimeout: Specifies the interval in seconds that the TM1 Server
  562. is allowed to be inactive before it is removed from the TM1 Admin Server. -->
  563. <crn:parameter name="tm1AdminInactivityTimeout" disabled="true">
  564. <crn:value xsi:type="xsd:positiveInteger">10</crn:value>
  565. </crn:parameter>
  566. <!-- tm1AdminSvrCertificateVersion: Specifies which version of the TM1 generated SSL certificates
  567. to use. -->
  568. <!-- By default, the 1024-bit encryption version of the TM1 generated certificates is
  569. used. Change this parameter only if you want to use the new 2048-bit encryption version
  570. of the default certificates. You can use the new version with old and new TM1 clients,
  571. but you must configure the clients to use the new certificate authority file. This
  572. parameter does not apply if you are using your own SSL certificates. Valid values
  573. include: 1 = certificate authority to enable 1024-bit encryption with sha-1 (default
  574. value); 2 = certificate authority to enable 2048-bit encryption with sha-256. -->
  575. <crn:parameter name="tm1AdminSvrCertificateVersion" disabled="true">
  576. <crn:value xsi:type="xsd:int">1</crn:value>
  577. </crn:parameter>
  578. </crn:value>
  579. </crn:parameter>
  580. <!-- mdmService: Defines a group of properties for the Tomcat application server. -->
  581. <!-- Business Viewpoint web application runs under the Tomcat server. -->
  582. <crn:parameter name="mdmService" opaque="true" disabled="true">
  583. <crn:value>
  584. <!-- mdmDefaultPort: Specifies the TCP port number on which the Tomcat server listens
  585. for client connections. -->
  586. <crn:parameter name="mdmDefaultPort" disabled="true">
  587. <crn:value xsi:type="xsd:unsignedShort">9410</crn:value>
  588. </crn:parameter>
  589. <!-- mdmSSLPort: Specifies the TCP port number on which the Tomcat server listens for
  590. SSL client connections. -->
  591. <crn:parameter name="mdmSSLPort" disabled="true">
  592. <crn:value xsi:type="xsd:unsignedShort">9443</crn:value>
  593. </crn:parameter>
  594. <!-- mdmUseSSL: Specifies if all requests sent to the default port have to be rerouted
  595. to SSL port -->
  596. <crn:parameter name="mdmUseSSL" disabled="true">
  597. <crn:value xsi:type="xsd:boolean">false</crn:value>
  598. </crn:parameter>
  599. <!-- mdmShutdownPort: Specifies the TCP port number on which the Tomcat server listens
  600. for a shutdown request. -->
  601. <crn:parameter name="mdmShutdownPort" disabled="true">
  602. <crn:value xsi:type="xsd:unsignedShort">9489</crn:value>
  603. </crn:parameter>
  604. <!-- mdmSessionTimeout: Specifies the time between client requests before the servlet
  605. container invalidates the session. -->
  606. <!-- A value of -1 indicates the session should never timeout. -->
  607. <crn:parameter name="mdmSessionTimeout" disabled="true">
  608. <crn:value xsi:type="xsd:int">60</crn:value>
  609. </crn:parameter>
  610. </crn:value>
  611. </crn:parameter>
  612. <!-- MDCSettings: Defines a group of properties for IBM Cognos Business Viewpoint server. -->
  613. <!-- Use these properties to specify connection information for the main Business Viewpoint
  614. server. -->
  615. <crn:parameter name="MDCSettings" opaque="true" disabled="true">
  616. <crn:value>
  617. <!-- mdcServerHost: Specifies the name of the Business Viewpoint server machine. -->
  618. <crn:parameter name="mdcServerHost" disabled="true">
  619. <crn:value xsi:type="cfg:hostOnly"></crn:value>
  620. </crn:parameter>
  621. <!-- mdcServerPort: Specifies the TCP port number on which the Business Viewpoint server
  622. listens for client connections. -->
  623. <crn:parameter name="mdcServerPort" disabled="true">
  624. <crn:value xsi:type="xsd:unsignedShort">9410</crn:value>
  625. </crn:parameter>
  626. </crn:value>
  627. </crn:parameter>
  628. <!-- MDCAdapters: Defines the adapters for IBM Cognos Business Viewpoint Client. -->
  629. <!-- Use these properties to configure the Business Viewpoint Client adapters. -->
  630. <crn:parameter name="MDCAdapters" opaque="true" disabled="true">
  631. <crn:value>
  632. <!-- mdc_adapter: Specifies the adapter type. -->
  633. <!-- You cannot change the value of this property. It is automatically set when you choose
  634. the type of a new adapter. -->
  635. <crn:instances name="mdc_adapter" disabled="true">
  636. <!-- Relational Database: Defines a group of properties for the Business Viewpoint Client
  637. Relational Database adapter. -->
  638. <crn:instance name="Relational Database" class="mdcAdapterRelationalDB" disabled="true">
  639. <!-- mdcAdapterEnabled: Use this flag to enable or disable this adapter. -->
  640. <crn:parameter name="mdcAdapterEnabled" disabled="true">
  641. <crn:value xsi:type="xsd:boolean">true</crn:value>
  642. </crn:parameter>
  643. <!-- mdcAdapterId: Specifies the unique ID of this adapter. -->
  644. <!-- The IDs of all adapter configuration instances must be unique among all adapter instances
  645. that are connected to the same Business Viewpoint server. This includes adapter instances
  646. on other computers that are connected to the same server. -->
  647. <crn:parameter name="mdcAdapterId" disabled="true">
  648. <crn:value xsi:type="xsd:int">100</crn:value>
  649. </crn:parameter>
  650. </crn:instance>
  651. </crn:instances>
  652. </crn:value>
  653. </crn:parameter>
  654. <!-- IPF: Defines a group of properties for the log server. -->
  655. <!-- Use this group of properties to provide access to the log server and specify where
  656. the log server sends log messages. The log server can direct messages to any number
  657. of destinations of any available type, such as a file, a database or a remote log
  658. server. -->
  659. <crn:parameter name="IPF" opaque="true">
  660. <crn:value>
  661. <!-- logServerPort: Specifies the port used by the local log server. -->
  662. <!-- Ensure that you specify a port that is not already in use. -->
  663. <crn:parameter name="logServerPort">
  664. <crn:value xsi:type="xsd:unsignedShort">9362</crn:value>
  665. </crn:parameter>
  666. <!-- enableTCPConnection: Specifies whether to use TCP protocol for communication between
  667. the product components and the log server. -->
  668. <!-- If you set the value of this property to true, a TCP (Transmission Control Protocol)
  669. connection is used to communicate with the log server. TCP guarantees the delivery
  670. of packets in the same order in which they were sent. If you set this property to
  671. false, UDP (User Datagram Protocol) connection is used. -->
  672. <crn:parameter name="enableTCPConnection">
  673. <crn:value xsi:type="xsd:boolean">false</crn:value>
  674. </crn:parameter>
  675. <!-- workerThreads: Specifies the maximum number of threads available on the local log
  676. server to manage incoming log messages. -->
  677. <!-- Enter a value between 1 and 20. The higher the number of threads, the more memory
  678. allocated to processing messages. -->
  679. <crn:parameter name="workerThreads">
  680. <crn:value xsi:type="xsd:unsignedShort">10</crn:value>
  681. </crn:parameter>
  682. <!-- appender: Specifies a unique instance of a device to which the log server directs
  683. messages. -->
  684. <!-- The value of this property specifies the destination to which the log server directs
  685. messages generated by the product. You cannot change the value of this property.
  686. It is automatically set when you choose the destination type for logging in the Explorer
  687. window. -->
  688. <crn:instances name="appender">
  689. <!-- File: Defines a group of properties that allows the log server to direct messages
  690. to a file. -->
  691. <!-- By default, all log messages are directed by the log server to a file stored on the
  692. local computer. Not all log statements or messages indicate problems; some messages
  693. are purely informational, while others help diagnose problems. -->
  694. <crn:instance name="File" class="file">
  695. <!-- appenderName: Specifies the name and location of a file that contains log statements
  696. or messages. -->
  697. <crn:parameter name="appenderName">
  698. <crn:value xsi:type="cfg:filePath">../logs/cogserver.log</crn:value>
  699. </crn:parameter>
  700. <!-- appenderMaxSize: Specifies the maximum size of the log file in MB. -->
  701. <!-- When this limit is exceeded, a new backup file is created. Enter a number between
  702. 1 and 50. -->
  703. <crn:parameter name="appenderMaxSize">
  704. <crn:value xsi:type="xsd:positiveInteger">10</crn:value>
  705. </crn:parameter>
  706. <!-- appenderRollOver: Specifies the maximum number of backup log files. -->
  707. <!-- When the limit is exceeded, the oldest log file is deleted. Each backup file is created
  708. using a sequential file extension. For example, 'filename.1', 'filename.2'. -->
  709. <crn:parameter name="appenderRollOver">
  710. <crn:value xsi:type="xsd:positiveInteger">1</crn:value>
  711. </crn:parameter>
  712. <!-- useUTF8Encoding: Specifies whether to use UTF-8 character set encoding for log messages. -->
  713. <!-- Set this value to true to use UTF-8 encoding. Otherwise, native encoding is used. -->
  714. <crn:parameter name="useUTF8Encoding">
  715. <crn:value xsi:type="xsd:boolean">false</crn:value>
  716. </crn:parameter>
  717. </crn:instance>
  718. </crn:instances>
  719. </crn:value>
  720. </crn:parameter>
  721. <!-- CBS: Defines a group of properties for the IBM Cognos services. -->
  722. <!-- Use these properties to specify the amount of resources that the IBM Cognos services
  723. use. -->
  724. <crn:parameter name="CBS" opaque="true">
  725. <crn:value>
  726. <!-- asvIsEnabled: Specifies whether the agent service is enabled. -->
  727. <!-- Use this property to enable or disable the agent service on the local computer. The
  728. agent service executes agents. If the conditions for an agent are met, the agent
  729. service signals the monitor service to execute the tasks. By default the agent service
  730. is enabled. -->
  731. <crn:parameter name="asvIsEnabled">
  732. <crn:value xsi:type="xsd:boolean">true</crn:value>
  733. </crn:parameter>
  734. <!-- ansIsEnabled: Specifies whether the annotation service is enabled. -->
  735. <!-- Use this property to enable or disable the annotation service on the local computer.
  736. This service allows the ability to add commentary to reports. By default the annotation
  737. service is enabled. -->
  738. <crn:parameter name="ansIsEnabled">
  739. <crn:value xsi:type="xsd:boolean">true</crn:value>
  740. </crn:parameter>
  741. <!-- brsIsEnabled: Specifies whether the batch report service is enabled. -->
  742. <!-- Use this property to enable or disable the batch report service on the local computer.
  743. The batch report service handles background requests for report executions and provides
  744. output, on behalf of the monitor service. The batch report service works the same
  745. as the report service, except it handles only background executions. By default the
  746. batch report service is enabled. -->
  747. <crn:parameter name="brsIsEnabled">
  748. <crn:value xsi:type="xsd:boolean">true</crn:value>
  749. </crn:parameter>
  750. <!-- cmIsEnabled: Specifies whether the Content Manager service is enabled. -->
  751. <!-- Use this property to enable or disable the Content Manager service on the local computer.
  752. The Content Manager service is a service used by other services to store, organize,
  753. and retrieve application data such as system configuration, models, report specifications,
  754. report outputs, schedules, user accounts, groups, contacts, distribution lists and
  755. data sources. A distributed installation may have one active Content Manager service,
  756. and one or more standby Content Manager services. By default the Content Manager
  757. service is enabled. -->
  758. <crn:parameter name="cmIsEnabled">
  759. <crn:value xsi:type="xsd:boolean">true</crn:value>
  760. </crn:parameter>
  761. <!-- disIsEnabled: Specifies whether the data integration service is enabled. -->
  762. <!-- Use this property to enable or disable the data integration service on the local
  763. computer. The data integration service manages the tasks that obtain data from data
  764. sources, extract information from data stores, recalculate and transform data, and
  765. load content for use by Metrics Manager in the portal. By default the data integration
  766. service is enabled. -->
  767. <crn:parameter name="disIsEnabled" disabled="true">
  768. <crn:value xsi:type="xsd:boolean">true</crn:value>
  769. </crn:parameter>
  770. <!-- dssoapIsEnabled: Specifies whether the Data Manager SOAP service is enabled. -->
  771. <!-- Use this property to enable or disable Data Manager SOAP service on the local computer.
  772. By default Data Manager SOAP service is enabled. -->
  773. <crn:parameter name="dssoapIsEnabled" disabled="true">
  774. <crn:value xsi:type="xsd:boolean">true</crn:value>
  775. </crn:parameter>
  776. <!-- dmsIsEnabled: Specifies whether the data movement service is enabled. -->
  777. <!-- Use this property to enable or disable the data movement service on the local computer.
  778. The data movement service is used for CEBA-based requests for data movement tasks.
  779. By default, the data movement service is enabled. -->
  780. <crn:parameter name="dmsIsEnabled" disabled="true">
  781. <crn:value xsi:type="xsd:boolean">true</crn:value>
  782. </crn:parameter>
  783. <!-- dlsIsEnabled: Specifies whether the delivery service is enabled. -->
  784. <!-- Use this property to enable or disable the delivery service on the local computer.
  785. The delivery service sends emails on behalf of other services, such as the report
  786. service, job service or agent service. By default the delivery service is enabled. -->
  787. <crn:parameter name="dlsIsEnabled">
  788. <crn:value xsi:type="xsd:boolean">true</crn:value>
  789. </crn:parameter>
  790. <!-- dispIsEnabled: Specifies whether the dispatcher related services are enabled. -->
  791. <!-- Use this property to enable or disable a number of services on the local computer.
  792. Currently these are the batch report service, report service, data movement service,
  793. metadata service and presentation service. By default these services are disabled
  794. on computers where Content Manager is the only component that is installed. Please
  795. note that the dispatcher itself will not be disabled. -->
  796. <crn:parameter name="dispIsEnabled">
  797. <crn:value xsi:type="xsd:boolean">true</crn:value>
  798. </crn:parameter>
  799. <!-- emIsEnabled: Specifies whether the event management service is enabled. -->
  800. <!-- Use this property to enable or disable the event management service on the local
  801. computer. The event management service manages scheduled task executions. When a
  802. scheduled task execution begins, the event management service signals the monitor
  803. service to begin the execution of the task. By default the event management service
  804. is enabled. -->
  805. <crn:parameter name="emIsEnabled">
  806. <crn:value xsi:type="xsd:boolean">true</crn:value>
  807. </crn:parameter>
  808. <!-- gsIsEnabled: Specifies whether the graphics service is enabled. -->
  809. <!-- Use this property to enable or disable the graphics service on the local computer.
  810. The graphics service produces charts and graphics on behalf of the report service.
  811. By default the graphics service is enabled. -->
  812. <crn:parameter name="gsIsEnabled">
  813. <crn:value xsi:type="xsd:boolean">true</crn:value>
  814. </crn:parameter>
  815. <!-- htsIsEnabled: Specifies whether the human task service is enabled. -->
  816. <!-- Use this property to enable or disable the human task service on the local computer.
  817. This service enables the ability to create and manage human tasks. A human task,
  818. such as a report approval, can be assigned to individuals or groups on an ad-hoc
  819. basis or by any of the other services. By default the human task service is enabled. -->
  820. <crn:parameter name="htsIsEnabled">
  821. <crn:value xsi:type="xsd:boolean">true</crn:value>
  822. </crn:parameter>
  823. <!-- idVizIsEnabled: Specifies whether the interactive discovery visualization service
  824. is enabled. -->
  825. <!-- Use this property to enable or disable the interactive discovery visualization service
  826. on the local computer. The interactive discovery visualization service provides content
  827. to IBM Cognos products to support interactive discovery and visualization functionality.
  828. By default the interactive discovery visualization service is enabled. -->
  829. <crn:parameter name="idVizIsEnabled">
  830. <crn:value xsi:type="xsd:boolean">true</crn:value>
  831. </crn:parameter>
  832. <!-- jsIsEnabled: Specifies whether the job service is enabled. -->
  833. <!-- Use this property to enable or disable the job service on the local computer. The
  834. job service executes jobs and signals the monitor service to execute job steps in
  835. the background. By default the job service is enabled. -->
  836. <crn:parameter name="jsIsEnabled">
  837. <crn:value xsi:type="xsd:boolean">true</crn:value>
  838. </crn:parameter>
  839. <!-- mdsIsEnabled: Specifies whether the metadata service is enabled. -->
  840. <!-- Use this property to enable or disable the metadata service on the local computer.
  841. The metadata service handles metadata requests including lineage, queryMetadata,
  842. updateMetadata and testDataSourceConnection. By default, the metadata service is
  843. enabled. -->
  844. <crn:parameter name="mdsIsEnabled">
  845. <crn:value xsi:type="xsd:boolean">true</crn:value>
  846. </crn:parameter>
  847. <!-- cmmIsEnabled: Specifies whether Metrics Manager service is enabled. -->
  848. <!-- Use this property to enable or disable Metrics Manager service on the local computer.
  849. The Metrics Manager service manages application requests, such as requests for Web
  850. pages or application configuration information. By default the Metrics Manager service
  851. is enabled. -->
  852. <crn:parameter name="cmmIsEnabled" disabled="true">
  853. <crn:value xsi:type="xsd:boolean">true</crn:value>
  854. </crn:parameter>
  855. <!-- migsrvIsEnabled: Specifies whether the migration service is enabled. -->
  856. <!-- Use this property to enable or disable the migration service on the local computer.
  857. The migration service is used to migrate PowerPlay content. By default the migration
  858. service is disabled on computers where Content Manager is not installed. -->
  859. <crn:parameter name="migsrvIsEnabled" disabled="true">
  860. <crn:value xsi:type="xsd:boolean">true</crn:value>
  861. </crn:parameter>
  862. <!-- mobIsEnabled: Specifies whether the mobile service is enabled. -->
  863. <!-- Use this property to enable or disable the mobile service on the local computer.
  864. The mobile service allows content to be sent to mobile devices, and handles requests
  865. from mobile devices. By default the mobile service is enabled. -->
  866. <crn:parameter name="mobIsEnabled">
  867. <crn:value xsi:type="xsd:boolean">true</crn:value>
  868. </crn:parameter>
  869. <!-- msIsEnabled: Specifies whether the monitor service is enabled. -->
  870. <!-- Use this property to enable or disable the monitor service on the local computer.
  871. The monitor service signals a target service to handle a task, then monitors the
  872. execution of the task and collects and saves history information for the execution
  873. of the task. The monitor service can also take control of asynchronous service conversations
  874. on behalf of the client. By default the monitor service is enabled. -->
  875. <crn:parameter name="msIsEnabled">
  876. <crn:value xsi:type="xsd:boolean">true</crn:value>
  877. </crn:parameter>
  878. <!-- pasIsEnabled: Specifies whether the planning administration console service is enabled. -->
  879. <!-- Use this property to enable or disable the planning administration console service
  880. on the local computer. By default the planning administration console service is
  881. enabled. -->
  882. <crn:parameter name="pasIsEnabled" disabled="true">
  883. <crn:value xsi:type="xsd:boolean">true</crn:value>
  884. </crn:parameter>
  885. <!-- pdsIsEnabled: Specifies whether the planning data service is enabled. -->
  886. <!-- Use this property to enable or disable the planning data service on the local computer.
  887. The planning data service manages report queries against IBM Cognos Planning - Contributor
  888. data sources. By default, the planning data service is enabled. -->
  889. <crn:parameter name="pdsIsEnabled" disabled="true">
  890. <crn:value xsi:type="xsd:boolean">true</crn:value>
  891. </crn:parameter>
  892. <!-- pjsIsEnabled: Specifies whether the planning job Data Manager service is enabled. -->
  893. <!-- Use this property to enable or disable the planning job service on the local computer.
  894. By default the planning job service is enabled. -->
  895. <crn:parameter name="pjsIsEnabled" disabled="true">
  896. <crn:value xsi:type="xsd:boolean">true</crn:value>
  897. </crn:parameter>
  898. <!-- pwsIsEnabled: Specifies whether the planning Web service is enabled. -->
  899. <!-- Use this property to enable or disable the planning Web service on the local computer.
  900. By default the planning Web service is enabled. -->
  901. <crn:parameter name="pwsIsEnabled" disabled="true">
  902. <crn:value xsi:type="xsd:boolean">true</crn:value>
  903. </crn:parameter>
  904. <!-- ppesIsEnabled: Specifies whether the PowerPlay service is enabled. -->
  905. <!-- Use this property to enable or disable the PowerPlay service on the local computer.
  906. By default the PowerPlay service is enabled. -->
  907. <crn:parameter name="ppesIsEnabled" disabled="true">
  908. <crn:value xsi:type="xsd:boolean">true</crn:value>
  909. </crn:parameter>
  910. <!-- xtscrnIsEnabled: Specifies whether the presentation service is enabled. -->
  911. <!-- Use this property to enable or disable the presentation service on the local computer.
  912. The presentation service handles requests for IBM Cognos Connection, Query Studio,
  913. and Event Studio. By default the presentation service is disabled on computers where
  914. Content Manager is the only component that is installed. -->
  915. <crn:parameter name="xtscrnIsEnabled">
  916. <crn:value xsi:type="xsd:boolean">true</crn:value>
  917. </crn:parameter>
  918. <!-- qsIsEnabled: Specifies whether the query service is enabled. -->
  919. <!-- Use this property to enable or disable the query service on the local computer. By
  920. default the query service is enabled. -->
  921. <crn:parameter name="qsIsEnabled">
  922. <crn:value xsi:type="xsd:boolean">true</crn:value>
  923. </crn:parameter>
  924. <!-- ccsIsEnabled: Specifies whether the report data service is enabled. -->
  925. <!-- Use this property to enable or disable the report data service on the local computer.
  926. The report data service manages external client requests such as IBM Cognos BI for
  927. Microsoft Office. By default the report data service is enabled. -->
  928. <crn:parameter name="ccsIsEnabled">
  929. <crn:value xsi:type="xsd:boolean">true</crn:value>
  930. </crn:parameter>
  931. <!-- warpIsEnabled: Specifies whether the report service is enabled. -->
  932. <!-- Use this property to enable or disable the report service on the local computer.
  933. The report service handles interactive requests for report executions and generates
  934. output for a user in IBM Cognos Connection or one of the studios. By default the
  935. report service is enabled. -->
  936. <crn:parameter name="warpIsEnabled">
  937. <crn:value xsi:type="xsd:boolean">true</crn:value>
  938. </crn:parameter>
  939. <!-- repoIsEnabled: Specifies whether the repository service is enabled. -->
  940. <!-- Use this property to enable or disable the repository service on the local computer.
  941. By default the repository service is enabled. -->
  942. <crn:parameter name="repoIsEnabled">
  943. <crn:value xsi:type="xsd:boolean">true</crn:value>
  944. </crn:parameter>
  945. <!-- rmdsIsEnabled: Specifies whether the relational metadata service is enabled. -->
  946. <!-- Use this property to enable or disable the relational metadata service on the local
  947. computer. By default the relational metadata service is enabled. -->
  948. <crn:parameter name="rmdsIsEnabled">
  949. <crn:value xsi:type="xsd:boolean">true</crn:value>
  950. </crn:parameter>
  951. <!-- vgsIsEnabled: Specifies whether the visualization gallery service is enabled. -->
  952. <!-- Use this property to enable or disable the visualization gallery service on the local
  953. computer. By default the visualization gallery service is enabled. -->
  954. <crn:parameter name="vgsIsEnabled">
  955. <crn:value xsi:type="xsd:boolean">true</crn:value>
  956. </crn:parameter>
  957. <!-- cbs: Specifies the template used to configure the IBM Cognos service. -->
  958. <!-- This property is automatically set when you select a template for the IBM Cognos
  959. service. You cannot change the value of this property in this window. If you want
  960. to use another template, in the Explorer window, right-click the service and click
  961. Delete. Right-click IBM Cognos service, click New resource, Configuration. Enter
  962. a resource name and then select a template from the list. -->
  963. <crn:instances name="cbs">
  964. <!-- IBM Cognos: Defines a group of properties for a configuration template used for WebSphere
  965. Liberty Profile. -->
  966. <crn:instance name="IBM Cognos" class="WebSphereLiberty">
  967. <!-- dispatcherPingTimeout: Specifies the maximum number of seconds to wait for a response
  968. to a ping. -->
  969. <!-- If the ping is not responded to within the specified time interval, the process is
  970. automatically restarted. -->
  971. <crn:parameter name="dispatcherPingTimeout">
  972. <crn:value xsi:type="xsd:unsignedShort">240</crn:value>
  973. </crn:parameter>
  974. <!-- dispatcherStopWaitTime: Specifies the maximum number of seconds that the IBM Cognos
  975. service waits for the process to stop. -->
  976. <!-- After this amount of time, the process is automatically stopped. -->
  977. <crn:parameter name="dispatcherStopWaitTime">
  978. <crn:value xsi:type="xsd:unsignedShort">60</crn:value>
  979. </crn:parameter>
  980. <!-- dispatcherMaxMemory: Specifies the maximum amount of memory in MB that can be used
  981. by the process. -->
  982. <!-- This value determines the amount of memory used by the Java Virtual Machine and depends
  983. on how much memory is available. If this value is too high, the process will fail
  984. to start and no log information will be generated. Invoke the test action to determine
  985. if this value is valid. -->
  986. <crn:parameter name="dispatcherMaxMemory">
  987. <crn:value xsi:type="xsd:unsignedInt">8192</crn:value>
  988. </crn:parameter>
  989. <!-- wlpProperties: These properties are used to tune the WebSphere Liberty Profile (WLP)
  990. server. -->
  991. <!-- The property value of 'coreThreads' represents the number of threads that the WLP
  992. server starts up with. The 'maxThreads' value represents the maximum number of threads
  993. that can be associated with the WLP server. Customize these values according to the
  994. hardware resources available. For more information, refer to the WLP server documentation
  995. (http://www-01.ibm.com/support/knowledgecenter/?lang=en#!/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_tun.html?cp=SSEQTP_8.5.5%2F1-3-11-0-7). -->
  996. <crn:parameter name="wlpProperties" opaque="true">
  997. <crn:value xsi:type="cfg:array">
  998. <crn:parameter name="coreThreads">
  999. <crn:value xsi:type="xsd:string">100</crn:value>
  1000. </crn:parameter>
  1001. <crn:parameter name="maxThreads">
  1002. <crn:value xsi:type="xsd:string">1500</crn:value>
  1003. </crn:parameter>
  1004. </crn:value>
  1005. </crn:parameter>
  1006. </crn:instance>
  1007. </crn:instances>
  1008. </crn:value>
  1009. </crn:parameter>
  1010. <!-- CPS: Defines the properties for the portal services. -->
  1011. <crn:parameter name="CPS" opaque="true">
  1012. <crn:value>
  1013. <!-- webcontent: Specifies the URI of the portal services Web content. -->
  1014. <!-- No value is required when the Web content, represented by the portal services portlets,
  1015. is used in IBM Cognos Connection. When the portlets are deployed to a third-party
  1016. portal, this value can optionally be used to specify an alternate Web content URI
  1017. where portal users can access portal services images and Web content. For example,
  1018. http://MyPortalImageServer/ibmcognos/. -->
  1019. <crn:parameter name="webcontent">
  1020. <crn:value xsi:type="xsd:anyURI"></crn:value>
  1021. </crn:parameter>
  1022. <!-- applications: Specifies the URI or local file path of the applications.xml file. -->
  1023. <!-- If your environment includes more than one instance of IBM Cognos, and you configure
  1024. different instances to use different applications.xml locations, each location must
  1025. contain the same version of the applications.xml file. -->
  1026. <crn:parameter name="applications">
  1027. <crn:value xsi:type="xsd:string">http://WIN-L5GOI249LOA:9300/samples/cps4/applications.xml</crn:value>
  1028. </crn:parameter>
  1029. <!-- cps_namespaceID: Specifies the authentication namespace ID. -->
  1030. <!-- Enter the value of an existing authentication namespace. -->
  1031. <crn:parameter name="cps_namespaceID">
  1032. <crn:value xsi:type="xsd:string"></crn:value>
  1033. </crn:parameter>
  1034. <!-- cps_sharedSecret: Specifies the value of a key for single signon using the shared
  1035. secret method. -->
  1036. <!-- This property is case-sensitive. -->
  1037. <crn:parameter name="cps_sharedSecret">
  1038. <crn:value xsi:type="xsd:string" encrypted="true">MHQGCSqGSIb3DQEHBqBnMGUCAQAwYAYJKoZIhvcNAQcBMB0GCWCGSAFlAwQBAgQQmBeuWhu9Mbo3pdlf6jF+54A097JLM1rydgt/dVhCFZlmi4z1eQilL/sfmE37TjHkG+tk2ZCU3bGjGuhqAFA9fx/V5EycnA==</crn:value>
  1039. </crn:parameter>
  1040. </crn:value>
  1041. </crn:parameter>
  1042. <!-- CDS: Defines a group of properties for Data Manager. -->
  1043. <crn:parameter name="CDS" opaque="true" disabled="true">
  1044. <crn:value>
  1045. <!-- DS_DATA_DIR: Specifies the directory that Data Manager delivers text data files and
  1046. metadata files to. -->
  1047. <crn:parameter name="DS_DATA_DIR" disabled="true">
  1048. <crn:value xsi:type="cfg:folderPath">../datamanager/data</crn:value>
  1049. </crn:parameter>
  1050. <!-- DS_LOG_DIR: Specifies the directory that Data Manager writes log files to when you
  1051. execute builds from a catalog. -->
  1052. <crn:parameter name="DS_LOG_DIR" disabled="true">
  1053. <crn:value xsi:type="cfg:folderPath">../datamanager/log</crn:value>
  1054. </crn:parameter>
  1055. <!-- CDSNet: Defines a group of properties for Data Manager network services. -->
  1056. <crn:parameter name="CDSNet" opaque="true" disabled="true">
  1057. <crn:value>
  1058. <!-- DS_NET_LOG_DIR: Specifies the directory that Data Manager network services writes
  1059. log files to. -->
  1060. <crn:parameter name="DS_NET_LOG_DIR" disabled="true">
  1061. <crn:value xsi:type="cfg:folderPath">../datamanager/dsnetlog</crn:value>
  1062. </crn:parameter>
  1063. <!-- CDSNetClient: Defines a group of properties for Data Manager server connections. -->
  1064. <crn:parameter name="CDSNetClient" opaque="true" disabled="true">
  1065. <crn:value>
  1066. <!-- DSNET_CLIENT_LOG_SEVERITY: Specifies the level of logging on the client. 1 = least
  1067. verbose, 5 = most verbose. -->
  1068. <crn:parameter name="DSNET_CLIENT_LOG_SEVERITY" disabled="true">
  1069. <crn:value xsi:type="xsd:unsignedShort">3</crn:value>
  1070. </crn:parameter>
  1071. <!-- DS_NET_DEFAULT_PORT: Specifies the default port for the remote connection. -->
  1072. <crn:parameter name="DS_NET_DEFAULT_PORT" disabled="true">
  1073. <crn:value xsi:type="xsd:unsignedShort">9300</crn:value>
  1074. </crn:parameter>
  1075. <!-- DS_NET_DEFAULT_PROTOCOL: The default protocol used for remote connection. -->
  1076. <!-- Use this property to specify the protocol for the remote connection. -->
  1077. <crn:parameter name="DS_NET_DEFAULT_PROTOCOL" disabled="true">
  1078. <crn:value xsi:type="xsd:string">SOAP</crn:value>
  1079. </crn:parameter>
  1080. <!-- DSNET_DFLT_PWD: The default service access password for remote Data Manager Network
  1081. servers. -->
  1082. <!-- This password is used if no matched server connection entry is found for given host
  1083. / port / protocol. -->
  1084. <crn:parameter name="DSNET_DFLT_PWD" disabled="true">
  1085. <crn:value xsi:type="cfg:systemPassword">NoPassWordSet</crn:value>
  1086. </crn:parameter>
  1087. <crn:instances name="DS_NET_CONNECTION" disabled="true">
  1088. <!-- localhost: Defines a group of properties used to define a server connection. -->
  1089. <!-- Ensure that the server exists and that the resource name is the host name of the
  1090. remote server. -->
  1091. <crn:instance name="localhost" class="DS_NET_SERVERCONNECTION" disabled="true">
  1092. <!-- DS_NET_PORT: Specifies the port of the remote connection. -->
  1093. <crn:parameter name="DS_NET_PORT" disabled="true">
  1094. <crn:value xsi:type="xsd:unsignedShort">9300</crn:value>
  1095. </crn:parameter>
  1096. <!-- DS_NET_PROTOCOL: The protocol used for remote connection. -->
  1097. <!-- Use this property to specify the protocol for the remote connection. -->
  1098. <crn:parameter name="DS_NET_PROTOCOL" disabled="true">
  1099. <crn:value xsi:type="xsd:string">SOAP</crn:value>
  1100. </crn:parameter>
  1101. <!-- DS_NET_PWD: The service access password for the Data Manager network server. -->
  1102. <crn:parameter name="DS_NET_PWD" disabled="true">
  1103. <crn:value xsi:type="cfg:systemPassword">NoPassWordSet</crn:value>
  1104. </crn:parameter>
  1105. </crn:instance>
  1106. </crn:instances>
  1107. </crn:value>
  1108. </crn:parameter>
  1109. <!-- CDSNetServer: Defines a group of properties for Data Manager servers. -->
  1110. <crn:parameter name="CDSNetServer" opaque="true" disabled="true">
  1111. <crn:value>
  1112. <!-- CDSNetSOAPServer: Defines a group of properties for Data Manager network services
  1113. SOAP Server. -->
  1114. <crn:parameter name="CDSNetSOAPServer" opaque="true" disabled="true">
  1115. <crn:value>
  1116. <!-- DSNET_SOAP_SERVER_LOG_SEVERITY: Specifies the level of logging on the server. 1 =
  1117. least verbose, 5 = most verbose. -->
  1118. <crn:parameter name="DSNET_SOAP_SERVER_LOG_SEVERITY" disabled="true">
  1119. <crn:value xsi:type="xsd:unsignedShort">3</crn:value>
  1120. </crn:parameter>
  1121. </crn:value>
  1122. </crn:parameter>
  1123. <!-- CDSNetSocketServer: Defines a group of properties for Data Manager network services
  1124. Socket Server. -->
  1125. <crn:parameter name="CDSNetSocketServer" opaque="true" disabled="true">
  1126. <crn:value>
  1127. <!-- DSNET_PWD: The service access password for the Data Manager network server. -->
  1128. <crn:parameter name="DSNET_PWD" disabled="true">
  1129. <crn:value xsi:type="cfg:systemPassword">NoPassWordSet</crn:value>
  1130. </crn:parameter>
  1131. <!-- DS_NET_SOCK_PORT: Specifies the port for the Socket Server. -->
  1132. <crn:parameter name="DS_NET_SOCK_PORT" disabled="true">
  1133. <crn:value xsi:type="xsd:unsignedShort">9310</crn:value>
  1134. </crn:parameter>
  1135. <!-- DSNET_SOCKET_SERVER_LOG_SEVERITY: Specifies the level of logging on the server. 1
  1136. = least verbose, 5 = most verbose. -->
  1137. <crn:parameter name="DSNET_SOCKET_SERVER_LOG_SEVERITY" disabled="true">
  1138. <crn:value xsi:type="xsd:unsignedShort">3</crn:value>
  1139. </crn:parameter>
  1140. </crn:value>
  1141. </crn:parameter>
  1142. </crn:value>
  1143. </crn:parameter>
  1144. </crn:value>
  1145. </crn:parameter>
  1146. </crn:value>
  1147. </crn:parameter>
  1148. <!-- PLANNING: Defines the properties for the Planning. -->
  1149. <crn:parameter name="PLANNING" opaque="true" disabled="true">
  1150. <crn:value>
  1151. <!-- analystMaxSize: Specifies how much memory the APL interpreter can use. -->
  1152. <!-- Enter a value between 64000 and 2000000. Memory is allocated as it is needed, but
  1153. only up to this limit. Once allocated, the memory will not be available for other
  1154. applications while Analyst is running. -->
  1155. <crn:parameter name="analystMaxSize" disabled="true">
  1156. <crn:value xsi:type="xsd:int">64000</crn:value>
  1157. </crn:parameter>
  1158. <!-- BIInstallLocation: Specifies the path to the IBM Cognos Business Intelligence installation. -->
  1159. <!-- This path is specified when IBM Cognos BI is installed. This property is used by
  1160. Planning components that require an IBM Cognos BI installation. -->
  1161. <crn:parameter name="BIInstallLocation" disabled="true">
  1162. <crn:value xsi:type="cfg:folderPath"></crn:value>
  1163. </crn:parameter>
  1164. <!-- PlanningServer: Defines a group of properties for planning server. -->
  1165. <crn:parameter name="PlanningServer" opaque="true" disabled="true">
  1166. <crn:value>
  1167. <!-- PlanningWindowServiceListeningPort: Specifies the port the product uses to listen
  1168. for commands on. -->
  1169. <crn:parameter name="PlanningWindowServiceListeningPort" disabled="true">
  1170. <crn:value xsi:type="xsd:unsignedShort">9900</crn:value>
  1171. </crn:parameter>
  1172. <!-- PlanningWindowServiceShutdownPort: Specifies the port the product uses to listen
  1173. for a shut down command. -->
  1174. <crn:parameter name="PlanningWindowServiceShutdownPort" disabled="true">
  1175. <crn:value xsi:type="xsd:unsignedShort">9901</crn:value>
  1176. </crn:parameter>
  1177. <!-- OracleODBCDriver: Specifies which ODBC driver to use to connect to the Contributor
  1178. publish data store. -->
  1179. <!-- On certain installs, the ODBC driver name for Oracle is not a default value, or more
  1180. than one driver could be installed. Used by the client extension and PPES admin extension. -->
  1181. <crn:parameter name="OracleODBCDriver" disabled="true">
  1182. <crn:value xsi:type="xsd:string"></crn:value>
  1183. </crn:parameter>
  1184. </crn:value>
  1185. </crn:parameter>
  1186. </crn:value>
  1187. </crn:parameter>
  1188. <!-- AAA: Defines general properties related to authentication that apply to all users. -->
  1189. <!-- Use this group of properties to set the security environment that all users share,
  1190. regardless of user identity or role, or authentication provider. -->
  1191. <crn:parameter name="AAA" opaque="true">
  1192. <crn:value>
  1193. <!-- inactivityTimeout: Specifies the maximum number of seconds that a user's session
  1194. can remain inactive before they must re-authenticate. -->
  1195. <!-- Use this property to automatically log off the user after a set period of inactivity.
  1196. Ensure that the period is appropriate for both security and convenience considerations. -->
  1197. <crn:parameter name="inactivityTimeout">
  1198. <crn:value xsi:type="xsd:positiveInteger">3600</crn:value>
  1199. </crn:parameter>
  1200. <!-- allowSessionSharing: Specifies whether a client application can share session information
  1201. with another client on the same machine. -->
  1202. <!-- To establish a single signon between multiple clients on the same machine, session
  1203. information must be shared between the applications. However, for security reasons
  1204. it may not be desirable to allow single signon. This parameter has no impact on integrated
  1205. windows authentication. -->
  1206. <crn:parameter name="allowSessionSharing">
  1207. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1208. </crn:parameter>
  1209. <!-- restrictAccessToCRN: This parameter allows administrators to restrict user access
  1210. to the application. -->
  1211. <!-- When this parameter is enabled, users can only access the application if they belong
  1212. to at least one group or role within the built-in namespace (does not include the
  1213. group "All Authenticated Users"). -->
  1214. <crn:parameter name="restrictAccessToCRN">
  1215. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1216. </crn:parameter>
  1217. <!-- renewTCFlag: Specifies whether the user's trusted credential is automatically renewed
  1218. after logging on. -->
  1219. <!-- You can set this property off, set it to the primary namespace only, or set it to
  1220. all namespaces. -->
  1221. <crn:parameter name="renewTCFlag">
  1222. <crn:value xsi:type="xsd:string">primaryNamespace</crn:value>
  1223. </crn:parameter>
  1224. <!-- advancedProperties: Specifies a set of advanced properties. -->
  1225. <!-- The user needs to provide the name and the value for each advanced property. -->
  1226. <crn:parameter name="advancedProperties" opaque="true">
  1227. <crn:value xsi:type="cfg:array"/>
  1228. </crn:parameter>
  1229. <!-- tenantIdMapping: Specifies how namespace users are mapped to tenant IDs. -->
  1230. <!-- Specifying a value for this parameter enables multitenancy. The tenant ID for a user
  1231. can be determined using a pattern or a tenant provider class. The pattern is a AAA
  1232. service search path to a property which defines a tenant ID. The search path must
  1233. be relative to a user account. For example: '~/ancestors[2]/defaultName'. A tenant
  1234. provider class is Java class which implements the the ITenantProvider interface.
  1235. For more details please consult the installation and configuration guide. -->
  1236. <crn:parameter name="tenantIdMapping" opaque="true">
  1237. <crn:value xsi:type="cfg:tenancyInfo">
  1238. <crn:item name="pattern" xsi:type="xsd:string"></crn:item>
  1239. </crn:value>
  1240. </crn:parameter>
  1241. <!-- tenantBoundingSetMapping: Specifies how the tenant bounding set is determined for
  1242. a user. -->
  1243. <!-- This parameter is used when multitenancy is enabled. The tenant bounding set for
  1244. a user can be determined using a pattern or a tenant bounding set provider class.
  1245. The pattern is a AAA service search path to a property which defines a tenant bounding
  1246. set. The search path must be relative to a user account. For example: '˜/parameters/boundingSet'.
  1247. A tenant bounding set provider class is Java class which implements the the IBoundingSetProvider
  1248. interface. For more details please consult the installation and configuration guide. -->
  1249. <crn:parameter name="tenantBoundingSetMapping" opaque="true">
  1250. <crn:value xsi:type="cfg:tenancyInfo">
  1251. <crn:item name="pattern" xsi:type="xsd:string"></crn:item>
  1252. </crn:value>
  1253. </crn:parameter>
  1254. <!-- authProvider: Specifies the type of security used for authenticating users. -->
  1255. <!-- You cannot change the value of this property. It is automatically set when you choose
  1256. the namespace type in the Explorer window. -->
  1257. <crn:instances name="authProvider">
  1258. <!-- Cognos: Defines a group of properties related to authentication that applies to all
  1259. users. -->
  1260. <!-- Use this group of properties to control access to resources based on user identity.
  1261. Do not delete the namespace, or you will not be able to save your configuration.
  1262. To restore the namespace, right-click Authentication, click New, Namespace Type,
  1263. select the Cognos Namespace from the list of available types and specify a name. -->
  1264. <crn:instance name="Cognos" class="Cognos">
  1265. <!-- allowAnon: Specifies whether anonymous access is allowed. -->
  1266. <!-- By default, anonymous authentication process doesn't require the user to provide
  1267. logon credentials. The anonymous authentication uses a pre-defined account under
  1268. which all anonymous users are logged in. -->
  1269. <crn:parameter name="allowAnon">
  1270. <crn:value xsi:type="xsd:boolean">true</crn:value>
  1271. </crn:parameter>
  1272. <crn:parameter name="disableCM">
  1273. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1274. </crn:parameter>
  1275. </crn:instance>
  1276. </crn:instances>
  1277. </crn:value>
  1278. </crn:parameter>
  1279. <!-- CRYPTO: Defines a group of properties that enables secure communication between the
  1280. product components and data encryption. -->
  1281. <!-- To use a cryptographic provider that already exists in your environment, you must
  1282. delete the default provider. You can only use one cryptographic provider at a time.
  1283. Right-click Cryptography, click New and then click Provider to use a different cryptographic
  1284. provider. After you select the provider, you can use this group of properties to
  1285. protect the information in your system from unauthorized access. -->
  1286. <crn:parameter name="CRYPTO" opaque="true">
  1287. <crn:value>
  1288. <!-- cryptoStandardConformance: Specifies the cryptographic standard that IBM Cognos should
  1289. enforce. -->
  1290. <!-- Use this property to specify what cryptographic standard should be enforced in this
  1291. install. This parameter may cause the save operation to fail if other parameters
  1292. are changed to values not allowed in the selected standard. -->
  1293. <crn:parameter name="cryptoStandardConformance">
  1294. <crn:value xsi:type="xsd:string">IBM_Cognos</crn:value>
  1295. </crn:parameter>
  1296. <!-- localCSK: Specifies whether the common symmetric key can be stored on the local computer. -->
  1297. <!-- If this value is set to false, then the Common Symmetric Key (CSK) is not stored
  1298. locally. In this case, each cryptographic operation requiring the CSK must fetch
  1299. it from the server. -->
  1300. <crn:parameter name="localCSK">
  1301. <crn:value xsi:type="xsd:boolean">true</crn:value>
  1302. </crn:parameter>
  1303. <!-- CSKPath: Specifies the location of the common symmetric key store database. -->
  1304. <!-- For distributed installations, set this property to point to the computer where you
  1305. created the key store. The key store is in a global location to provide access from
  1306. different computers. -->
  1307. <crn:parameter name="CSKPath">
  1308. <crn:value xsi:type="cfg:folderPath">../configuration/csk</crn:value>
  1309. </crn:parameter>
  1310. <!-- CSKPathPassword: Specifies the password used to protect the common symmetric key
  1311. store database. -->
  1312. <!-- This password provides an additional level of security not available when storing
  1313. keys in files. By default, this password is immediately encrypted when you save your
  1314. configuration. -->
  1315. <crn:parameter name="CSKPathPassword">
  1316. <crn:value xsi:type="cfg:systemPassword" encrypted="true">AAAAAAAAAAEEAAAAFAAAAFWkSvFT0KSeg9ca0aE494lWkH0q</crn:value>
  1317. </crn:parameter>
  1318. <!-- CSKLifetime: For servers running Content Manager, specifies the maximum number of
  1319. days that the CSK is valid. -->
  1320. <!-- The validity period that you set for the CSK depends on a number of factors, such
  1321. as the sensitivity of your data. -->
  1322. <crn:parameter name="CSKLifetime">
  1323. <crn:value xsi:type="xsd:long">365</crn:value>
  1324. </crn:parameter>
  1325. <!-- SSLMutualAuthentication: Specifies whether mutual authentication is required. -->
  1326. <!-- Set the value of this property to 'true' if both components or computers involved
  1327. in the communication must prove their identity. Mutual authentication is carried
  1328. out by using certificates, which are exchanged by the communicating components at
  1329. the time they initiate connections. -->
  1330. <crn:parameter name="SSLMutualAuthentication">
  1331. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1332. </crn:parameter>
  1333. <!-- SSLConfidentiality: Specifies whether to use encryption to ensure confidentiality
  1334. of all transmitted information. -->
  1335. <!-- If the value of this property is set to 'false', information that is transmitted
  1336. will not be encrypted. -->
  1337. <crn:parameter name="SSLConfidentiality">
  1338. <crn:value xsi:type="xsd:boolean">true</crn:value>
  1339. </crn:parameter>
  1340. <!-- digestAlgorithm: Specifies the digest algorithm. -->
  1341. <!-- Use this property to specify the message digest algorithm that is used when hashing
  1342. data. -->
  1343. <crn:parameter name="digestAlgorithm">
  1344. <crn:value xsi:type="xsd:string">SHA-256</crn:value>
  1345. </crn:parameter>
  1346. <!-- signingKeyPairAlgorithm: Specifies the signing key pair algorithm. -->
  1347. <!-- Use this property to specify the algorithm that is used when signing data. -->
  1348. <crn:parameter name="signingKeyPairAlgorithm">
  1349. <crn:value xsi:type="xsd:string">RSA</crn:value>
  1350. </crn:parameter>
  1351. <!-- cryptoProvider: Specifies the cryptographic provider used by the product. -->
  1352. <!-- The value of this property is set when you select the cryptographic provider from
  1353. the list of available types. You cannot change the value of this property. -->
  1354. <crn:instances name="cryptoProvider">
  1355. <!-- Cognos: Defines a group of properties for the Cognos cryptographic provider. -->
  1356. <!-- Configure these properties to set the encryption services and CA service for all
  1357. components accessing a single content store. -->
  1358. <crn:instance name="Cognos" class="CognosCrypto">
  1359. <!-- certificateLocation: Specifies the location of trusted certificates. -->
  1360. <crn:parameter name="certificateLocation">
  1361. <crn:value xsi:type="cfg:folderPath">../configuration/certs</crn:value>
  1362. </crn:parameter>
  1363. <!-- cognosCryptoConfidentialityAlgorithm: Specify the confidentiality algorithm. -->
  1364. <!-- Use this property to specify the encryption algorithm when transmitting information. -->
  1365. <crn:parameter name="cognosCryptoConfidentialityAlgorithm">
  1366. <crn:value xsi:type="xsd:string">AES</crn:value>
  1367. </crn:parameter>
  1368. <!-- cognosPDFConfidentialityAlgorithm: Specify the PDF confidentiality algorithm. -->
  1369. <!-- Use this property to specify the encryption algorithm when encrypting PDF data. -->
  1370. <crn:parameter name="cognosPDFConfidentialityAlgorithm">
  1371. <crn:value xsi:type="xsd:string">AES</crn:value>
  1372. </crn:parameter>
  1373. <!-- cognosCryptoCiphersuite: Specifies a list of supported ciphersuites in priority sequence. -->
  1374. <!-- Use this property to specify what ciphersuites are acceptable in this install. The
  1375. selected ciphersuites are then presented to the SSL negotiation in priority sequence
  1376. for both client and server sides of the negotiation. At least one of the selected
  1377. ciphersuites between configured client and server platforms must match. -->
  1378. <crn:parameter name="cognosCryptoCiphersuite" opaque="true">
  1379. <crn:value xsi:type="cfg:sortedArray">
  1380. <crn:item xsi:type="xsd:string" order="1">RSA-RSA-AES(128)CBC-SHA</crn:item>
  1381. <crn:item xsi:type="xsd:string" order="3">RSA-RSA-DES(168)CBC3-SHA</crn:item>
  1382. </crn:value>
  1383. </crn:parameter>
  1384. <!-- keystoreFilePassword: Specifies the password used to protect the key store. -->
  1385. <!-- This password is required to secure the IBM Cognos keystore. It provides an extra
  1386. layer of security by encrypting the keystore file using a password. -->
  1387. <crn:parameter name="keystoreFilePassword">
  1388. <crn:value xsi:type="cfg:systemPassword" encrypted="true">AAAAAAAAAAEEAAAAFAAAAFrzmJ9bXC7TP01Dl672717El0Hd</crn:value>
  1389. </crn:parameter>
  1390. <!-- serverCommonName: Specifies the common name (CN) portion of the distinguished name
  1391. (DN) for this computer. -->
  1392. <!-- An example of a common name is the host name of the computer. -->
  1393. <crn:parameter name="serverCommonName">
  1394. <crn:value xsi:type="xsd:string">CAMUSER</crn:value>
  1395. </crn:parameter>
  1396. <!-- distinguishedNameOrganization: Specifies the organization name (O) used in the distinguished
  1397. name (DN). -->
  1398. <!-- An example of an organization is MyCompany. -->
  1399. <crn:parameter name="distinguishedNameOrganization">
  1400. <crn:value xsi:type="xsd:string">Cognos</crn:value>
  1401. </crn:parameter>
  1402. <!-- distinguishedNameCountry: Specifies the two-letter country or region code used in
  1403. the distinguished name (DN). -->
  1404. <!-- For example, the code for Japan is JP. -->
  1405. <crn:parameter name="distinguishedNameCountry">
  1406. <crn:value xsi:type="xsd:string">CA</crn:value>
  1407. </crn:parameter>
  1408. <!-- thirdPartyCA: Specifies whether to use an external Certificate Authority. -->
  1409. <!-- If this value is set to true, the IBM Cognos Certificate Authority service is not
  1410. used. A third party Certificate Authority will manually process certificate requests. -->
  1411. <crn:parameter name="thirdPartyCA">
  1412. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1413. </crn:parameter>
  1414. <!-- certificateAuthorityServiceCommonName: Specifies the common name (CN) portion of
  1415. the distinguished name (DN) for the Certificate Authority service computer. -->
  1416. <!-- An example of a common name is the host name of the computer. Do not use localhost. -->
  1417. <crn:parameter name="certificateAuthorityServiceCommonName">
  1418. <crn:value xsi:type="xsd:string">CA</crn:value>
  1419. </crn:parameter>
  1420. <!-- certificateAuthorityServicePassword: Specifies the password used to validate certificate
  1421. requests sent to the Certificate Authority service. -->
  1422. <!-- This property must be the same for clients using the Certificate Authority and the
  1423. Certificate Authority service itself. For example, the password you specify for IBM
  1424. Cognos installations that do not have Content Manager must match the password you
  1425. specify for the installation that has Content Manager. The Certificate Authority
  1426. service is installed with the Content Manager. By default, this password is immediately
  1427. encrypted when you save your configuration. -->
  1428. <crn:parameter name="certificateAuthorityServicePassword">
  1429. <crn:value xsi:type="cfg:systemPassword" encrypted="true">AAAAAAAAAAEEAAAAFAAAAL2AzLLPGa4e8kpDyl825bDnKZKm</crn:value>
  1430. </crn:parameter>
  1431. <!-- certificateAuthorityServiceCertificateLifetime: Specifies the maximum number of days
  1432. that a certificate signed by the Certificate Authority service is valid. -->
  1433. <!-- The validity period that you set for certificates depends on a number of factors,
  1434. such as the strength of the private key used to sign the certificate. -->
  1435. <crn:parameter name="certificateAuthorityServiceCertificateLifetime">
  1436. <crn:value xsi:type="xsd:long">730</crn:value>
  1437. </crn:parameter>
  1438. </crn:instance>
  1439. </crn:instances>
  1440. </crn:value>
  1441. </crn:parameter>
  1442. <!-- Replication: Defines general properties related to replication of user session data. -->
  1443. <!-- Use this group of properties to set the settings for IBM Cognos authentication services
  1444. to enable user session replication. -->
  1445. <crn:parameter name="Replication" opaque="true">
  1446. <crn:value>
  1447. <!-- pdcEnableReplication: Specifies whether user session replcation is enabled. -->
  1448. <!-- Use this property to enable or disable user session data replication across authentication
  1449. services. -->
  1450. <crn:parameter name="pdcEnableReplication">
  1451. <crn:value xsi:type="xsd:boolean">true</crn:value>
  1452. </crn:parameter>
  1453. <!-- pdcPeerPort: Specifies the port used for peer discovery. -->
  1454. <!-- A value of 0 means that the server will select an available port automatically. When
  1455. a value other than 0 is specified, ensure that you specify a port that is not already
  1456. in use. The port communication uses mutually authenticated SSL/TLS protocol. -->
  1457. <crn:parameter name="pdcPeerPort">
  1458. <crn:value xsi:type="xsd:unsignedShort">0</crn:value>
  1459. </crn:parameter>
  1460. <!-- pdcRMIPort: Specifies the port used for RMI communication. -->
  1461. <!-- A value of 0 means that the server will select an available port automatically. The
  1462. RMI port is the communication port used by the Java Remote Method Invocation API.
  1463. When a value other than 0 is specified, ensure that you specify a port that is not
  1464. already in use. The port communication uses mutually authenticated SSL/TLS protocol. -->
  1465. <crn:parameter name="pdcRMIPort">
  1466. <crn:value xsi:type="xsd:unsignedShort">0</crn:value>
  1467. </crn:parameter>
  1468. <!-- advancedProperties: Specifies a set of advanced properties. -->
  1469. <!-- The user needs to provide the name and the value for each advanced property. -->
  1470. <crn:parameter name="advancedProperties" opaque="true">
  1471. <crn:value xsi:type="cfg:array"/>
  1472. </crn:parameter>
  1473. </crn:value>
  1474. </crn:parameter>
  1475. <!-- CAF: Defines a group of properties to configure the IBM Cognos Application Firewall. -->
  1476. <!-- The IBM Cognos Application Firewall is an essential component of product security
  1477. helping to provide protection against penetration vulnerabilities. Disabling the
  1478. IBM Cognos Application Firewall will remove this protection; therefore, this should
  1479. not be done under normal circumstances. -->
  1480. <crn:parameter name="CAF" opaque="true">
  1481. <crn:value>
  1482. <!-- caf_enabled: Specifies whether to enable IBM Cognos Application Firewall validation. -->
  1483. <!-- The IBM Cognos Application Firewall is an essential component of product security
  1484. helping to provide protection against penetration vulnerabilities. Disabling the
  1485. IBM Cognos Application Firewall will remove this protection; therefore, this should
  1486. not be done under normal circumstances. In addition, if third party XSS checking
  1487. is enabled, CAF validation must also be enabled. -->
  1488. <crn:parameter name="caf_enabled">
  1489. <crn:value xsi:type="xsd:boolean">true</crn:value>
  1490. </crn:parameter>
  1491. <!-- caf_validDomainList: Specifies valid domain and/or host name values for your configuration. -->
  1492. <!-- The IBM Cognos Application Firewall will validate hostname and domain names used
  1493. or passed in a request. You may add additional host names or domain names to support
  1494. your configuration and system topology. For example, add .mycompany.com to allow
  1495. the domains from mycompany.com. You may also allow a domain and all its sub-domains
  1496. by adding a wildcard at the beginning of the domain such as, *.mycompany.com. -->
  1497. <crn:parameter name="caf_validDomainList" opaque="true">
  1498. <crn:value xsi:type="cfg:array"/>
  1499. </crn:parameter>
  1500. <!-- caf_tpXSSCheckingUsed: Specifies whether CAF support for third party cross site scripting
  1501. checking is enabled. -->
  1502. <!-- Enables CAF to support third party cross site scripting checking by encoding requests
  1503. to prevent discouraged characters from being rejected by the third party checking.
  1504. Enable this property if you have a tool that is performing XSS of GET requests. You
  1505. can only enable this property when CAF validation is also enabled. By default, the
  1506. third party XSS characters <, ' and > will be encoded. -->
  1507. <crn:parameter name="caf_tpXSSCheckingUsed">
  1508. <crn:value xsi:type="xsd:string">false</crn:value>
  1509. </crn:parameter>
  1510. </crn:value>
  1511. </crn:parameter>
  1512. <!-- tm1Server: Defines a group of properties for the TM1 Server. -->
  1513. <crn:parameter name="tm1Server" opaque="true" disabled="true">
  1514. <crn:value>
  1515. <crn:instances name="tm1ServerInstances" disabled="true">
  1516. <!-- SData: Defines a group of properties for a TM1 Server instance. -->
  1517. <crn:instance name="SData" class="tm1ServerInstance" disabled="true">
  1518. <!-- tm1sConfigDirectory: Specifies the path to the TM1 configuration file. -->
  1519. <!-- The TM1 Server configuration file is tm1s.cfg. It contains configuration settings
  1520. such as DataDirectory and ServerName. This path can be absolute or relative to the
  1521. IBM Cognos installation's bin directory or bin64 directory in 64-bit installations
  1522. (e.g. C:\Program Files\IBM\Cognos\TM1\bin). -->
  1523. <crn:parameter name="tm1sConfigDirectory" disabled="true">
  1524. <crn:value xsi:type="cfg:folderPath">../samples/tm1/SData</crn:value>
  1525. </crn:parameter>
  1526. </crn:instance>
  1527. <!-- Planning Sample: Defines a group of properties for a TM1 Server instance. -->
  1528. <crn:instance name="Planning Sample" class="tm1ServerInstance" disabled="true">
  1529. <!-- tm1sConfigDirectory: Specifies the path to the TM1 configuration file. -->
  1530. <!-- The TM1 Server configuration file is tm1s.cfg. It contains configuration settings
  1531. such as DataDirectory and ServerName. This path can be absolute or relative to the
  1532. IBM Cognos installation's bin directory or bin64 directory in 64-bit installations
  1533. (e.g. C:\Program Files\IBM\Cognos\TM1\bin). -->
  1534. <crn:parameter name="tm1sConfigDirectory" disabled="true">
  1535. <crn:value xsi:type="cfg:folderPath">../samples/tm1/PlanSamp</crn:value>
  1536. </crn:parameter>
  1537. </crn:instance>
  1538. <!-- GO_New_Stores: Defines a group of properties for a TM1 Server instance. -->
  1539. <crn:instance name="GO_New_Stores" class="tm1ServerInstance" disabled="true">
  1540. <!-- tm1sConfigDirectory: Specifies the path to the TM1 configuration file. -->
  1541. <!-- The TM1 Server configuration file is tm1s.cfg. It contains configuration settings
  1542. such as DataDirectory and ServerName. This path can be absolute or relative to the
  1543. IBM Cognos installation's bin directory or bin64 directory in 64-bit installations
  1544. (e.g. C:\Program Files\IBM\Cognos\TM1\bin). -->
  1545. <crn:parameter name="tm1sConfigDirectory" disabled="true">
  1546. <crn:value xsi:type="cfg:folderPath">../samples/tm1/GO_New_Stores</crn:value>
  1547. </crn:parameter>
  1548. </crn:instance>
  1549. <!-- GO_Scorecards: Defines a group of properties for a TM1 Server instance. -->
  1550. <crn:instance name="GO_Scorecards" class="tm1ServerInstance" disabled="true">
  1551. <!-- tm1sConfigDirectory: Specifies the path to the TM1 configuration file. -->
  1552. <!-- The TM1 Server configuration file is tm1s.cfg. It contains configuration settings
  1553. such as DataDirectory and ServerName. This path can be absolute or relative to the
  1554. IBM Cognos installation's bin directory or bin64 directory in 64-bit installations
  1555. (e.g. C:\Program Files\IBM\Cognos\TM1\bin). -->
  1556. <crn:parameter name="tm1sConfigDirectory" disabled="true">
  1557. <crn:value xsi:type="cfg:folderPath">../samples/tm1/GO_scorecards</crn:value>
  1558. </crn:parameter>
  1559. </crn:instance>
  1560. <!-- Proven_Techniques: Defines a group of properties for a TM1 Server instance. -->
  1561. <crn:instance name="Proven_Techniques" class="tm1ServerInstance" disabled="true">
  1562. <!-- tm1sConfigDirectory: Specifies the path to the TM1 configuration file. -->
  1563. <!-- The TM1 Server configuration file is tm1s.cfg. It contains configuration settings
  1564. such as DataDirectory and ServerName. This path can be absolute or relative to the
  1565. IBM Cognos installation's bin directory or bin64 directory in 64-bit installations
  1566. (e.g. C:\Program Files\IBM\Cognos\TM1\bin). -->
  1567. <crn:parameter name="tm1sConfigDirectory" disabled="true">
  1568. <crn:value xsi:type="cfg:folderPath">../samples/tm1/Proven_Techniques</crn:value>
  1569. </crn:parameter>
  1570. </crn:instance>
  1571. </crn:instances>
  1572. </crn:value>
  1573. </crn:parameter>
  1574. <!-- mdmDB: Business Viewpoint Repository properties. -->
  1575. <crn:parameter name="mdmDB" opaque="true" disabled="true">
  1576. <crn:value>
  1577. <!-- mdm_database: Specifies the database type for the Business Viewpoint repository. -->
  1578. <!-- You cannot change the value of this property. It is automatically set when you choose
  1579. the database type for the repository in the Explorer window. -->
  1580. <crn:instances name="mdm_database" disabled="true">
  1581. <!-- Database: Defines a group of properties used to locate an existing DB2 database. -->
  1582. <!-- Ensure that the database already exists. -->
  1583. <crn:instance name="Database" class="DB2" disabled="true">
  1584. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  1585. <!-- When a value is specified, database connections are made directly to the database
  1586. (type 4). When the value is left blank, database connections are made through the
  1587. database client (type 2). -->
  1588. <crn:parameter name="server" disabled="true">
  1589. <crn:value xsi:type="cfg:hostPort"></crn:value>
  1590. </crn:parameter>
  1591. <!-- user: Specifies the user ID and password that the product uses to connect to the
  1592. content store. -->
  1593. <!-- This value identifies the database user who has unrestricted access to the database.
  1594. The product uses this account to access the content store. To secure the logon credentials,
  1595. you can encrypt the database logon information immediately by saving your configuration. -->
  1596. <crn:parameter name="user" disabled="true">
  1597. <crn:value xsi:type="cfg:credential">
  1598. <credential>
  1599. <username/>
  1600. <password/>
  1601. </credential>
  1602. </crn:value>
  1603. </crn:parameter>
  1604. <!-- name: Specifies the name of the DB2 database. -->
  1605. <!-- Enter the name of the database. The name is set when you create the database. Ensure
  1606. that the value for this property corresponds to the name of the database you created.
  1607. Otherwise, the product will not run. -->
  1608. <crn:parameter name="name" disabled="true">
  1609. <crn:value xsi:type="xsd:string">bv</crn:value>
  1610. </crn:parameter>
  1611. </crn:instance>
  1612. </crn:instances>
  1613. </crn:value>
  1614. </crn:parameter>
  1615. <!-- mdmNotification: Defines a group of properties that provides access to a mail server
  1616. account. -->
  1617. <!-- Use this group of properties to configure an account from which all notifications
  1618. are sent. -->
  1619. <crn:parameter name="mdmNotification" opaque="true" disabled="true">
  1620. <crn:value>
  1621. <!-- smtpMailServer: Specifies the host name and port of the mail server computer. -->
  1622. <!-- Use the following syntax to specify the location of the mail server: host:port. The
  1623. default SMTP port on most mail servers is 25. -->
  1624. <crn:parameter name="smtpMailServer" disabled="true">
  1625. <crn:value xsi:type="cfg:hostPort">mailserver:25</crn:value>
  1626. </crn:parameter>
  1627. <!-- SmtpAccount: Specifies the user id and password to log on to the mail server. -->
  1628. <!-- If the mail server requires authentication to send messages, enter a valid user id
  1629. and password. If the mail server does not require authentication, leave these values
  1630. empty. -->
  1631. <crn:parameter name="SmtpAccount" disabled="true">
  1632. <crn:value xsi:type="cfg:credential">
  1633. <credential>
  1634. <username/>
  1635. <password/>
  1636. </credential>
  1637. </crn:value>
  1638. </crn:parameter>
  1639. <!-- DefaultSender: Specifies the email address of the sender. -->
  1640. <!-- This setting specifies the email address of the 'sender' of outgoing messages. Use
  1641. a valid email address. -->
  1642. <crn:parameter name="DefaultSender" disabled="true">
  1643. <crn:value xsi:type="xsd:string">user@mail</crn:value>
  1644. </crn:parameter>
  1645. <!-- defaultReplyTo: Specifies the email address for Reply-To. -->
  1646. <!-- This setting specifies the email address of the 'Reply-To' of outgoing messages.
  1647. Use a valid email address. -->
  1648. <crn:parameter name="defaultReplyTo" disabled="true">
  1649. <crn:value xsi:type="xsd:string">user@mail</crn:value>
  1650. </crn:parameter>
  1651. </crn:value>
  1652. </crn:parameter>
  1653. <!-- CM: Defines a component that manages content and security policies. -->
  1654. <!-- Content Manager must be able to connect to an external database that stores content. -->
  1655. <crn:parameter name="CM" opaque="true">
  1656. <crn:value>
  1657. <!-- outputCMReportToFile: Specifies whether to save report outputs to a file system through
  1658. the Content Manager Advanced Setting (i.e. CM.OUTPUTLOCATION). -->
  1659. <!-- Use this flag to enable/disable the feature to save report outputs to a file system
  1660. by Content Manager Service. Please note that this feature is completely different
  1661. than the new report run option to archive a report output to a file system by Delivery
  1662. Service. Report output formats that you can save include: PDF, CSV, XML, Excel 2002,
  1663. and HTML which do not have embedded graphics. Report outputs that you cannot save
  1664. include: HTML fragment, XHTML, or Excel 2000 single sheet formats. -->
  1665. <crn:parameter name="outputCMReportToFile">
  1666. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1667. </crn:parameter>
  1668. <!-- advancedProperties: Specifies a set of advanced properties. -->
  1669. <!-- The user needs to provide the name and the value for each advanced property. -->
  1670. <crn:parameter name="advancedProperties" opaque="true">
  1671. <crn:value xsi:type="cfg:array"/>
  1672. </crn:parameter>
  1673. <!-- database: Specifies the database type for the content store. -->
  1674. <!-- You cannot change the value of this property. It is automatically set when you choose
  1675. the database type for the content store in the Explorer window. -->
  1676. <crn:instances name="database">
  1677. <!-- Oracle DB: Defines a group of properties used to locate an existing Oracle database. -->
  1678. <!-- Ensure that the database exists. -->
  1679. <crn:instance name="Oracle DB" class="Oracle">
  1680. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  1681. <!-- The default value "localhost" indicates that the database is on this computer. -->
  1682. <crn:parameter name="server">
  1683. <crn:value xsi:type="cfg:hostPort">192.168.1.10:1523</crn:value>
  1684. </crn:parameter>
  1685. <!-- user: Specifies the user ID and password that the product uses to connect to the
  1686. content store. -->
  1687. <!-- This value identifies the database user who has unrestricted access to the database.
  1688. The product uses this account to access the content store. To secure the logon credentials,
  1689. you can encrypt the database logon information immediately by saving your configuration. -->
  1690. <crn:parameter name="user">
  1691. <crn:value xsi:type="cfg:credential" encrypted="true">MIHIBgkqhkiG9w0BBwaggbowgbcCAQAwgbEGCSqGSIb3DQEHATAdBglghkgBZQMEAQIEEKgFF4iOomU5ijN/GzLenNmAgYT3skszWvJ2C391WEIVmWaLjPV5COuiS1nSFnDWne4Ev/znCoHcot8UuCoDkJlorhC4Sl6icX3Y3gffLwAcFSOYaRbgzHLJo2bUZks/7W1E2ombnZSoY5j5fUepvZo08qn8L/4MgVqS69LYJP7/42wg/fPUY86xvsO7CTSujrYBoxplfPg=</crn:value>
  1692. </crn:parameter>
  1693. <!-- servicename: Specifies the SID for the Oracle database instance. -->
  1694. <!-- Use this property so that you can connect to the Oracle instance that corresponds
  1695. to the database. -->
  1696. <crn:parameter name="servicename">
  1697. <crn:value xsi:type="xsd:string">VIS2</crn:value>
  1698. </crn:parameter>
  1699. </crn:instance>
  1700. </crn:instances>
  1701. </crn:value>
  1702. </crn:parameter>
  1703. <!-- MOB: Defines a group of properties used to connect to the mobile database. -->
  1704. <!-- Use these properties to specify the type of database for Mobile and the connection
  1705. information required to access it. Mobile supports DB2, SQL Server and Oracle. To
  1706. do this, right-click Mobile, click New resource, Database, select the database type
  1707. and then configure the resource properties. -->
  1708. <crn:parameter name="MOB" opaque="true">
  1709. <crn:value/>
  1710. </crn:parameter>
  1711. <!-- NC: Defines a group of properties that provides access to a mail server account or
  1712. to IBM Cognos content. -->
  1713. <!-- Use this group of properties to configure an account from which all notifications
  1714. are sent. The Notification component also requires access to a database that will
  1715. be used to store Notification content. This means that in a distributed installation
  1716. all Notification components must point to the same database. To do this, right-click
  1717. Notification, click New, Database and then type a name and select the database type.
  1718. If the Notification component is on the same computer as Content Manager, you are
  1719. not required to configure a database resource for the Notification component. -->
  1720. <crn:parameter name="NC" opaque="true">
  1721. <crn:value>
  1722. <!-- smtpMailServer: Specifies the host name and port of the mail server computer. -->
  1723. <!-- Use the following syntax to specify the location of the mail server: host:port. The
  1724. default SMTP port on most mail servers is 25. -->
  1725. <crn:parameter name="smtpMailServer">
  1726. <crn:value xsi:type="cfg:hostPort">mailserver:25</crn:value>
  1727. </crn:parameter>
  1728. <!-- smtpAccount: Specifies the user id and password to log on to the mail server. -->
  1729. <!-- If the mail server requires authentication to send messages, enter a valid user id
  1730. and password. If the mail server does not require authentication, leave these values
  1731. empty. -->
  1732. <crn:parameter name="smtpAccount">
  1733. <crn:value xsi:type="cfg:credential" encrypted="true">MIH4BgkqhkiG9w0BBwaggeowgecCAQAwgeEGCSqGSIb3DQEHATAdBglghkgBZQMEAQIEEBwvaCU+HpSmkWjhBEenkcyAgbT3skszWvJ2C391WEIVmWaLjPV5CD+xtYz6f0L9AlaS1kLlUsbgSY/NmC9FscalOy5yGH3yxWcTMhC27pUpxWNTElTpLrWtGW6LXv72LsMd7PvcYg3QAL/zZx+Covn7C5n8EHjVWExwWbEAvoEs0DUi8CFkjmhI/NkfqEepWG9Vy+c3yxPUPuJxvmgl2ELvRKkMJ4qBJGorwO0x9gXHXNzyapecoeqM/1KVu1QNn098w/xtkko=</crn:value>
  1734. </crn:parameter>
  1735. <!-- defaultSender: Specifies the email address of the sender. -->
  1736. <!-- This setting specifies the email address of the 'sender' of outgoing messages. Use
  1737. a valid email address. -->
  1738. <crn:parameter name="defaultSender">
  1739. <crn:value xsi:type="xsd:string">notifications@cognos.ibm.com</crn:value>
  1740. </crn:parameter>
  1741. <!-- SSLencryptionEnabled: Specifies whether mail server connection should use SSL encryption. -->
  1742. <!-- Use this property to enable SSL encryption for mail server connection. -->
  1743. <crn:parameter name="SSLencryptionEnabled">
  1744. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1745. </crn:parameter>
  1746. </crn:value>
  1747. </crn:parameter>
  1748. <!-- HTS: Defines a group of properties that provides access to Human Task and Annotation
  1749. Services content. -->
  1750. <!-- Use this group of properties to configure the access to the database that will be
  1751. used to store Human Task and Annotation Services content. -->
  1752. <crn:parameter name="HTS" opaque="true">
  1753. <crn:value/>
  1754. </crn:parameter>
  1755. <!-- PLACDS: Defines a group of properties that provide access to IBM Cognos Planning
  1756. content. -->
  1757. <!-- Use this group of properties to configure the access to Planning Contributor Data
  1758. Server and Planning content store. A database resource component that points to the
  1759. Planning Store is required when the planning server is installed. If the planning
  1760. server component is installed on the same computer as Content Manager, the database
  1761. resource can point to the same database that's used for Content Manager. -->
  1762. <crn:parameter name="PLACDS" opaque="true">
  1763. <crn:value>
  1764. <!-- ContributorDataServer: Defines the properties for the Planning Contributor Data Server. -->
  1765. <crn:parameter name="ContributorDataServer" opaque="true">
  1766. <crn:value>
  1767. <!-- PLACDS_sharedSecret: Specifies the password that enables secure communication between
  1768. IBM Cognos servers and Contributor Data Server for scheduled reports and agents. -->
  1769. <!-- The password is case-sensitive and must match the Signature password property that
  1770. you configure in IBM Cognos Series 7, Configuration Manager, IBM Cognos Planning
  1771. / IBM Cognos - Contributor Data Server / General properties. -->
  1772. <crn:parameter name="PLACDS_sharedSecret">
  1773. <crn:value xsi:type="cfg:systemPassword" encrypted="true">AAAAAAAAAAEEAAAAFAAAADXvZpb8OF4crPgteY2G8eh3aaUn</crn:value>
  1774. </crn:parameter>
  1775. </crn:value>
  1776. </crn:parameter>
  1777. <!-- pla_database: Specifies the database type for the content store. -->
  1778. <!-- You cannot change the value of this property. It is automatically set when you choose
  1779. the database type for the content store in the Explorer window. -->
  1780. <crn:instances name="pla_database" disabled="true">
  1781. <!-- Planning Store: Defines a group of properties used to locate an existing DB2 database. -->
  1782. <!-- Ensure that the database already exists. -->
  1783. <crn:instance name="Planning Store" class="DB2" disabled="true">
  1784. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  1785. <!-- When a value is specified, database connections are made directly to the database
  1786. (type 4). When the value is left blank, database connections are made through the
  1787. database client (type 2). -->
  1788. <crn:parameter name="server">
  1789. <crn:value xsi:type="cfg:hostPort"></crn:value>
  1790. </crn:parameter>
  1791. <!-- user: Specifies the user ID and password that the product uses to connect to the
  1792. Planning database. -->
  1793. <!-- This value identifies the database user who has unrestricted access to the database.
  1794. The product uses this account to access the content store. To secure the logon credentials,
  1795. you can encrypt the database logon information immediately by saving your configuration. -->
  1796. <crn:parameter name="user">
  1797. <crn:value xsi:type="cfg:credential" encrypted="true">MIHYBgkqhkiG9w0BBwaggcowgccCAQAwgcEGCSqGSIb3DQEHATAdBglghkgBZQMEAQIEEM5Lj4mHN2t14MelmWtgQeCAgZT3skszWvJ2C391WEIVmWaLjPV5CPjrcwVGrY+eAyF8duTGQRyNAbI9X1+e4d7JQwrtJiYsZqKF4IhvYQhHVXOz1L8HEj9Fi8OvX4ismP3CdjAxElxyGkQ3BQj/XH0oOdX6MtsSnX6MPForVLf7mdQ0+A9v0zPgp0aV7kzq5DrREGZAT8fiOaITEtKx8wEN8t0GAc0I</crn:value>
  1798. </crn:parameter>
  1799. <!-- name: Specifies the name of the database used as the content store. -->
  1800. <!-- Enter the name of the database. The name is set when you create the database. Ensure
  1801. that the value for this property corresponds to the name of the database you created.
  1802. Otherwise, the product will not run. -->
  1803. <crn:parameter name="name">
  1804. <crn:value xsi:type="xsd:string">ps</crn:value>
  1805. </crn:parameter>
  1806. <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL encryption. -->
  1807. <!-- Use this property to enable SSL encryption of the database connection. -->
  1808. <crn:parameter name="SSLencryptionEnabled">
  1809. <crn:value xsi:type="xsd:boolean">false</crn:value>
  1810. </crn:parameter>
  1811. </crn:instance>
  1812. </crn:instances>
  1813. </crn:value>
  1814. </crn:parameter>
  1815. </crn:parameters>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement