123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclmcf
- (C) Copyright IBM Corp. 2009, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- ===============================================================================================
- Configuration samples for CM.
- ===============================================================================================
- -->
- <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">
- <crn:parameter name="CM" opaque="true">
- <crn:value>
- <!-- advancedProperties: Specifies a set of advanced properties. -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- <crn:instances name="cm_database">
- <!--
- ===============================================================================
- (Begin of) DB2 template
- -->
- <crn:instance name="DB2 Name" class="DB2">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- When a value is specified, database connections are made directly to the
- database (type 4). When the value is left blank, database connections are made
- through the database client (type 2). -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPort">
- </crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the content store. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the DB2 database. -->
- <!-- Enter the name of the database. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <crn:instances name="eos">
- <!--
- ===============================================================================
- (Begin of) FileSystem template
- -->
- <crn:instance name="FileSystem Name" class="FileSystem">
- <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
- paths. -->
- <!-- The path must be specified using file URI scheme (i.e
- file://host/file-system-path). The host element in the URI can be used used to
- identify a Windows UNC path such as \\\\host\\share. To specify a local path
- the host element must be omitted (i.e. file:///c:/file-system-path). For the
- Unix URI the host element is not supported, a local path must be used. Relative
- paths such as file:///../file-system-path are not supported. For distributed
- IBM Cognos installations the URI locations must be accessible by all the
- instances. -->
- <crn:parameter name="fileStoreURI">
- <crn:value xsi:type="cfg:complexFileURI">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) FileSystem template
- ===============================================================================
- -->
- </crn:instances>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- <!-- advancedProperties: Specifies extra database features that can be concatenated
- as name=vaule pair in the connection string. -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) DB2 template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) Informix template
- -->
- <crn:instance name="Informix Name" class="Informix">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- The default value "localhost" indicates that the database is on this computer.
- -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPort">localhost:9091</crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the content store. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the Informix Dynamic Server database. -->
- <!-- Enter the name of the database. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <crn:instances name="eos">
- <!--
- ===============================================================================
- (Begin of) FileSystem template
- -->
- <crn:instance name="FileSystem Name" class="FileSystem">
- <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
- paths. -->
- <!-- The path must be specified using file URI scheme (i.e
- file://host/file-system-path). The host element in the URI can be used used to
- identify a Windows UNC path such as \\\\host\\share. To specify a local path
- the host element must be omitted (i.e. file:///c:/file-system-path). For the
- Unix URI the host element is not supported, a local path must be used. Relative
- paths such as file:///../file-system-path are not supported. For distributed
- IBM Cognos installations the URI locations must be accessible by all the
- instances. -->
- <crn:parameter name="fileStoreURI">
- <crn:value xsi:type="cfg:complexFileURI">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) FileSystem template
- ===============================================================================
- -->
- </crn:instances>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- <!-- advancedProperties: Specifies extra database features that can be concatenated
- as name=vaule pair in the connection string. -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) Informix template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) Microsoft template
- -->
- <crn:instance name="Microsoft Name" class="Microsoft">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- You can use 'localhost' if the database is located on the same computer. If
- there is more than one instance of Microsoft SQL Server running on the database
- computer, use the following syntax: "computername:port" or
- "computername\\instancename", where the port is determined using the SQL
- Network Utility or SQL Enterprise Manager. For more information, see the
- Microsoft SQL Server documentation. -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPortInstance">localhost:1433</crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the content store. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the SQL Server database. -->
- <!-- Enter the name of the database. The name is set when you create the database.
- Ensure that the value for this property corresponds to the name of the database
- you created. Otherwise, the product will not run. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <crn:instances name="eos">
- <!--
- ===============================================================================
- (Begin of) FileSystem template
- -->
- <crn:instance name="FileSystem Name" class="FileSystem">
- <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
- paths. -->
- <!-- The path must be specified using file URI scheme (i.e
- file://host/file-system-path). The host element in the URI can be used used to
- identify a Windows UNC path such as \\\\host\\share. To specify a local path
- the host element must be omitted (i.e. file:///c:/file-system-path). For the
- Unix URI the host element is not supported, a local path must be used. Relative
- paths such as file:///../file-system-path are not supported. For distributed
- IBM Cognos installations the URI locations must be accessible by all the
- instances. -->
- <crn:parameter name="fileStoreURI">
- <crn:value xsi:type="cfg:complexFileURI">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) FileSystem template
- ===============================================================================
- -->
- </crn:instances>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- <!-- advancedProperties: Specifies extra database features that can be concatenated
- as name=vaule pair in the connection string. -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) Microsoft template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) MicrosoftWinAuth template
- -->
- <crn:instance name="MicrosoftWinAuth Name" class="MicrosoftWinAuth">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- You can use 'localhost' if the database is located on the same computer. If
- there is more than one instance of Microsoft SQL Server running on the database
- computer, use the following syntax: "computername:port" or
- "computername\\instancename", where the port is determined using the SQL
- Network Utility or SQL Enterprise Manager. For more information, see the
- Microsoft SQL Server documentation. -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPortInstance">localhost:1433</crn:value>
- </crn:parameter>
- <!-- name: Specifies the name of the SQL Server database. -->
- <!-- Enter the name of the database. The name is set when you create the database.
- Ensure that the value for this property corresponds to the name of the database
- you created. Otherwise, the product will not run. -->
- <crn:parameter name="name">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <crn:instances name="eos">
- <!--
- ===============================================================================
- (Begin of) FileSystem template
- -->
- <crn:instance name="FileSystem Name" class="FileSystem">
- <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
- paths. -->
- <!-- The path must be specified using file URI scheme (i.e
- file://host/file-system-path). The host element in the URI can be used used to
- identify a Windows UNC path such as \\\\host\\share. To specify a local path
- the host element must be omitted (i.e. file:///c:/file-system-path). For the
- Unix URI the host element is not supported, a local path must be used. Relative
- paths such as file:///../file-system-path are not supported. For distributed
- IBM Cognos installations the URI locations must be accessible by all the
- instances. -->
- <crn:parameter name="fileStoreURI">
- <crn:value xsi:type="cfg:complexFileURI">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) FileSystem template
- ===============================================================================
- -->
- </crn:instances>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- <!-- advancedProperties: Specifies extra database features that can be concatenated
- as name=vaule pair in the connection string. -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) MicrosoftWinAuth template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) Oracle template
- -->
- <crn:instance name="Oracle Name" class="Oracle">
- <!-- server: Specifies the name or TCP/IP address of the database computer. -->
- <!-- The default value "localhost" indicates that the database is on this computer.
- -->
- <crn:parameter name="server">
- <crn:value xsi:type="cfg:hostPort">localhost:1521</crn:value>
- </crn:parameter>
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the content store. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- servicename: Specifies the SID for the Oracle database instance. -->
- <!-- Use this property so that you can connect to the Oracle instance that
- corresponds to the database. -->
- <crn:parameter name="servicename">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <crn:instances name="eos">
- <!--
- ===============================================================================
- (Begin of) FileSystem template
- -->
- <crn:instance name="FileSystem Name" class="FileSystem">
- <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
- paths. -->
- <!-- The path must be specified using file URI scheme (i.e
- file://host/file-system-path). The host element in the URI can be used used to
- identify a Windows UNC path such as \\\\host\\share. To specify a local path
- the host element must be omitted (i.e. file:///c:/file-system-path). For the
- Unix URI the host element is not supported, a local path must be used. Relative
- paths such as file:///../file-system-path are not supported. For distributed
- IBM Cognos installations the URI locations must be accessible by all the
- instances. -->
- <crn:parameter name="fileStoreURI">
- <crn:value xsi:type="cfg:complexFileURI">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) FileSystem template
- ===============================================================================
- -->
- </crn:instances>
- <!-- advancedProperties: Specifies extra database features that can be concatenated
- as name=vaule pair in the connection string. -->
- <!-- The user needs to provide the name and the value for each advanced property. -->
- <crn:parameter name="advancedProperties">
- <crn:value xsi:type="cfg:array">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) Oracle template
- ===============================================================================
- -->
- <!--
- ===============================================================================
- (Begin of) OracleAdvanced template
- -->
- <crn:instance name="OracleAdvanced Name" class="OracleAdvanced">
- <!-- user: Specifies the user ID and password that the product uses to connect to
- the content store. -->
- <!-- This value identifies the database user who has unrestricted access to the
- database. The product uses this account to access the content store. To secure
- the logon credentials, you can encrypt the database logon information
- immediately by saving your configuration. -->
- <crn:parameter name="user">
- <crn:value xsi:type="cfg:credential" encrypted="false">
- <credential>
- <username>joe</username>
- <password>paranoid</password>
- </credential>
- </crn:value>
- </crn:parameter>
- <!-- specifier: Specifies the Oracle database with a connect descriptor. -->
- <!-- Use this property to specify the Oracle database with a Net8 keyword-value
- pair. -->
- <crn:parameter name="specifier">
- <crn:value xsi:type="xsd:string">
- </crn:value>
- </crn:parameter>
- <crn:instances name="eos">
- <!--
- ===============================================================================
- (Begin of) FileSystem template
- -->
- <crn:instance name="FileSystem Name" class="FileSystem">
- <!-- fileStoreURI: Specifies a set of Windows and Unix operating systems specific
- paths. -->
- <!-- The path must be specified using file URI scheme (i.e
- file://host/file-system-path). The host element in the URI can be used used to
- identify a Windows UNC path such as \\\\host\\share. To specify a local path
- the host element must be omitted (i.e. file:///c:/file-system-path). For the
- Unix URI the host element is not supported, a local path must be used. Relative
- paths such as file:///../file-system-path are not supported. For distributed
- IBM Cognos installations the URI locations must be accessible by all the
- instances. -->
- <crn:parameter name="fileStoreURI">
- <crn:value xsi:type="cfg:complexFileURI">
- </crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) FileSystem template
- ===============================================================================
- -->
- </crn:instances>
- <!-- SSLencryptionEnabled: Specifies whether database connection should use SSL
- encryption. -->
- <!-- Use this property to enable SSL encryption of the database connection. -->
- <crn:parameter name="SSLencryptionEnabled">
- <crn:value xsi:type="xsd:boolean">false</crn:value>
- </crn:parameter>
- </crn:instance>
- <!--
- (End of) OracleAdvanced template
- ===============================================================================
- -->
- </crn:instances>
- </crn:value>
- </crn:parameter>
- </crn:parameters>
|