ContentManager_en.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cclmcf
  5. (C) Copyright IBM Corp. 2009, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. ===============================================================================================
  8. Configuration samples for CM.
  9. ===============================================================================================
  10. -->
  11. <crn:parameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:crn="http://developer.cognos.com/schemas/crconfig/1/" xsi:schemaLocation="http://developer.cognos.com/schemas/crconfig/1/ cogstartup.xsd" version="175.0">
  12. <crn:parameter name="CM" opaque="true">
  13. <crn:value>
  14. <!-- advancedProperties: Specifies a set of advanced properties. -->
  15. <!-- The user needs to provide the name and the value for each advanced property. -->
  16. <crn:parameter name="advancedProperties">
  17. <crn:value xsi:type="cfg:array">
  18. </crn:value>
  19. </crn:parameter>
  20. <crn:instances name="cm_database">
  21. <!--
  22. ===============================================================================
  23. (Begin of) DB2 template
  24. -->
  25. <crn:instance name="DB2 Name" class="DB2">
  26. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  27. <!-- When a value is specified, database connections are made directly to the
  28. database (type 4). When the value is left blank, database connections are made
  29. through the database client (type 2). -->
  30. <crn:parameter name="server">
  31. <crn:value xsi:type="cfg:hostPort">
  32. </crn:value>
  33. </crn:parameter>
  34. <!-- user: Specifies the user ID and password that the product uses to connect to
  35. the content store. -->
  36. <!-- This value identifies the database user who has unrestricted access to the
  37. database. The product uses this account to access the content store. To secure
  38. the logon credentials, you can encrypt the database logon information
  39. immediately by saving your configuration. -->
  40. <crn:parameter name="user">
  41. <crn:value xsi:type="cfg:credential" encrypted="false">
  42. <credential>
  43. <username>joe</username>
  44. <password>paranoid</password>
  45. </credential>
  46. </crn:value>
  47. </crn:parameter>
  48. <!-- name: Specifies the name of the DB2 database. -->
  49. <!-- Enter the name of the database. -->
  50. <crn:parameter name="name">
  51. <crn:value xsi:type="xsd:string">
  52. </crn:value>
  53. </crn:parameter>
  54. <crn:instances name="eos">
  55. <!--
  56. ===============================================================================
  57. (Begin of) FileSystem template
  58. -->
  59. <crn:instance name="FileSystem Name" class="FileSystem">
  60. <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
  61. paths. -->
  62. <!-- The path must be specified using file URI scheme (i.e
  63. file://host/file-system-path). The host element in the URI can be used used to
  64. identify a Windows UNC path such as \\\\host\\share. To specify a local path
  65. the host element must be omitted (i.e. file:///c:/file-system-path). For the
  66. Unix URI the host element is not supported, a local path must be used. Relative
  67. paths such as file:///../file-system-path are not supported. For distributed
  68. IBM Cognos installations the URI locations must be accessible by all the
  69. instances. -->
  70. <crn:parameter name="fileStoreURI">
  71. <crn:value xsi:type="cfg:complexFileURI">
  72. </crn:value>
  73. </crn:parameter>
  74. </crn:instance>
  75. <!--
  76. (End of) FileSystem template
  77. ===============================================================================
  78. -->
  79. </crn:instances>
  80. <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
  81. encryption. -->
  82. <!-- Use this property to enable SSL encryption of the database connection. -->
  83. <crn:parameter name="SSLencryptionEnabled">
  84. <crn:value xsi:type="xsd:boolean">false</crn:value>
  85. </crn:parameter>
  86. <!-- advancedProperties: Specifies extra database features that can be concatenated
  87. as name=vaule pair in the connection string. -->
  88. <!-- The user needs to provide the name and the value for each advanced property. -->
  89. <crn:parameter name="advancedProperties">
  90. <crn:value xsi:type="cfg:array">
  91. </crn:value>
  92. </crn:parameter>
  93. </crn:instance>
  94. <!--
  95. (End of) DB2 template
  96. ===============================================================================
  97. -->
  98. <!--
  99. ===============================================================================
  100. (Begin of) Informix template
  101. -->
  102. <crn:instance name="Informix Name" class="Informix">
  103. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  104. <!-- The default value "localhost" indicates that the database is on this computer.
  105. -->
  106. <crn:parameter name="server">
  107. <crn:value xsi:type="cfg:hostPort">localhost:9091</crn:value>
  108. </crn:parameter>
  109. <!-- user: Specifies the user ID and password that the product uses to connect to
  110. the content store. -->
  111. <!-- This value identifies the database user who has unrestricted access to the
  112. database. The product uses this account to access the content store. To secure
  113. the logon credentials, you can encrypt the database logon information
  114. immediately by saving your configuration. -->
  115. <crn:parameter name="user">
  116. <crn:value xsi:type="cfg:credential" encrypted="false">
  117. <credential>
  118. <username>joe</username>
  119. <password>paranoid</password>
  120. </credential>
  121. </crn:value>
  122. </crn:parameter>
  123. <!-- name: Specifies the name of the Informix Dynamic Server database. -->
  124. <!-- Enter the name of the database. -->
  125. <crn:parameter name="name">
  126. <crn:value xsi:type="xsd:string">
  127. </crn:value>
  128. </crn:parameter>
  129. <crn:instances name="eos">
  130. <!--
  131. ===============================================================================
  132. (Begin of) FileSystem template
  133. -->
  134. <crn:instance name="FileSystem Name" class="FileSystem">
  135. <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
  136. paths. -->
  137. <!-- The path must be specified using file URI scheme (i.e
  138. file://host/file-system-path). The host element in the URI can be used used to
  139. identify a Windows UNC path such as \\\\host\\share. To specify a local path
  140. the host element must be omitted (i.e. file:///c:/file-system-path). For the
  141. Unix URI the host element is not supported, a local path must be used. Relative
  142. paths such as file:///../file-system-path are not supported. For distributed
  143. IBM Cognos installations the URI locations must be accessible by all the
  144. instances. -->
  145. <crn:parameter name="fileStoreURI">
  146. <crn:value xsi:type="cfg:complexFileURI">
  147. </crn:value>
  148. </crn:parameter>
  149. </crn:instance>
  150. <!--
  151. (End of) FileSystem template
  152. ===============================================================================
  153. -->
  154. </crn:instances>
  155. <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
  156. encryption. -->
  157. <!-- Use this property to enable SSL encryption of the database connection. -->
  158. <crn:parameter name="SSLencryptionEnabled">
  159. <crn:value xsi:type="xsd:boolean">false</crn:value>
  160. </crn:parameter>
  161. <!-- advancedProperties: Specifies extra database features that can be concatenated
  162. as name=vaule pair in the connection string. -->
  163. <!-- The user needs to provide the name and the value for each advanced property. -->
  164. <crn:parameter name="advancedProperties">
  165. <crn:value xsi:type="cfg:array">
  166. </crn:value>
  167. </crn:parameter>
  168. </crn:instance>
  169. <!--
  170. (End of) Informix template
  171. ===============================================================================
  172. -->
  173. <!--
  174. ===============================================================================
  175. (Begin of) Microsoft template
  176. -->
  177. <crn:instance name="Microsoft Name" class="Microsoft">
  178. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  179. <!-- You can use 'localhost' if the database is located on the same computer. If
  180. there is more than one instance of Microsoft SQL Server running on the database
  181. computer, use the following syntax: "computername:port" or
  182. "computername\\instancename", where the port is determined using the SQL
  183. Network Utility or SQL Enterprise Manager. For more information, see the
  184. Microsoft SQL Server documentation. -->
  185. <crn:parameter name="server">
  186. <crn:value xsi:type="cfg:hostPortInstance">localhost:1433</crn:value>
  187. </crn:parameter>
  188. <!-- user: Specifies the user ID and password that the product uses to connect to
  189. the content store. -->
  190. <!-- This value identifies the database user who has unrestricted access to the
  191. database. The product uses this account to access the content store. To secure
  192. the logon credentials, you can encrypt the database logon information
  193. immediately by saving your configuration. -->
  194. <crn:parameter name="user">
  195. <crn:value xsi:type="cfg:credential" encrypted="false">
  196. <credential>
  197. <username>joe</username>
  198. <password>paranoid</password>
  199. </credential>
  200. </crn:value>
  201. </crn:parameter>
  202. <!-- name: Specifies the name of the SQL Server database. -->
  203. <!-- Enter the name of the database. The name is set when you create the database.
  204. Ensure that the value for this property corresponds to the name of the database
  205. you created. Otherwise, the product will not run. -->
  206. <crn:parameter name="name">
  207. <crn:value xsi:type="xsd:string">
  208. </crn:value>
  209. </crn:parameter>
  210. <crn:instances name="eos">
  211. <!--
  212. ===============================================================================
  213. (Begin of) FileSystem template
  214. -->
  215. <crn:instance name="FileSystem Name" class="FileSystem">
  216. <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
  217. paths. -->
  218. <!-- The path must be specified using file URI scheme (i.e
  219. file://host/file-system-path). The host element in the URI can be used used to
  220. identify a Windows UNC path such as \\\\host\\share. To specify a local path
  221. the host element must be omitted (i.e. file:///c:/file-system-path). For the
  222. Unix URI the host element is not supported, a local path must be used. Relative
  223. paths such as file:///../file-system-path are not supported. For distributed
  224. IBM Cognos installations the URI locations must be accessible by all the
  225. instances. -->
  226. <crn:parameter name="fileStoreURI">
  227. <crn:value xsi:type="cfg:complexFileURI">
  228. </crn:value>
  229. </crn:parameter>
  230. </crn:instance>
  231. <!--
  232. (End of) FileSystem template
  233. ===============================================================================
  234. -->
  235. </crn:instances>
  236. <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
  237. encryption. -->
  238. <!-- Use this property to enable SSL encryption of the database connection. -->
  239. <crn:parameter name="SSLencryptionEnabled">
  240. <crn:value xsi:type="xsd:boolean">false</crn:value>
  241. </crn:parameter>
  242. <!-- advancedProperties: Specifies extra database features that can be concatenated
  243. as name=vaule pair in the connection string. -->
  244. <!-- The user needs to provide the name and the value for each advanced property. -->
  245. <crn:parameter name="advancedProperties">
  246. <crn:value xsi:type="cfg:array">
  247. </crn:value>
  248. </crn:parameter>
  249. </crn:instance>
  250. <!--
  251. (End of) Microsoft template
  252. ===============================================================================
  253. -->
  254. <!--
  255. ===============================================================================
  256. (Begin of) MicrosoftWinAuth template
  257. -->
  258. <crn:instance name="MicrosoftWinAuth Name" class="MicrosoftWinAuth">
  259. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  260. <!-- You can use 'localhost' if the database is located on the same computer. If
  261. there is more than one instance of Microsoft SQL Server running on the database
  262. computer, use the following syntax: "computername:port" or
  263. "computername\\instancename", where the port is determined using the SQL
  264. Network Utility or SQL Enterprise Manager. For more information, see the
  265. Microsoft SQL Server documentation. -->
  266. <crn:parameter name="server">
  267. <crn:value xsi:type="cfg:hostPortInstance">localhost:1433</crn:value>
  268. </crn:parameter>
  269. <!-- name: Specifies the name of the SQL Server database. -->
  270. <!-- Enter the name of the database. The name is set when you create the database.
  271. Ensure that the value for this property corresponds to the name of the database
  272. you created. Otherwise, the product will not run. -->
  273. <crn:parameter name="name">
  274. <crn:value xsi:type="xsd:string">
  275. </crn:value>
  276. </crn:parameter>
  277. <crn:instances name="eos">
  278. <!--
  279. ===============================================================================
  280. (Begin of) FileSystem template
  281. -->
  282. <crn:instance name="FileSystem Name" class="FileSystem">
  283. <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
  284. paths. -->
  285. <!-- The path must be specified using file URI scheme (i.e
  286. file://host/file-system-path). The host element in the URI can be used used to
  287. identify a Windows UNC path such as \\\\host\\share. To specify a local path
  288. the host element must be omitted (i.e. file:///c:/file-system-path). For the
  289. Unix URI the host element is not supported, a local path must be used. Relative
  290. paths such as file:///../file-system-path are not supported. For distributed
  291. IBM Cognos installations the URI locations must be accessible by all the
  292. instances. -->
  293. <crn:parameter name="fileStoreURI">
  294. <crn:value xsi:type="cfg:complexFileURI">
  295. </crn:value>
  296. </crn:parameter>
  297. </crn:instance>
  298. <!--
  299. (End of) FileSystem template
  300. ===============================================================================
  301. -->
  302. </crn:instances>
  303. <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
  304. encryption. -->
  305. <!-- Use this property to enable SSL encryption of the database connection. -->
  306. <crn:parameter name="SSLencryptionEnabled">
  307. <crn:value xsi:type="xsd:boolean">false</crn:value>
  308. </crn:parameter>
  309. <!-- advancedProperties: Specifies extra database features that can be concatenated
  310. as name=vaule pair in the connection string. -->
  311. <!-- The user needs to provide the name and the value for each advanced property. -->
  312. <crn:parameter name="advancedProperties">
  313. <crn:value xsi:type="cfg:array">
  314. </crn:value>
  315. </crn:parameter>
  316. </crn:instance>
  317. <!--
  318. (End of) MicrosoftWinAuth template
  319. ===============================================================================
  320. -->
  321. <!--
  322. ===============================================================================
  323. (Begin of) Oracle template
  324. -->
  325. <crn:instance name="Oracle Name" class="Oracle">
  326. <!-- server: Specifies the name or TCP/IP address of the database computer. -->
  327. <!-- The default value "localhost" indicates that the database is on this computer.
  328. -->
  329. <crn:parameter name="server">
  330. <crn:value xsi:type="cfg:hostPort">localhost:1521</crn:value>
  331. </crn:parameter>
  332. <!-- user: Specifies the user ID and password that the product uses to connect to
  333. the content store. -->
  334. <!-- This value identifies the database user who has unrestricted access to the
  335. database. The product uses this account to access the content store. To secure
  336. the logon credentials, you can encrypt the database logon information
  337. immediately by saving your configuration. -->
  338. <crn:parameter name="user">
  339. <crn:value xsi:type="cfg:credential" encrypted="false">
  340. <credential>
  341. <username>joe</username>
  342. <password>paranoid</password>
  343. </credential>
  344. </crn:value>
  345. </crn:parameter>
  346. <!-- servicename: Specifies the SID for the Oracle database instance. -->
  347. <!-- Use this property so that you can connect to the Oracle instance that
  348. corresponds to the database. -->
  349. <crn:parameter name="servicename">
  350. <crn:value xsi:type="xsd:string">
  351. </crn:value>
  352. </crn:parameter>
  353. <crn:instances name="eos">
  354. <!--
  355. ===============================================================================
  356. (Begin of) FileSystem template
  357. -->
  358. <crn:instance name="FileSystem Name" class="FileSystem">
  359. <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
  360. paths. -->
  361. <!-- The path must be specified using file URI scheme (i.e
  362. file://host/file-system-path). The host element in the URI can be used used to
  363. identify a Windows UNC path such as \\\\host\\share. To specify a local path
  364. the host element must be omitted (i.e. file:///c:/file-system-path). For the
  365. Unix URI the host element is not supported, a local path must be used. Relative
  366. paths such as file:///../file-system-path are not supported. For distributed
  367. IBM Cognos installations the URI locations must be accessible by all the
  368. instances. -->
  369. <crn:parameter name="fileStoreURI">
  370. <crn:value xsi:type="cfg:complexFileURI">
  371. </crn:value>
  372. </crn:parameter>
  373. </crn:instance>
  374. <!--
  375. (End of) FileSystem template
  376. ===============================================================================
  377. -->
  378. </crn:instances>
  379. <!-- advancedProperties: Specifies extra database features that can be concatenated
  380. as name=vaule pair in the connection string. -->
  381. <!-- The user needs to provide the name and the value for each advanced property. -->
  382. <crn:parameter name="advancedProperties">
  383. <crn:value xsi:type="cfg:array">
  384. </crn:value>
  385. </crn:parameter>
  386. </crn:instance>
  387. <!--
  388. (End of) Oracle template
  389. ===============================================================================
  390. -->
  391. <!--
  392. ===============================================================================
  393. (Begin of) OracleAdvanced template
  394. -->
  395. <crn:instance name="OracleAdvanced Name" class="OracleAdvanced">
  396. <!-- user: Specifies the user ID and password that the product uses to connect to
  397. the content store. -->
  398. <!-- This value identifies the database user who has unrestricted access to the
  399. database. The product uses this account to access the content store. To secure
  400. the logon credentials, you can encrypt the database logon information
  401. immediately by saving your configuration. -->
  402. <crn:parameter name="user">
  403. <crn:value xsi:type="cfg:credential" encrypted="false">
  404. <credential>
  405. <username>joe</username>
  406. <password>paranoid</password>
  407. </credential>
  408. </crn:value>
  409. </crn:parameter>
  410. <!-- specifier: Specifies the Oracle database with a connect descriptor. -->
  411. <!-- Use this property to specify the Oracle database with a Net8 keyword-value
  412. pair. -->
  413. <crn:parameter name="specifier">
  414. <crn:value xsi:type="xsd:string">
  415. </crn:value>
  416. </crn:parameter>
  417. <crn:instances name="eos">
  418. <!--
  419. ===============================================================================
  420. (Begin of) FileSystem template
  421. -->
  422. <crn:instance name="FileSystem Name" class="FileSystem">
  423. <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
  424. paths. -->
  425. <!-- The path must be specified using file URI scheme (i.e
  426. file://host/file-system-path). The host element in the URI can be used used to
  427. identify a Windows UNC path such as \\\\host\\share. To specify a local path
  428. the host element must be omitted (i.e. file:///c:/file-system-path). For the
  429. Unix URI the host element is not supported, a local path must be used. Relative
  430. paths such as file:///../file-system-path are not supported. For distributed
  431. IBM Cognos installations the URI locations must be accessible by all the
  432. instances. -->
  433. <crn:parameter name="fileStoreURI">
  434. <crn:value xsi:type="cfg:complexFileURI">
  435. </crn:value>
  436. </crn:parameter>
  437. </crn:instance>
  438. <!--
  439. (End of) FileSystem template
  440. ===============================================================================
  441. -->
  442. </crn:instances>
  443. <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
  444. encryption. -->
  445. <!-- Use this property to enable SSL encryption of the database connection. -->
  446. <crn:parameter name="SSLencryptionEnabled">
  447. <crn:value xsi:type="xsd:boolean">false</crn:value>
  448. </crn:parameter>
  449. </crn:instance>
  450. <!--
  451. (End of) OracleAdvanced template
  452. ===============================================================================
  453. -->
  454. </crn:instances>
  455. </crn:value>
  456. </crn:parameter>
  457. </crn:parameters>