# # Licensed Materials - Property of IBM # IBM Cognos Products: localizationkit # (C) Copyright IBM Corp. 2005, 2016 # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # ## DO NOT EDIT! ## Generated using CCLXmlToProperties.xslt ## END OF WARNING ## ## Component: GBL ## ## Description: Strings needed for the global parameters ## # # Section: CFG # # Description: Labels, descriptions and help for 'CFG' section # NS_ID_L = Namespace ID NS_ID_D = Specifies a unique identifier for the authentication namespace. NS_ID_H = Use the namespace identifier to distinguish between multiple namespaces. Each namespace must have a unique identifier. When you select a namespace to use for authentication in the run-time environment, the identifier is used by the IBM Cognos components. Changing the namespace ID after the service has been started may invalidate the object security policies and the Cognos group and role memberships. The use of the colon in the Namespace ID is not supported. NS_BASEDN_L = Base Distinguished Name NS_BASEDN_D = Specifies the base distinguished name of the LDAP server. NS_BASEDN_H = The product uses the base DN to identify the top level of your directory server structure. The root of the hierarchal directory structure is the starting place for all searches. You restrict searches by specifying a base DN. NS_TIMEOUT_L = Time out in seconds NS_TIMEOUT_D = Specifies the number of seconds permitted to perform a search request. NS_TIMEOUT_H = The product uses this value when it requests authentication from the namespace on your directory server. The value depends on your reporting environment. If the duration is exceeded, the search is timed out. The default value -1 indicates that the value on the LDAP server will be used. NS_SSLCERTIFICATEDATABASE_L = SSL certificate database NS_SSLCERTIFICATEDATABASE_D = Specifies the location of the certificate database used by the directory server for SSL connections. NS_SSLCERTIFICATEDATABASE_H = Use this property to point to the location of the SSL certificate database for your LDAP server. NS_CONNECTION_L = Host and port NS_CONNECTION_D = Specifies the host name and port of the directory server. NS_CONNECTION_H = Use the following syntax to specify the host name and port for the directory server: host:port; for example, localhost:389. Ensure that if you use a fully qualified name for your computer that your DNS is set up to resolve it. Otherwise, you can also use the IP address. NS_SIZELIMIT_L = Size limit NS_SIZELIMIT_D = Specifies the maximum number of responses permitted for a search request. NS_SIZELIMIT_H = The value depends on your environment. As a general rule, the minimum value for this setting should be greater than the maximum number of groups or users plus 100. When the size limit is reached the directory server stops searching. The default value of -1 indicates that the value on the LDAP server will be used. NS_ADVANCEDPROPERTIES_L = Advanced properties NS_ADVANCEDPROPERTIES_D = Specifies a set of advanced properties. NS_ADVANCEDPROPERTIES_H = The user needs to provide the name and the value for each advanced property. NS_SELECTABLEFORAUTH_L = Selectable for authentication? NS_SELECTABLEFORAUTH_D = Specifies whether the namespace is selectable for authentication. NS_SELECTABLEFORAUTH_H = If this property is set to true, the namespace will be available for authentication in the logon page namespace selection prompt. Set this value to false if the namespace should not be available for selection on the logon page. NS_CAMIDATTRIBUTE_L = Unique identifier NS_CAMIDATTRIBUTE_D = Specifies the value used to uniquely identify objects stored in the LDAP directory server. NS_CAMIDATTRIBUTE_H = Specify either an attribute name or the value of 'dn' to use as the unique identifier. If an attribute is used, it must exist for all objects, such as users, groups, folders. If the 'dn' is used, more resources are used as you search deeper in the LDAP directory server hierarchy and policies may be affected if the 'dn' is renamed. NS_FOLDEROBJECTCLASS_L = Object class NS_FOLDEROBJECTCLASS_D = Specifies the name of the LDAP object class used to identify a folder. NS_FOLDERNAME_L = Name NS_FOLDERNAME_D = Specifies the LDAP attribute used for the "name" property of a folder. NS_GROUPOBJECTCLASS_L = Object class NS_GROUPOBJECTCLASS_D = Specifies the name of the LDAP object class used to identify a group. NS_GROUPMEMBERS_L = Member NS_GROUPMEMBERS_D = Specifies the LDAP attribute used to identify the members of a group. NS_ACCOUNTOBJECTCLASS_L = Account object class NS_ACCOUNTOBJECTCLASS_D = Specifies the name of the LDAP object class used to identify an account. NS_ACCOUNTCONTENTLOCALE_L = Content locale NS_ACCOUNTCONTENTLOCALE_D = Specifies the LDAP attribute used for the "contentLocale" property for an account. NS_ACCOUNTNAME_L = Name NS_ACCOUNTNAME_D = Specifies the LDAP attribute used for the "name" property for an account. NS_ACCOUNTPASSWORD_L = Password NS_ACCOUNTPASSWORD_D = Specifies the LDAP attribute used for the "password" property for an account. NS_ACCOUNTPRODUCTLOCALE_L = Product locale NS_ACCOUNTPRODUCTLOCALE_D = Specifies the LDAP attribute used for the "productLocale" property for an account. NS_ACCOUNTUSERNAME_L = User name NS_ACCOUNTUSERNAME_D = Specifies the LDAP attribute used for the "userName" property for an account. NS_USERLOOKUP_L = User lookup NS_USERLOOKUP_D = Specifies the user lookup used for binding to the LDAP directory server. NS_USERLOOKUP_H = Use this property to specify the string that is used to construct the fully qualified DN for authentication. All instances of '${userID}' in this string are replaced by the value typed in by the user at the logon prompt. If the string does not begin with an open parenthesis, the result of the substitution is assumed to be a DN which can be used for authentication. For example, 'uid=${userID},ou=people, base DN', where base DN is the Base Distinguished Name parameter value. If the value begins with an open parenthesis '(', the result of the substitution is assumed to be a search filter. Before binding, the provider uses the filter to get the DN for authentication. For example, '(userPrincipalName=${userID})'. A filter should be used if you have a hierarchical directory structure. NS_USEEXTERNALIDENTITY_L = Use external identity? NS_USEEXTERNALIDENTITY_D = Specifies whether to use the identity from an external source for user authentication. NS_USEEXTERNALIDENTITY_H = If this property is set to true, the user is authenticated by an external source and the user's identity is provided to the product from the external source. For example, if SSL is configured to use client certificates, the Web server sets the REMOTE_USER environment variable to the user's identity. If you set this property to true, ensure that you set the "External Identity Mapping" property. NS_EXTERNALIDENTITYMAPPING_L = External identity mapping NS_EXTERNALIDENTITYMAPPING_D = Specifies the mapping used to locate a user in the LDAP directory server. NS_EXTERNALIDENTITYMAPPING_H = This property is used only if you enable the "Use External identity" property. This mapping is used to construct a DN or a search filter to locate a user in the LDAP directory server. All instances of '${environment("ENVIRONMENT_VARIABLE_NAME")' in this string are replaced by the value of the environment variable provided by the Web server. If the string does not begin with an open parenthesis, the result of the substitution is assumed to be the user's DN. For example, 'uid=${environment("REMOTE_USER")},ou=people, base DN', where base DN is the Base Distinguished Name parameter value. If the value begins with an open parenthesis '(', the result of the substitution is assumed to be a search filter. For example, '(userPrincipalName=${environment("REMOTE_USER")})'. Note that you must either enable anonymous access to the LDAP directory server or set the 'Bind user DN and password' property. NS_USEBINDCREDENTIALSFORSEARCH_L = Use bind credentials for search? NS_USEBINDCREDENTIALSFORSEARCH_D = Specifies whether to use the bind credentials to perform a search. NS_USEBINDCREDENTIALSFORSEARCH_H = This property only affects users who don't use the external identity mapping. If this property is set to true, the bind credentials provided in the namespace configuration will be used to perform a search in the LDAP directory server. If this flag is false or bind credentials are not presented, the authenticated user credentials will be used for searching. NS_ALLOWEMPTYPSWD_L = Allow empty password? NS_ALLOWEMPTYPSWD_D = Specifies whether empty passwords are allowed for user authentication. NS_ALLOWEMPTYPSWD_H = Set this property to true only if you specifically wish to allow empty passwords. When a user is not required to specify a password, he is authenticated as an anonymous user on the LDAP namespace, but as a named user on the Cognos namespace. Requiring passwords for authentication increases security and makes it more difficult to forge identities. By default, this property is set to false. NS_FOLDERDESCRIPTION_L = Description NS_FOLDERDESCRIPTION_D = Specifies the LDAP attribute used for the "description" property of a folder. NS_GROUPDESCRIPTION_L = Description NS_GROUPDESCRIPTION_D = Specifies the LDAP attribute used for the "description" property of a group. NS_GROUPNAME_L = Name NS_GROUPNAME_D = Specifies the LDAP attribute used for the "name" property of a group. NS_ACCOUNTBUSINESSPHONE_L = Business phone NS_ACCOUNTBUSINESSPHONE_D = Specifies the LDAP attribute used for the "businessPhone" property for an account. NS_ACCOUNTDESCRIPTION_L = Description NS_ACCOUNTDESCRIPTION_D = Specifies the LDAP attribute used for the "description" property for an account. NS_ACCOUNTEMAIL_L = Email NS_ACCOUNTEMAIL_D = Specifies the LDAP attribute used for the "email" address of the account. NS_ACCOUNTFAXPHONE_L = Fax/Phone NS_ACCOUNTFAXPHONE_D = Specifies the LDAP attribute used for the "faxPhone" property for an account. NS_ACCOUNTGIVENNAME_L = Given name NS_ACCOUNTGIVENNAME_D = Specifies the LDAP attribute used for the "givenName" property for an account. NS_ACCOUNTHOMEPHONE_L = Home phone NS_ACCOUNTHOMEPHONE_D = Specifies the LDAP attribute used for the "homePhone" property for an account. NS_ACCOUNTMOBILEPHONE_L = Mobile phone NS_ACCOUNTMOBILEPHONE_D = Specifies the LDAP attribute used for the "mobilePhone" property for an account. NS_ACCOUNTPAGERPHONE_L = Pager phone NS_ACCOUNTPAGERPHONE_D = Specifies the LDAP attribute used for the "pagerPhone" property for an account. NS_ACCOUNTPOSTALADDRESS_L = Postal address NS_ACCOUNTPOSTALADDRESS_D = Specifies the LDAP attribute used for the "postalAddress" property for an account. NS_ACCOUNTSURNAME_L = Surname NS_ACCOUNTSURNAME_D = Specifies the LDAP attribute used for the "surname" property for an account. NS_TENANTIDMAPPING_L = Tenant ID Mapping NS_TENANTIDMAPPING_D = Specifies how namespace users are mapped to tenant IDs. NS_TENANTIDMAPPING_H = Specifying a value for this parameter enables multitenancy. The tenant ID for a user can be determined using a pattern or a tenant provider class. The pattern is a AAA service search path to a property which defines a tenant ID. The search path must be relative to a user account. For example: '~/ancestors[2]/defaultName'. A tenant provider class is Java class which implements the the ITenantProvider interface. For more details please consult the installation and configuration guide. ENUM_TENANTIDMAPPING_PATTERN_L = Pattern ENUM_TENANTIDMAPPING_PROVIDERCLASS_L = Provider Class NS_TENANTBOUNDINGSETMAPPING_L = Tenant Bounding Set Mapping NS_TENANTBOUNDINGSETMAPPING_D = Specifies how the tenant bounding set is determined for a user. NS_TENANTBOUNDINGSETMAPPING_H = This parameter is used when multitenancy is enabled. The tenant bounding set for a user can be determined using a pattern or a tenant bounding set provider class. The pattern is a AAA service search path to a property which defines a tenant bounding set. The search path must be relative to a user account. For example: '\u02dc/parameters/boundingSet'. A tenant bounding set provider class is Java class which implements the the IBoundingSetProvider interface. For more details please consult the installation and configuration guide. ENUM_TENANTBOUNDINGSETMAPPING_PATTERN_L = Pattern ENUM_TENANTBOUNDINGSETMAPPING_PROVIDERCLASS_L = Provider Class CERT_LOCATION_L = Certificate location CERT_LOCATION_D = Specifies the location of trusted certificates. ENDPT_USEDISC_L = Use discovery endpoint? ENDPT_USEDISC_D = Specifies whether the Identity Provider returns a discovery document. ENDPT_USEDISC_H = Set this value to true if the Identity Provider supports a discovery document endpoint and fill out the discovery endpoint configuration group. Set this value to false if the Identity Provider does not support a discovery document endpoint and fill out the non-discovery endpoint configuration group. ENDPT_TOKENAUTH_L = Strategy ENDPT_TOKENAUTH_D = Specifies how to authenticate to the Identity Provider when invoking the token endpoint. ENDPT_TOKENAUTH_H = Use client secret post if the client id and client secret should be transmitted in the request body. Use client secret basic if the client id and client secret should be transmitted in the HTTP header. Use private key JWT if the client id and a JWT client_assertion that is signed with a private key should be transmitted in the request body. ENUM_TOKENENDPOINTAUTH_CLIENT_SECRET_POST_L = Client secret post ENUM_TOKENENDPOINTAUTH_CLIENT_SECRET_BASIC_L = Client secret basic ENUM_TOKENENDPOINTAUTH_PRIVATE_KEY_JWT_L = Private key JWT OIDC_PRIVATEKEYFILE_L = Private key file OIDC_PRIVATEKEYFILE_D = Specifies the file that contains the private signing key. OIDC_PRIVATEKEYFILE_H = The file that contains the private signing key in PKCS8 format. It must contain a single private RSA key of length 2048 bits. OIDC_PRIVATEKEYPASSWORD_L = Private key password OIDC_PRIVATEKEYPASSWORD_D = Specifies the private key password used to protect the private signing key. OIDC_PRIVATEKEYPASSWORD_H = This password is required to secure the private key. It provides an extra layer of security by encrypted the private key file using a password. OIDC_PRIVATEKEYID_L = Private key identifier OIDC_PRIVATEKEYID_D = Specifies the key identifier that should be placed in the JWT header. OIDC_PRIVATEKEYID_H = The key identifier that will be set in the JWT 'kid' header. Use this configuration item if your identity provider requires a 'kid'. Leave this value blank if your identity provider does not require a 'kid'. AUTHSCOPE_L = Scope for authorize endpoint AUTHSCOPE_D = Specifies the scope parameter values provided to the authorize endpoint. AUTHSCOPE_H = The scope parameter values that will be added to the authorize endpoint URL for authentication. At a minimum, 'openid' must be included in the list of possible scope values. ACCTCLAIMS_L = Account claims ACCTCLAIMS_D = Specifies if the id_token contains all of the account claims. ACCTCLAIMS_H = Set this value to token if the id_token contains all of the user claims. Set this value to userinfo if an additional call should be made to the userinfo endpoint in order to retrieve any user claims that are not part of the id_token. ENUM_ACCOUNTCLAIMS_TOKEN_L = ID token ENUM_ACCOUNTCLAIMS_USERINFO_L = Userinfo endpoint KEYLOCATION_L = Signature key location KEYLOCATION_D = Specifies the location of the signing public key or certificate. KEYLOCATION_H = Set this value to 'File' if the signing certificate is manually downloaded from the Identity Provider as a certificate and placed on the file system. Set this value to 'JWKS endpoint' if the Identity Provider supports an endpoint for retrieving id_token signature keys. Note: if the Identity Provider does not support a discovery document but provides public keys via a JWKS endpoint, then the JWKS Endpoint must contain a valid URI for retrieving the public keys. ENUM_KEYLOCATION_JWKS_URI_L = JWKS endpoint ENUM_KEYLOCATION_FILE_L = File PGSTRATEGY_L = Strategy PGSTRATEGY_D = Specifies how to get the user's identity when using the password grant flow. PGSTRATEGY_H = Set this value to 'ID token' if all user claims are returned in the id_token. Set this value to 'ID token and userinfo endpoint' if an id_token is returned from the password grant flow but does not contain all of the user claims. Set this value to 'Userinfo endpoint' if the id_token does not contain any user claims and if the user claims should be retrieved from the userinfo endpoint. Set this value to 'Unsupported' if the Identity Provider does not support the password grant flow. ENUM_PGSTRATEGY_IDTOKEN_L = ID token ENUM_PGSTRATEGY_IDTOKENUSERINFO_L = ID token and userinfo endpoint ENUM_PGSTRATEGY_USERINFO_L = Userinfo endpoint ENUM_PGSTRATEGY_UNSUPPORTED_L = Unsupported PGINCLSCOPE_L = Include scope? PGINCLSCOPE_D = Specifies that the scope should be included when using the password grant flow. PGINCLSCOPE_H = Set this value to true to indicate that the scope parameter should be included as part of the query string for the password grant flow. Set this value to false to indicate that the scope should be omitted from the query string for the password grant flow. PGADDPARAMS_L = Additional parameters PGADDPARAMS_D = Specifies any additional parameters that are required for the password grant flow. PGADDPARAMS_H = Set this value to reflect any additional parameters that should be included as part of the query string for the password grant flow. The parameter must begin with an '&&' and must be urlencoded so that it can be safely inserted into the query string. For example, if the 'resource=https://ca.ibm.com' parameter is required in the query string, it must be entered as: '&resource=https%3A%2F%2Fca.ibm.com'. TCACCTCLAIMS_L = Account claims TCACCTCLAIMS_D = Specifies if the id_token contains all of the account claims. TCACCTCLAIMS_H = Set this value to 'ID token' if the id_token returned from the token endpoint contains all of the user claims. Set this value to 'Userinfo endpoint' if an additional call to the userinfo endpoint is required in order to obtain all of the user claims. ENUM_TCACCOUNTCLAIMS_ID_TOKEN_L = ID token ENUM_TCACCOUNTCLAIMS_USERINFO_L = Userinfo endpoint TCSTRATEGY_L = Strategy TCSTRATEGY_D = Specifies the information that should be stored for scheduling jobs. TCSTRATEGY_H = Set this value to 'Credentials' if the Identity Provider supports the password grant and returns a valid id_token that contains all of the user claims in the response. Set this value to 'Credentials and ID token' if the Identity Provider supports the password grant flow but does not return a valid id_token in the response or if the id_token does not contain all of the user claims. Set this value to 'Refresh token' if the Identity Provider supports the refresh token flow, provides a non-expiring refresh token, and returns a valid id_token that contains all of the user claims from the refresh token flow. Set this value to 'ID token only' if the Identity Provider does not support the password grant nor refresh token flows (Note: when set to 'ID token only', it will not be possible to verify that the user is still exists and is enabled in the Identity Provider). ENUM_TCSTRATEGY_CREDENTIALS_L = Credentials ENUM_TCSTRATEGY_CREDENTIALSANDTOKEN_L = Credentials and ID token ENUM_TCSTRATEGY_REFRESHTOKEN_L = Refresh token ENUM_TCSTRATEGY_TOKEN_L = ID token only DB_USER_L = User ID and password DB_USER_D = Specifies the user ID and password that the product uses to connect to the content store. DB_USER_H = 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. DB_SERVER_L = Database server and port number DB_SERVER_D = Specifies the host name or TCP/IP address of the computer where the content store is located. DB_SERVER_H = Change the value of this property if the content store is located on a remote computer or is using a port different than the current one. DB_SERVERINSTANCE_L = Database server with port number or instance name DB_SERVERINSTANCE_D = Specifies the Microsoft SQL server using host:port or host\\instancename descriptor. DB_SERVERINSTANCE_H = Use this property to specify the Microsoft SQL server with either a port or a named instance. If specifying an instance name, use a backward slash to separate the hostname from the instance name. (e.g. hostname\\instance1) DB_SERVICENAME_L = Service name DB_SERVICENAME_D = Specifies the service name (SID) for the Oracle database instance. DB_SERVICENAME_H = Use this property so that you can connect to the Oracle instance that corresponds to the database. DB_SID_L = SID DB_SID_D = Specifies the SID for the Oracle database instance. DB_SID_H = Use this property so that you can connect to the Oracle instance that corresponds to the database. DB_NAME_L = Database name DB_NAME_D = Specifies the name of the database used as the content store. DB_NAME_H = 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. DB_SPECIFIER_L = Database specifier DB_SPECIFIER_D = Specifies the Oracle database with a connect descriptor. DB_SPECIFIER_H = Use this property to specify the Oracle database with a Net8 keyword-value pair. DB_SERVERINSTANCEVERSION_L = Version DB_SERVERINSTANCEVERSION_D = Specifies the version of Microsoft SQL Server. ENUM_SERVERINSTANCEVERSION_2005_L = SQL Server 2005 ENUM_SERVERINSTANCEVERSION_2008_L = SQL Server 2008 SSL_ENCRYPT_ENABLED_L = SSL Encryption Enabled SSL_ENCRYPT_ENABLED_D = Specifies whether database connection should use SSL encryption. SSL_ENCRYPT_ENABLED_H = Use this property to enable SSL encryption of the database connection. MDC_ENABLED_L = Enabled? MDC_ENABLED_D = Use this flag to enable or disable this adapter. MDC_ID_L = Adapter ID MDC_ID_D = Specifies the unique ID of this adapter. MDC_ID_H = The IDs of all adapter configuration instances must be unique among all adapter instances that are connected to the same Business Viewpoint server. This includes adapter instances on other computers that are connected to the same server. DB_DATABASE_L = Database DB_DATABASE_D = Specifies the database type for the content store. DB_DATABASE_H = You cannot change the value of this property. It is automatically set when you choose the database type for the content store in the Explorer window. OPTION_DATABASE_MICROSOFT_L = Microsoft SQL Server database OPTION_DATABASE_MICROSOFT_D = Defines a group of properties used to locate an existing database. OPTION_DATABASE_MICROSOFT_H = Ensure that the database already exists. DATABASE_MICROSOFT_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. DATABASE_MICROSOFT_DB_SERVERINSTANCE_H = 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. DATABASE_MICROSOFT_DB_NAME_D = Specifies the name of the SQL Server database. DATABASE_MICROSOFT_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_DATABASE_MICROSOFTWINAUTH_L = Microsoft SQL Server database (Windows Authentication) OPTION_DATABASE_MICROSOFTWINAUTH_D = Defines a group of properties used to locate an existing database. OPTION_DATABASE_MICROSOFTWINAUTH_H = Ensure that the database already exists. DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_H = 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. DATABASE_MICROSOFTWINAUTH_DB_NAME_D = Specifies the name of the SQL Server database. DATABASE_MICROSOFTWINAUTH_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_DATABASE_ORACLE_L = Oracle database OPTION_DATABASE_ORACLE_D = Defines a group of properties used to locate an existing Oracle database. OPTION_DATABASE_ORACLE_H = Ensure that the database exists. DATABASE_ORACLE_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. DATABASE_ORACLE_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. DATABASE_ORACLE_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_DATABASE_ORACLEADVANCED_L = Oracle database (Advanced) OPTION_DATABASE_ORACLEADVANCED_D = Defines a group of properties used to locate an existing Oracle database. OPTION_DATABASE_ORACLEADVANCED_H = Specify this database connection using an Oracle TNS name description. For example, (description=(address=(host=myhost)(protocol=tcp)(port=1521))(connect_data=(sid=orcl))). Ensure that the database already exists. DATABASE_ORACLEADVANCED_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_DATABASE_DB2_L = DB2 database OPTION_DATABASE_DB2_D = Defines a group of properties used to locate an existing DB2 database. OPTION_DATABASE_DB2_H = Ensure that the database already exists. DATABASE_DB2_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. DATABASE_DB2_DB_SERVER_H = 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). DATABASE_DB2_DB_NAME_D = Specifies the name of the DB2 database. DATABASE_DB2_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_DATABASE_INFORMIX_L = Informix Dynamic Server database OPTION_DATABASE_INFORMIX_D = Defines a group of properties used to locate an existing Informix Dynamic Server database. OPTION_DATABASE_INFORMIX_H = Ensure that the database already exists. DATABASE_INFORMIX_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. DATABASE_INFORMIX_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. DATABASE_INFORMIX_DB_NAME_D = Specifies the name of the Informix Dynamic Server database. DATABASE_INFORMIX_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. EOS_L = External Object Store EOS_D = Defines an external object store. OPTION_EOS_FILESYSTEM_L = File System OPTION_EOS_FILESYSTEM_D = Defines a group of properties used to access a file system based object store. OPTION_EOS_FILESYSTEM_H = Ensure that the file system location exists and is fully accessible for the user under whose credentials the IBM Cognos service will be running. FILESTOREURI_L = Path FILESTOREURI_D = Specifies a set of Windows and Unix operating systems specific paths. FILESTOREURI_H = 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. CM_DATABASE_L = Database CM_DATABASE_D = Specifies the database type for the content store. CM_DATABASE_H = You cannot change the value of this property. It is automatically set when you choose the database type for the content store in the Explorer window. OPTION_CM_DATABASE_MICROSOFT_L = Microsoft SQL Server database OPTION_CM_DATABASE_MICROSOFT_D = Defines a group of properties used to locate an existing database. OPTION_CM_DATABASE_MICROSOFT_H = Ensure that the database already exists. CM_DATABASE_MICROSOFT_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. CM_DATABASE_MICROSOFT_DB_SERVERINSTANCE_H = 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. CM_DATABASE_MICROSOFT_DB_NAME_D = Specifies the name of the SQL Server database. CM_DATABASE_MICROSOFT_NS_ADVANCEDPROPERTIES_D = Specifies extra database features that can be concatenated as name=vaule pair in the connection string. OPTION_CM_DATABASE_MICROSOFTWINAUTH_L = Microsoft SQL Server database (Windows Authentication) OPTION_CM_DATABASE_MICROSOFTWINAUTH_D = Defines a group of properties used to locate an existing database. OPTION_CM_DATABASE_MICROSOFTWINAUTH_H = Ensure that the database already exists. CM_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. CM_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_H = 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. CM_DATABASE_MICROSOFTWINAUTH_DB_NAME_D = Specifies the name of the SQL Server database. CM_DATABASE_MICROSOFTWINAUTH_NS_ADVANCEDPROPERTIES_D = Specifies extra database features that can be concatenated as name=vaule pair in the connection string. OPTION_CM_DATABASE_ORACLE_L = Oracle database OPTION_CM_DATABASE_ORACLE_D = Defines a group of properties used to locate an existing Oracle database. OPTION_CM_DATABASE_ORACLE_H = Ensure that the database exists. CM_DATABASE_ORACLE_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. CM_DATABASE_ORACLE_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. CM_DATABASE_ORACLE_NS_ADVANCEDPROPERTIES_D = Specifies extra database features that can be concatenated as name=vaule pair in the connection string. OPTION_CM_DATABASE_ORACLEADVANCED_L = Oracle database (Advanced) OPTION_CM_DATABASE_ORACLEADVANCED_D = Defines a group of properties used to locate an existing Oracle database. OPTION_CM_DATABASE_ORACLEADVANCED_H = Specify this database connection using an Oracle TNS name description. For example, (description=(address=(host=myhost)(protocol=tcp)(port=1521))(connect_data=(sid=orcl))). Ensure that the database already exists. OPTION_CM_DATABASE_DB2_L = DB2 database OPTION_CM_DATABASE_DB2_D = Defines a group of properties used to locate an existing DB2 database. OPTION_CM_DATABASE_DB2_H = Ensure that the database already exists. ACTION_DB2_GENERATEDB2DDL_L = Generate DDL CM_DATABASE_DB2_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. CM_DATABASE_DB2_DB_SERVER_H = 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). CM_DATABASE_DB2_DB_NAME_D = Specifies the name of the DB2 database. CM_DATABASE_DB2_DB_NAME_H = Enter the name of the database. CM_DATABASE_DB2_NS_ADVANCEDPROPERTIES_D = Specifies extra database features that can be concatenated as name=vaule pair in the connection string. OPTION_CM_DATABASE_INFORMIX_L = Informix Dynamic Server database OPTION_CM_DATABASE_INFORMIX_D = Defines a group of properties used to locate an existing Informix Dynamic Server database. OPTION_CM_DATABASE_INFORMIX_H = Ensure that the database already exists. CM_DATABASE_INFORMIX_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. CM_DATABASE_INFORMIX_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. CM_DATABASE_INFORMIX_DB_NAME_D = Specifies the name of the Informix Dynamic Server database. CM_DATABASE_INFORMIX_DB_NAME_H = Enter the name of the database. CM_DATABASE_INFORMIX_NS_ADVANCEDPROPERTIES_D = Specifies extra database features that can be concatenated as name=vaule pair in the connection string. PLA_DATABASE_L = Database PLA_DATABASE_D = Specifies the database type for the content store. PLA_DATABASE_H = You cannot change the value of this property. It is automatically set when you choose the database type for the content store in the Explorer window. OPTION_PLA_DATABASE_MICROSOFT_L = Microsoft SQL Server database OPTION_PLA_DATABASE_MICROSOFT_D = Defines a group of properties used to locate an existing database. OPTION_PLA_DATABASE_MICROSOFT_H = Ensure that the database already exists. PLA_DATABASE_MICROSOFT_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. PLA_DATABASE_MICROSOFT_DB_SERVERINSTANCE_H = 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. PLA_DATABASE_MICROSOFT_DB_USER_D = Specifies the user ID and password that the product uses to connect to the Planning database. OPTION_PLA_DATABASE_MICROSOFTWINAUTH_L = Microsoft SQL Server database (Windows Authentication) OPTION_PLA_DATABASE_MICROSOFTWINAUTH_D = Defines a group of properties used to locate an existing database. OPTION_PLA_DATABASE_MICROSOFTWINAUTH_H = Ensure that the database already exists. PLA_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. PLA_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_H = 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. OPTION_PLA_DATABASE_ORACLE_L = Oracle database OPTION_PLA_DATABASE_ORACLE_D = Defines a group of properties used to locate an existing Oracle database. OPTION_PLA_DATABASE_ORACLE_H = Ensure that the database exists. PLA_DATABASE_ORACLE_DB_USER_D = Specifies the user ID and password that the product uses to connect to the Planning database. OPTION_PLA_DATABASE_ORACLEADVANCED_L = Oracle database (Advanced) OPTION_PLA_DATABASE_ORACLEADVANCED_D = Defines a group of properties used to locate an existing Oracle database. OPTION_PLA_DATABASE_ORACLEADVANCED_H = Specify this database connection using an Oracle TNS name description. For example, (description=(address=(host=myhost)(protocol=tcp)(port=1521))(connect_data=(sid=orcl))). Ensure that the database already exists. PLA_DATABASE_ORACLEADVANCED_DB_USER_D = Specifies the user ID and password that the product uses to connect to the Planning database. OPTION_PLA_DATABASE_DB2_L = DB2 database OPTION_PLA_DATABASE_DB2_D = Defines a group of properties used to locate an existing DB2 database. OPTION_PLA_DATABASE_DB2_H = Ensure that the database already exists. PLA_DATABASE_DB2_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. PLA_DATABASE_DB2_DB_SERVER_H = 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). PLA_DATABASE_DB2_DB_USER_D = Specifies the user ID and password that the product uses to connect to the Planning database. MOB_DATABASE_L = Database MOB_DATABASE_D = Specifies the database type for the content store. MOB_DATABASE_H = You cannot change the value of this property. It is automatically set when you choose the database type for the content store in the Explorer window. OPTION_MOB_DATABASE_MICROSOFT_L = Microsoft SQL Server database OPTION_MOB_DATABASE_MICROSOFT_D = Defines a group of properties used to locate an existing database. OPTION_MOB_DATABASE_MICROSOFT_H = Ensure that the database already exists. MOB_DATABASE_MICROSOFT_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. MOB_DATABASE_MICROSOFT_DB_SERVERINSTANCE_H = 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. MOB_DATABASE_MICROSOFT_DB_USER_D = Specifies the user ID and password that the product uses to connect to the database. MOB_DATABASE_MICROSOFT_DB_USER_H = This value identifies the database user who has unrestricted access to the database. The product uses this account to access the database. To secure the logon credentials, you can encrypt the database logon information immediately by saving your configuration. MOB_DATABASE_MICROSOFT_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_MOB_DATABASE_MICROSOFTWINAUTH_L = Microsoft SQL Server database (Windows Authentication) OPTION_MOB_DATABASE_MICROSOFTWINAUTH_D = Defines a group of properties used to locate an existing database. OPTION_MOB_DATABASE_MICROSOFTWINAUTH_H = Ensure that the database already exists. MOB_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. MOB_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_H = 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. MOB_DATABASE_MICROSOFTWINAUTH_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_MOB_DATABASE_ORACLE_L = Oracle database OPTION_MOB_DATABASE_ORACLE_D = Defines a group of properties used to locate an existing Oracle database. OPTION_MOB_DATABASE_ORACLE_H = Ensure that the database exists. MOB_DATABASE_ORACLE_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. MOB_DATABASE_ORACLE_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. MOB_DATABASE_ORACLE_DB_USER_D = Specifies the user ID and password that the product uses to connect to the database. MOB_DATABASE_ORACLE_DB_USER_H = This value identifies the database user who has unrestricted access to the database. The product uses this account to access the database. To secure the logon credentials, you can encrypt the database logon information immediately by saving your configuration. MOB_DATABASE_ORACLE_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_MOB_DATABASE_ORACLEADVANCED_L = Oracle database (Advanced) OPTION_MOB_DATABASE_ORACLEADVANCED_D = Defines a group of properties used to locate an existing Oracle database. OPTION_MOB_DATABASE_ORACLEADVANCED_H = Specify this database connection using an Oracle TNS name description. For example, (description=(address=(host=myhost)(protocol=tcp)(port=1521))(connect_data=(sid=orcl))). Ensure that the database already exists. MOB_DATABASE_ORACLEADVANCED_DB_USER_D = Specifies the user ID and password that the product uses to connect to the database. MOB_DATABASE_ORACLEADVANCED_DB_USER_H = This value identifies the database user who has unrestricted access to the database. The product uses this account to access the database. To secure the logon credentials, you can encrypt the database logon information immediately by saving your configuration. MOB_DATABASE_ORACLEADVANCED_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_MOB_DATABASE_DB2_L = DB2 database OPTION_MOB_DATABASE_DB2_D = Defines a group of properties used to locate an existing DB2 database. OPTION_MOB_DATABASE_DB2_H = Ensure that the database already exists. MOB_DATABASE_DB2_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. MOB_DATABASE_DB2_DB_SERVER_H = 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). MOB_DATABASE_DB2_DB_USER_D = Specifies the user ID and password that the product uses to connect to the database. MOB_DATABASE_DB2_DB_USER_H = This value identifies the database user who has unrestricted access to the database. The product uses this account to access the database. To secure the logon credentials, you can encrypt the database logon information immediately by saving your configuration. MOB_DATABASE_DB2_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. OPTION_MOB_DATABASE_INFORMIX_L = Informix Dynamic Server database OPTION_MOB_DATABASE_INFORMIX_D = Defines a group of properties used to locate an existing Informix Dynamic Server database. OPTION_MOB_DATABASE_INFORMIX_H = Ensure that the database already exists. MOB_DATABASE_INFORMIX_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. MOB_DATABASE_INFORMIX_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. MOB_DATABASE_INFORMIX_DB_NAME_D = Specifies the name of the Informix Dynamic Server database. MOB_DATABASE_INFORMIX_DB_NAME_H = Enter the name of the database. MOB_DATABASE_INFORMIX_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters. MDM_DATABASE_L = Database MDM_DATABASE_D = Specifies the database type for the Business Viewpoint repository. MDM_DATABASE_H = You cannot change the value of this property. It is automatically set when you choose the database type for the repository in the Explorer window. OPTION_MDM_DATABASE_MICROSOFT_L = Microsoft SQL Server database OPTION_MDM_DATABASE_MICROSOFT_D = Defines a group of properties used to locate an existing database. OPTION_MDM_DATABASE_MICROSOFT_H = Ensure that the database already exists. MDM_DATABASE_MICROSOFT_DB_SERVERINSTANCE_D = Specifies an instance of Microsoft SQL Server 2005 database using the following syntax: "computername:port" MDM_DATABASE_MICROSOFT_DB_SERVERINSTANCE_H = Specify either the name or the IP address of the database computer. You can use 'localhost' name if the database is located on the same computer. Use SQL Server Configuration Manager to determine the TCP port used by the database instance. For more information, see the Microsoft SQL Server 2005 documentation. MDM_DATABASE_MICROSOFT_DB_NAME_D = Specifies the name of the SQL Server database. OPTION_MDM_DATABASE_ORACLE_L = Oracle database OPTION_MDM_DATABASE_ORACLE_D = Defines a group of properties used to locate an existing Oracle database. OPTION_MDM_DATABASE_ORACLE_H = Ensure that the database already exists. MDM_DATABASE_ORACLE_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. MDM_DATABASE_ORACLE_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. OPTION_MDM_DATABASE_DB2_L = DB2 database OPTION_MDM_DATABASE_DB2_D = Defines a group of properties used to locate an existing DB2 database. OPTION_MDM_DATABASE_DB2_H = Ensure that the database already exists. MDM_DATABASE_DB2_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. MDM_DATABASE_DB2_DB_SERVER_H = 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). MDM_DATABASE_DB2_DB_NAME_D = Specifies the name of the DB2 database. MDCADAPTERCONTROLLER_DATABASE_L = Database MDCADAPTERCONTROLLER_DATABASE_D = Specifies the Controller database type. MDCADAPTERCONTROLLER_DATABASE_H = You cannot change the value of this property. It is automatically set when you choose the Controller database type in the Explorer window. OPTION_MDCADAPTERCONTROLLER_DATABASE_MICROSOFT_L = Microsoft SQL Server database OPTION_MDCADAPTERCONTROLLER_DATABASE_MICROSOFT_D = Defines a group of properties used to locate an existing database. OPTION_MDCADAPTERCONTROLLER_DATABASE_MICROSOFT_H = Ensure that the database already exists. MDCADAPTERCONTROLLER_DATABASE_MICROSOFT_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. MDCADAPTERCONTROLLER_DATABASE_MICROSOFT_DB_SERVERINSTANCE_H = 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. MDCADAPTERCONTROLLER_DATABASE_MICROSOFT_DB_NAME_D = Specifies the name of the SQL Server database. OPTION_MDCADAPTERCONTROLLER_DATABASE_ORACLE_L = Oracle database OPTION_MDCADAPTERCONTROLLER_DATABASE_ORACLE_D = Defines a group of properties used to locate an existing Oracle database. OPTION_MDCADAPTERCONTROLLER_DATABASE_ORACLE_H = Ensure that the database exists. MDCADAPTERCONTROLLER_DATABASE_ORACLE_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. MDCADAPTERCONTROLLER_DATABASE_ORACLE_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. CAM_DATAENCODING_L = Data encoding CAM_DATAENCODING_D = Specifies the encoding of the data stored in the LDAP directory server. CAM_DATAENCODING_H = If this property is set to an encoding other than UTF-8, then the data is converted from UTF-8 to the encoding you specify. The encoding must follow IANA (RFC 1700) or MIME character set specifications. For example, use windows-1252, iso-8859-1, iso-8859-15, Shift_JIS, utf-16, or utf-8. CBS_DISPATCHERPINGTIMEOUT_L = Ping timeout in seconds CBS_DISPATCHERPINGTIMEOUT_D = Specifies the maximum number of seconds to wait for a response to a ping. CBS_DISPATCHERPINGTIMEOUT_H = If the ping is not responded to within the specified time interval, the process is automatically restarted. CBS_DISPATCHERSTOPWAITTIME_L = Stop wait time in seconds CBS_DISPATCHERSTOPWAITTIME_D = Specifies the maximum number of seconds that the IBM Cognos service waits for the process to stop. CBS_DISPATCHERSTOPWAITTIME_H = After this amount of time, the process is automatically stopped. CBS_DISPATCHERMAXMEMORY_L = Maximum memory in MB CBS_DISPATCHERMAXMEMORY_D = Specifies the maximum amount of memory in MB that can be used by the process. CBS_DISPATCHERMAXMEMORY_H = This value determines the amount of memory used by the Java Virtual Machine and depends on how much memory is available. If this value is too high, the process will fail to start and no log information will be generated. Invoke the test action to determine if this value is valid. CBS_SHUTDOWNPORT_L = Shutdown port number CBS_SHUTDOWNPORT_D = Specifies the port the product uses to listen for a shutdown command. CBS_SHUTDOWNPORT_H = The port number is used by Tomcat. When you change the port, it is automatically updated in the server.xml file located in the cognos_location/tomcat/conf directory. CRY_SIGNKEYFILE_L = Signing key store location CRY_SIGNKEYFILE_D = Specifies the location of the key store database that contains the signing key pairs. CRY_SIGNKEYFILE_H = For distributed installations, this database must exist on each computer. CRY_SIGNKEYFILEPASSWORD_L = Signing key store password CRY_SIGNKEYFILEPASSWORD_D = Specifies the password used to protect the signing key store database. CRY_SIGNKEYFILEPASSWORD_H = This password provides an additional level of security not available when storing keys in files. By default, this password is immediately encrypted when you save your configuration. CRY_ENCRYPTKEYFILE_L = Encryption key store location CRY_ENCRYPTKEYFILE_D = Specifies the location of the key store that contains encryption key pairs. CRY_ENCRYPTKEYFILE_H = For distributed installations, this database must exist on each computer. CRY_ENCRYPTKEYFILEPASSWORD_L = Encryption key store password CRY_ENCRYPTKEYFILEPASSWORD_D = Specifies the password used to protect the encryption key store database. CRY_ENCRYPTKEYFILEPASSWORD_H = This password provides an additional level of security not available when storing keys in files. By default, this password is immediately encrypted when you save your configuration. COOKIEPATH_L = Path COOKIEPATH_D = Specifies the subset of URLs in a domain for which the cookie is valid. COOKIEPATH_H = If a cookie successfully passes domain matching, the pathname component of the URL is compared to the value of this property. If the values match, the cookie is valid. The path "/" is the most general path. COOKIEDOMAIN_L = Domain COOKIEDOMAIN_D = Specifies the domain for which the cookie is valid. COOKIEDOMAIN_H = The domain attributes of the cookie are compared with the Internet domain name of the host from which the URL will be fetched. If the values match, the cookie is valid. COOKIESECURE_L = Secure flag enabled? COOKIESECURE_D = Specifies whether the cookie is sent only to secure servers. COOKIESECURE_H = If this property is set to true, then the cookie will only be sent to HTTPS servers. If the property is set to false, the cookie can be sent over unsecured channels. CUSTOMPROPERTIES_L = Custom properties CUSTOMPROPERTIES_D = Specifies a set of custom properties. CUSTOMPROPERTIES_H = The user needs to provide the name and the value for each custom property. SMTPMAILSERVER_L = SMTP mail server SMTPMAILSERVER_D = Specifies the host name and port of the mail server computer. SMTPMAILSERVER_H = Use the following syntax to specify the location of the mail server: host:port. The default SMTP port on most mail servers is 25. SMTPACCOUNT_L = Account and password SMTPACCOUNT_D = Specifies the user id and password to log on to the mail server. SMTPACCOUNT_H = If the mail server requires authentication to send messages, enter a valid user id and password. If the mail server does not require authentication, leave these values empty. DEFAULTSENDER_L = Default sender DEFAULTSENDER_D = Specifies the email address of the sender. DEFAULTSENDER_H = This setting specifies the email address of the 'sender' of outgoing messages. Use a valid email address. OIDC_IDPROVIDERTYPE_L = Identity Provider OIDC_IDPROVIDERTYPE_D = Specifies the implementation of an OpenID Connect identity provider. OIDC_ISSUER_L = Issuer OIDC_ISSUER_D = Specifies the OpenID claim issuer. OIDC_ISSUER_H = A string that represents the identity provider that issued the claims in the ID token. This value must match the value of the 'iss' entry in the ID token JSON document. OIDC_OIDCTOKENENDPOINT_L = Token Endpoint OIDC_OIDCTOKENENDPOINT_D = Specifies the OpenID Connect token endpoint OIDC_OIDCTOKENENDPOINT_H = The token endpoint is used to retrieve the identity token after a successful authentication to the OpenID Connect identity provider. OIDC_OIDCAUTHENDPOINT_L = Authorization Endpoint OIDC_OIDCAUTHENDPOINT_D = Specifies the OpenID Connect authorization endpoint. OIDC_OIDCAUTHENDPOINT_H = The authorization endpoint is a URL that your OpenID Connect identity provider uses for authentication. In most cases, the URL should use the https scheme. The authorization endpoint is invoked when users authenticate to the OpenID Connect identity provider. OIDC_CLIENTID_L = Client Identifier OIDC_CLIENTID_D = Specifies the OpenID Connect client identifier OIDC_CLIENTID_H = The client identity that is assigned to the application by the OpenID Connect identity provider. OIDC_CLIENTSECRET_L = OpenID Connect client secret OIDC_CLIENTSECRET_D = Specifies the client secret that is assigned to the application by the OpenID Connect identity provider. OIDC_CLIENTSECRET_H = The client secret that is assigned to the application by the OpenID Connect identity provider. OIDC_IDPCERTIFICATEFILE_L = Identity provider certificate file OIDC_IDPCERTIFICATEFILE_D = Specifies the location of the certificate that is used by the OpenID Connect identity provider to sign the identity token. OIDC_IDPCERTIFICATEFILE_H = A path to the file that contains the certificate used by the identity provider to sign the JSON Web Token. The path must include the certificate file name and be accessible to the running instance of Cognos Analytics. The certificate must be in a PEM format, include only the public key certificate, and include the begin and end certificate lines. The certificate file cannot be placed in the configuration/certs directory. OIDC_JWKSENDPOINT_L = JWKS Endpoint OIDC_JWKSENDPOINT_D = Specifies the OpenID Connect endpoint for retrieving JWT signing keys, using the following syntax: https:///affwebservices/CASSO/oidc/jwks?AuthorizationProvider= OIDC_JWKSENDPOINT_H = The JWKS endpoint is a URL that your OpenID Connect identity provider uses to provide signing key data. In most cases, the URL should use the https scheme. The JWKS endpoint is invoked when validating an id_token returned from the identity provider. OIDC_RETURNURL_L = Return URL OIDC_RETURNURL_D = Return URL that is configured with the OpenID Connect identity provider. OIDC_RETURNURL_H = The return URL is invoked by the OpenID Connect identity provider after successfully authenticating a user. The URL format is https://dispatcherHOST:dispatcherPORT/bi/completeAuth.jsp or https://webserverHOST:webserverPORT/ibmcognos/bi/completeAuth.jsp. This URL completes Cognos Analytics authentication using the OpenID Connect identity provider. OIDC_OIDCDISCENDPOINT_L = Discovery Endpoint OIDC_OIDCDISCENDPOINT_D = Specifies the OpenID Connect discovery endpoint OIDC_OIDCDISCENDPOINT_H = The discovery endpoint is used to retrieve the OpenID Connect configuration that includes the authorization endpoint, token endpoint, jwks endpoint, and issuer. OIDC_CLAIM_L = Identity claim name OIDC_CLAIM_D = Specifies the name of the claim that will be provided to the target namespace. OIDC_CLAIM_H = A string that represents the name of the claim from the id_token that will be provided to the target namespace. This value must be a single string value in the id_token and must exist for all account objects. OIDC_TRUSTEDENVNAME_L = Trusted environment name OIDC_TRUSTEDENVNAME_D = Specifies the environment variable name that will be used to transfer the claim to the target namespace. OIDC_TRUSTEDENVNAME_H = A string that represents the environment variable name that will be used to transfer the claim to the target namespace. This value is dependent on the target namespace type and corresponds to how the target namespace will obtain the user's identity. For example, the LDAP and Active Directory namespace types both expect the user's identity to be passed in the REMOTE_USER environment variable. OIDC_REDIRECTNSID_L = Redirect namespace ID OIDC_REDIRECTNSID_D = Specifies the namespace ID that will be invoked with the claim obtained from the OpenID identity provider. OIDC_REDIRECTNSID_H = A string that represents the ID of the namespace that will be invoked with the claim obtained from the OpenID identity provider. This value must match the namespace ID of a configured namespace (e.g., LDAP, AD, etc). OIDC_CAMID_L = Unique identifier OIDC_CAMID_D = Specifies the value used to uniquely identify account objects. OIDC_CAMID_H = Specify either an existing Content Manager account object model property (e.g., email, username, defaultName, etc) or the name of a configured custom property. A claim must be returned for all accounts from the Identity Provider for either the Content Manager account object model property or the configured custom property. The value selected must be unique across all account objects. The value selected should be constant over time with a low probability of needing to be changed. NOTE: this value should not be changed after initial namespace configuration. ## ## Component: CFS ## ## Description: Strings needed for the 'CFS' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_CFS_L = Configuration Group COMPLEX_CFS_D = Defines the properties for the configuration group. GROUP_CFS_CNFGSVRGROUPSETTINGS_L = Group Settings GROUP_CFS_CNFGSVRGROUPSETTINGS_D = Defines a group of properties that specifies configuration group information. GROUP_CFS_CNFGSVRGROUPSETTINGS_H = Use this group of properties to set the information associated with the configuration server group. CONFIGGROUPNAME_L = Group name CONFIGGROUPNAME_D = Specifies the name of the configuration group. CONFIGGROUPNAME_H = A name that defines a group of installs/servers that share configuration in a configuration group. This value must be the same for all servers in the configuration group, and must be unique for each group. Different configuration groups must have a different name. A descriptive name like "inventory_production" is recommended CONFIGGROUPPASSWORD_L = Group password CONFIGGROUPPASSWORD_D = Specifies the password that enables secure communication between members of configuration group. CONFIGGROUPPASSWORD_H = The password must be the same for all members of the group. CONFIGGROUPCONTACTPORT_L = Group contact port CONFIGGROUPCONTACTPORT_D = Specifies the port number used for group communication and coordination on the primary configuration group member. CONFIGGROUPCONTACTPORT_H = Other CA installs use this port and group contact host as the initial way to join the configuration group CONFIGGROUPCONTACTHOST_L = Group contact host CONFIGGROUPCONTACTHOST_D = Specifies the host name of the primary configuration group member. It should be the same host as primary Content Manager install. GROUP_CFS_CNFGSVRLOCALSETTINGS_L = Local Member Settings GROUP_CFS_CNFGSVRLOCALSETTINGS_D = Defines a group of properties that specifies local configuration group information. GROUP_CFS_CNFGSVRLOCALSETTINGS_H = Use this group of properties to set the information associated with the local member of configuration group. CONFIGGROUPMEMBERSYNCPORT_L = Member synchronisation port CONFIGGROUPMEMBERSYNCPORT_D = Specifies the local port number used for network communication that transfers and synchronizes configuration information from one server to another. CONFIGGROUPMEMBERSYNCPORT_H = It can be any free port CONFIGGROUPMEMBERCOORDINATIONPORT_L = Member coordination port CONFIGGROUPMEMBERCOORDINATIONPORT_D = Specifies the local port number used for network communication for group coordination. CONFIGGROUPMEMBERCOORDINATIONPORT_H = This port is used to discover and join a group, and to maintain an up to date list of configuration group members. On the primary CM install group contact port is the same port. CONFIGGROUPMEMBERHOST_L = Member coordination host CONFIGGROUPMEMBERHOST_D = Specifies the local host name used for network communication for group coordination. CONFIGGROUPMEMBERHOST_H = A host name that resolves to the network address that should be used to communicate with this install for group communication. The computer's network hostname is used by default. If the local machine has more than one network adapter, it may be necessary to specify the network host name or an IP address to ensure the product uses the right adapter. ## ## Component: TMS ## ## Description: Strings needed for the 'TMS' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_PMPSERVICE_L = TM1 Application Server COMPLEX_PMPSERVICE_D = Defines a group of properties for the TM1 Application Server. PMPMAXMEMORY_L = Maximum memory in MB PMPMAXMEMORY_D = Specifies the maximum amount of memory in MB that can be used by the process. PMPMAXMEMORY_H = This value determines the amount of memory used by the Java Virtual Machine and depends on how much memory is available. If this value is too high, the process will fail to start and no log information will be generated. PMPGATEWAYURI_L = TM1 Application Server Gateway URI PMPGATEWAYURI_D = Specifies the URI to the gateway. PMPGATEWAYURI_H = The gateway must be located on the same computer as a Web server. PMPEXTERNALURI_L = External server URI PMPEXTERNALURI_D = Specifies the external URI used to access the service. PMPEXTERNALURI_H = Specifies the external URI used to access the service when it is placed behind a firewall. This element will default to the internal service URI. PMPSESSIONTIMEOUT_L = Session timeout (min) PMPSESSIONTIMEOUT_D = Planning service portal session timeout. PMPSESSIONTIMEOUT_H = Specifies the length of idle time permitted before a session is terminated. PMPFORCEQUALIFIEDPATHS_L = Force qualified paths PMPFORCEQUALIFIEDPATHS_D = Force qualified paths. PMPFORCEQUALIFIEDPATHS_H = Force qualified paths. PMPNOTIFICATIONSPROVIDER_L = Notifications provider PMPNOTIFICATIONSPROVIDER_D = Specifies the Notifications provider. PMPNOTIFICATIONSPROVIDER_H = Specifies the Notifications provider, used to control the delivery of notifications. DLS: Emails will be sent (if a mail server is configured), but no notifications will appear in the Cognos Inbox. HTS: Notifications will be sent to the Cognos Inbox, and emails will also be sent if a mail server is configured. PMPBVENABLE_L = Enable Business Viewpoint PMPBVENABLE_D = Enable Business Viewpoint. PMPBVENABLE_H = Enable Business Viewpoint. PMPBVURI_L = Business Viewpoint URI PMPBVURI_D = Specifies Business Viewpoint URI. PMPBVURI_H = Specifies Business Viewpoint URI. PMPSCENABLE_L = Enable Scorecarding PMPSCENABLE_D = Enable Scorecarding. PMPSCENABLE_H = Enable Scorecarding. PMPBIFOLDERNAME_L = Cognos Connection Folder Name PMPBIFOLDERNAME_D = Specify the default name of the IBM Cognos folder. PMPBIFOLDERNAME_H = Used to specify the default name of the IBM Cognos folder which will be created at the Public Folders level to contain URL objects. PMPAPPDEFPATH_L = Application definition path PMPAPPDEFPATH_D = The path to the location of the TM1 Application definitions. This may be a UNC reference. PMPAPPDEFPATH_H = Used to specify the location of the application definition files. PMPUSERPREFPATH_L = User preference path PMPUSERPREFPATH_D = The path to the location of the User preference files. PMPUSERPREFPATH_H = Used to specify the location of the user preference files. This only applies to TM1 servers authenticated using Native TM1 security. PMPRESOURCEPATH_L = Service configuration file path PMPRESOURCEPATH_D = Specifies the location of the string xml files that store the TM1 Application Server configuration. PMPRESOURCEPATH_H = Specifies the name of the folder where the string xml files are located. PMPDISPATCHERURI_L = TM1 Application Server Dispatcher URI PMPDISPATCHERURI_D = Specifies the URI to the dispatcher that processes requests from services on the same computer. PMPTRUSTEDUSER_L = User ID and password PMPTRUSTEDUSER_D = Specifies the user ID and password. PMPTRUSTEDUSER_H = This value identifies the planning user that has access privileges to the planning server. Services use this account to authenticate with the planning server. PMPNAMESPACE_L = Namespace PMPNAMESPACE_D = Specifies the namespace information. PMPNAMESPACE_H = This property is optional. It specifies the namespace information required for authentication. COMPLEX_PMPTM1CLIENTS_L = TM1 Clients COMPLEX_PMPTM1CLIENTS_D = Configuration settings for TM1 Clients PMPPROVISIONURI_L = Provisioning URI PMPPROVISIONURI_D = Specifies the URI of provisioning site. PMPPROVISIONURI_H = Specifies the URI of provisioning site. This element will default to planning service application URI. PMPPROVISIONALLOWINSTALL_L = Allow provisioned installs PMPPROVISIONALLOWINSTALL_D = Specifies whether clients may be provisioned from the TM1 Application Server. PMPPROVISIONALLOWINSTALL_H = Specifies whether client software may be provisioned to end user machines. PMPPROVISIONALLOWUPDATE_L = Allow provisioned updates PMPPROVISIONALLOWUPDATE_D = Specifies whether existing clients may be updated from the TM1 Application Server. PMPPROVISIONALLOWUPDATE_H = Specifies whether existing client software on end user machines may be updated if the TM1 Application Server is updated. PMPINSIGHTPUBLISHENABLE_L = Enable publish from Cognos Insight PMPINSIGHTPUBLISHENABLE_D = Enable publish from Cognos Insight. PMPINSIGHTPUBLISHENABLE_H = Enable publish from Cognos Insight. PMPSVCPINGTIME_L = Cognos Insight ping frequency (seconds) PMPSVCPINGTIME_D = Specifies the frequency that the Cognos Insight pings TM1 Application Server. PMPSVCPINGTIME_H = Specifies the frequency that the Cognos Insight client, in 'Contributor mode' pings the TM1 Application Server. Default is 30 seconds. ACTION_PMPSERVICE_START_L = Start ACTION_PMPSERVICE_START_D = Starting TM1 Application Server ACTION_PMPSERVICE_STOP_L = Stop ACTION_PMPSERVICE_STOP_D = Stopping TM1 Application Server COMPLEX_TM1EXCELSERVICE_L = TM1 Excel service COMPLEX_TM1EXCELSERVICE_D = Defines a group of properties for the TM1 Excel service COMPLEX_TM1EXCELSERVICE_H = TM1 Excel service support TM1 Web with Export to Excel capabilities. ACTION_TM1EXCELSERVICE_START_L = Start ACTION_TM1EXCELSERVICE_START_D = Starting TM1 Excel service ACTION_TM1EXCELSERVICE_STOP_L = Stop ACTION_TM1EXCELSERVICE_STOP_D = Stopping TM1 Excel service ACTION_TM1EXCELSERVICE_REGISTER_L = Install ACTION_TM1EXCELSERVICE_REGISTER_D = Registering TM1 Excel service ACTION_TM1EXCELSERVICE_UNRESGISTER_L = Uninstall ACTION_TM1EXCELSERVICE_UNRESGISTER_D = Unregistering TM1 Excel service COMPLEX_TM1ADMINSERVER_L = TM1 Admin Server COMPLEX_TM1ADMINSERVER_D = Defines a group of properties for the TM1 Admin Server. TM1ADMINNONSSLPORTNUMBER_L = TM1 Admin Server host port number TM1ADMINNONSSLPORTNUMBER_D = Specifies the TCP port number used by TM1 Admin Server for unsecured communication. TM1ADMINSSLPORTNUMBER_L = TM1 Admin Server SSL port number TM1ADMINSSLPORTNUMBER_D = Specifies the TCP port number used by TM1 Admin Server for secured (SSL) communication. TM1ADMINSUPPORTNONSSLCLIENTS_L = Support non-SSL clients? TM1ADMINSUPPORTNONSSLCLIENTS_D = Specifies if the TM1 Admin Server supports non-SSL TM1 clients. TM1ADMINSUPPORTNONSSLCLIENTS_H = Set the parameter to true to configure TM1 Admin Server to support non-SSL clients and to listen for client connections on both secured (SSL) and unsecured ports. If set to false TM1 Admin Server will support only SSL client connections on the secured port. TM1ADMINDHFILE2048_L = Diffie-Hellman 2048 bit key file location TM1ADMINDHFILE2048_D = Specifies the location of the Diffie-Hellman 2048 bit key file. TM1ADMINDHFILE2048_H = The full path of the file that contains a pre-generated Diffie-Hellman 2048 bit key. The generation of Diffie-Hellman parameters can be computationally expensive. To minimize the consumption of resources and to reduce the amount of time required to load the TM1 server, the Diffie-Hellman 2048 bit key should be pre-generated and stored in a file that is read when the TM1 Admin Server starts. TM1ADMINDHFILE1024_L = Diffie-Hellman 1024 bit key file location TM1ADMINDHFILE1024_D = Specifies the location of the Diffie-Hellman 1024 bit key file. TM1ADMINDHFILE1024_H = The full path of the file that contains a pre-generated Diffie-Hellman 1024 bit key. The generation of Diffie-Hellman parameters can be computationally expensive. To minimize the consumption of resources and to reduce the amount of time required to load the TM1 server, the Diffie-Hellman 1024 bit key should be pre-generated and stored in a file that is read when the TM1 Admin Server starts. TM1ADMINDHFILE512_L = Diffie-Hellman 512 bit key file location TM1ADMINDHFILE512_D = Specifies the location of the Diffie-Hellman 512 bit key file. TM1ADMINDHFILE512_H = The full path of the file that contains a pre-generated Diffie-Hellman 512 bit key. The generation of Diffie-Hellman parameters can be computationally expensive. To minimize the consumption of resources and to reduce the amount of time required to load the TM1 server, the Diffie-Hellman 512 bit key should be pre-generated and stored in a file that is read when the TM1 Admin Server starts. TM1ADMINSSLCERTIFICATE_L = Certificate file location TM1ADMINSSLCERTIFICATE_D = Specifies the location of the certificate file. TM1ADMINSSLCERTIFICATE_H = The full path of the TM1 Admin Server certificate file, which contains the public/private key pair. TM1ADMINSSLCERTREVOCATIONFILE_L = Certificate revocation file location TM1ADMINSSLCERTREVOCATIONFILE_D = Specifies the location of the certificate revocation file. TM1ADMINSSLCERTREVOCATIONFILE_H = The full path of the TM1 Admin Server certificate revocation file. A certificate revocation file will only exist in the event a certificate had been revoked. TM1ADMINEXPORTSVRSSLCERT_L = Export TM1 Admin Server certificate? TM1ADMINEXPORTSVRSSLCERT_D = Specifies whether the TM1 Admin Server certificate should be exported from the Windows certificate store. TM1ADMINEXPORTSVRSSLCERT_H = If the parameter value is true the TM1 Admin Server certificate is exported from the Windows certificate store when the certificate is requested by the TM1 Admin Server. You must also set the following TM1 Admin Server parameters: 'TM1 Admin Server export key ID', 'TM1 Admin Server certificate ID', 'TM1 Admin Server private key password file location', 'TM1 Admin Server password key file location', 'TM1 Admin Server certificate authority file location'. For details on using your own security certificates and exporting certificates from the Windows certificate store, see Using Independent Certificates topic in TM1 Operation Guide. TM1ADMINSVRSSLEXPORTKEYID_L = TM1 Admin Server export key ID TM1ADMINSVRSSLEXPORTKEYID_D = Specifies the identity key used to export the TM1 Admin Server certificate from the Windows certificate store. TM1ADMINSVRSSLEXPORTKEYID_H = This parameter is used only if you use the certificate store. TM1ADMINSSLCERTIFICATEID_L = TM1 Admin Server certificate ID TM1ADMINSSLCERTIFICATEID_D = Specifies the name of the principal to whom the TM1 Admin Server certificate is issued. TM1ADMINSSLPRIVATEKEYPWDFILE_L = TM1 Admin Server private key password file location TM1ADMINSSLPRIVATEKEYPWDFILE_D = Specifies the location of the private key password file. TM1ADMINSSLPRIVATEKEYPWDFILE_H = The full path of the file that contains the encrypted password for the TM1 Admin Server private key. TM1ADMINSSLPWDKEYFILE_L = TM1 Admin Server password key file location TM1ADMINSSLPWDKEYFILE_D = Specifies the location of the password key file. TM1ADMINSSLPWDKEYFILE_H = The full path of the file that contains the key used to encrypt and decrypt the password for the private key. TM1ADMINSSLCERTAUTHORITY_L = TM1 Admin Server certificate authority file location TM1ADMINSSLCERTAUTHORITY_D = Specifies the full path to the certificate authority file. TM1ADMINIPVERSION_L = TM1 Admin Server IP support TM1ADMINIPVERSION_D = Specifies the Internet Protocol(s) which the TM1 Admin Server will support. ENUM_TM1ADMINIPVERSION_IPV4_L = IPv4 ENUM_TM1ADMINIPVERSION_IPV6_L = IPv6 ENUM_TM1ADMINIPVERSION_DUAL_L = Dual (IPv4 and IPv6) TM1ADMINACTIVITYINTERVAL_L = Activity interval in seconds TM1ADMINACTIVITYINTERVAL_D = Specifies the interval in seconds wherein the TM1 Server will notify the TM1 Admin Server that it is active. TM1ADMININACTIVITYTIMEOUT_L = Inactivity timeout in seconds TM1ADMININACTIVITYTIMEOUT_D = Specifies the interval in seconds that the TM1 Server is allowed to be inactive before it is removed from the TM1 Admin Server. TM1ADMINSVRCERTIFICATEVERSION_L = TM1 Admin Server Certificate Version TM1ADMINSVRCERTIFICATEVERSION_D = Specifies which version of the TM1 generated SSL certificates to use. TM1ADMINSVRCERTIFICATEVERSION_H = By default, the 1024-bit encryption version of the TM1 generated certificates is used. Change this parameter only if you want to use the new 2048-bit encryption version of the default certificates. You can use the new version with old and new TM1 clients, but you must configure the clients to use the new certificate authority file. This parameter does not apply if you are using your own SSL certificates. Valid values include: 1 = certificate authority to enable 1024-bit encryption with sha-1 (default value); 2 = certificate authority to enable 2048-bit encryption with sha-256. ACTION_TM1ADMINSERVER_START_L = Start ACTION_TM1ADMINSERVER_START_D = Starting TM1 Admin Server ACTION_TM1ADMINSERVER_STOP_L = Stop ACTION_TM1ADMINSERVER_STOP_D = Stopping TM1 Admin Server ACTION_TM1ADMINSERVER_REGISTER_L = Register ACTION_TM1ADMINSERVER_REGISTER_D = Registering the TM1 Admin Server service. # # Section: DAT # # Description: Labels, descriptions and help for 'dataAccess' section # COMPLEX_TM1SERVER_L = TM1 Server COMPLEX_TM1SERVER_D = Defines a group of properties for the TM1 Server. TM1SERVERINSTANCES_L = TM1 Server instances OPTION_TM1SERVERINSTANCES_TM1SERVERINSTANCE_L = TM1 Server instance OPTION_TM1SERVERINSTANCES_TM1SERVERINSTANCE_D = Defines a group of properties for a TM1 Server instance. TM1SCONFIGDIRECTORY_L = TM1 Server configuration path TM1SCONFIGDIRECTORY_D = Specifies the path to the TM1 configuration file. TM1SCONFIGDIRECTORY_H = The TM1 Server configuration file is tm1s.cfg. It contains configuration settings such as DataDirectory and ServerName. This path can be absolute or relative to the IBM Cognos installation's bin directory or bin64 directory in 64-bit installations (e.g. C:\\Program Files\\IBM\\Cognos\\TM1\\bin). ACTION_TM1SERVERINSTANCE_START_L = Start ACTION_TM1SERVERINSTANCE_START_D = Starting TM1 Server ACTION_TM1SERVERINSTANCE_STOP_L = Stop ACTION_TM1SERVERINSTANCE_STOP_D = Stopping TM1 Server ACTION_TM1SERVERINSTANCE_REGISTER_L = Register ACTION_TM1SERVERINSTANCE_REGISTER_D = Registering the TM1 Server service. ACTION_TM1SERVERINSTANCE_UNREGISTER_L = Unregister ACTION_TM1SERVERINSTANCE_UNREGISTER_D = Unregistering the TM1 Server service. ## ## Component: MDM ## ## Description: Strings needed for the 'MDM' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # BVMAXATTACHMENTSIZE_L = Maximum file attachment size in MB BVMAXATTACHMENTSIZE_D = This parameter specifies the maximum size of a file attachment that can be uploaded to the Business Viewpoint server. BVMAXATTACHMENTSIZE_H = A value of 0 indicates that the maximum size is unlimited. COMPLEX_MDMSERVICE_L = Tomcat Server COMPLEX_MDMSERVICE_D = Defines a group of properties for the Tomcat application server. COMPLEX_MDMSERVICE_H = Business Viewpoint web application runs under the Tomcat server. MDMDEFAULTPORT_L = HTTP/1.1 port number MDMDEFAULTPORT_D = Specifies the TCP port number on which the Tomcat server listens for client connections. MDMSSLPORT_L = SSL HTTP/1.1 port number MDMSSLPORT_D = Specifies the TCP port number on which the Tomcat server listens for SSL client connections. MDMUSESSL_L = Use SSL port MDMUSESSL_D = Specifies if all requests sent to the default port have to be rerouted to SSL port MDMSHUTDOWNPORT_L = Shutdown port number MDMSHUTDOWNPORT_D = Specifies the TCP port number on which the Tomcat server listens for a shutdown request. MDMSESSIONTIMEOUT_L = Session timeout in minutes MDMSESSIONTIMEOUT_D = Specifies the time between client requests before the servlet container invalidates the session. MDMSESSIONTIMEOUT_H = A value of -1 indicates the session should never timeout. ACTION_MDMSERVICE_START_L = Start ACTION_MDMSERVICE_START_D = Starting Tomcat ACTION_MDMSERVICE_STOP_L = Stop ACTION_MDMSERVICE_STOP_D = Stopping Tomcat # # Section: DAT # # Description: Labels, descriptions and help for 'dataAccess' section # COMPLEX_MDMDB_L = Business Viewpoint Repository COMPLEX_MDMDB_D = Business Viewpoint Repository properties. DATAACCESS_MDMDB_MDM_DATABASE_D = Specifies the database type for the Business Viewpoint repository. COMPLEX_MDMNOTIFICATION_L = Notification COMPLEX_MDMNOTIFICATION_D = Defines a group of properties that provides access to a mail server account. COMPLEX_MDMNOTIFICATION_H = Use this group of properties to configure an account from which all notifications are sent. DEFAULTREPLYTO_L = Default Reply-To Address DEFAULTREPLYTO_D = Specifies the email address for Reply-To. DEFAULTREPLYTO_H = This setting specifies the email address of the 'Reply-To' of outgoing messages. Use a valid email address. ## ## Component: MDC ## ## Description: Strings needed for the 'MDC' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_MDCSETTINGS_L = Business Viewpoint Server COMPLEX_MDCSETTINGS_D = Defines a group of properties for IBM Cognos Business Viewpoint server. COMPLEX_MDCSETTINGS_H = Use these properties to specify connection information for the main Business Viewpoint server. MDCSERVERHOST_L = Server host MDCSERVERHOST_D = Specifies the name of the Business Viewpoint server machine. MDCSERVERPORT_L = Server port number MDCSERVERPORT_D = Specifies the TCP port number on which the Business Viewpoint server listens for client connections. COMPLEX_MDCADAPTERS_L = Business Viewpoint Client Adapters COMPLEX_MDCADAPTERS_D = Defines the adapters for IBM Cognos Business Viewpoint Client. COMPLEX_MDCADAPTERS_H = Use these properties to configure the Business Viewpoint Client adapters. MDC_ADAPTER_L = Adapter MDC_ADAPTER_D = Specifies the adapter type. MDC_ADAPTER_H = You cannot change the value of this property. It is automatically set when you choose the type of a new adapter. OPTION_MDC_ADAPTER_MDCADAPTERRELATIONALDB_L = Relational Database OPTION_MDC_ADAPTER_MDCADAPTERRELATIONALDB_D = Defines a group of properties for the Business Viewpoint Client Relational Database adapter. OPTION_MDC_ADAPTER_MDCADAPTERANALYST_L = Analyst OPTION_MDC_ADAPTER_MDCADAPTERANALYST_D = Defines a group of properties for the Business Viewpoint Client Analyst adapter. MDCANALYSTVERSION_L = Version MDCANALYSTVERSION_D = Specifies the version of IBM Cognos Analyst. ENUM_MDCANALYSTVERSION_81_L = 8.1 ENUM_MDCANALYSTVERSION_83_L = 8.3 ENUM_MDCANALYSTVERSION_84_L = 8.4 ENUM_MDCANALYSTVERSION_841_L = 8.4.1 ENUM_MDCANALYSTVERSION_101_L = 10.1 or 10.1.1 MDCANALYSTACCOUNT_L = User name and password MDCANALYSTACCOUNT_D = Specifies the user name and password to log on to IBM Cognos Analyst. MDCANALYSTACCOUNT_H = User credentials are required for Analyst versions 7.3 and 8.1. For more recent versions, this parameter is not necessary. MDCANALYSTNS_L = Namespace MDCANALYSTNS_D = Specifies the IBM Cognos Analyst namespace. MDCANALYSTNS_H = The namespace is required for Analyst versions 7.3 and 8.1. For more recent versions, this parameter is not necessary. OPTION_MDC_ADAPTER_MDCADAPTERPRIORCONTRIB_L = Contributor prior to version 8.4 OPTION_MDC_ADAPTER_MDCADAPTERPRIORCONTRIB_D = Defines a group of properties for the Business Viewpoint Client Contributor adapter (Contributor prior to version 8.4). MDCPRCONTRIBUIL_L = User Import Location MDCPRCONTRIBUIL_D = Specifies a location from where the user will import the e.List, access table, and rights to Contributor Administration Console (exported from the Business Viewpoint server using Business Viewpoint Client). MDCPRCONTRIBUEL_L = User Export Location MDCPRCONTRIBUEL_D = Specifies a location to which the user will export the e.List, access table, and rights from Contributor Administration Console, which will then be imported to the Business Viewpoint server using Business Viewpoint Client. OPTION_MDC_ADAPTER_MDCADAPTERCONTRIB_L = Contributor version 8.4 or later OPTION_MDC_ADAPTER_MDCADAPTERCONTRIB_D = Defines a group of properties for the Business Viewpoint Client Contributor adapter (Contributor version 8.4 or later). MDCCONTRIBDISPURI_L = IBM Cognos dispatcher URI MDCCONTRIBDISPURI_D = Specifies the IBM Cognos dispatcher URI. MDCCONTRIBID_L = IBM Cognos namespace ID MDCCONTRIBID_D = Specifies the IBM Cognos namespace. MDCCONTRIBACCOUNT_L = IBM Cognos user name and password MDCCONTRIBACCOUNT_D = Specifies the IBM Cognos user name and password. OPTION_MDC_ADAPTER_MDCADAPTERCONTROLLER_L = Controller OPTION_MDC_ADAPTER_MDCADAPTERCONTROLLER_D = Defines a group of properties for the Business Viewpoint Client Controller adapter. MDCCONTROLLERUSER_L = Controller user name MDCCONTROLLERUSER_D = Specifies the Controller user name. MDC_ADAPTER_MDCADAPTERCONTROLLER_MDCADAPTERCONTROLLER_DATABASE_D = Specifies the Controller database parameters. OPTION_MDC_ADAPTER_MDCADAPTERMDMSERVER_L = IBM InfoSphere Master Data Management Server OPTION_MDC_ADAPTER_MDCADAPTERMDMSERVER_D = Defines a group of properties for the adapter that you use to move data between IBM InfoSphere Master Data Management Server and IBM Cognos Business Viewpoint. MDCSOURCEDB_L = IBM InfoSphere Master Data Management Server Database connection string MDCSOURCEDB_D = The location where data is stored when it is loaded into IBM Cognos Business Viewpoint Studio. MDCTARGETDB_L = IBM InfoSphere Master Data Management Server Staging Database connection string MDCTARGETDB_D = The location where data is written when updating data from IBM Cognos Business Viewpoint Studio to IBM InfoSphere Master Data Management Server. OPTION_MDC_ADAPTER_MDCADAPTERTM1_L = TM1 OPTION_MDC_ADAPTER_MDCADAPTERTM1_D = Defines a group of properties for the Business Viewpoint Client TM1 adapter. MDCTM1VERSION_L = TM1 Version MDCTM1VERSION_D = Specifies the version of IBM Cognos TM1. ENUM_MDCTM1VERSION_9_4_L = 9.4 ENUM_MDCTM1VERSION_9_5_L = 9.5 or later MDCTM1SERVERNAME_L = TM1 Server name MDCTM1SERVERNAME_D = Specifies the name of the TM1 Server. MDCTM1ADMINHOSTNAME_L = TM1 Admin host MDCTM1ADMINHOSTNAME_D = Specifies the name of the TM1 Admin server machine. MDCTM1ACCOUNT_L = TM1 user name and password MDCTM1ACCOUNT_D = Specifies the user name and password for the TM1 server that uses TM1 native authentication. MDCTM1DISPURI_L = IBM Cognos gateway URI MDCTM1DISPURI_D = Specifies the IBM Cognos gateway URI for CAM authentication. MDCTM1DISPURI_H = To use Cognos Access Manager (CAM) security for IBM Cognos TM1 9.4 or higher, enter the gateway information. This box is optional. If you leave it blank, you will be prompted to enter the gateway URI when you start the TM1 adapter. MDCTM1NAMESPADEID_L = IBM Cognos namespace ID MDCTM1NAMESPADEID_D = Specifies the IBM Cognos namespace for CAM authentication. MDCTM1NAMESPADEID_H = To use Cognos Access Manager (CAM) security for IBM Cognos TM1 9.4 or higher, enter the name of the namespace. This box is optional. If you leave it blank, you will be prompted to enter the namespace when you start the TM1 adapter. MDCTM1C8ACCOUNT_L = IBM Cognos user name and password MDCTM1C8ACCOUNT_D = Specifies the IBM Cognos user name and password for CAM authentication. MDCTM1C8ACCOUNT_H = To use Cognos Access Manager (CAM) security for IBM Cognos TM1 9.4 or higher, enter the user name and password that all users will use. This box is optional. If you leave it blank, you will be prompted to enter the user name and password when you start the TM1 adapter. OPTION_MDC_ADAPTER_MDCADAPTERCVS_L = CSV files OPTION_MDC_ADAPTER_MDCADAPTERCVS_D = Defines a group of properties for the Business Viewpoint Client CSV files adapter. MDCCSVFILELOC_L = CSV file location MDCCSVFILELOC_D = Specifies a directory on the file system where you want to store the CSV files. MDCCSVFILELOC_H = The directory is used to export and import the CSV files to and from the Business Viewpoint server. Ensure the directory already exists. OPTION_MDC_ADAPTER_MDCADAPTERTRANSFORMER_L = Transformer OPTION_MDC_ADAPTER_MDCADAPTERTRANSFORMER_D = Defines a group of properties for the Business Viewpoint Client Transformer adapter. ## ## Component: CAM ## ## Description: Strings needed for the 'CAM' component ## # # Section: SEC # # Description: Labels, descriptions and help for 'security' section # COMPLEX_AAA_L = Authentication COMPLEX_AAA_D = Defines general properties related to authentication that apply to all users. COMPLEX_AAA_H = Use this group of properties to set the security environment that all users share, regardless of user identity or role, or authentication provider. INACTIVITYTIMEOUT_L = Inactivity timeout in seconds INACTIVITYTIMEOUT_D = Specifies the maximum number of seconds that a user's session can remain inactive before they must re-authenticate. INACTIVITYTIMEOUT_H = Use this property to automatically log off the user after a set period of inactivity. Ensure that the period is appropriate for both security and convenience considerations. ALLOWSESSIONSHARING_L = Allow session information to be shared between client applications? ALLOWSESSIONSHARING_D = Specifies whether a client application can share session information with another client on the same machine. ALLOWSESSIONSHARING_H = To establish a single signon between multiple clients on the same machine, session information must be shared between the applications. However, for security reasons it may not be desirable to allow single signon. This parameter has no impact on integrated windows authentication. RESTRICTACCESSTOCRN_L = Restrict access to members of the built-in namespace? RESTRICTACCESSTOCRN_D = This parameter allows administrators to restrict user access to the application. RESTRICTACCESSTOCRN_H = When this parameter is enabled, users can only access the application if they belong to at least one group or role within the built-in namespace (does not include the group "All Authenticated Users"). RENEWTCFLAG_L = Automatically renew trusted credential RENEWTCFLAG_D = Specifies whether the user's trusted credential is automatically renewed after logging on. RENEWTCFLAG_H = You can set this property off, set it to the primary namespace only, or set it to all namespaces. ENUM_RENEWTCFLAG_OFF_L = Off ENUM_RENEWTCFLAG_PRIMARYNAMESPACE_L = Primary namespace only ENUM_RENEWTCFLAG_ALLNAMESPACES_L = All namespaces GROUP_AAA_MULTITENANCY_L = Multitenancy GROUP_AAA_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_AAA_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. AUTHPROVIDER_L = Namespace AUTHPROVIDER_D = Specifies the type of security used for authenticating users. AUTHPROVIDER_H = You cannot change the value of this property. It is automatically set when you choose the namespace type in the Explorer window. OPTION_AUTHPROVIDER_ACTIVEDIRECTORY_L = Active Directory OPTION_AUTHPROVIDER_ACTIVEDIRECTORY_D = Defines a group of properties that allows the product to access an Active Directory namespace for user authentication. OPTION_AUTHPROVIDER_ACTIVEDIRECTORY_H = Use this group of properties to allow the product to access an existing Active Directory authentication provider. AUTHPROVIDER_ACTIVEDIRECTORY_NS_CONNECTION_H = Use the following syntax to specify the host name and port for the directory server:host:port; for example, localhost:389. Ensure that if you use a fully qualified name for your computer that your DNS is set up to resolve it. If you specifically wish to use SSL for the connection to the Active Directory Server, the server name must match the name specified in the certificate and the server port must be the SSL port. AUTHPROVIDER_ACTIVEDIRECTORY_NS_BINDCREDENTIALS_L = Binding credentials AUTHPROVIDER_ACTIVEDIRECTORY_NS_BINDCREDENTIALS_D = Specifies the credentials ( userID and password ) used to bind to the Active Directory Server to find out the detail authentication failure reason when the authentication failed. AUTHPROVIDER_ACTIVEDIRECTORY_NS_BINDCREDENTIALS_H = This value corresponds to an Active Directory Server user who has search and read privilege to the user of the Active Directory Server. RS_SPNNAME_L = Application Tier Components sAMAccountName RS_SPNNAME_D = Specifies the sAMAccountName of the user running Application Tier Components. RS_SPNNAME_H = This value must be set if you are using Kerberos authentication with constrained delegation and IBM Cognos BI is installed on Microsoft Windows operating systems. DQ_SPNNAME_L = DQM Service Principal Name DQ_SPNNAME_D = Specifies the full DQM Service Principal Name, exactly as it is in the keytab file. DQ_SPNNAME_H = This value must be set if you use Kerberos Authentication with Single Sign On (Active Directory) for Dynamic Query Mode, and you don't create explicit Kerberos Login Module configuration. DQM will create the configuration using this value, and a default name and location for the keytab file - configuration\ibmcognosba.keytab. GROUP_ACTIVEDIRECTORY_MULTITENANCY_L = Multitenancy GROUP_ACTIVEDIRECTORY_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_ACTIVEDIRECTORY_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_ACTIVEDIRECTORY_AD_ACCOUNT_L = Account mappings (Advanced) GROUP_ACTIVEDIRECTORY_AD_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_ACTIVEDIRECTORY_AD_ACCOUNT_H = Use this group of properties to identify properties for user entries. ACTIVEDIRECTORY_AD_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. OPTION_AUTHPROVIDER_COGNOS_L = Cognos OPTION_AUTHPROVIDER_COGNOS_D = Defines a group of properties related to authentication that applies to all users. OPTION_AUTHPROVIDER_COGNOS_H = Use this group of properties to control access to resources based on user identity. Do not delete the namespace, or you will not be able to save your configuration. To restore the namespace, right-click Authentication, click New, Namespace Type, select the Cognos Namespace from the list of available types and specify a name. ALLOWANON_L = Allow anonymous access? ALLOWANON_D = Specifies whether anonymous access is allowed. ALLOWANON_H = By default, anonymous authentication process doesn't require the user to provide logon credentials. The anonymous authentication uses a pre-defined account under which all anonymous users are logged in. DISABLECM_L = Disable use of Content Manager? OPTION_AUTHPROVIDER_LDAP_L = LDAP - General default values OPTION_AUTHPROVIDER_LDAP_D = Defines a group of properties that allows the product to access an LDAP server for user authentication. OPTION_AUTHPROVIDER_LDAP_H = Use this group of properties to provide access to an existing LDAP server. OPTION_AUTHPROVIDER_LDAP_GL = LDAP AUTHPROVIDER_LDAP_NS_BINDCREDENTIALS_L = Bind user DN and password AUTHPROVIDER_LDAP_NS_BINDCREDENTIALS_D = Specifies the credentials used for binding to the LDAP server when performing a search using the user lookup property, or when performing all operations using the external identity mapping. AUTHPROVIDER_LDAP_NS_BINDCREDENTIALS_H = This value corresponds to an LDAP user who has read and search access to the user branch of the LDAP directory server. GROUP_LDAP_MULTITENANCY_L = Multitenancy GROUP_LDAP_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_LDAP_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_LDAP_FOLDER_L = Folder mappings (Advanced) GROUP_LDAP_FOLDER_D = Groups properties that are used to set advanced folder mappings. GROUP_LDAP_FOLDER_H = Use this group of properties to identify your LDAP object class for corporate entries. GROUP_LDAP_GROUP_L = Group mappings (Advanced) GROUP_LDAP_GROUP_D = Groups properties that are used to set advanced group settings. GROUP_LDAP_GROUP_H = Use this group of properties to identify your LDAP object class for group entries. GROUP_LDAP_ACCOUNT_L = Account mappings (Advanced) GROUP_LDAP_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_LDAP_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. LDAP_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. OPTION_AUTHPROVIDER_LDAP_AD_L = LDAP - Default values for Active Directory OPTION_AUTHPROVIDER_LDAP_AD_D = Defines a group of properties that allows the product to access an LDAP server for user authentication. OPTION_AUTHPROVIDER_LDAP_AD_H = Use this group of properties to provide access to an existing LDAP server. OPTION_AUTHPROVIDER_LDAP_AD_GL = LDAP AUTHPROVIDER_LDAP_AD_NS_BINDCREDENTIALS_L = Bind user DN and password AUTHPROVIDER_LDAP_AD_NS_BINDCREDENTIALS_D = Specifies the credentials used for binding to the LDAP server when performing a search using the user lookup property, or when performing all operations using the external identity mapping. AUTHPROVIDER_LDAP_AD_NS_BINDCREDENTIALS_H = This value corresponds to an LDAP user who has read and search access to the user branch of the LDAP directory server. GROUP_LDAP_AD_MULTITENANCY_L = Multitenancy GROUP_LDAP_AD_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_LDAP_AD_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_LDAP_AD_FOLDER_L = Folder mappings (Advanced) GROUP_LDAP_AD_FOLDER_D = Groups properties that are used to set advanced folder mappings. GROUP_LDAP_AD_FOLDER_H = Use this group of properties to identify your LDAP object class for corporate entries. GROUP_LDAP_AD_GROUP_L = Group mappings (Advanced) GROUP_LDAP_AD_GROUP_D = Groups properties that are used to set advanced group settings. GROUP_LDAP_AD_GROUP_H = Use this group of properties to identify your LDAP object class for group entries. GROUP_LDAP_AD_ACCOUNT_L = Account mappings (Advanced) GROUP_LDAP_AD_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_LDAP_AD_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. LDAP_AD_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. OPTION_AUTHPROVIDER_LDAP_IBM_L = LDAP - Default values for IBM Tivoli OPTION_AUTHPROVIDER_LDAP_IBM_D = Defines a group of properties that allows the product to access an LDAP server for user authentication. OPTION_AUTHPROVIDER_LDAP_IBM_H = Use this group of properties to provide access to an existing LDAP server. OPTION_AUTHPROVIDER_LDAP_IBM_GL = LDAP AUTHPROVIDER_LDAP_IBM_NS_BINDCREDENTIALS_L = Bind user DN and password AUTHPROVIDER_LDAP_IBM_NS_BINDCREDENTIALS_D = Specifies the credentials used for binding to the LDAP server when performing a search using the user lookup property, or when performing all operations using the external identity mapping. AUTHPROVIDER_LDAP_IBM_NS_BINDCREDENTIALS_H = This value corresponds to an LDAP user who has read and search access to the user branch of the LDAP directory server. GROUP_LDAP_IBM_MULTITENANCY_L = Multitenancy GROUP_LDAP_IBM_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_LDAP_IBM_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_LDAP_IBM_FOLDER_L = Folder mappings (Advanced) GROUP_LDAP_IBM_FOLDER_D = Groups properties that are used to set advanced folder mappings. GROUP_LDAP_IBM_FOLDER_H = Use this group of properties to identify your LDAP object class for corporate entries. GROUP_LDAP_IBM_GROUP_L = Group mappings (Advanced) GROUP_LDAP_IBM_GROUP_D = Groups properties that are used to set advanced group settings. GROUP_LDAP_IBM_GROUP_H = Use this group of properties to identify your LDAP object class for group entries. GROUP_LDAP_IBM_ACCOUNT_L = Account mappings (Advanced) GROUP_LDAP_IBM_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_LDAP_IBM_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. LDAP_IBM_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. OPTION_AUTHPROVIDER_LDAP_SUNONE_L = LDAP - Default values for Oracle Directory Server OPTION_AUTHPROVIDER_LDAP_SUNONE_D = Defines a group of properties that allows the product to access an LDAP server for user authentication. OPTION_AUTHPROVIDER_LDAP_SUNONE_H = Use this group of properties to provide access to an existing LDAP server. OPTION_AUTHPROVIDER_LDAP_SUNONE_GL = LDAP AUTHPROVIDER_LDAP_SUNONE_NS_BINDCREDENTIALS_L = Bind user DN and password AUTHPROVIDER_LDAP_SUNONE_NS_BINDCREDENTIALS_D = Specifies the credentials used for binding to the LDAP server when performing a search using the user lookup property, or when performing all operations using the external identity mapping. AUTHPROVIDER_LDAP_SUNONE_NS_BINDCREDENTIALS_H = This value corresponds to an LDAP user who has read and search access to the user branch of the LDAP directory server. GROUP_LDAP_SUNONE_MULTITENANCY_L = Multitenancy GROUP_LDAP_SUNONE_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_LDAP_SUNONE_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_LDAP_SUNONE_FOLDER_L = Folder mappings (Advanced) GROUP_LDAP_SUNONE_FOLDER_D = Groups properties that are used to set advanced folder mappings. GROUP_LDAP_SUNONE_FOLDER_H = Use this group of properties to identify your LDAP object class for corporate entries. GROUP_LDAP_SUNONE_GROUP_L = Group mappings (Advanced) GROUP_LDAP_SUNONE_GROUP_D = Groups properties that are used to set advanced group settings. GROUP_LDAP_SUNONE_GROUP_H = Use this group of properties to identify your LDAP object class for group entries. GROUP_LDAP_SUNONE_ACCOUNT_L = Account mappings (Advanced) GROUP_LDAP_SUNONE_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_LDAP_SUNONE_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. LDAP_SUNONE_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. OPTION_AUTHPROVIDER_OIDC_BLUEID_L = IBMid OPTION_AUTHPROVIDER_OIDC_BLUEID_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_BLUEID_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_BLUEID_GL = OpenID Connect GROUP_OIDC_BLUEID_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_BLUEID_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_BLUEID_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_BLUEID_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_BLUEID_MULTITENANCY_L = Multitenancy GROUP_OIDC_BLUEID_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_BLUEID_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_W3ID_L = W3ID OPTION_AUTHPROVIDER_OIDC_W3ID_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_W3ID_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_W3ID_GL = OpenID Connect GROUP_OIDC_W3ID_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_W3ID_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_W3ID_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_W3ID_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_W3ID_MULTITENANCY_L = Multitenancy GROUP_OIDC_W3ID_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_W3ID_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_GOOGLE_L = Google OPTION_AUTHPROVIDER_OIDC_GOOGLE_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_GOOGLE_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_GOOGLE_GL = OpenID Connect GROUP_OIDC_GOOGLE_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_GOOGLE_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_GOOGLE_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_GOOGLE_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_GOOGLE_MULTITENANCY_L = Multitenancy GROUP_OIDC_GOOGLE_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_GOOGLE_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_PING_L = Ping OPTION_AUTHPROVIDER_OIDC_PING_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_PING_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_PING_GL = OpenID Connect GROUP_OIDC_PING_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_PING_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_PING_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_PING_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_PING_MULTITENANCY_L = Multitenancy GROUP_OIDC_PING_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_PING_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_SALESFORCE_L = SalesForce OPTION_AUTHPROVIDER_OIDC_SALESFORCE_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_SALESFORCE_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_SALESFORCE_GL = OpenID Connect GROUP_OIDC_SALESFORCE_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_SALESFORCE_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_SALESFORCE_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_SALESFORCE_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_SALESFORCE_MULTITENANCY_L = Multitenancy GROUP_OIDC_SALESFORCE_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_SALESFORCE_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_ADFS_L = ADFS OPTION_AUTHPROVIDER_OIDC_ADFS_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_ADFS_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_ADFS_GL = OpenID Connect GROUP_OIDC_ADFS_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_ADFS_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_ADFS_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_ADFS_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_ADFS_MULTITENANCY_L = Multitenancy GROUP_OIDC_ADFS_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_ADFS_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_IBMCLOUDID_L = IBM Cloud Identity OPTION_AUTHPROVIDER_OIDC_IBMCLOUDID_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_IBMCLOUDID_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_IBMCLOUDID_GL = OpenID Connect GROUP_OIDC_IBMCLOUDID_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_IBMCLOUDID_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_IBMCLOUDID_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_IBMCLOUDID_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_IBMCLOUDID_MULTITENANCY_L = Multitenancy GROUP_OIDC_IBMCLOUDID_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_IBMCLOUDID_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_OKTA_L = OKTA OPTION_AUTHPROVIDER_OIDC_OKTA_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_OKTA_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_OKTA_GL = OpenID Connect GROUP_OIDC_OKTA_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_OKTA_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_OKTA_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_OKTA_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_OKTA_MULTITENANCY_L = Multitenancy GROUP_OIDC_OKTA_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_OKTA_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_AZUREAD_L = Azure AD OPTION_AUTHPROVIDER_OIDC_AZUREAD_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_AZUREAD_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_AZUREAD_GL = OpenID Connect GROUP_OIDC_AZUREAD_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_AZUREAD_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_AZUREAD_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_AZUREAD_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_AZUREAD_MULTITENANCY_L = Multitenancy GROUP_OIDC_AZUREAD_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_AZUREAD_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_MSIDENTITY_L = MS Identity OPTION_AUTHPROVIDER_OIDC_MSIDENTITY_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_MSIDENTITY_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_MSIDENTITY_GL = OpenID Connect GROUP_OIDC_MSIDENTITY_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_MSIDENTITY_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_MSIDENTITY_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_MSIDENTITY_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_MSIDENTITY_MULTITENANCY_L = Multitenancy GROUP_OIDC_MSIDENTITY_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_MSIDENTITY_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_SITEMINDER_L = Site Minder OPTION_AUTHPROVIDER_OIDC_SITEMINDER_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_SITEMINDER_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_SITEMINDER_GL = OpenID Connect AUTHPROVIDER_OIDC_SITEMINDER_OIDC_ISSUER_D = Specifies the OpenID claim issuer. The value looks like: https:// AUTHPROVIDER_OIDC_SITEMINDER_OIDC_OIDCTOKENENDPOINT_D = Specifies the OpenID Connect token endpoint, using the following syntax: https:///affwebservices/CASSO/oidc/token AUTHPROVIDER_OIDC_SITEMINDER_OIDC_OIDCAUTHENDPOINT_D = Specifies the OpenID Connect authorization endpoint, using the following syntax: https:///affwebservices/CASSO/oidc/authorize GROUP_OIDC_SITEMINDER_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_SITEMINDER_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_SITEMINDER_ACCOUNT_H = Use this group of properties to identify your LDAP object class for user entries. OIDC_SITEMINDER_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. GROUP_OIDC_SITEMINDER_MULTITENANCY_L = Multitenancy GROUP_OIDC_SITEMINDER_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_SITEMINDER_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_OIDC_GENERIC_L = Generic OPTION_AUTHPROVIDER_OIDC_GENERIC_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_OIDC_GENERIC_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_OIDC_GENERIC_GL = OpenID Connect GROUP_OIDC_GENERIC_DISCOVERYENDPOINT_L = Discovery endpoint configuration GROUP_OIDC_GENERIC_DISCOVERYENDPOINT_D = Groups properties that are used to set the discovery endpoint configuration. GROUP_OIDC_GENERIC_DISCOVERYENDPOINT_H = Use this group of properties if your Identity Provider supports a discovery document and if you have configured the namespace to use a discovery document. GROUP_OIDC_GENERIC_NONDISCOVERYENDPOINT_L = Non-discovery endpoint configuration GROUP_OIDC_GENERIC_NONDISCOVERYENDPOINT_D = Groups properties that are used to set the non-discovery endpoint configuration. GROUP_OIDC_GENERIC_NONDISCOVERYENDPOINT_H = Use this group of properties if your Identity Provider does not support a discovery document and if you have configured the namespace not to use a discovery OIDC_GENERIC_NONDISCOVERYENDPOINT_OIDC_OIDCTOKENENDPOINT_D = Specifies the OpenID Connect token endpoint, using the following syntax: https:/// OIDC_GENERIC_NONDISCOVERYENDPOINT_OIDC_OIDCAUTHENDPOINT_D = Specifies the OpenID Connect authorization endpoint, using the following syntax: https:/// GROUP_OIDC_GENERIC_APPLICATION_L = Application configuration GROUP_OIDC_GENERIC_APPLICATION_D = Groups properties that are used to set the application configuration. GROUP_OIDC_GENERIC_APPLICATION_H = Use this group of properties to configure your Identity Provider's application settings. GROUP_OIDC_GENERIC_IDPAUTH_L = Identity provider authentication GROUP_OIDC_GENERIC_IDPAUTH_D = Groups properties that are used to set authentication configuration. GROUP_OIDC_GENERIC_IDPAUTH_H = Use this group of properties to configure how your Identity Provider behaves when invoking the authorize and token endpoints. GROUP_OIDC_GENERIC_TOKENEPAUTH_L = Token endpoint authentication GROUP_OIDC_GENERIC_TOKENEPAUTH_D = Groups properties that are used to specifies how to authenticate to the Identity Provider when invoking the token endpoint. GROUP_OIDC_GENERIC_TOKENEPAUTH_H = Use this group of properties to configure how your Identity Provider behaves when invoking the token endpoints. OIDC_GENERIC_TOKENEPAUTH_OIDC_CLIENTSECRET_L = Client secret GROUP_OIDC_GENERIC_SIGNATURE_L = Token signature verification GROUP_OIDC_GENERIC_SIGNATURE_D = Groups properties that are used to set token signature verification configuration. GROUP_OIDC_GENERIC_SIGNATURE_H = Use this group of properties to configure how the namespace provider finds the keys that are used to verify the id_token signature. OIDC_GENERIC_SIGNATURE_OIDC_JWKSENDPOINT_D = Specifies the OpenID Connect endpoint for retrieving JWT signing keys. GROUP_OIDC_GENERIC_PASSWORD_L = Password grant GROUP_OIDC_GENERIC_PASSWORD_D = Groups properties that are used to set password grant flow configuration. GROUP_OIDC_GENERIC_PASSWORD_H = Use this group of properties to configure how your Identity Provider behaves when invoking the password grant flow. GROUP_OIDC_GENERIC_CREDENTIALS_L = Scheduling credentials GROUP_OIDC_GENERIC_CREDENTIALS_D = Groups properties that are used to set scheduling credential configuration. GROUP_OIDC_GENERIC_CREDENTIALS_H = Use this group of properties to configure how the namespace provider behaves when creating trusted credentials for scheduled tasks. GROUP_OIDC_GENERIC_MULTITENANCY_L = Multitenancy GROUP_OIDC_GENERIC_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_OIDC_GENERIC_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_OIDC_GENERIC_ACCOUNT_L = Account mappings (Advanced) GROUP_OIDC_GENERIC_ACCOUNT_D = Groups properties that are used to set advanced account settings. GROUP_OIDC_GENERIC_ACCOUNT_H = Use this group of properties to identify your OIDC claims for user entries. ACENCODING_L = Account claim encoding ACENCODING_D = Specifies if the claims in the id_token are URL encoded. ACENCODING_H = Set this value to URL encoded if the claims in the id_token are URL encoded. Set this value to Not encoded if the claims in the id_token are not encoded. ENUM_ACENCODING_URLENCODED_L = URL encoded ENUM_ACENCODING__L = Not encoded ACBUSINESSPHONE_L = Business phone ACBUSINESSPHONE_D = Specifies the OIDC claim used for the "businessPhone" property for an account. ACCONTENTLOCALE_L = Content locale ACCONTENTLOCALE_D = Specifies the OIDC claim used for the "contentLocale" property for an account. ACDESCRIPTION_L = Description ACDESCRIPTION_D = Specifies the OIDC claim used for the "description" property for an account. ACEMAIL_L = Email ACEMAIL_D = Specifies the OIDC claim used for the "email" property for an account. ACFAXPHONE_L = Fax/Phone ACFAXPHONE_D = Specifies the OIDC claim used for the "faxPhone" property for an account. ACGIVENNAME_L = Given name ACGIVENNAME_D = Specifies the OIDC claim used for the "givenName" property for an account. ACHOMEPHONE_L = Home phone ACHOMEPHONE_D = Specifies the OIDC claim used for the "homePhone" property for an account. ACMEMBEROF_L = Member of ACMEMBEROF_D = Specifies the OIDC claim used for the "memberOf" property for an account. ACMOBILEPHONE_L = Mobile phone ACMOBILEPHONE_D = Specifies the OIDC claim used for the "mobilePhone" property for an account. ACNAME_L = Name ACNAME_D = Specifies the OIDC claim used for the "name" property for an account. ACPAGERPHONE_L = Pager phone ACPAGERPHONE_D = Specifies the OIDC claim used for the "pagerPhone" property for an account. ACPOSTALADDR_L = Postal address ACPOSTALADDR_D = Specifies the OIDC claim used for the "postalAddress" property for an account. ACPRODUCTLOCALE_L = Product locale ACPRODUCTLOCALE_D = Specifies the OIDC claim used for the "productLocale" property for an account. ACSURNAME_L = Surname ACSURNAME_D = Specifies the OIDC claim used for the "surname" property for an account. ACUSERNAME_L = User name ACUSERNAME_D = Specifies the OIDC claim used for the "userName" property for an account. OIDC_GENERIC_ACCOUNT_CUSTOMPROPERTIES_H = Use this set of custom properties to define additional account information. The "name" field corresponds to the property name set in the account while the "value" corresponds to the claim name in the id_token. OPTION_AUTHPROVIDER_TSP_OIDC_BLUEID_L = IBMid OPTION_AUTHPROVIDER_TSP_OIDC_BLUEID_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_BLUEID_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_BLUEID_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_W3ID_L = W3ID OPTION_AUTHPROVIDER_TSP_OIDC_W3ID_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_W3ID_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_W3ID_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_GOOGLE_L = Google OPTION_AUTHPROVIDER_TSP_OIDC_GOOGLE_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_GOOGLE_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_GOOGLE_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_PING_L = Ping OPTION_AUTHPROVIDER_TSP_OIDC_PING_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_PING_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_PING_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_SALESFORCE_L = SalesForce OPTION_AUTHPROVIDER_TSP_OIDC_SALESFORCE_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_SALESFORCE_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_SALESFORCE_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_ADFS_L = ADFS OPTION_AUTHPROVIDER_TSP_OIDC_ADFS_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_ADFS_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_ADFS_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_IBMCLOUDID_L = IBM Cloud Identity OPTION_AUTHPROVIDER_TSP_OIDC_IBMCLOUDID_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_IBMCLOUDID_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_IBMCLOUDID_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_OKTA_L = OKTA OPTION_AUTHPROVIDER_TSP_OIDC_OKTA_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_OKTA_H = Set the values for this group of properties to allow the product access to your existing OpenID Connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_OKTA_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_MSIDENTITY_L = MS Identity OPTION_AUTHPROVIDER_TSP_OIDC_MSIDENTITY_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_MSIDENTITY_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_MSIDENTITY_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_AZUREAD_L = Azure AD OPTION_AUTHPROVIDER_TSP_OIDC_AZUREAD_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_AZUREAD_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_AZUREAD_GL = OpenID Connect Authentication Proxy OPTION_AUTHPROVIDER_TSP_OIDC_SITEMINDER_L = Site Minder OPTION_AUTHPROVIDER_TSP_OIDC_SITEMINDER_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_SITEMINDER_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_SITEMINDER_GL = OpenID Connect Authentication Proxy AUTHPROVIDER_TSP_OIDC_SITEMINDER_OIDC_ISSUER_D = Specifies the OpenID claim issuer. The value looks like: https:// AUTHPROVIDER_TSP_OIDC_SITEMINDER_OIDC_OIDCTOKENENDPOINT_D = Specifies the OpenID Connect token endpoint, using the following syntax: https:///affwebservices/CASSO/oidc/token AUTHPROVIDER_TSP_OIDC_SITEMINDER_OIDC_OIDCAUTHENDPOINT_D = Specifies the OpenID Connect authorization endpoint, using the following syntax: https:///affwebservices/CASSO/oidc/authorize OPTION_AUTHPROVIDER_TSP_OIDC_GENERIC_L = Generic OPTION_AUTHPROVIDER_TSP_OIDC_GENERIC_D = Defines a group of properties that allows the product to use an OpenID Connect identity provider for user authentication. OPTION_AUTHPROVIDER_TSP_OIDC_GENERIC_H = Set the values for this group of properties to allow the product access to your existing OpenID connect identity provider. This external resource must already exist in your environment and be configured to use for authentication. OPTION_AUTHPROVIDER_TSP_OIDC_GENERIC_GL = OpenID Connect Authentication Proxy GROUP_TSP_OIDC_GENERIC_TSP_DISCOVERYENDPOINT_L = Discovery endpoint configuration GROUP_TSP_OIDC_GENERIC_TSP_DISCOVERYENDPOINT_D = Groups properties that are used to set the discovery endpoint configuration. GROUP_TSP_OIDC_GENERIC_TSP_DISCOVERYENDPOINT_H = Use this group of properties if your Identity Provider supports a discovery document and if you have configured the namespace to use a discovery document. GROUP_TSP_OIDC_GENERIC_TSP_NONDISCOVERYENDPOINT_L = Non-discovery endpoint configuration GROUP_TSP_OIDC_GENERIC_TSP_NONDISCOVERYENDPOINT_D = Groups properties that are used to set the non-discovery endpoint configuration. GROUP_TSP_OIDC_GENERIC_TSP_NONDISCOVERYENDPOINT_H = Use this group of properties if your Identity Provider does not support a discovery document and if you have configured the namespace not to use a discovery TSP_OIDC_GENERIC_TSP_NONDISCOVERYENDPOINT_OIDC_OIDCTOKENENDPOINT_D = Specifies the OpenID Connect token endpoint, using the following syntax: https:/// TSP_OIDC_GENERIC_TSP_NONDISCOVERYENDPOINT_OIDC_OIDCAUTHENDPOINT_D = Specifies the OpenID Connect authorization endpoint, using the following syntax: https:/// GROUP_TSP_OIDC_GENERIC_TSP_APPLICATION_L = Application configuration GROUP_TSP_OIDC_GENERIC_TSP_APPLICATION_D = Groups properties that are used to set the application configuration. GROUP_TSP_OIDC_GENERIC_TSP_APPLICATION_H = Use this group of properties to configure your Identity Provider's application settings. GROUP_TSP_OIDC_GENERIC_TSP_IDPAUTH_L = Identity provider authentication GROUP_TSP_OIDC_GENERIC_TSP_IDPAUTH_D = Groups properties that are used to set authentication configuration. GROUP_TSP_OIDC_GENERIC_TSP_IDPAUTH_H = Use this group of properties to configure how your Identity Provider behaves when invoking the authorize and token endpoints. GROUP_TSP_OIDC_GENERIC_TSP_TOKENEPAUTH_L = Token endpoint authentication GROUP_TSP_OIDC_GENERIC_TSP_TOKENEPAUTH_D = Groups properties that are used to specifies how to authenticate to the Identity Provider when invoking the token endpoint. GROUP_TSP_OIDC_GENERIC_TSP_TOKENEPAUTH_H = Use this group of properties to configure how your Identity Provider behaves when invoking the token endpoints. TSP_OIDC_GENERIC_TSP_TOKENEPAUTH_OIDC_CLIENTSECRET_L = Client secret GROUP_TSP_OIDC_GENERIC_TSP_SIGNATURE_L = Token signature verification GROUP_TSP_OIDC_GENERIC_TSP_SIGNATURE_D = Groups properties that are used to set token signature verification configuration. GROUP_TSP_OIDC_GENERIC_TSP_SIGNATURE_H = Use this group of properties to configure how the namespace provider finds the keys that are used to verify the id_token signature. TSP_OIDC_GENERIC_TSP_SIGNATURE_OIDC_JWKSENDPOINT_D = Specifies the OpenID Connect endpoint for retrieving JWT signing keys. GROUP_TSP_OIDC_GENERIC_TSP_PASSWORD_L = Password grant GROUP_TSP_OIDC_GENERIC_TSP_PASSWORD_D = Groups properties that are used to set password grant flow configuration. GROUP_TSP_OIDC_GENERIC_TSP_PASSWORD_H = Use this group of properties to configure how your Identity Provider behaves when invoking the password grant flow. GROUP_TSP_OIDC_GENERIC_TSP_CREDENTIALS_L = Scheduling credentials GROUP_TSP_OIDC_GENERIC_TSP_CREDENTIALS_D = Groups properties that are used to set scheduling credential configuration. GROUP_TSP_OIDC_GENERIC_TSP_CREDENTIALS_H = Use this group of properties to configure how the namespace provider behaves when creating trusted credentials for scheduled tasks. OPTION_AUTHPROVIDER_SAP_L = SAP OPTION_AUTHPROVIDER_SAP_D = Defines a group of properties that allows the product to use an SAP server for user authentication. OPTION_AUTHPROVIDER_SAP_H = Set the values for this group of properties to allow the product access to your existing SAP server. This external resource must already exist in your environment and be configured to use for authentication. CLIENT_L = SAP logon client CLIENT_D = Specifies the name of the SAP logon client. CLIENT_H = Specifies the SAP client number. HOSTNAME_L = Host HOSTNAME_D = Specifies the host name of the SAP server. HOSTNAME_H = Use this property so that you can connect to the computer that runs one or more SAP instances. SYSTNR_L = SAP system number SYSTNR_D = Specifies the SAP system number. SYSTNR_H = The number must be an integer between 0 and 99. CODEPAGE_L = SAP BW Server Code Page CODEPAGE_D = Specifies the SAP BW server code page used to convert user credentials to the correct encoding. CODEPAGE_H = Use this property to convert the user ID and password from UTF8 encoding to the encoding used by the SAP server. To enable single signon, specify the same SAP Code page in the portal on the Data Sources page for the SAP BW connection string. ENUM_CODEPAGE_1100_L = SAP CP 1100: Western European (ISO 8859-1: Latin-1) ENUM_CODEPAGE_1160_L = SAP CP 1160: Western European (Windows-1252: Latin-1) ENUM_CODEPAGE_1401_L = SAP CP 1401: Central and Eastern European (ISO 8859-2: Latin-2) ENUM_CODEPAGE_1404_L = SAP CP 1404: Central and Eastern European (Windows-1250: Latin-2) ENUM_CODEPAGE_1610_L = SAP CP 1610: Turkish (ISO 8859-9) ENUM_CODEPAGE_1614_L = SAP CP 1614: Turkish (Windows-1254) ENUM_CODEPAGE_1700_L = SAP CP 1700: Greek (ISO 8859-7) ENUM_CODEPAGE_1704_L = SAP CP 1704: Greek (Windows-1253) ENUM_CODEPAGE_1800_L = SAP CP 1800: Hebrew (ISO 8859-8) ENUM_CODEPAGE_8000_L = SAP CP 8000: Japanese (Shift-JIS) ENUM_CODEPAGE_8300_L = SAP CP 8300: Traditional Chinese (Big5) ENUM_CODEPAGE_8400_L = SAP CP 8400: Simplified Chinese (GB2312) ENUM_CODEPAGE_8500_L = SAP CP 8500: Korean (KSC5601) ENUM_CODEPAGE_8600_L = SAP CP 8600: Thai (Windows-874) ENUM_CODEPAGE_4110_L = SAP CP 4110: Unicode (UTF-8) ENUM_CODEPAGE_4102_L = SAP CP 4102: Unicode (UTF-16 Big Endian) ENUM_CODEPAGE_4103_L = SAP CP 4103: Unicode (UTF-16 Little Endian) GROUP_SAP_MULTITENANCY_L = Multitenancy GROUP_SAP_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_SAP_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_SERIES7_L = IBM Cognos Series 7 OPTION_AUTHPROVIDER_SERIES7_D = Defines a group of properties that allows the product to access a IBM Cognos Series 7 namespace. OPTION_AUTHPROVIDER_SERIES7_H = Use this group of properties to provide access to your existing IBM Cognos Series 7 authentication source. This external resource must already exist in your environment and be configured to use for authentication. NAMESPACE_L = Namespace name NAMESPACE_D = Specifies the name of the IBM Cognos Series 7 namespace. NAMESPACE_H = Ensure that the namespace is available. AUTHPROVIDER_SERIES7_NS_TIMEOUT_D = Specifies the maximum number of seconds in which a connection to the directory server must be established. AUTHPROVIDER_SERIES7_NS_TIMEOUT_H = The product uses this value when it binds or re-binds to the directory server. A value of 0 indicates that the timeout is determined by the network connectivity software. The default value (10) sets the number of seconds that the Series7 provider waits for the bind operation to complete AUTHPROVIDER_SERIES7_CAM_DATAENCODING_H = Use this property to specify the encoding of data stored in the LDAP directory server. If this property is set to an encoding other than UTF-8, then conversion of the data from the encoding specified will be performed. The encoding value must follow IANA (RFC 1700) or MIME charset specifications. For example, windows-1252, iso-8859-1, iso-8859-15, Shift_JIS, utf-8, etc. If the Series 7 namespace version is 16.0 or greater, then this value must be set to UTF-8. If the Series 7 namespace version is 15.2 or lower, then this value must be set to the encoding of the system used to update the Access Manager data. To determine the namespace version, launch the Series 7 Access Manager - Administrator tool. Logon to the appropriate namespace, right click on the namespace name, and choose properties. GROUP_SERIES7_MULTITENANCY_L = Multitenancy GROUP_SERIES7_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_SERIES7_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_SERIES7_COOKIESETTINGS_L = Cookie settings GROUP_SERIES7_COOKIESETTINGS_D = Defines a group of properties that allows single sign-on between IBM Cognos Series 7 and IBM Cognos products. GROUP_SERIES7_COOKIESETTINGS_H = Set this group of properties to allow users to access multiple IBM Cognos products without having to re-enter authentication data. These property values must match the cookie settings you specified for your Series 7 installation. OPTION_AUTHPROVIDER_SITEMINDER_L = SiteMinder OPTION_AUTHPROVIDER_SITEMINDER_D = Defines a group of properties that allows the product to access a CA SiteMinder installation for user authentication. OPTION_AUTHPROVIDER_SITEMINDER_H = Use this group of properties to provide access to an existing CA SiteMinder installation. GROUP_SITEMINDER_AGENT_L = SiteMinder agent GROUP_SITEMINDER_AGENT_D = Defines a group of properties that specifies agent information. GROUP_SITEMINDER_AGENT_H = Use this group of properties to identify the information specific to a SiteMinder agent. AGENTNAME_L = Agent name AGENTNAME_D = Specifies the agent name as registered with the Policy Server. AGENTNAME_H = This property is case-sensitive. SHAREDSECRET_L = Shared secret SHAREDSECRET_D = Specifies the shared secret registered with the Policy Server for this agent. SHAREDSECRET_H = This property is case-sensitive. GROUP_SITEMINDER_POLICYSERVERS_L = SiteMinder Policy Server GROUP_SITEMINDER_POLICYSERVERS_D = Defines a group of properties that allows the product to access a list of SiteMinder Policy Servers for user authentication. GROUP_SITEMINDER_POLICYSERVERS_H = Use this group of properties to provide access to an existing pool of SiteMinder Policy Servers. FAILOVERMODE_L = Failover mode enabled? FAILOVERMODE_D = Specifies whether to use fail over. FAILOVERMODE_H = If this property is set to true, when a connection fails, a new connection is made to the list of servers in the specified order. Set this value to false to access the Policy Servers in a round-robin configuration. POLICYSERVERLIST_L = SiteMinder Policy Server POLICYSERVERLIST_D = Defines a group of properties to identify the information specific to a SiteMinder Policy Server. POLICYSERVERLIST_H = Use this group of properties to provide access to an existing SiteMinder Policy Server. OPTION_POLICYSERVERLIST_POLICYSERVER_L = SiteMinder Policy Server OPTION_POLICYSERVERLIST_POLICYSERVER_D = Defines a group of properties to identify the information specific to a SiteMinder Policy Server. OPTION_POLICYSERVERLIST_POLICYSERVER_H = Use this group of properties to provide access to an existing SiteMinder Policy Server. POLICYSERVERHOST_L = Host POLICYSERVERHOST_D = Specifies the host name of the Policy Server. POLICYSERVERHOST_H = Ensure that if you use a fully qualified name for your computer that your DNS is set up to resolve it. Otherwise, use the IP address. CONNMIN_L = Minimum number of connections CONNMIN_D = Specifies the minimum number of TCP connections. CONNMIN_H = Use this property to specify the initial number of TCP connections. CONNMAX_L = Maximum number of connections CONNMAX_D = Specifies the maximum number of TCP connections. CONNMAX_H = Use this property to specify the maximum number of TCP connections. CONNSTEP_L = Number of connections increment CONNSTEP_D = Specifies the increment by which the number of TCP connections will be increased. CONNSTEP_H = Use this property to specify the number of TCP connections that will be added, when necessary. TIMEOUT_L = Request timeout in seconds TIMEOUT_D = Specifies the maximum number of seconds to wait for the agent to get a response from the Policy Server. TIMEOUT_H = Use this property to specify the number of seconds until it is determined that the agent cannot reach the Policy Server. AUTHPORT_L = Authentication port AUTHPORT_D = Specifies the authentication port of the SiteMinder Policy Server. AUTHPORT_H = Use this property to specify the authentication port that the Policy Server uses to listen for an agent connection. AZNPORT_L = Authorization port AZNPORT_D = Specifies the authorization port of the SiteMinder Policy Server. AZNPORT_H = Use this property to specify the authorization port that the Policy Server uses to listen for an agent connection. ACCPORT_L = Accounting port ACCPORT_D = Specifies the accounting port of the SiteMinder Policy Server. ACCPORT_H = Use this property to specify the accounting port that the Policy Server listens for an agent connection. USERDIRECTORY_L = User directory USERDIRECTORY_D = Defines a list of mappings between the SiteMinder user directory and an the authentication namespace. USERDIRECTORY_H = The name must match the name of the user directory specified in the SiteMinder Policy Server. OPTION_USERDIRECTORY_USERDIRECTORY_L = SiteMinder user directory OPTION_USERDIRECTORY_USERDIRECTORY_D = Specifies the user directory name specified in the SiteMinder Policy Server. OPTION_USERDIRECTORY_USERDIRECTORY_H = Use this list to specify the mappings between a SiteMinder user directory and a the authentication namespace. The name must match the name specified for user directory in the SiteMinder Policy Server. NSID_L = Namespace ID reference NSID_D = Specifies a reference to a unique identifier for an authentication namespace. NSID_H = Use the namespace reference to uniquely identify an authentication namespace. OPTION_AUTHPROVIDER_CUSTOMJAVA_L = Custom Java Provider OPTION_AUTHPROVIDER_CUSTOMJAVA_D = Defines a group of properties that allow the product to use a custom Java authentication provider for user authentication. OPTION_AUTHPROVIDER_CUSTOMJAVA_H = Set the values for this group of properties to provide access to your existing Java authentication provider. This external resource must already exist in your environment and be configured to use for authentication. AUTHMODULE_L = Java class name AUTHMODULE_D = Specifies the Java class name of the authentication provider to use for authentication. AUTHMODULE_H = Set the value of this property to the name of your Java class name. This class and its dependents must be in the Java CLASSPATH. GROUP_CUSTOMJAVA_MULTITENANCY_L = Multitenancy GROUP_CUSTOMJAVA_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_CUSTOMJAVA_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. OPTION_AUTHPROVIDER_RACF_L = RACF OPTION_AUTHPROVIDER_RACF_D = Defines a group of properties that allows the product to access a RACF server for user authentication. OPTION_AUTHPROVIDER_RACF_H = Use this group of properties to provide access to an existing RACF server. AUTHPROVIDER_RACF_NS_BASEDN_D = Specifies the base distinguished name of the RACF server. IDENTITYMAPPINGFLAG_L = Enable identity mapping IDENTITYMAPPINGFLAG_D = Specifies whether to use the identity mapping for user authentication. AUTHPROVIDER_RACF_NS_BINDCREDENTIALS_L = Binding credentials AUTHPROVIDER_RACF_NS_BINDCREDENTIALS_D = Specifies the credentials used for binding to the RACF server when performing a search or when performing all operations using the identity mapping. AUTHPROVIDER_RACF_NS_BINDCREDENTIALS_H = This value corresponds to a RACF user who has read and search access to the user branch of the RACF directory server. RACFENABLESSL_L = Enable SSL? RACFENABLESSL_D = Specifies that the RACF server expects SSL communication. RACFENABLESSL_H = Use this property to specify if SSL should be used when communicating with the RACF server. AUTHPROVIDER_RACF_NS_SIZELIMIT_H = The value depends on your environment. As a general rule, the minimum value for this setting should be greater than the maximum number of groups or users plus 100. When the size limit is reached the directory server stops searching. The default value of -1 indicates that the value on the RACF server will be used. AUTHPROVIDER_RACF_NS_TIMEOUT_H = The product uses this value when it requests authentication from the namespace on your directory server. The value depends on your reporting environment. If the duration is exceeded, the search is timed out. The default value -1 indicates that the value on the RACF server will be used. GROUP_RACF_MULTITENANCY_L = Multitenancy GROUP_RACF_MULTITENANCY_D = Groups properties that are used to configure multitenancy settings. GROUP_RACF_MULTITENANCY_H = Use this group of properties to specify how tenant and tenant bounding set information is identified. GROUP_RACF_ACCOUNTMAPPINGS_L = Account mappings (Advanced) GROUP_RACF_ACCOUNTMAPPINGS_D = A Group of properties that is used to set advanced account settings. GROUP_RACF_ACCOUNTMAPPINGS_H = Use this group of properties to set your advanced mapping for user profiles. BASEDATAMAPPEDPROPERTY_L = Base segment DATA BASEDATAMAPPEDPROPERTY_D = Specifies the account property that will be mapped to the RACF Base Segment field, "DATA". ENUM_BASEDATAMAPPEDPROPERTY_NONE_L = None ENUM_BASEDATAMAPPEDPROPERTY_BUSINESSPHONE_L = Business phone ENUM_BASEDATAMAPPEDPROPERTY_EMAIL_L = Email ENUM_BASEDATAMAPPEDPROPERTY_FAXPHONE_L = Fax phone ENUM_BASEDATAMAPPEDPROPERTY_GIVENNAME_L = Given name ENUM_BASEDATAMAPPEDPROPERTY_HOMEPHONE_L = Home phone ENUM_BASEDATAMAPPEDPROPERTY_MOBILEPHONE_L = Mobile phone ENUM_BASEDATAMAPPEDPROPERTY_PAGERPHONE_L = Pager phone ENUM_BASEDATAMAPPEDPROPERTY_POSTALADDRESS_L = Postal address ENUM_BASEDATAMAPPEDPROPERTY_SURNAME_L = Surname TSODATAMAPPEDPROPERTY_L = TSO segment USERDATA TSODATAMAPPEDPROPERTY_D = Specifies the account property that will be mapped to the RACF TSO Segment field, "USERDATA". ENUM_TSODATAMAPPEDPROPERTY_NONE_L = None ENUM_TSODATAMAPPEDPROPERTY_BUSINESSPHONE_L = Business phone ENUM_TSODATAMAPPEDPROPERTY_EMAIL_L = Email ENUM_TSODATAMAPPEDPROPERTY_FAXPHONE_L = Fax phone ENUM_TSODATAMAPPEDPROPERTY_GIVENNAME_L = Given name ENUM_TSODATAMAPPEDPROPERTY_HOMEPHONE_L = Home phone ENUM_TSODATAMAPPEDPROPERTY_MOBILEPHONE_L = Mobile phone ENUM_TSODATAMAPPEDPROPERTY_PAGERPHONE_L = Pager phone ENUM_TSODATAMAPPEDPROPERTY_POSTALADDRESS_L = Postal address ENUM_TSODATAMAPPEDPROPERTY_SURNAME_L = Surname COMPLEX_CRYPTO_L = Cryptography COMPLEX_CRYPTO_D = Defines a group of properties that enables secure communication between the product components and data encryption. COMPLEX_CRYPTO_H = To use a cryptographic provider that already exists in your environment, you must delete the default provider. You can only use one cryptographic provider at a time. Right-click Cryptography, click New and then click Provider to use a different cryptographic provider. After you select the provider, you can use this group of properties to protect the information in your system from unauthorized access. CRYPTOSTANDARDCONFORMANCE_L = Standards conformance CRYPTOSTANDARDCONFORMANCE_D = Specifies the cryptographic standard that IBM Cognos should enforce. CRYPTOSTANDARDCONFORMANCE_H = Use this property to specify what cryptographic standard should be enforced in this install. This parameter may cause the save operation to fail if other parameters are changed to values not allowed in the selected standard. ENUM_CRYPTOSTANDARDCONFORMANCE_NIST_SP_800_131A_L = NIST SP 800-131A ENUM_CRYPTOSTANDARDCONFORMANCE_IBM_COGNOS_L = IBM Cognos GROUP_CRYPTO_COMMONSYMMETRICKEY_L = CSK settings GROUP_CRYPTO_COMMONSYMMETRICKEY_D = Defines a group of properties that allows components to access the common symmetric key store. GROUP_CRYPTO_COMMONSYMMETRICKEY_H = Use this group of properties to create the database that stores and manages the common symmetric key and to specify its location and the password used to protect access to it. LOCALCSK_L = Store symmetric key locally? LOCALCSK_D = Specifies whether the common symmetric key can be stored on the local computer. LOCALCSK_H = If this value is set to false, then the Common Symmetric Key (CSK) is not stored locally. In this case, each cryptographic operation requiring the CSK must fetch it from the server. CSKPATH_L = Common symmetric key store location CSKPATH_D = Specifies the location of the common symmetric key store database. CSKPATH_H = For distributed installations, set this property to point to the computer where you created the key store. The key store is in a global location to provide access from different computers. CSKPATHPASSWORD_L = Common symmetric key store password CSKPATHPASSWORD_D = Specifies the password used to protect the common symmetric key store database. CSKPATHPASSWORD_H = This password provides an additional level of security not available when storing keys in files. By default, this password is immediately encrypted when you save your configuration. CSKLIFETIME_L = Common symmetric key lifetime in days CSKLIFETIME_D = For servers running Content Manager, specifies the maximum number of days that the CSK is valid. CSKLIFETIME_H = The validity period that you set for the CSK depends on a number of factors, such as the sensitivity of your data. CRYPTOPROVIDER_L = Provider CRYPTOPROVIDER_D = Specifies the cryptographic provider used by the product. CRYPTOPROVIDER_H = The value of this property is set when you select the cryptographic provider from the list of available types. You cannot change the value of this property. OPTION_CRYPTOPROVIDER_COGNOSCRYPTO_L = Cognos OPTION_CRYPTOPROVIDER_COGNOSCRYPTO_D = Defines a group of properties for the Cognos cryptographic provider. OPTION_CRYPTOPROVIDER_COGNOSCRYPTO_H = Configure these properties to set the encryption services and CA service for all components accessing a single content store. COGNOSCRYPTOCONFIDENTIALITYALGORITHM_L = Confidentiality algorithm COGNOSCRYPTOCONFIDENTIALITYALGORITHM_D = Specify the confidentiality algorithm. COGNOSCRYPTOCONFIDENTIALITYALGORITHM_H = Use this property to specify the encryption algorithm when transmitting information. COGNOSPDFCONFIDENTIALITYALGORITHM_L = PDF Confidentiality algorithm COGNOSPDFCONFIDENTIALITYALGORITHM_D = Specify the PDF confidentiality algorithm. COGNOSPDFCONFIDENTIALITYALGORITHM_H = Use this property to specify the encryption algorithm when encrypting PDF data. COGNOSCRYPTOCIPHERSUITE_L = Supported ciphersuites COGNOSCRYPTOCIPHERSUITE_D = Specifies a list of supported ciphersuites in priority sequence. COGNOSCRYPTOCIPHERSUITE_H = Use this property to specify what ciphersuites are acceptable in this install. The selected ciphersuites are then presented to the SSL negotiation in priority sequence for both client and server sides of the negotiation. At least one of the selected ciphersuites between configured client and server platforms must match. KEYSTOREFILEPASSWORD_L = Key store password KEYSTOREFILEPASSWORD_D = Specifies the password used to protect the key store. KEYSTOREFILEPASSWORD_H = This password is required to secure the IBM Cognos keystore. It provides an extra layer of security by encrypting the keystore file using a password. GROUP_COGNOSCRYPTO_IDENTITY_L = Identity name GROUP_COGNOSCRYPTO_IDENTITY_D = Defines a group of properties that establishes the identity of the local computer. GROUP_COGNOSCRYPTO_IDENTITY_H = These properties define the Distinguished Name (DN) of the local computer. A distinguished name (DN) is a unique identifier and is a fully qualified name that is required to specify the owner and issuer of a certificate. SERVERCOMMONNAME_L = Server common name SERVERCOMMONNAME_D = Specifies the common name (CN) portion of the distinguished name (DN) for this computer. SERVERCOMMONNAME_H = An example of a common name is the host name of the computer. DISTINGUISHEDNAMEORGANIZATION_L = Organization name DISTINGUISHEDNAMEORGANIZATION_D = Specifies the organization name (O) used in the distinguished name (DN). DISTINGUISHEDNAMEORGANIZATION_H = An example of an organization is MyCompany. DISTINGUISHEDNAMECOUNTRY_L = Country or region code DISTINGUISHEDNAMECOUNTRY_D = Specifies the two-letter country or region code used in the distinguished name (DN). DISTINGUISHEDNAMECOUNTRY_H = For example, the code for Japan is JP. GROUP_COGNOSCRYPTO_CA_L = Certificate Authority settings GROUP_COGNOSCRYPTO_CA_D = Defines a group of properties for the Certificate Authority. GROUP_COGNOSCRYPTO_CA_H = Use this group of properties to configure the Certificate Authority service. THIRDPARTYCA_L = Use third party CA? THIRDPARTYCA_D = Specifies whether to use an external Certificate Authority. THIRDPARTYCA_H = If this value is set to true, the IBM Cognos Certificate Authority service is not used. A third party Certificate Authority will manually process certificate requests. CERTIFICATEAUTHORITYSERVICECOMMONNAME_L = Certificate Authority service common name CERTIFICATEAUTHORITYSERVICECOMMONNAME_D = Specifies the common name (CN) portion of the distinguished name (DN) for the Certificate Authority service computer. CERTIFICATEAUTHORITYSERVICECOMMONNAME_H = An example of a common name is the host name of the computer. Do not use localhost. CERTIFICATEAUTHORITYSERVICEPASSWORD_L = Password CERTIFICATEAUTHORITYSERVICEPASSWORD_D = Specifies the password used to validate certificate requests sent to the Certificate Authority service. CERTIFICATEAUTHORITYSERVICEPASSWORD_H = This property must be the same for clients using the Certificate Authority and the Certificate Authority service itself. For example, the password you specify for IBM Cognos installations that do not have Content Manager must match the password you specify for the installation that has Content Manager. The Certificate Authority service is installed with the Content Manager. By default, this password is immediately encrypted when you save your configuration. CERTIFICATEAUTHORITYSERVICECERTIFICATELIFETIME_L = Certificate lifetime in days CERTIFICATEAUTHORITYSERVICECERTIFICATELIFETIME_D = Specifies the maximum number of days that a certificate signed by the Certificate Authority service is valid. CERTIFICATEAUTHORITYSERVICECERTIFICATELIFETIME_H = The validity period that you set for certificates depends on a number of factors, such as the strength of the private key used to sign the certificate. GROUP_COGNOSCRYPTO_SAN_L = Subject Alternative Name GROUP_COGNOSCRYPTO_SAN_D = Defines a group of properties for the Subject Alternative Name extension. GROUP_COGNOSCRYPTO_SAN_H = Use this group of properties to configure Subject Alternative Name that is associated with the security certificate. SANDNSNAME_L = DNS names SANDNSNAME_D = A space-separated list of DNS names that are added to the Subject Alternative Name extension in the server certificate. At least one DNS name should be added to the certificate. The name should match the fully qualified host name that is used to connect to the server. SANDNSNAME_H = Specifies the DNS names that are added to the Subject Alternative Name extensions in the server certificate. SANIPADDRESS_L = IP addresses SANIPADDRESS_D = A space-separated list of IP addresses that will be added to the Subject Alternative Name extension in the server certificate. This property is only required if clients will be connecting to this server using an IP address. Otherwise, it can be left empty. SANIPADDRESS_H = Specifies the IP addresses that are added to the Subject Alternative Name extensions in the server certificate. SANEMAIL_L = E-mail addresses SANEMAIL_D = A space-separated list of e-mail addresses that are added to the Subject Alternative Name extension in the server certificate. If no e-mail addresses are required, this property can be left empty. SANEMAIL_H = Specifies the e-mail addresses that are added to the Subject Alternative Name extensions in the server certificate. GROUP_CRYPTO_SSL_L = SSL settings GROUP_CRYPTO_SSL_D = Defines a group of properties for configuring advanced SSL settings. GROUP_CRYPTO_SSL_H = Use these properties to configure secure communication between IBM Cognos components over secure sockets layer (SSL). SSLMUTUALAUTHENTICATION_L = Use mutual authentication? SSLMUTUALAUTHENTICATION_D = Specifies whether mutual authentication is required. SSLMUTUALAUTHENTICATION_H = Set the value of this property to 'true' if both components or computers involved in the communication must prove their identity. Mutual authentication is carried out by using certificates, which are exchanged by the communicating components at the time they initiate connections. SSLCONFIDENTIALITY_L = Use confidentiality? SSLCONFIDENTIALITY_D = Specifies whether to use encryption to ensure confidentiality of all transmitted information. SSLCONFIDENTIALITY_H = If the value of this property is set to 'false', information that is transmitted will not be encrypted. SSLPROTOCOLS_L = SSL Protocols SSLPROTOCOLS_D = Select protocol of SSL connection. SSLPROTOCOLS_H = Note: If you select 'TLS1.2,TLS1.1,TLS1.0' option, it will enable TLS1.0. Please contact the JRE vendor for information on disabling TLS1.0. ENUM_SSLPROTOCOLS_TLSV1_2_L = TLS1.2 JVMTRUSTSTOREPASSWORD_L = JVM trust store password JVMTRUSTSTOREPASSWORD_D = Specifies the password for JVM trust store. JVMTRUSTSTOREPASSWORD_H = Change to your own password if you don't want to use the default password of JVM trust store. Ensure that the password matches the password of your JVM trust store. GROUP_CRYPTO_ADVANCED_L = Advanced algorithm settings GROUP_CRYPTO_ADVANCED_D = Defines a group of properties for configuring cryptographic algorithms. GROUP_CRYPTO_ADVANCED_H = Use these advanced properties to specify the cryptographic algorithms to use. DIGESTALGORITHM_L = Digest algorithm DIGESTALGORITHM_D = Specifies the digest algorithm. DIGESTALGORITHM_H = Use this property to specify the message digest algorithm that is used when hashing data. ENUM_DIGESTALGORITHM_MD5_L = MD5 ENUM_DIGESTALGORITHM_MD2_L = MD2 ENUM_DIGESTALGORITHM_SHA_L = SHA ENUM_DIGESTALGORITHM_SHA1_L = SHA-1 ENUM_DIGESTALGORITHM_SHA_256_L = SHA-256 ENUM_DIGESTALGORITHM_SHA_384_L = SHA-384 ENUM_DIGESTALGORITHM_SHA_512_L = SHA-512 SIGNINGKEYPAIRALGORITHM_L = Signing key pair algorithm SIGNINGKEYPAIRALGORITHM_D = Specifies the signing key pair algorithm. SIGNINGKEYPAIRALGORITHM_H = Use this property to specify the algorithm that is used when signing data. ENUM_SIGNINGKEYPAIRALGORITHM_RSA_L = RSA ENUM_SIGNINGKEYPAIRALGORITHM_DSA_L = DSA (Digital Signature Algorithm) COMPLEX_REPLICATION_L = Replication COMPLEX_REPLICATION_D = Defines general properties related to replication of user session data. COMPLEX_REPLICATION_H = Use this group of properties to set the settings for IBM Cognos authentication services to enable user session replication. PDCENABLEREPLICATION_L = Enable replication? PDCENABLEREPLICATION_D = Specifies whether user session replication is enabled. PDCENABLEREPLICATION_H = Use this property to enable or disable user session data replication across authentication services. PDCPEERPORT_L = Peer listener port number PDCPEERPORT_D = Specifies the port used for peer discovery. PDCPEERPORT_H = A value of 0 means that the server will select an available port automatically. When a value other than 0 is specified, ensure that you specify a port that is not already in use. The port communication uses mutually authenticated SSL/TLS protocol. PDCRMIPORT_L = RMI replication port number PDCRMIPORT_D = Specifies the port used for RMI communication. PDCRMIPORT_H = A value of 0 means that the server will select an available port automatically. The RMI port is the communication port used by the Java Remote Method Invocation API. When a value other than 0 is specified, ensure that you specify a port that is not already in use. The port communication uses mutually authenticated SSL/TLS protocol. ## ## Component: CM ## ## Description: Strings needed for the 'CM' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # DEPLOYMENTPATH_L = Deployment files location DEPLOYMENTPATH_D = Specifies the location where deployment archives are stored. DEPLOYMENTPATH_H = Because a deployment archive can contain sensitive information, for security reasons you may wish to restrict access to this location. # # Section: DAT # # Description: Labels, descriptions and help for 'dataAccess' section # COMPLEX_CM_L = Content Manager COMPLEX_CM_D = Defines a component that manages content and security policies. COMPLEX_CM_H = Content Manager must be able to connect to an external database that stores content. OUTPUTCMREPORTTOFILE_L = Save report outputs to a file system? OUTPUTCMREPORTTOFILE_D = Specifies whether to save report outputs to a file system through the Content Manager Advanced Setting (i.e. CM.OUTPUTLOCATION). OUTPUTCMREPORTTOFILE_H = Use this flag to enable/disable the feature to save report outputs to a file system by Content Manager Service. Please note that this feature is completely different than the new report run option to archive a report output to a file system by Delivery Service. Report output formats that you can save include: PDF, CSV, XML, Excel 2002, and HTML which do not have embedded graphics. Report outputs that you cannot save include: HTML fragment, XHTML, or Excel 2000 single sheet formats. ## ## Component: MOB ## ## Description: Strings needed for the 'MOB' component ## # # Section: DAT # # Description: Labels, descriptions and help for 'dataAccess' section # COMPLEX_MOB_L = Mobile COMPLEX_MOB_D = Defines a group of properties used to connect to the mobile database. COMPLEX_MOB_H = Use these properties to specify the type of database for Mobile and the connection information required to access it. Mobile supports DB2, SQL Server and Oracle. To do this, right-click Mobile, click New resource, Database, select the database type and then configure the resource properties. DATAACCESS_MOB_MOB_DATABASE_D = Specifies the database type for the mobile content store. ## ## Component: NC ## ## Description: Strings needed for the 'NC' component ## # # Section: DAT # # Description: Labels, descriptions and help for 'dataAccess' section # COMPLEX_NC_L = Notification COMPLEX_NC_D = Defines a group of properties that provides access to a mail server account or to IBM Cognos content. COMPLEX_NC_H = Use this group of properties to configure an account from which all notifications are sent. The Notification component also requires access to a database that will be used to store Notification content. This means that in a distributed installation all Notification components must point to the same database. To do this, right-click Notification, click New, Database and then type a name and select the database type. If the Notification component is on the same computer as Content Manager, you are not required to configure a database resource for the Notification component. DATAACCESS_NC_DB_DATABASE_D = Specifies the database type for the Notification. DATAACCESS_NC_SSL_ENCRYPT_ENABLED_D = Specifies whether mail server connection should use SSL encryption. DATAACCESS_NC_SSL_ENCRYPT_ENABLED_H = Use this property to enable SSL encryption for mail server connection. ## ## Component: HTS ## ## Description: Strings needed for the 'HTS' component ## # # Section: DAT # # Description: Labels, descriptions and help for 'dataAccess' section # COMPLEX_HTS_L = Human Task and Annotation Services COMPLEX_HTS_D = Defines a group of properties that provides access to Human Task and Annotation Services content. COMPLEX_HTS_H = Use this group of properties to configure the access to the database that will be used to store Human Task and Annotation Services content. DATAACCESS_HTS_DB_DATABASE_D = Specifies the database type for the Human Task and Annotation Services. ## ## Component: CFG ## ## Description: Strings needed for the 'CFG' component ## # # Section: CFG # # Description: Labels, descriptions and help text for the configuration parameters # ROOT_L = Local Configuration ROOT_D = Groups related properties into functional areas for the components installed on the local computer. ROOT_H = After you install one or more IBM Cognos components on your computer, you must configure them to work in your reporting environment. Default property settings chosen by IBM, are used to configure the components. You may want to change these default settings if there are conditions that make the default choices inappropriate, or to better suit your environment. Use IBM Cognos Configuration to configure IBM Cognos components after you install them, reconfigure IBM Cognos components if a property changes or you add components to your environment, or to start or stop the IBM Cognos service on the local computer. After you make the changes, save your configuration and then start the IBM Cognos service to apply new settings to your computer. LOG_L = Logging LOG_D = Groups logging related properties. LOG_H = Configure these properties to provide access to the log server and specify where the local log server sends messages. You can configure the local log server to redirect messages to any number of destinations of any available type, such as a file, a database or a remote log server. TUNING_L = Tuning TUNING_D = TUNING_H = PRESENTATION_L = Presentation PRESENTATION_D = PRESENTATION_H = ENVIRONMENT_L = Environment ENVIRONMENT_D = Groups environment related properties. ENVIRONMENT_H = Configure these properties so that installed components can communicate with other IBM Cognos components installed on remote computers. Also use these properties to define settings that are specific to this computer, such as where to store IBM Cognos files. SECURITY_L = Security SECURITY_D = Groups security related parameters. SECURITY_H = Configure these properties to ensure secure communication between IBM Cognos components, to set the security environment that all users share, and to enable encryption. DATAACCESS_L = Data Access DATAACCESS_D = Groups data access related properties. DATAACCESS_H = Configure these properties so that installed components can use an external database to store IBM Cognos application content and security information. NOTIFICATION_L = Notification NOTIFICATION_D = Groups notification related properties. NOTIFICATION_H = If you want to send reports by email, set these properties to provide access to a mail server account. OVERRIDE_L = Administrator Override OVERRIDE_D = Groups administrator override related properties. OVERRIDE_H = Configure these properties to override default system settings. # # Section: ROO # # Description: Labels, descriptions and help for 'root' section # # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # DATA_L = Data files location DATA_D = Specifies the location where data files created by the product components are stored. DATA_H = You can't delete these files. These files remain on your computer until they are no longer required by the component that created them. MAPFILELOCATION_L = Map files location MAPFILELOCATION_D = Specifies the location of the folder that contains the IBM Cognos map files (*.cmf). MAPFILELOCATION_H = IBM Cognos map files contain drawing information and localized strings used when rendering maps. TEMP_L = Temporary files location TEMP_D = Specifies the location of the folder that contains recently viewed reports. TEMP_H = The product creates temporary files each time you open a report. The product stores these temporary files in the location you specify. The product may not delete all temporary files when it closes and they may remain on your computer until you delete them. ENCRYPTTEMPORARYFILES_L = Encrypt temporary files? ENCRYPTTEMPORARYFILES_D = Specifies whether the content of temporary files is encrypted. ENCRYPTTEMPORARYFILES_H = If recently viewed reports contain sensitive data, set the value of this property to 'true' to encrypt the content of temporary files. FORMATSPECIFICATIONLOCATION_L = Format specification file location FORMATSPECIFICATIONLOCATION_D = Specifies the name and location of a file that contains format specifications. SUPPORTEDPRODUCTLOCALES_L = Supported product locales SUPPORTEDPRODUCTLOCALES_D = Specifies the list of supported languages for the product interface. SUPPORTEDPRODUCTLOCALES_H = Enter a set of 2-character lowercase language code, such as "en". SUPPORTEDCONTENTLOCALES_L = Supported content locales SUPPORTEDCONTENTLOCALES_D = Specifies the list of supported locales for the content of reports, prompts, data, and metadata. SUPPORTEDCONTENTLOCALES_H = Enter a set of 2-character lowercase language-region codes, separated by a hyphen, such as "en-us". PRODUCTLOCALEMAP_L = Product locale map PRODUCTLOCALEMAP_D = Specifies the mappings that determine the supported languages for the product interface. PRODUCTLOCALEMAP_H = Enter a set of 2-character lowercase language code, such as "en". CONTENTLOCALEMAP_L = Content locale map CONTENTLOCALEMAP_D = Specifies the mappings that determine which locale will be used for the content of reports, prompts, data, and metadata. CONTENTLOCALEMAP_H = Enter a set of 2-character lowercase language-region codes, separated by a hyphen, such as "en-us". SUPPORTEDCURRENCIES_L = Supported currencies SUPPORTEDCURRENCIES_D = Specifies the list of supported currencies. SUPPORTEDCURRENCIES_H = Enter a set of ISO 4217 currency codes, such as "USD". SUPPORTEDFONTS_L = Supported fonts SUPPORTEDFONTS_D = Specifies the list of supported fonts. SUPPORTEDFONTS_H = Enter a set of font names, such as "Arial". SORTMEMORY_L = Sort buffer size in MB SORTMEMORY_D = Specifies the sort buffer size to use for local processing. SORTMEMORY_H = Queries which are not processed entirely within a database server may require local processing that involves sorting. Sorting operations use a memory buffer which will overflow to temporary storage for larger sort operations. Increasing the sort memory can improve performance by reducing the number of read and write operations to the temporary storage. Allocating too much memory to concurrent sorting operations may impact the memory management of the operating system. ADVANCEDSETTINGS_L = Advanced settings ADVANCEDSETTINGS_D = Specifies advanced settings. ADVANCEDSETTINGS_H = Enter advanced settings. BPMRESTURI_L = URI of the BPM server BPMRESTURI_D = Specifies the REST URI of the BPM server. BPMRESTURI_H = Enter the REST URI of the BPM server. COOKIECAMPASSPORTHTTPONLY_L = HTTPOnly Cookie Support COOKIECAMPASSPORTHTTPONLY_D = Instruct browsers to not allow scripts access to the passport session cookie. COOKIECAMPASSPORTHTTPONLY_H = Use this property to enable the HTTPOnly attribute on the passport session cookie. When set, the HTTPOnly attribute informs the browser that the session cookie cannot be accessed by browser scripts. Enabling this attribute ensures that the session cookie is more robust against Cross Site Scripting (XSS) attacks. NETWORKCONFIGURATION_L = IP Version for Host Name Resolution NETWORKCONFIGURATION_D = Specifies the IP version for host name resolution. NETWORKCONFIGURATION_H = Use this property to specify the internet protocol version for host name resolution. ENUM_NETWORKCONFIGURATION_IPV4_L = Use IPv4 addresses ENUM_NETWORKCONFIGURATION_IPV6_L = Use IPv6 addresses ENUM_NETWORKCONFIGURATION_NONE_L = Use JVM preferred IP version GROUP_ENVIRONMENT_GATEWAYSETTINGS_L = Gateway Settings GROUP_ENVIRONMENT_GATEWAYSETTINGS_D = Defines a group of properties that specifies gateway information. GROUP_ENVIRONMENT_GATEWAYSETTINGS_H = Use this group of properties to set the information associated with the gateway. GATEWAY_L = Gateway URI GATEWAY_D = Specifies the URI to the gateway. GATEWAY_H = Use the 'https' or 'http' protocol to select SSL or non-SSL communication. The host name portion of the gateway URI must be changed from localhost to an IP address or a network host name. GATEWAYNAMESPACE_L = Gateway namespace GATEWAYNAMESPACE_D = Specifies the Namespace ID of the authentication provider to which the gateway connects to verify user credentials. GATEWAYNAMESPACE_H = Use this property so that the gateway connects to one namespace. Users logged onto the Web server where the gateway is located are not prompted to choose an authentication source. By default, the gateway uses all configured namespaces and you are prompted to select a namespace. GATEWAYCMSPNNAME_L = Content Manager sAMAccountName GATEWAYCMSPNNAME_D = Specifies the sAMAccountName of the user running Content Manager. GATEWAYCMSPNNAME_H = This value must be set if you are using kerberos authentication with constrained delegation and IBM Cognos BI is installed on Microsoft Windows operating systems. OVERRIDENAMESPACE_L = Allow namespace override? OVERRIDENAMESPACE_D = Setting this property to true authenticates requests from the Portal Services portlets against the specified namespace for the third-party portal. OVERRIDENAMESPACE_H = When integrating IBM Cognos portlets within a third-party portal, it is often a requirement to enable single signon to automatically authenticate users. When enabling single signon, the Allow Namespace Override parameter in IBM Cognos Configuration must be set to true. Additionally, within the third-party portal, a parameter must be set in the IBM Cognos portlets to explicitly point to one distinct namespace ID. The Allow Namespace Override parameter notifies the IBM Cognos portlets to use the namespace defined within the third-party portal for single signon. If you are not using IBM Cognos' portlets within a third-party portal, this setting should remain false. For more information on how to enable single signon for third-party portals, see the Portal Services Administration chapter of the IBM Cognos Administration and Security Guide. GATEWAYDISPATCHERURILIST_L = Dispatcher URIs for gateway GATEWAYDISPATCHERURILIST_D = Specifies one or more URIs to Dispatchers that the Gateway may use. GATEWAYDISPATCHERURILIST_H = This property is used by the gateway to send requests to IBM Cognos. The first dispatcher in the list is the default dispatcher to which requests will be sent. If the first dispatcher becomes unreachable, the second dispatcher in the list becomes the default dispatcher, and so on. The URI values must match External dispatcher URI of dispatchers in your installation except they must also have '/ext' at the end. They must specify a network host name or IP address rather than 'localhost'. CONTROLLERSERVERURI_L = Controller URI for gateway CONTROLLERSERVERURI_D = Specifies the URI to the IBM Cognos Controller server, if present. CONTROLLERSERVERURI_H = This property is used by the gateway to send requests to IBM Cognos Controller server. GROUP_ENVIRONMENT_DISPATCHERSETTINGS_L = Dispatcher Settings GROUP_ENVIRONMENT_DISPATCHERSETTINGS_D = Defines a group of properties that specifies dispatcher information. GROUP_ENVIRONMENT_DISPATCHERSETTINGS_H = Use this group of properties to set the information associated with a dispatcher. EXTERNALDISPATCHER_L = External dispatcher URI EXTERNALDISPATCHER_D = Specifies the URI to the dispatcher that processes requests from a gateway or service on a remote computer. EXTERNALDISPATCHER_H = This property defines the HTTP endpoint through which the dispatcher receives requests that originate on other computers. It identifies this dispatcher to other dispatchers that are part of the same installation. Use the 'https' or 'http' protocol to select SSL or non-SSL communication. Specify a vacant port number. The dispatcher will use the computer's network hostname by default. In some cases it may be necessary to specify the network host name or an IP address. If the host name portion of the URI is set to 'localhost', ensure that 'localhost' is defined on the computer. INTERNALDISPATCHER_L = Internal dispatcher URI INTERNALDISPATCHER_D = Specifies the URI to the dispatcher that processes requests from services on the same computer. INTERNALDISPATCHER_H = This property defines the HTTP endpoint through which the dispatcher receives requests from the local computer. It must have the same value as External dispatcher URI unless you choose to use SSL only for external requests. In that case, External dispatcher URI will specify 'https' and Internal dispatcher URI will specify 'http', and the port numbers must be different. The hostname portion of the URI must refer to the local computer. If the host name portion of the URI is set to 'localhost', ensure that 'localhost' is defined on the computer. DISP_SHAREDSECRET_L = Dispatcher password DISP_SHAREDSECRET_D = Specifies the password that enables secure communication between Dispatchers. DISP_SHAREDSECRET_H = This property is case-sensitive. JMXPORT_L = External JMX port JMXPORT_D = Specifies the port number to the JMX administration interface. JMXPORT_H = Set the value to 0 to disable the interface. JMXCREDENTIAL_L = External JMX credential JMXCREDENTIAL_D = Specifies a username and password for securing the JMX administration interface. JMXCREDENTIAL_H = Be sure to configure a port in addition to setting a username and password. RSVPEXECUTIONMODE_L = Report Server execution mode RSVPEXECUTIONMODE_D = Specifies the Report Server execution mode. RSVPEXECUTIONMODE_H = The 64-bit mode is applicable only to 64-bit installations. ENUM_RSVPEXECUTIONMODE_32_BIT_L = 32-bit ENUM_RSVPEXECUTIONMODE_64_BIT_L = 64-bit GROUP_ENVIRONMENT_WEBSERVICESETTINGS_L = Web Service settings GROUP_ENVIRONMENT_WEBSERVICESETTINGS_D = Defines a group of properties that specifies web service information. GROUP_ENVIRONMENT_WEBSERVICESETTINGS_H = Use this group of properties to set the information associated with a web service. WEBSERVICEHOSTNAME_L = Web Service Host WEBSERVICEHOSTNAME_D = Specifies the host name of the web service. WEBSERVICEHOSTNAME_H = Use this property so that you can connect to the computer that runs the web service. WEBSERVICEPORT_L = Web Service port number WEBSERVICEPORT_D = Specifies the port used by the web service. WEBSERVICEPORT_H = Ensure that you specify a port that is not already in use. ENABLEWEBSERVICESSL_L = Enable SSL? ENABLEWEBSERVICESSL_D = Specifies whether SSL protocol is used for web service http endpoint. ENABLEWEBSERVICESSL_H = If you set the value of this property to true, SSL is used for web service http endpoint. WEBSERVICEURI_L = Web Service URI WEBSERVICEURI_D = Specifies the end point URI of the web service. WEBSERVICEURI_H = This property defines the end point URI of the web service. WEBSERVICEPINGPATH_L = Ping Path WEBSERVICEPINGPATH_D = Specifies the URI path to ping this web service. WEBSERVICEPINGPATH_H = This property defines the URI path to ping this web service. GROUP_ENVIRONMENT_DATASETSERVICESETTINGS_L = Dataset Service Settings GROUP_ENVIRONMENT_DATASETSERVICESETTINGS_D = Defines a group of properties that specifies dataset service information. GROUP_ENVIRONMENT_DATASETSERVICESETTINGS_H = Use this group of properties to set the information associated with a dataset service. DATASETSERVICEPORT_L = Dataset Service port number DATASETSERVICEPORT_D = Specifies the port used by the dataset service. DATASETSERVICEPORT_H = Ensure that you specify a port that is not already in use. COMPUTESERVICEPORT_L = Compute Service port number COMPUTESERVICEPORT_D = Specifies the port used by the Compute service. COMPUTESERVICEPORT_H = Ensure that you specify a port that is not already in use. This entry accepts non-negative numeric values in the following range [0, 65535]. If the user chooses '0', then Compute Service will use dynamic port assignment. In any other case Compute Service will respect the port provided. GROUP_ENVIRONMENT_SDKSETTINGS_L = Other URI Settings GROUP_ENVIRONMENT_SDKSETTINGS_D = Defines a group of properties that specifies URI information. GROUP_ENVIRONMENT_SDKSETTINGS_H = Use this group of properties to set other URI information. SDK_L = Dispatcher URI for external applications SDK_D = Specifies the URI used by the Framework Manager, Metrics Designer, Dynamic Query Analyzer or SDK to send requests to IBM Cognos. SDK_H = The value typically corresponds to the External dispatcher URI of one of the dispatchers in your installation. It must use the real network host name or IP address instead of localhost. If Framework Manager, Metrics Designer, Dynamic Query Analyzer or SDK clients connect to IBM Cognos through an intermediary like a load balancer or proxy, specify the host and port of the intermediary. This property is used by Framework Manager when publishing models, by Metrics Designer when creating metrics, by Dynamic Query Analyzer when querying Content Manager or send request to Dynamic Query Cube, and by SDK developers when querying Content Manager for output. IBM Cognos must be able to locate a gateway or dispatcher running on a Web server that supports chunking and attachments to handle large volumes of data. If there is no firewall between Framework Manager, Metrics Designer, Dynamic Query Analyzer or SDK users and IBM Cognos, components use the default setting. If there is a firewall, you must have access to at least one Web server that supports chunking outside of the firewall. The http or https protocol prefix indicates if SSL is required. CONTENTMANAGERS_L = Content Manager URIs CONTENTMANAGERS_D = Specifies one or more URIs to the Content Manager. CONTENTMANAGERS_H = Use the 'https' or 'http' protocol to select SSL or non-SSL communication. This property is used by dispatchers and services to send requests to the Content Manager. If you are using Standby Content Manager functionality, enter the URIs of all Content Managers. If the host name portion of the URI is set to 'localhost', ensure that 'localhost' is defined on the computer. DSSOAPSERVERURI_L = Data Manager SOAP Server URI DSSOAPSERVERURI_D = Specifies the URI to the Data Manager SOAP Server. GROUP_ENVIRONMENT_FONTSETTINGS_L = Font Settings GROUP_ENVIRONMENT_FONTSETTINGS_D = Defines a group of properties that specifies font information. GROUP_ENVIRONMENT_FONTSETTINGS_H = Use this group of properties to set font information. FONTPATHS_L = Physical fonts locations FONTPATHS_D = Specifies the locations of font files. FONTSMAP_L = Physical fonts map FONTSMAP_D = Specifies the mapping of supported fonts to physical font names. FONTSMAP_H = Enter a set of font names, such as "Sans Serif" and "Arial". BRSPDFEMBEDDABLEFONTS_L = Fonts to embed (batch report service) BRSPDFEMBEDDABLEFONTS_D = Specifies the fonts that may be embedded in a PDF document by the batch report service. BRSPDFEMBEDDABLEFONTS_H = The decision to always or never embed a font in a PDF document is based on whether embedding was allowed and if the document used characters that are not part of the windows-1252 character encoding. BRSPDFNONEMBEDDABLEFONTS_L = Fonts to never embed (batch report service) BRSPDFNONEMBEDDABLEFONTS_D = Specifies the fonts that may not be embedded in a PDF document by the batch report service. BRSPDFNONEMBEDDABLEFONTS_H = The decision to not embed a font in a PDF document is based on whether the embedding was allowed and if the document used characters that are not part of the windows-1252 character encoding. RSPDFEMBEDDABLEFONTS_L = Fonts to embed (report service) RSPDFEMBEDDABLEFONTS_D = Specifies the fonts that may be embedded in a PDF document by the report service. RSPDFEMBEDDABLEFONTS_H = The decision to always or never embed a font in a PDF document is based on whether embedding was allowed and if the document used characters that are not part of the windows-1252 character encoding. RSPDFNONEMBEDDABLEFONTS_L = Fonts to never embed (report service) RSPDFNONEMBEDDABLEFONTS_D = Specifies the fonts that may not be embedded in a PDF document by the report service. RSPDFNONEMBEDDABLEFONTS_H = The decision to not embed a font in a PDF document is based on whether the embedding was allowed and if the document used characters that are not part of the windows-1252 character encoding. GROUP_ENVIRONMENT_GLOBALPROPERTIES_L = General SERVERLOCALE_L = Server locale SERVERLOCALE_D = Specifies the server locale. SERVERLOCALE_H = The server locale is set using the language selected during installation, but can be changed. This property ensures all log messages are written in one language determined by server locale. If the data in the log is in multiple languages, you may want to override this value so that messages are logged using UTF8 encoding. To do this, set the value of the UTF8 encoding property to true for the Logging component. SERVERTIMEZONEID_L = Server time zone SERVERTIMEZONEID_D = Specifies the time zone used by Content Manager. SERVERTIMEZONEID_H = Use this property to identify the time zone used by Content Manager. Time zones are used as the time reference in schedules and other system times. DEFAULTFONT_L = Default font DEFAULTFONT_D = Specifies the font used in PDF reports when no fonts can be found in the stylesheet to display the data. DEFAULTFONT_H = Use one of the globally supported font names. EMAILENCODING_L = Email Encoding EMAILENCODING_D = Specifies the email encoding. EMAILENCODING_H = The specified encoding will be used for subject and body text when sending email. This has no effect on attachments or the HTML body. ENUM_EMAILENCODING_UTF_8_L = UTF-8 ENUM_EMAILENCODING_ISO_8859_1_L = Western European (ISO 8859-1) ENUM_EMAILENCODING_ISO_8859_15_L = Western European (ISO 8859-15) ENUM_EMAILENCODING_WINDOWS_1252_L = Western European (Windows-1252) ENUM_EMAILENCODING_ISO_8859_2_L = Central and Eastern European (ISO 8859-2) ENUM_EMAILENCODING_WINDOWS_1250_L = Central and Eastern European (Windows-1250) ENUM_EMAILENCODING_ISO_8859_5_L = Cyrillic (ISO 8859-5) ENUM_EMAILENCODING_WINDOWS_1251_L = Cyrillic (Windows-1251) ENUM_EMAILENCODING_ISO_8859_9_L = Turkish (ISO 8859-9) ENUM_EMAILENCODING_WINDOWS_1254_L = Turkish (Windows-1254) ENUM_EMAILENCODING_ISO_8859_7_L = Greek (ISO 8859-7) ENUM_EMAILENCODING_WINDOWS_1253_L = Greek (Windows-1253) ENUM_EMAILENCODING_SHIFT_JIS_L = Japanese (Shift-JIS) ENUM_EMAILENCODING_ISO_2022_JP_L = Japanese (ISO-2022-JP) ENUM_EMAILENCODING_EUC_JP_L = Japanese (EUC-JP) ENUM_EMAILENCODING_BIG5_L = Traditional Chinese (Big5) ENUM_EMAILENCODING_GB2312_L = Simplified Chinese (GB-2312) ENUM_EMAILENCODING_ISO_2022_KR_L = Korean (ISO 2022-KR) ENUM_EMAILENCODING_EUC_KR_L = Korean (EUC-KR) ENUM_EMAILENCODING_KSC_5601_L = Korean (KSC-5601) ENUM_EMAILENCODING_WINDOWS_874_L = Thai (Windows-874) ENUM_EMAILENCODING_TIS_620_L = Thai (TIS-620) ARCHIVELOCATIONFILESCHEMEROOT_L = Archive Location File System Root ARCHIVELOCATIONFILESCHEMEROOT_D = Specifies the absolute URI used as the root for all archive locations using the file URI addressing scheme. ARCHIVELOCATIONFILESCHEMEROOT_H = This URI must be of the form file://(file-system-path) where (file-system-path) identifies an existing file system location (example: file://d:/archive; file://../archive (relative paths are relative to the IBM Cognos bin directory); file://\\\\share\\folder (for Windows share)). By default, this URI is not configured which means the function to archive report output to file system is disabled. ALIASROOTS_L = Alias Roots ALIASROOTS_D = Specifies one or more alias roots. ALIASROOTS_H = Each alias root specifies a location on file system to be used as a root folder. The locations use the file URI addressing scheme. For each alias root, the user must specify a URI for either Windows or Unix. If users will be accessing the same root from both Windows and Unix machines, both types of URI's must be specified. The URIs must be in the form of file://server/file-system-path where server identifies the server name of a network resource and file-system-path is an absolute path which identifies an existing file system location. The server element is supported only for Windows URIs and is used to identify a Windows UNC paths such as \\\\server\\share. To specify a local path the host element must be omitted. For example, on Windows file:///c:/file-system-path and on Unix file:///file-system-path. Relative paths such as file:///../file-system-path are not supported. GROUP_GLOBALPROPERTIES_GLOBALCOOKIESETTINGS_L = Cookie Settings GROUP_GLOBALPROPERTIES_GLOBALCOOKIESETTINGS_D = Defines a group of properties that specifies cookie settings. GROUP_GLOBALPROPERTIES_GLOBALCOOKIESETTINGS_H = Use this group of properties to set cookie settings. # # Section: OVE # # Description: Labels, descriptions and help for 'override' section # OVERRIDEOPTIONS_L = overrideOptions ENUM_OVERRIDEOPTIONS_ACCESSIBILITYFEATURES_L = Accessibility support for reports SERVICEDEFAULTOPTIONS_L = serviceDefaultOptions ## ## Component: IPF ## ## Description: Strings needed for the 'IPF' component ## # # Section: LOG # # Description: Labels, descriptions and help for 'log' section # AASAUDITLEVEL_L = Audit logging level for adaptive analytics service ENUM_AASAUDITLEVEL_MINIMAL_L = Minimal ENUM_AASAUDITLEVEL_BASIC_L = Basic ENUM_AASAUDITLEVEL_REQUEST_L = Request ENUM_AASAUDITLEVEL_TRACE_L = Trace ENUM_AASAUDITLEVEL_FULL_L = Full ANSAUDITLEVEL_L = Audit logging level for annotation service ENUM_ANSAUDITLEVEL_MINIMAL_L = Minimal ENUM_ANSAUDITLEVEL_BASIC_L = Basic ENUM_ANSAUDITLEVEL_REQUEST_L = Request ENUM_ANSAUDITLEVEL_TRACE_L = Trace ENUM_ANSAUDITLEVEL_FULL_L = Full ASAUDITLEVEL_L = Audit logging level for agent service ENUM_ASAUDITLEVEL_MINIMAL_L = Minimal ENUM_ASAUDITLEVEL_BASIC_L = Basic ENUM_ASAUDITLEVEL_REQUEST_L = Request ENUM_ASAUDITLEVEL_TRACE_L = Trace ENUM_ASAUDITLEVEL_FULL_L = Full BRSAUDITLEVEL_L = Audit logging level for batch report service ENUM_BRSAUDITLEVEL_MINIMAL_L = Minimal ENUM_BRSAUDITLEVEL_BASIC_L = Basic ENUM_BRSAUDITLEVEL_REQUEST_L = Request ENUM_BRSAUDITLEVEL_TRACE_L = Trace ENUM_BRSAUDITLEVEL_FULL_L = Full BRSAUDITNATIVEQUERY_L = Audit the native query for batch report service BRSAUDITNATIVEQUERY_D = Specifies whether the native query is logged. BRSAUDITNATIVEQUERY_H = Set this value to true, native queries will be logged. When false they are not logged. CMCSAUDITLEVEL_L = Audit logging level for the Content Manager Cache Service ENUM_CMCSAUDITLEVEL_MINIMAL_L = Minimal ENUM_CMCSAUDITLEVEL_BASIC_L = Basic ENUM_CMCSAUDITLEVEL_REQUEST_L = Request ENUM_CMCSAUDITLEVEL_TRACE_L = Trace ENUM_CMCSAUDITLEVEL_FULL_L = Full CMSAUDITLEVEL_L = Audit logging level for Content Manager service ENUM_CMSAUDITLEVEL_MINIMAL_L = Minimal ENUM_CMSAUDITLEVEL_BASIC_L = Basic ENUM_CMSAUDITLEVEL_REQUEST_L = Request ENUM_CMSAUDITLEVEL_TRACE_L = Trace ENUM_CMSAUDITLEVEL_FULL_L = Full DASAUDITLEVEL_L = Audit logging level for data advisor service ENUM_DASAUDITLEVEL_MINIMAL_L = Minimal ENUM_DASAUDITLEVEL_BASIC_L = Basic ENUM_DASAUDITLEVEL_REQUEST_L = Request ENUM_DASAUDITLEVEL_TRACE_L = Trace ENUM_DASAUDITLEVEL_FULL_L = Full DISAUDITLEVEL_L = Audit logging level for data integration service ENUM_DISAUDITLEVEL_MINIMAL_L = Minimal ENUM_DISAUDITLEVEL_BASIC_L = Basic ENUM_DISAUDITLEVEL_REQUEST_L = Request ENUM_DISAUDITLEVEL_TRACE_L = Trace ENUM_DISAUDITLEVEL_FULL_L = Full DISPATCHERAUDITLEVEL_L = Audit logging level for the dispatcher ENUM_DISPATCHERAUDITLEVEL_MINIMAL_L = Minimal ENUM_DISPATCHERAUDITLEVEL_BASIC_L = Basic ENUM_DISPATCHERAUDITLEVEL_REQUEST_L = Request ENUM_DISPATCHERAUDITLEVEL_TRACE_L = Trace ENUM_DISPATCHERAUDITLEVEL_FULL_L = Full DMSAUDITLEVEL_L = Audit logging level for data movement service ENUM_DMSAUDITLEVEL_MINIMAL_L = Minimal ENUM_DMSAUDITLEVEL_BASIC_L = Basic ENUM_DMSAUDITLEVEL_REQUEST_L = Request ENUM_DMSAUDITLEVEL_TRACE_L = Trace ENUM_DMSAUDITLEVEL_FULL_L = Full DSAUDITLEVEL_L = Audit logging level for delivery service ENUM_DSAUDITLEVEL_MINIMAL_L = Minimal ENUM_DSAUDITLEVEL_BASIC_L = Basic ENUM_DSAUDITLEVEL_REQUEST_L = Request ENUM_DSAUDITLEVEL_TRACE_L = Trace ENUM_DSAUDITLEVEL_FULL_L = Full EMSAUDITLEVEL_L = Audit logging level for event management service ENUM_EMSAUDITLEVEL_MINIMAL_L = Minimal ENUM_EMSAUDITLEVEL_BASIC_L = Basic ENUM_EMSAUDITLEVEL_REQUEST_L = Request ENUM_EMSAUDITLEVEL_TRACE_L = Trace ENUM_EMSAUDITLEVEL_FULL_L = Full EVSAUDITLEVEL_L = Audit logging level for EV service ENUM_EVSAUDITLEVEL_MINIMAL_L = Minimal ENUM_EVSAUDITLEVEL_BASIC_L = Basic ENUM_EVSAUDITLEVEL_REQUEST_L = Request ENUM_EVSAUDITLEVEL_TRACE_L = Trace ENUM_EVSAUDITLEVEL_FULL_L = Full GSAUDITLEVEL_L = Audit logging level for graphics service ENUM_GSAUDITLEVEL_MINIMAL_L = Minimal ENUM_GSAUDITLEVEL_BASIC_L = Basic ENUM_GSAUDITLEVEL_REQUEST_L = Request ENUM_GSAUDITLEVEL_TRACE_L = Trace ENUM_GSAUDITLEVEL_FULL_L = Full HTSAUDITLEVEL_L = Audit logging level for human task service ENUM_HTSAUDITLEVEL_MINIMAL_L = Minimal ENUM_HTSAUDITLEVEL_BASIC_L = Basic ENUM_HTSAUDITLEVEL_REQUEST_L = Request ENUM_HTSAUDITLEVEL_TRACE_L = Trace ENUM_HTSAUDITLEVEL_FULL_L = Full IDVIZAUDITLEVEL_L = Audit logging level for interactive discovery visualization service ENUM_IDVIZAUDITLEVEL_MINIMAL_L = Minimal ENUM_IDVIZAUDITLEVEL_BASIC_L = Basic ENUM_IDVIZAUDITLEVEL_REQUEST_L = Request ENUM_IDVIZAUDITLEVEL_TRACE_L = Trace ENUM_IDVIZAUDITLEVEL_FULL_L = Full JSAUDITLEVEL_L = Audit logging level for job service ENUM_JSAUDITLEVEL_MINIMAL_L = Minimal ENUM_JSAUDITLEVEL_BASIC_L = Basic ENUM_JSAUDITLEVEL_REQUEST_L = Request ENUM_JSAUDITLEVEL_TRACE_L = Trace ENUM_JSAUDITLEVEL_FULL_L = Full MBSAUDITLEVEL_L = Audit logging level for mobile service ENUM_MBSAUDITLEVEL_MINIMAL_L = Minimal ENUM_MBSAUDITLEVEL_BASIC_L = Basic ENUM_MBSAUDITLEVEL_REQUEST_L = Request ENUM_MBSAUDITLEVEL_TRACE_L = Trace ENUM_MBSAUDITLEVEL_FULL_L = Full MDSAUDITLEVEL_L = Audit logging level for metadata service ENUM_MDSAUDITLEVEL_MINIMAL_L = Minimal ENUM_MDSAUDITLEVEL_BASIC_L = Basic ENUM_MDSAUDITLEVEL_REQUEST_L = Request ENUM_MDSAUDITLEVEL_TRACE_L = Trace ENUM_MDSAUDITLEVEL_FULL_L = Full MMSAUDITLEVEL_L = Audit logging level for Metrics Manager service ENUM_MMSAUDITLEVEL_MINIMAL_L = Minimal ENUM_MMSAUDITLEVEL_BASIC_L = Basic ENUM_MMSAUDITLEVEL_REQUEST_L = Request ENUM_MMSAUDITLEVEL_TRACE_L = Trace ENUM_MMSAUDITLEVEL_FULL_L = Full MISAUDITLEVEL_L = Audit logging level for migration service ENUM_MISAUDITLEVEL_MINIMAL_L = Minimal ENUM_MISAUDITLEVEL_BASIC_L = Basic ENUM_MISAUDITLEVEL_REQUEST_L = Request ENUM_MISAUDITLEVEL_TRACE_L = Trace ENUM_MISAUDITLEVEL_FULL_L = Full MSAUDITLEVEL_L = Audit logging level for monitor service ENUM_MSAUDITLEVEL_MINIMAL_L = Minimal ENUM_MSAUDITLEVEL_BASIC_L = Basic ENUM_MSAUDITLEVEL_REQUEST_L = Request ENUM_MSAUDITLEVEL_TRACE_L = Trace ENUM_MSAUDITLEVEL_FULL_L = Full PACSAUDITLEVEL_L = Audit logging level for planning administration console service ENUM_PACSAUDITLEVEL_MINIMAL_L = Minimal ENUM_PACSAUDITLEVEL_BASIC_L = Basic ENUM_PACSAUDITLEVEL_REQUEST_L = Request ENUM_PACSAUDITLEVEL_TRACE_L = Trace ENUM_PACSAUDITLEVEL_FULL_L = Full PDSAUDITLEVEL_L = Audit logging level for planning data service ENUM_PDSAUDITLEVEL_MINIMAL_L = Minimal ENUM_PDSAUDITLEVEL_BASIC_L = Basic ENUM_PDSAUDITLEVEL_REQUEST_L = Request ENUM_PDSAUDITLEVEL_TRACE_L = Trace ENUM_PDSAUDITLEVEL_FULL_L = Full PPSAUDITLEVEL_L = Audit logging level for PowerPlay service ENUM_PPSAUDITLEVEL_MINIMAL_L = Minimal ENUM_PPSAUDITLEVEL_BASIC_L = Basic ENUM_PPSAUDITLEVEL_REQUEST_L = Request ENUM_PPSAUDITLEVEL_TRACE_L = Trace ENUM_PPSAUDITLEVEL_FULL_L = Full PTSAUDITLEVEL_L = Audit logging level for planning job service ENUM_PTSAUDITLEVEL_MINIMAL_L = Minimal ENUM_PTSAUDITLEVEL_BASIC_L = Basic ENUM_PTSAUDITLEVEL_REQUEST_L = Request ENUM_PTSAUDITLEVEL_TRACE_L = Trace ENUM_PTSAUDITLEVEL_FULL_L = Full PRSAUDITLEVEL_L = Audit logging level for planning Web service ENUM_PRSAUDITLEVEL_MINIMAL_L = Minimal ENUM_PRSAUDITLEVEL_BASIC_L = Basic ENUM_PRSAUDITLEVEL_REQUEST_L = Request ENUM_PRSAUDITLEVEL_TRACE_L = Trace ENUM_PRSAUDITLEVEL_FULL_L = Full PSAUDITLEVEL_L = Audit logging level for presentation service ENUM_PSAUDITLEVEL_MINIMAL_L = Minimal ENUM_PSAUDITLEVEL_BASIC_L = Basic ENUM_PSAUDITLEVEL_REQUEST_L = Request ENUM_PSAUDITLEVEL_TRACE_L = Trace ENUM_PSAUDITLEVEL_FULL_L = Full QSAUDITLEVEL_L = Audit logging level for query service ENUM_QSAUDITLEVEL_MINIMAL_L = Minimal ENUM_QSAUDITLEVEL_BASIC_L = Basic ENUM_QSAUDITLEVEL_REQUEST_L = Request ENUM_QSAUDITLEVEL_TRACE_L = Trace ENUM_QSAUDITLEVEL_FULL_L = Full QSQUERYEXECUTIONTRACE_L = Enable query execution trace QSQUERYEXECUTIONTRACE_D = Specifies whether information tracing the execution of queries should be recorded in a log file. QSQUERYPLANNINGTRACE_L = Enable query planning trace QSQUERYPLANNINGTRACE_D = Specifies whether information tracing the development of query plans should be recorded in a log file. QSGENERATECOMMENTSINNATIVESQL_L = Generate comments in native SQL QSGENERATECOMMENTSINNATIVESQL_D = Specifies whether comments in native SQL are recorded in a log file. QSDUMPMODELTOFILE_L = Write model to file QSDUMPMODELTOFILE_D = Used for diagnostics, specifies whether the query service should write the model to a file when a query is executed. RDSAUDITLEVEL_L = Audit logging level for report data service RDSAUDITLEVEL_D = Specifies the auditing level for the Report data service. ENUM_RDSAUDITLEVEL_MINIMAL_L = Minimal ENUM_RDSAUDITLEVEL_BASIC_L = Basic ENUM_RDSAUDITLEVEL_REQUEST_L = Request ENUM_RDSAUDITLEVEL_TRACE_L = Trace ENUM_RDSAUDITLEVEL_FULL_L = Full RMDSAUDITLEVEL_L = Audit logging level for relational metadata service ENUM_RMDSAUDITLEVEL_MINIMAL_L = Minimal ENUM_RMDSAUDITLEVEL_BASIC_L = Basic ENUM_RMDSAUDITLEVEL_REQUEST_L = Request ENUM_RMDSAUDITLEVEL_TRACE_L = Trace ENUM_RMDSAUDITLEVEL_FULL_L = Full RSAUDITLEVEL_L = Audit logging level for report service ENUM_RSAUDITLEVEL_MINIMAL_L = Minimal ENUM_RSAUDITLEVEL_BASIC_L = Basic ENUM_RSAUDITLEVEL_REQUEST_L = Request ENUM_RSAUDITLEVEL_TRACE_L = Trace ENUM_RSAUDITLEVEL_FULL_L = Full RSAUDITNATIVEQUERY_L = Audit the native query for report service RSAUDITNATIVEQUERY_D = Specifies whether the native query is logged. RSAUDITNATIVEQUERY_H = Set this value to true, native queries will be logged. When false they are not logged. REPOSAUDITLEVEL_L = Audit logging level for repository service ENUM_REPOSAUDITLEVEL_MINIMAL_L = Minimal ENUM_REPOSAUDITLEVEL_BASIC_L = Basic ENUM_REPOSAUDITLEVEL_REQUEST_L = Request ENUM_REPOSAUDITLEVEL_TRACE_L = Trace ENUM_REPOSAUDITLEVEL_FULL_L = Full SSAUDITLEVEL_L = Audit logging level for system service ENUM_SSAUDITLEVEL_MINIMAL_L = Minimal ENUM_SSAUDITLEVEL_BASIC_L = Basic ENUM_SSAUDITLEVEL_REQUEST_L = Request ENUM_SSAUDITLEVEL_TRACE_L = Trace ENUM_SSAUDITLEVEL_FULL_L = Full # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_IPF_L = Logging COMPLEX_IPF_D = Defines a group of properties for the log server. COMPLEX_IPF_H = Use this group of properties to provide access to the log server and specify where the log server sends log messages. The log server can direct messages to any number of destinations of any available type, such as a file, a database or a remote log server. LOGSERVERPORT_L = Local log server port number LOGSERVERPORT_D = Specifies the port used by the local log server. LOGSERVERPORT_H = Ensure that you specify a port that is not already in use. ENABLETCPCONNECTION_L = Enable TCP? ENABLETCPCONNECTION_D = Specifies whether to use TCP protocol for communication between the product components and the log server. ENABLETCPCONNECTION_H = If you set the value of this property to true, a TCP (Transmission Control Protocol) connection is used to communicate with the log server. TCP guarantees the delivery of packets in the same order in which they were sent. If you set this property to false, UDP (User Datagram Protocol) connection is used. WORKERTHREADS_L = Local log server worker threads WORKERTHREADS_D = Specifies the maximum number of threads available on the local log server to manage incoming log messages. WORKERTHREADS_H = Enter a value between 1 and 20. The higher the number of threads, the more memory allocated to processing messages. APPENDER_L = Destination APPENDER_D = Specifies a unique instance of a device to which the log server directs messages. APPENDER_H = The value of this property specifies the destination to which the log server directs messages generated by the product. You cannot change the value of this property. It is automatically set when you choose the destination type for logging in the Explorer window. OPTION_APPENDER_IPF_DATABASE_L = Database OPTION_APPENDER_IPF_DATABASE_D = Defines a group of properties that allows the log server to direct messages to a database. OPTION_APPENDER_IPF_DATABASE_H = To direct log messages to a database, add a new database destination to the logging component using the shortcut menu. Then configure the connection string properties for the database by using the shortcut menu to select the database type. You can use the content store as a destination. The database can be located on a remote computer. For distributed installations, you can use one central database to store log messages. IPF_DATABASE_L = Database IPF_DATABASE_D = Specifies the database type for the log server. IPF_DATABASE_H = You cannot change the value of this property. It is automatically set when you choose the database type for the log server in the Explorer window. OPTION_IPF_DATABASE_MICROSOFT_L = Microsoft SQL Server database OPTION_IPF_DATABASE_MICROSOFT_D = Defines a group of properties used to locate an existing database. OPTION_IPF_DATABASE_MICROSOFT_H = Ensure that the database already exists. IPF_DATABASE_MICROSOFT_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. IPF_DATABASE_MICROSOFT_DB_SERVERINSTANCE_H = 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. IPF_DATABASE_MICROSOFT_DB_USER_D = Specifies the user ID and password that the product uses to connect to the logging database. IPF_DATABASE_MICROSOFT_DB_NAME_D = Specifies the name of the SQL Server database. IPF_DATABASE_MICROSOFT_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters OPTION_IPF_DATABASE_MICROSOFTWINAUTH_L = Microsoft SQL Server database (Windows Authentication) OPTION_IPF_DATABASE_MICROSOFTWINAUTH_D = Defines a group of properties used to locate an existing database. OPTION_IPF_DATABASE_MICROSOFTWINAUTH_H = Ensure that the database already exists. IPF_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_D = Specifies the name or TCP/IP address of the database computer. IPF_DATABASE_MICROSOFTWINAUTH_DB_SERVERINSTANCE_H = 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. IPF_DATABASE_MICROSOFTWINAUTH_DB_NAME_D = Specifies the name of the SQL Server database. IPF_DATABASE_MICROSOFTWINAUTH_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters OPTION_IPF_DATABASE_ORACLE_L = Oracle database OPTION_IPF_DATABASE_ORACLE_D = Defines a group of properties used to locate an existing Oracle database. OPTION_IPF_DATABASE_ORACLE_H = Ensure that the database exists. IPF_DATABASE_ORACLE_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. IPF_DATABASE_ORACLE_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. IPF_DATABASE_ORACLE_DB_USER_D = Specifies the user ID and password that the product uses to connect to the logging database. IPF_DATABASE_ORACLE_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters OPTION_IPF_DATABASE_ORACLEADVANCED_L = Oracle database (Advanced) OPTION_IPF_DATABASE_ORACLEADVANCED_D = Defines a group of properties used to locate an existing Oracle database. OPTION_IPF_DATABASE_ORACLEADVANCED_H = Specify this database connection using an Oracle TNS name description. For example, (description=(address=(host=myhost)(protocol=tcp)(port=1521))(connect_data=(sid=orcl))). Ensure that the database already exists. IPF_DATABASE_ORACLEADVANCED_DB_USER_D = Specifies the user ID and password that the product uses to connect to the logging database. IPF_DATABASE_ORACLEADVANCED_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters OPTION_IPF_DATABASE_DB2_L = DB2 database OPTION_IPF_DATABASE_DB2_D = Defines a group of properties used to locate an existing DB2 database. OPTION_IPF_DATABASE_DB2_H = Ensure that the database already exists. IPF_DATABASE_DB2_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. IPF_DATABASE_DB2_DB_SERVER_H = 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). IPF_DATABASE_DB2_DB_USER_D = Specifies the user ID and password that the product uses to connect to the logging database. IPF_DATABASE_DB2_DB_NAME_D = Specifies the name of the DB2 database. IPF_DATABASE_DB2_DB_NAME_H = Enter the name of the database. IPF_DATABASE_DB2_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters OPTION_IPF_DATABASE_INFORMIX_L = Informix Dynamic Server database OPTION_IPF_DATABASE_INFORMIX_D = Defines a group of properties used to locate an existing Informix Dynamic Server database. OPTION_IPF_DATABASE_INFORMIX_H = Ensure that the database already exists. IPF_DATABASE_INFORMIX_DB_SERVER_D = Specifies the name or TCP/IP address of the database computer. IPF_DATABASE_INFORMIX_DB_SERVER_H = The default value "localhost" indicates that the database is on this computer. IPF_DATABASE_INFORMIX_DB_NAME_D = Specifies the name of the Informix Dynamic Server database. IPF_DATABASE_INFORMIX_DB_NAME_H = Enter the name of the database. IPF_DATABASE_INFORMIX_NS_ADVANCEDPROPERTIES_D = Defines the set of extra connection parameters OPTION_APPENDER_FILE_L = File OPTION_APPENDER_FILE_D = Defines a group of properties that allows the log server to direct messages to a file. OPTION_APPENDER_FILE_H = By default, all log messages are directed by the log server to a file stored on the local computer. Not all log statements or messages indicate problems; some messages are purely informational, while others help diagnose problems. APPENDERNAME_L = Log file location APPENDERNAME_D = Specifies the name and location of a file that contains log statements or messages. APPENDERMAXSIZE_L = Maximum size of log file in MB APPENDERMAXSIZE_D = Specifies the maximum size of the log file in MB. APPENDERMAXSIZE_H = When this limit is exceeded, a new backup file is created. Enter a number between 1 and 50. APPENDERROLLOVER_L = Maximum number of full log files APPENDERROLLOVER_D = Specifies the maximum number of backup log files. APPENDERROLLOVER_H = When the limit is exceeded, the oldest log file is deleted. Each backup file is created using a sequential file extension. For example, 'filename.1', 'filename.2'. USEUTF8ENCODING_L = Use UTF8 encoding? USEUTF8ENCODING_D = Specifies whether to use UTF-8 character set encoding for log messages. USEUTF8ENCODING_H = Set this value to true to use UTF-8 encoding. Otherwise, native encoding is used. OPTION_APPENDER_SYSLOG_L = Syslog OPTION_APPENDER_SYSLOG_D = Defines a group of properties that allows the log server to direct messages to the syslog. OPTION_APPENDER_SYSLOG_H = Not all log statements or messages indicate problems; some messages are purely informational, while others help diagnose problems. HOST_L = Syslog host name HOST_D = Specifies the host name of the computer where the system log is stored. HOST_H = If you use a fully qualified name, ensure that your network is set up to resolve it. FACILITY_L = Syslog facility FACILITY_D = Specifies the service areas under which you can log messages. FACILITY_H = Use this property to list log statements for the facility (hardware device, protocol, or a module or system software) that produces the messages. ENUM_FACILITY_KERN_L = KERN ENUM_FACILITY_USER_L = USER ENUM_FACILITY_MAIL_L = MAIL ENUM_FACILITY_DAEMON_L = DAEMON ENUM_FACILITY_AUTH_L = AUTH ENUM_FACILITY_SYSLOG_L = SYSLOG ENUM_FACILITY_LPR_L = LPR ENUM_FACILITY_NEWS_L = NEWS ENUM_FACILITY_UUCP_L = UUCP ENUM_FACILITY_CRON_L = CRON ENUM_FACILITY_AUTHPRIV_L = AUTHPRIV ENUM_FACILITY_FTP_L = FTP ENUM_FACILITY_LOCAL0_L = LOCAL0 ENUM_FACILITY_LOCAL1_L = LOCAL1 ENUM_FACILITY_LOCAL2_L = LOCAL2 ENUM_FACILITY_LOCAL3_L = LOCAL3 ENUM_FACILITY_LOCAL4_L = LOCAL4 ENUM_FACILITY_LOCAL5_L = LOCAL5 ENUM_FACILITY_LOCAL6_L = LOCAL6 ENUM_FACILITY_LOCAL7_L = LOCAL7 FACILITYPRINTING_L = Print syslog facility? FACILITYPRINTING_D = Specifies whether the syslog facility is printed as part of the log message. FACILITYPRINTING_H = Set this property to true to ensure the log message includes the facility name. OPTION_APPENDER_EVENTLOG_L = Event log OPTION_APPENDER_EVENTLOG_D = Defines a group of properties that allows the log server to direct messages to the Windows Event log. OPTION_APPENDER_EVENTLOG_H = Not all log messages indicate problems; some messages are informational, while others help diagnose problems. LOGSOURCE_L = NT Event log source LOGSOURCE_D = Specifies the name of the source application that generated the message. LOGSOURCE_H = Use this property to change the name of source. For example, you may find it useful to use IBM Cognos component names. By default, the application name is IBM Cognos. OPTION_APPENDER_CONSOLIDATOR_L = Remote log server OPTION_APPENDER_CONSOLIDATOR_D = Defines a group of properties that configures a TCP connection to the remote log server. OPTION_APPENDER_CONSOLIDATOR_H = Use a remote log server to collect and merge log messages from the log server on each computer in a distributed environment. All log messages are sent by local components to the local log server and then directed to the remote log server. CONSOLIDATORCONNECTION_L = Remote log server host name and port CONSOLIDATORCONNECTION_D = Specifies the host name and port of the remote log server. CONSOLIDATORCONNECTION_H = The remote log server is located on another computer. Use the following syntax: host:port. CONSOLIDATORRECONNECTIONDELAY_L = Remote log server reconnection delay CONSOLIDATORRECONNECTIONDELAY_D = Specifies the maximum number of seconds to wait between failed connection attempts to the remote log server. CONSOLIDATORRECONNECTIONDELAY_H = Set the value of this property to zero to disable reconnection attempts. ENABLECONSOLIDATORSSL_L = Enable SSL? ENABLECONSOLIDATORSSL_D = Specifies whether SSL protocol is used to communicate with the remote log server. ENABLECONSOLIDATORSSL_H = If you set the value of this property to true, SSL is used and encryption is enabled for communication with the remote log server. ## ## Component: MDS ## ## Description: Strings needed for the 'MDS' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # METADATAINFORMATIONURI_L = Metadata Information Service URI METADATAINFORMATIONURI_D = Specifies the URI to the Metadata Information Service. METADATAINFORMATIONURI_H = The value for this parameter can be a relative or an absolute URI. The parameter is a relative URI if the value starts with a '/' character. In this case the URI is relative to the URI value of the "Gatteway" parameter. To use an external metadata service specify an absolute URI to that service. GLOSSARYURI_L = IBM Business Glossary URI GLOSSARYURI_D = Specifies the URI to the IBM Business Glossary service. ## ## Component: DSP ## ## Description: Strings needed for the 'DSP' component ## # # Section: TUN # # Description: Labels, descriptions and help for 'tuning' section # CAPACITY_L = Processing capacity CAPACITY_D = Specifies the processing capacity of this dispatcher relative to any other dispatchers in the group of dispatchers. CAPACITY_H = Use the capacity to indicate the relative speed of each computer in the group. For example, if the first dispatcher is twice as fast as the second, set the capacity of the first to 2.0 and the capacity of the second to 1.0. Incoming requests will be directed to these dispatchers in the same relative proportion (2-to-1); that is, the first dispatcher will receive two-thirds of the requests. LOADBALANCINGMODE_L = Load balancing mode ENUM_LOADBALANCINGMODE_WEIGHTEDROUNDROBIN_L = Weighted Round Robin ENUM_LOADBALANCINGMODE_CLUSTERCOMPATIBLE_L = Cluster Compatible TEMPORARYOBJECTLOCATION_L = Temporary objects location TEMPORARYOBJECTLOCATION_D = Defines the location of temporary objects created during an Interactive Report runs ENUM_TEMPORARYOBJECTLOCATION_CONTENTSTORE_L = Content Store ENUM_TEMPORARYOBJECTLOCATION_SERVERFILESYSTEM_L = Server File System TEMPORARYOBJECTLIFETIME_L = Temporary objects lifetime TEMPORARYOBJECTLIFETIME_D = Defines the life span of temporary objects saved on Local File System during Interactive Report runs SERVERGROUP_L = Server group AASAFFINECONNECTIONS_L = Number of high affinity connections for the adaptive analytics service during non-peak period AASAFFINECONNECTIONS_D = Specifies the number of connections that a adaptive analytics service process can use to execute high affinity requests. AASAFFINECONNECTIONS_H = Use this property to limit the number of high affinity requests that can be executed concurrently by a adaptive analytics service process. High affinity requests are requests that are tightly associated with a particular process. These requests are typically executed faster than low affinity requests. AASEXECUTIONTIMELIMIT_L = Maximum execution time for the adaptive analytics service (seconds) AASEXECUTIONTIMELIMIT_D = Specifies the maximum number of elapsed seconds that a request is allowed to run before being cancelled by the dispatcher. AASEXECUTIONTIMELIMIT_H = The default value of 0 means no limit is applied. AASMAXIMUMPROCESSES_L = Maximum number of processes for the adaptive analytics service during non-peak period AASMAXIMUMPROCESSES_D = Specifies the maximum number of adaptive analytics service processes that a dispatcher can start at any one time. AASNONAFFINECONNECTIONS_L = Number of low affinity connections for the adaptive analytics service during non-peak period AASNONAFFINECONNECTIONS_D = Specifies the number of connections that a adaptive analytics service process can use to execute low affinity requests. AASNONAFFINECONNECTIONS_H = Use this property to limit the number of low affinity requests that can be executed concurrently by a adaptive analytics service process. Low affinity requests establish the context for requests that may follow by caching information. Low affinity requests usually take longer to execute than subsequent high affinity requests. There are no benefits to sending low affinity requests to a particular process because these requests do not use cached information. AASPEAKAFFINECONNECTIONS_L = Number of high affinity connections for the adaptive analytics service during peak period AASPEAKAFFINECONNECTIONS_D = Specifies the number of connections that a process of the adaptive analytics service can use to execute high-affinity requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. AASPEAKMAXIMUMPROCESSES_L = Maximum number of processes for the adaptive analytics service during peak period AASPEAKMAXIMUMPROCESSES_D = Specifies the maximum number of adaptive analytics service processes that a dispatcher can start during peak hours. AASPEAKNONAFFINECONNECTIONS_L = Number of low affinity connections for the adaptive analytics service during peak period AASPEAKNONAFFINECONNECTIONS_D = Specifies the number of connections that a adaptive analytics service process can use to execute low affinity requests during peak hours. This property limits the number of low affinity requests that can be executed concurrently by a adaptive analytics service process. BRSAFFINECONNECTIONS_L = Number of high affinity connections for the batch report service during non-peak period BRSAFFINECONNECTIONS_D = Specifies the number of connections that a batch report service process can use to execute high affinity requests. BRSAFFINECONNECTIONS_H = Use this property to limit the number of high affinity requests that can be executed concurrently by a batch report service process. High affinity requests are requests that are tightly associated with a particular process. These requests are typically executed faster than low affinity requests. BRSNONAFFINECONNECTIONS_L = Number of low affinity connections for the batch report service during non-peak period BRSNONAFFINECONNECTIONS_D = Specifies the number of connections that a batch report service process can use to execute low affinity requests. BRSNONAFFINECONNECTIONS_H = Use this property to limit the number of low affinity requests that can be executed concurrently by a Batch report service process. Low affinity requests establish the context for requests that may follow by caching information. Low affinity requests usually take longer to execute than subsequent high affinity requests. There are no benefits to sending low affinity requests to a particular process because these requests do not use cached information. BRSMAXIMUMPROCESSES_L = Maximum number of processes for the batch report service during non-peak period BRSMAXIMUMPROCESSES_D = Specifies the maximum number of batch report service processes that a dispatcher can start at any one time. RDSMAXIMUMDATASIZE_L = Governor limit (MB) RDSMAXIMUMDATASIZE_D = Specifies the maximum size of data returned (MB). MDSAFFINECONNECTIONS_L = Number of high affinity connections for the metadata service during non-peak period MDSAFFINECONNECTIONS_D = Specifies the number of connections that a metadata service process can use to execute high affinity requests. MDSAFFINECONNECTIONS_H = Use this property to limit the number of high affinity requests that can be executed concurrently by a matadata service process. High affinity requests are requests that are tightly associated with a particular process. These requests are typically executed faster than low affinity requests. MDSNONAFFINECONNECTIONS_L = Number of low affinity connections for the metadata service during non-peak period MDSNONAFFINECONNECTIONS_D = Specifies the number of connections that a metadata service process can use to execute low affinity requests. MDSNONAFFINECONNECTIONS_H = Use this property to limit the number of low affinity requests that can be executed concurrently by a metadata service process. Low affinity requests establish the context for requests that may follow by caching information. Low affinity requests usually take longer to execute than subsequent high affinity requests. There are no benefits to sending low affinity requests to a particular process because these requests do not use cached information. MDSQUEUELIMIT_L = Queue time limit of the metadata service (seconds) MDSQUEUELIMIT_D = Specifies the number of seconds that a request can be queued before it exceeds the timeout period. MDSEXECUTIONTIMELIMIT_L = Maximum execution time for the metadata service (seconds) MDSEXECUTIONTIMELIMIT_D = Specifies the maximum number of elapsed seconds that a request is allowed to run before being cancelled by the dispatcher. MDSEXECUTIONTIMELIMIT_H = The default value of 0 means no limit is applied. PPSAFFINECONNECTIONS_L = Number of high affinity connections for the PowerPlay service during non-peak period PPSAFFINECONNECTIONS_D = Specifies the number of connections that a PowerPlay service process can use to execute high affinity requests. PPSAFFINECONNECTIONS_H = Use this property to limit the number of high affinity requests that can be executed concurrently by a PowerPlay service process. High affinity requests are requests that are tightly associated with a particular process. These requests are typically executed faster than low affinity requests. PPSNONAFFINECONNECTIONS_L = Number of low affinity connections for the PowerPlay service during non-peak period PPSNONAFFINECONNECTIONS_D = Specifies the number of connections that a PowerPlay service process can use to execute low affinity requests. PPSNONAFFINECONNECTIONS_H = Use this property to limit the number of low affinity requests that can be executed concurrently by a PowerPlay service process. Low affinity requests establish the context for requests that may follow by caching information. Low affinity requests usually take longer to execute than subsequent high affinity requests. There are no benefits to sending low affinity requests to a particular process because these requests do not use cached information. PPSQUEUELIMIT_L = Queue time limit of the PowerPlay service (seconds) PPSQUEUELIMIT_D = Specifies the number of seconds that a PowerPlay request can be queued before it exceeds the timeout period. PPSEXECUTIONTIMELIMIT_L = Maximum execution time for the PowerPlay service (seconds) PPSEXECUTIONTIMELIMIT_D = Specifies the maximum number of elapsed seconds that a report is allowed to run before being cancelled by the dispatcher. PPSEXECUTIONTIMELIMIT_H = The default value of 0 means no limit is applied. PPSMAXIMUMEMAILATTACHMENTSIZE_L = Maximum size of an uncompressed email attachment for Power Play service in MB PPSMAXIMUMEMAILATTACHMENTSIZE_D = Specifies the maximum amount of data that can be placed in an attachment by the Power Play service in MB. The size used is the size of the data before it is compressed. PPSMAXIMUMEMAILATTACHMENTSIZE_H = Use a value of 0 when you want to allow the size of an attachment to be unlimited. RMDSCONNECTIONS_L = Maximum connections for relational metadata service during non-peak period RMDSCONNECTIONS_D = Specifies the maximum number of connections that a process of the relational metadata service can use concurrently to execute requests. RMDSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by an relational metadata service process. RMDSEXECUTIONTIMELIMIT_L = Maximum execution time for the relational metadata service (seconds) RMDSEXECUTIONTIMELIMIT_D = Specifies the maximum number of seconds that a task can run before being canceled by the dispatcher. RMDSEXECUTIONTIMELIMIT_H = The default value of 0 means no limit is applied. RMDSPEAKCONNECTIONS_L = Maximum number of relational metadata service connections during peak period RMDSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the relational metadata service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. RSAFFINECONNECTIONS_L = Number of high affinity connections for the report service during non-peak period RSAFFINECONNECTIONS_D = Specifies the number of connections that a report service process can use to execute high affinity requests. RSAFFINECONNECTIONS_H = Use this property to limit the number of high affinity requests that can be executed concurrently by a report service process. High affinity requests are requests that are tightly associated with a particular process. These requests are typically executed faster than low affinity requests. RSNONAFFINECONNECTIONS_L = Number of low affinity connections for the report service during non-peak period RSNONAFFINECONNECTIONS_D = Specifies the number of connections that a report service process can use to execute low affinity requests. RSNONAFFINECONNECTIONS_H = Use this property to limit the number of low affinity requests that can be executed concurrently by a report service process. Low affinity requests establish the context for requests that may follow by caching information. Low affinity requests usually take longer to execute than subsequent high affinity requests. There are no benefits to sending low affinity requests to a particular process because these requests do not use cached information. RSMAXIMUMPROCESSES_L = Maximum number of processes for the report service during non-peak period RSMAXIMUMPROCESSES_D = Specifies the maximum number of report service child processes that a dispatcher can start at any one time. RSQUEUELIMIT_L = Queue time limit of the report service (seconds) RSQUEUELIMIT_D = Specifies the number of seconds that a request can be queued before it exceeds the timeout period. RSEXECUTIONTIMELIMIT_L = Maximum execution time for the report service (seconds) RSEXECUTIONTIMELIMIT_D = Specifies the maximum number of elapsed seconds that a report is allowed to run before being cancelled by the dispatcher. RSEXECUTIONTIMELIMIT_H = The default value of 0 means no limit is applied. RSMAXIMUMEMAILATTACHMENTSIZE_L = Maximum size of an uncompressed email attachment for report service in MB RSMAXIMUMEMAILATTACHMENTSIZE_D = Specifies the maximum amount of data that can be placed in an attachment by the report service in MB. The size used is the size of the data before it is compressed. RSMAXIMUMEMAILATTACHMENTSIZE_H = Use a value of 0 when you want to allow the size of an attachment to be unlimited. BRSEXECUTIONTIMELIMIT_L = Maximum execution time for the batch report service (seconds) BRSEXECUTIONTIMELIMIT_D = Specifies the maximum number of elapsed seconds that a report is allowed to run before being cancelled by the dispatcher. BRSEXECUTIONTIMELIMIT_H = The default value of 0 means no limit is applied. BRSMAXIMUMEMAILATTACHMENTSIZE_L = Maximum size of an uncompressed email attachment for batch report service in MB BRSMAXIMUMEMAILATTACHMENTSIZE_D = Specifies the maximum amount of data that can be placed in an attachment by the batch report service in MB. The size used is the size of the data before it is compressed. BRSMAXIMUMEMAILATTACHMENTSIZE_H = Use a value of 0 when you want to allow the size of an attachment to be unlimited. BRSCHARTHOTSPOTLIMIT_L = Number of hotspots generated in a chart by the batch report service BRSCHARTHOTSPOTLIMIT_D = Specifies the maximum number of hotspots generated in a chart. Use a value of 0 when you want to disable the generation of chart hotspots. Use the default value of Unlimited to generate all hotspots in a chart. BRSCHARTHOTSPOTLIMIT_H = Use this property to limit the number of chart hotspots that will be generated by a batch report service process. RSCHARTHOTSPOTLIMIT_L = Number of hotspots generated in a chart by the report service RSCHARTHOTSPOTLIMIT_D = Specifies the maximum number of hotspots generated in a chart. Use a value of 0 when you want to disable the generation of chart hotspots. Use the default value of Unlimited to generate all hotspots in a chart. RSCHARTHOTSPOTLIMIT_H = Use this property to limit the number of chart hotspots that will be generated by a report service process. JSCONNECTIONS_L = Maximum connections for job service during non-peak period JSCONNECTIONS_D = Specifies the number of connections that a process of the job service can use to execute requests. JSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a job service process. DSCOMPRESSATTACHMENTLIMIT_L = Maximum size of an uncompressed email attachment for delivery service in MB DSCOMPRESSATTACHMENTLIMIT_D = Specifies the maximum size of an uncompressed email attachment in MB. The delivery service will compress an attachment that is larger than the maximum size before sending it. DSCOMPRESSATTACHMENTLIMIT_H = Use a value of 0 to disable attachment compression. Use a nil value to compress all attachments. Setting a non-nil, non-zero value improves performance when sending emails with large attachments, such as report outputs. ASCONNECTIONS_L = Maximum connections for agent service during non-peak period ASCONNECTIONS_D = Specifies the maximum number of connections that a process of the agent service can use to execute requests. ASCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by an agent service process. ASMAXIMUMEMAILATTACHMENTSIZE_L = Maximum size of an uncompressed email attachment for agent service in MB ASMAXIMUMEMAILATTACHMENTSIZE_D = Specifies the maximum amount of data that can be placed in an attachment by the agent service in MB. The size used is the size of the data before it is compressed. ASMAXIMUMEMAILATTACHMENTSIZE_H = Use a value of 0 when you want to allow the size of an attachment to be unlimited. DSCONNECTIONS_L = Maximum connections for delivery service during non-peak period DSCONNECTIONS_D = Specifies the number of connections that a process of the delivery service can use to execute requests. DSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a delivery service process. DSMAXIMUMEMAILSIZE_L = Maximum size of an email message for delivery service in MB DSMAXIMUMEMAILSIZE_D = Specifies the maximum amount of data that can be placed in an e-mail by the delivery service in MB. The size used is the size of the data after it is compressed. DSMAXIMUMEMAILSIZE_H = Use a value of 0 when you want to allow the size of an e-mail to be unlimited. DISCONNECTIONS_L = Maximum connections for data integration service during non-peak period DISCONNECTIONS_D = Specifies the number of connections that a process of the data integration service can use to execute requests. DISCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a data integration service process. PACSCONNECTIONS_L = Maximum connections for planning administration console service during non-peak period PACSCONNECTIONS_D = Specifies the number of connections that a process of the planning administration console service can use to execute requests. PACSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a planning administration console service process. PRSCONNECTIONS_L = Maximum connections for planning runtime service during non-peak period PRSCONNECTIONS_D = Specifies the number of connections that a process of the planning runtime service can use to execute requests. PRSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a planning runtime service process. PTSCONNECTIONS_L = Maximum connections for planning task service during non-peak period PTSCONNECTIONS_D = Specifies the number of connections that a process of the planning task service can use to execute requests. PTSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a planning task service process. MMSCONNECTIONS_L = Maximum connections for Metrics Manager service during non-peak period MMSCONNECTIONS_D = Specifies the number of connections that a process of the Metrics Manager service can use to execute requests. MMSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a Metrics Manager service process. MBSCONNECTIONS_L = Maximum connections for mobile service during non-peak period MBSCONNECTIONS_D = Specifies the number of connections that a process of the mobile service can use to execute requests. MBSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a mobile service process. PDSCONNECTIONS_L = Maximum connections for planning data service during non-peak period PDSCONNECTIONS_D = Specifies the number of connections that a process of the planning data service can use to execute requests. PDSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a planning data service process. CMSCONNECTIONS_L = Maximum connections for Content Manager service during non-peak period CMSCONNECTIONS_D = Specifies the number of connections that a process of the Content Manager service can use to execute requests. CMSCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a Content Manager service process. MISCONNECTIONS_L = Maximum connections for migration service during non-peak period MISCONNECTIONS_D = Specifies the number of connections that a process of the migration service can use to execute requests. MISCONNECTIONS_H = Use this property to limit the number of requests that can be executed concurrently by a migration service process. PDSSHOWCELLANNOTATIONS_L = Expose cell annotations PDSSHOWCELLANNOTATIONS_D = Specifies if cell annotations should be shown in authoring studios. PDSSHOWCELLANNOTATIONS_H = Use this property to enable or diable access to cell annotations metadata items in analysis Studio, Event Studio, Query Studio and Report Studio. Enabling access will allow authors to present these annotations in their reports, queries and agents. By default, cell annotations are hidden. PDSELISTACCESSCACHELIMIT_L = E-List access cache timeout (seconds) PDSELISTACCESSCACHELIMIT_D = Specifies the number of seconds that an e-list access rights cache entry can remain in the cache before it needs to be recalculated. PDSELISTACCESSCACHELIMIT_H = Use this property to increase or decrease the amount of time that the E-list access rights are retained in memory before they are refreshed from the application database. For more frequent updates, user can set a shorter timeout period. By default, access rights are refreshed once per hour (every 3600 seconds). PDSMAXIMUMPROCESSES_L = Maximum number of processes for the planning data service during non-peak period PDSMAXIMUMPROCESSES_D = Specifies the maximum number of planning data service processes that can be started by a dispatcher. PDSMAXIMUMPROCESSES_H = Use this property to control the number of planning data service processes that are running on the local machine. At startup, one process is started and as requested volume increases, additional processes might be started. By default, number of processes is limited to 1. NONPEAKDEMANDBEGINHOUR_L = Non Peak period start hour NONPEAKDEMANDBEGINHOUR_D = Specifies the hour of the day at which the non-peak demand time begins. PEAKDEMANDBEGINHOUR_L = Peak period start hour PEAKDEMANDBEGINHOUR_D = Specifies the hour of the day at which the peak demand time begins. PERIODICALDOCUMENTVERSIONRETENTIONAGE_L = Periodical document version retention age PERIODICALDOCUMENTVERSIONRETENTIONAGE_D = Specifies the default maximum age of documentVersion objects to be retained in a periodical document. PERIODICALDOCUMENTVERSIONRETENTIONAGE_H = This value is used to construct a retention rule for new documents in periodicals. PERIODICALDOCUMENTVERSIONRETENTIONCOUNT_L = Periodical document version retention count PERIODICALDOCUMENTVERSIONRETENTIONCOUNT_D = Specifies the default maximum number of documentVersion objects to be retained in a periodical document. PERIODICALDOCUMENTVERSIONRETENTIONCOUNT_H = This value is used to construct a retention rule for new documents in periodicals. ASPEAKCONNECTIONS_L = Maximum number of agent service connections during peak period ASPEAKCONNECTIONS_D = Specifies the number of connections that a process of the agent service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. BRSPEAKAFFINECONNECTIONS_L = Number of high affinity connections for the batch report service during peak period BRSPEAKAFFINECONNECTIONS_D = Specifies the number of connections that a process of the batch report service can use to execute high-affinity requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. BRSPEAKNONAFFINECONNECTIONS_L = Number of low affinity connections for the batch report service during peak period BRSPEAKNONAFFINECONNECTIONS_D = Specifies the number of connections that a batch report service process can use to execute low affinity requests during peak hours. This property limits the number of low affinity requests that can be executed concurrently by a batch report service process. BRSPEAKMAXIMUMPROCESSES_L = Maximum number of processes for the batch report service during peak period BRSPEAKMAXIMUMPROCESSES_D = Specifies the maximum number of batch report service processes that a dispatcher can start during peak hours. CMSPEAKCONNECTIONS_L = Maximum number of Content Manager service connections during peak period CMSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the Content Manager service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. DISPEAKCONNECTIONS_L = Maximum number of data integration service connections during peak period DISPEAKCONNECTIONS_D = Specifies the number of connections that a process of the data integration service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. DSPEAKCONNECTIONS_L = Maximum number of delivery service connections during peak period DSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the delivery service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. GSAFFINECONNECTIONS_L = Number of high affinity connections for the graphics service during non-peak period GSAFFINECONNECTIONS_D = Specifies the number of connections that a graphics service process can use to execute high affinity requests. GSAFFINECONNECTIONS_H = Use this property to limit the number of high affinity requests that can be executed concurrently by a graphics service process. High affinity requests are requests that are tightly associated with a particular process. These requests are typically executed faster than low affinity requests. GSNONAFFINECONNECTIONS_L = Number of low affinity connections for the graphics service during non-peak period GSNONAFFINECONNECTIONS_D = Specifies the number of connections that a graphics service process can use to execute low affinity requests. GSNONAFFINECONNECTIONS_H = Use this property to limit the number of low affinity requests that can be executed concurrently by a graphics service process. Low affinity requests establish the context for requests that may follow by caching information. Low affinity requests usually take longer to execute than subsequent high affinity requests. There are no benefits to sending low affinity requests to a particular process because these requests do not use cached information. GSPEAKAFFINECONNECTIONS_L = Number of high affinity connections for the graphics service during peak period GSPEAKAFFINECONNECTIONS_D = Specifies the number of connections that a process of the graphics service can use to execute high-affinity requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. GSPEAKNONAFFINECONNECTIONS_L = Number of low affinity connections for the graphics service during peak period GSPEAKNONAFFINECONNECTIONS_D = Specifies the number of connections that a graphics service process can use to execute low affinity requests. GSPEAKNONAFFINECONNECTIONS_H = Use this property to limit the number of low affinity requests that can be executed concurrently by a graphics service process. Low affinity requests establish the context for requests that may follow by caching information. Low affinity requests usually take longer to execute than subsequent high affinity requests. There are no benefits to sending low affinity requests to a particular process because these requests do not use cached information. GSMAXIMUMPROCESSES_L = Maximum number of processes for the graphics service during non-peak period GSMAXIMUMPROCESSES_D = Specifies the maximum number of graphics service processes that a dispatcher can start at any one time. GSPEAKMAXIMUMPROCESSES_L = Maximum number of processes for the graphics service during peak period GSPEAKMAXIMUMPROCESSES_D = Specifies the maximum number of graphics service processes that can be started by a dispatcher. GSPEAKMAXIMUMPROCESSES_H = Use this property to control the number of graphics service processes that are running on the local machine. At startup, one process is started and as requested volume increases, additional processes might be started. By default, number of processes is limited to 1. GSQUEUELIMIT_L = Queue time limit of the graphics service (seconds) GSQUEUELIMIT_D = Specifies the number of seconds that a request can be queued before it exceeds the timeout period. GSEXECUTIONTIMELIMIT_L = Maximum execution time for the graphics service (seconds) GSEXECUTIONTIMELIMIT_D = Specifies the maximum number of elapsed seconds that a graphics is allowed to run before being cancelled by the dispatcher. GSEXECUTIONTIMELIMIT_H = The default value of 0 means no limit is applied. JSPEAKCONNECTIONS_L = Maximum number of job service connections during peak period JSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the job service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. MBSPEAKCONNECTIONS_L = Maximum number of mobile service connections during peak period MBSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the mobile service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. MDSMAXIMUMPROCESSES_L = Maximum number of processes for the metadata service during non-peak period MDSMAXIMUMPROCESSES_D = Specifies the maximum number of metadata service processes that can be started by a dispatcher. MDSMAXIMUMPROCESSES_H = Use this property to control the number of metadata service processes that are running on the local machine. At startup, one process is started and as requested volume increases, additional processes might be started. By default, number of processes is limited to 1. MDSPEAKMAXIMUMPROCESSES_L = Maximum number of processes for the metadata service during peak period MDSPEAKMAXIMUMPROCESSES_D = Specifies the maximum number of metadata service processes that a dispatcher can start during peak hours. MDSPEAKAFFINECONNECTIONS_L = Number of high affinity connections for the metadata service during peak period MDSPEAKAFFINECONNECTIONS_D = Specifies the number of connections that a process of the metadata service can use to execute high-affinity requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. MDSPEAKNONAFFINECONNECTIONS_L = Number of low affinity connections for the metadata service during peak period MDSPEAKNONAFFINECONNECTIONS_D = Specifies the number of connections that a metadata service process can use to execute low affinity requests during peak hours. This property limits the number of low affinity requests that can be executed concurrently by a metadata service process. MISPEAKCONNECTIONS_L = Maximum number of migration service connections during peak period MISPEAKCONNECTIONS_D = Specifies the number of connections that a process of the migration service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. MMSPEAKCONNECTIONS_L = Maximum number of Metrics Manager service connections during peak period MMSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the Metrics Manager service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. PACSPEAKCONNECTIONS_L = Maximum number of planning administration console service connections during peak period PACSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the planning administration console service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. PDSPEAKCONNECTIONS_L = Maximum number of planning data service connections during peak period PDSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the planning data service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. PDSPEAKMAXIMUMPROCESSES_L = Maximum number of processes for the planning data service during peak period PDSPEAKMAXIMUMPROCESSES_D = Specifies the maximum number of planning data service processes that a dispatcher can start. PRSPEAKCONNECTIONS_L = Maximum number of planning runtime service connections during peak period PRSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the planning runtime service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. PTSPEAKCONNECTIONS_L = Maximum number of planning task service connections during peak period PTSPEAKCONNECTIONS_D = Specifies the number of connections that a process of the planning task service can use to execute requests during peak hours. This property limits the number of these requests that can be executed concurrently by a process. RSPEAKAFFINECONNECTIONS_L = Number of high affinity connections for the report service during peak period RSPEAKAFFINECONNECTIONS_D = Specifies the number of connections that a report service process can use to execute high affinity requests during peak hours. This property limits the number of these requests that can be executed concurrently by a report service process. RSPEAKNONAFFINECONNECTIONS_L = Number of low affinity connections for the report service during peak period RSPEAKNONAFFINECONNECTIONS_D = Specifies the number of connections that a report service process can use to execute low affinity requests during peak hours. This property limits the number of low affinity requests that can be executed concurrently by a report service process. RSPEAKMAXIMUMPROCESSES_L = Maximum number of processes for the report service during peak period RSPEAKMAXIMUMPROCESSES_D = Specifies the maximum number of report service processes that can be started by a dispatcher during peak hours. REPOSCACHEOBJTTL_L = Maximum number of seconds reports and report elements can exist in the cache. REPOSCACHEOBJTTL_D = Specified the maximum number of seconds reports and report elements can exist in the cache. REPOSCACHEOBJTTL_H = Setting value of 0 allows objects to exist in the cache forever. REPOSNUMOBJDISK_L = Maximum number of reports and report elements that can overflow to disk. REPOSNUMOBJDISK_D = Specifies the maximum number of reports and report elements that can overflow to the local disk. REPOSNUMOBJDISK_H = Setting value of 0 allows an unlimited number of reports and report elements to be stored on disk. REPOSNUMOBJMEM_L = Maximum number of reports and report elements that can be stored in memory. REPOSNUMOBJMEM_D = Specifies the maximum number of reports and report elements that can be stored in memory. REPOSNUMOBJMEM_H = Setting value of 0 allows an unlimited number of reports and report elements to be stored in memory. BRSPDFCHARACTERENCODING_L = PDF Character Encoding for batch report service BRSPDFCHARACTERENCODING_D = Specifies the character encoding for PDF documents created by the batch report service. ENUM_BRSPDFCHARACTERENCODING_AUTO_L = Auto ENUM_BRSPDFCHARACTERENCODING_FONT_L = Font ENUM_BRSPDFCHARACTERENCODING_WINDOWS1252_L = Windows1252 RSPDFCHARACTERENCODING_L = PDF Character Encoding for report service RSPDFCHARACTERENCODING_D = Specifies the character encoding for PDF documents created by the report service. ENUM_RSPDFCHARACTERENCODING_AUTO_L = Auto ENUM_RSPDFCHARACTERENCODING_FONT_L = Font ENUM_RSPDFCHARACTERENCODING_WINDOWS1252_L = Windows1252 BRSPDFEMBEDFONTS_L = Option to allow the batch report service to embed fonts in generated PDF documents BRSPDFEMBEDFONTS_D = Specifies whether the batch report service should embed fonts in generated PDF documents. ENUM_BRSPDFEMBEDFONTS_ALLOW_L = Allow ENUM_BRSPDFEMBEDFONTS_AUTO_L = Auto ENUM_BRSPDFEMBEDFONTS_DISALLOW_L = Disallow RSPDFEMBEDFONTS_L = Option to allow the report service to embed fonts in generated PDF documents RSPDFEMBEDFONTS_D = Specifies whether the report service should embed fonts in generated PDF documents. ENUM_RSPDFEMBEDFONTS_ALLOW_L = Allow ENUM_RSPDFEMBEDFONTS_AUTO_L = Auto ENUM_RSPDFEMBEDFONTS_DISALLOW_L = Disallow BRSPDFCOMPRESSIONTYPE_L = The PDF compression type for PDF documents created by the batch report service BRSPDFCOMPRESSIONTYPE_D = Specifies the PDF compression type for PDF documents created by the batch report service. ENUM_BRSPDFCOMPRESSIONTYPE_CLASSIC_L = Classic ENUM_BRSPDFCOMPRESSIONTYPE_BASIC_L = Basic ENUM_BRSPDFCOMPRESSIONTYPE_IMPROVED_L = Improved ENUM_BRSPDFCOMPRESSIONTYPE_ADVANCED_L = Advanced ENUM_BRSPDFCOMPRESSIONTYPE_FULL_L = Full RSPDFCOMPRESSIONTYPE_L = The PDF compression type for PDF documents created by the report service RSPDFCOMPRESSIONTYPE_D = Specifies the PDF compression type for PDF documents created by the report service. ENUM_RSPDFCOMPRESSIONTYPE_CLASSIC_L = Classic ENUM_RSPDFCOMPRESSIONTYPE_BASIC_L = Basic ENUM_RSPDFCOMPRESSIONTYPE_IMPROVED_L = Improved ENUM_RSPDFCOMPRESSIONTYPE_ADVANCED_L = Advanced ENUM_RSPDFCOMPRESSIONTYPE_FULL_L = Full BRSPDFCOMPRESSIONLEVEL_L = Content Compression level for PDF documents created by the batch report service BRSPDFCOMPRESSIONLEVEL_D = A higher value indicates a more aggressive compression strategy should be applied. BRSPDFCOMPRESSIONLEVEL_H = The number must be an integer between 0 and 9. The value 0 means that the document should not be compressed while the value 9 means maximum compression. RSPDFCOMPRESSIONLEVEL_L = Content Compression level for PDF documents created by the report service RSPDFCOMPRESSIONLEVEL_D = A higher value indicates a more aggressive compression strategy should be applied. RSPDFCOMPRESSIONLEVEL_H = The number must be an integer between 0 and 9. The value 0 means that the document should not be compressed while the value 9 means maximum compression. DMSAFFINECONNECTIONS_L = Number of high affinity connections for the data movement service during non-peak period DMSAFFINECONNECTIONS_D = Specifies the number of connections that a data movement service process can use to execute high affinity requests during non-peak hours. This property limits the number of these requests that can be executed concurrently by a data movement service process. DMSAFFINECONNECTIONS_H = High affinity requests are requests that are tightly associated with a particular process. These requests are usually executed faster than low affinity requests. DMSNONAFFINECONNECTIONS_L = Number of low affinity connections for data movement service during non-peak period DMSNONAFFINECONNECTIONS_D = Specifies the number of connections that a data movement service process can use to execute low affinity requests during non-peak hours. DMSNONAFFINECONNECTIONS_H = This property limits the number of low affinity requests that can be executed concurrently by a data movement service process. DMSMAXIMUMPROCESSES_L = Maximum number of processes for the data movement service during non-peak period DMSMAXIMUMPROCESSES_D = Specifies the maximum number of data movement service processes that can be started by a dispatcher during non-peak hours. DMSQUEUELIMIT_L = Queue time limit of the data movement service (seconds) DMSQUEUELIMIT_D = Specifies the number of seconds that a data movement request can be queued before it exceeds the timeout period. DMSEXECUTIONTIMELIMIT_L = Maximum execution time for the data movement service (seconds) DMSEXECUTIONTIMELIMIT_D = Specifies the maximum number of seconds that a task can run before being canceled by the dispatcher. DMSEXECUTIONTIMELIMIT_H = The dispatcher logs an error (DPR-ERR-2087) indicating that the task execution was canceled due to the execution time limit set being exceeded. A secondary request made against a conversation that has exceeded the time limit returns an error message. Use a value of 0 when you want to allow the report to complete execution, regardless of the amount of time necessary. DMSPEAKAFFINECONNECTIONS_L = Number of high affinity connections for the data movement service during peak period DMSPEAKAFFINECONNECTIONS_D = Specifies the number of connections that a data movement service process can use to execute high affinity requests during peak hours. This property limits the number of these requests that can be executed concurrently by a data movement service process. DMSPEAKAFFINECONNECTIONS_H = High affinity requests are requests that are tightly associated with a particular process. These requests are usually executed faster than low affinity requests. DMSPEAKNONAFFINECONNECTIONS_L = Number of low affinity connections for the data movement service during peak period DMSPEAKNONAFFINECONNECTIONS_D = Specifies the number of connections that a data movement service process can use to execute low affinity requests during peak hours. This property limits the number of low affinity requests that can be executed concurrently by a data movement service process. DMSPEAKMAXIMUMPROCESSES_L = Maximum number of processes for the data movement service during peak period DMSPEAKMAXIMUMPROCESSES_D = Specifies the maximum number of data movement service processes that a dispatcher can start during peak hours. CMCSHEAPLIMIT_L = Memory limit for the content manager cache service as a percentage of the total JVM heap memory CMCSHEAPLIMIT_D = Specifies the memory usage limit for the content manager request cache as a percentage of the total JVM heap memory. Setting the property to 0 will disable the caching. HTSCOMPLETEDTASKLIFETIME_L = Completed human task lifetime HTSCOMPLETEDTASKLIFETIME_D = Specifies the lifetime of completed human tasks. ANSANNOTATIONLIFETIME_L = Completed annotation lifetime ANSANNOTATIONLIFETIME_D = Specifies the lifetime of an annotation. QSIDLECONNECTIONTIMEOUT_L = Idle connection timeout (seconds) QSIDLECONNECTIONTIMEOUT_D = This property specifies the idle database connection timeout period in seconds. Set value to -1 to disable the timeout. QSMANUALCUBESTART_L = Do not start dynamic cubes when service starts (Requires QueryService restart) QSMANUALCUBESTART_D = Specifies whether dynamic cubes are started automatically when the service starts up. QSROLAPCUBEADMINISTRATIONCOMMANDTIMEOUT_L = Dynamic cube administration command timeout (seconds) (Requires QueryService restart) QSROLAPCUBEADMINISTRATIONCOMMANDTIMEOUT_D = Specifies the timeout period, in seconds, for a dynamic cube administration command. Use a value of 0 when you want to allow the command to complete execution, regardless of the amount of time necessary. QSRESULTSETCACHEQUERYTIMETHRESHOLD_L = Minimum query execution time before a result set is considered for caching (milliseconds) QSRESULTSETCACHEQUERYTIMETHRESHOLD_D = Specifies the minimum query execution time in milliseconds before a result set is considered for caching. QSINITIALJVMHEAPSIZE_L = Initial JVM heap size for the query service (MB) (Requires QueryService restart) QSINITIALJVMHEAPSIZE_D = Specifies the initial size, in MB, of the Java Virtual Machine (JVM) heap. (Requires QueryService restart) QSJVMHEAPSIZELIMIT_L = JVM heap size limit for the query service (MB) (Requires QueryService restart) QSJVMHEAPSIZELIMIT_D = Specifies the maximum size, in MB, of the Java Virtual Machine (JVM) heap. (Requires QueryService restart) QSINITIALJVMNURSERYSIZE_L = Initial JVM nursery size (MB) (Requires QueryService restart) QSINITIALJVMNURSERYSIZE_D = Specifies the initial nursery size, in MB, of the Java Virtual Machine (JVM). (Requires QueryService restart) QSJVMNURSERYSIZELIMIT_L = JVM nursery size limit (MB) (Requires QueryService restart) QSJVMNURSERYSIZELIMIT_D = Specifies the maximum size, in MB, of the Java Virtual Machine (JVM) nursery. (Requires QueryService restart) QSGCPOLICY_L = JVM garbage collection policy (Requires QueryService restart) QSGCPOLICY_D = Specifies the garbage collection policy used to manage JVM heap storage. (Requires QueryService restart) ENUM_QSGCPOLICY_BALANCED_L = Balanced ENUM_QSGCPOLICY_CUSTOM_L = Custom ENUM_QSGCPOLICY_GENERATIONAL_L = Generational QSADDITIONALJVMARGUMENTS_L = Additional JVM arguments for the query service (Requires QueryService restart) QSADDITIONALJVMARGUMENTS_D = Specifies other arguments that control the Java Virtual Machine (JVM). The arguments may vary depending on the JVM. (Requires QueryService restart) QSVERBOSEGCLOGLIMIT_L = Number of garbage collection cycles output to the verbose log (Requires QueryService restart) QSVERBOSEGCLOGLIMIT_D = Specifies the number of garbage collection cycles logged if verbose garbage collection logging is enabled. (Requires QueryService restart) QSDISABLEVERBOSEGCLOGGING_L = Disable JVM verbose garbage collection logging (Requires QueryService restart) QSDISABLEVERBOSEGCLOGGING_D = Specifies whether garbage collection information is recorded in a log file. (Requires QueryService restart) # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # RDSGATEWAYMAPPINGS_L = Gateway mappings RDSGATEWAYMAPPINGS_D = Contains the mappings from external PowerPlay gateway to internal PowerPlay dispatcher for this service. COLLABORATIONDISCOVERYURI_L = Collaboration discovery URI COLLABORATIONDISCOVERYURI_D = Specifies the discovery URI for the external collaboration services. QSROLAPCUBECONFIGURATIONS_L = Dynamic cube configurations QSROLAPCUBECONFIGURATIONS_D = Contains configuration data for dynamic cubes. JMXPROXYHOSTDISPATCHERS_L = JMX proxy host dispatchers JMXPROXYHOSTDISPATCHERS_D = Contains a list of dispatchers eligible to host the Java Management Extensions (JMX) proxy server in preferred order. ## ## Component: CBS ## ## Description: Strings needed for the 'CBS' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_CBS_L = IBM Cognos services COMPLEX_CBS_D = Defines a group of properties for the IBM Cognos services. COMPLEX_CBS_H = Use these properties to specify the amount of resources that the IBM Cognos services use. CBS_L = Configuration CBS_D = Specifies the template used to configure the IBM Cognos service. CBS_H = This property is automatically set when you select a template for the IBM Cognos service. You cannot change the value of this property in this window. If you want to use another template, in the Explorer window, right-click the service and click Delete. Right-click IBM Cognos service, click New resource, Configuration. Enter a resource name and then select a template from the list. OPTION_CBS_WEBSPHERELIBERTY_L = WebSphere Liberty Profile OPTION_CBS_WEBSPHERELIBERTY_D = Defines a group of properties for a configuration template used for WebSphere Liberty Profile. ACTION_WEBSPHERELIBERTY_REGISTER_L = Register ACTION_WEBSPHERELIBERTY_START_L = Start ACTION_WEBSPHERELIBERTY_STOP_L = Stop ACTION_WEBSPHERELIBERTY_RESTART_L = Restart CBS_WEBSPHERELIBERTY_CBS_DISPATCHERMAXMEMORY_L = Maximum memory for Websphere Liberty Profile in MB WLPPROPERTIES_L = Advanced properties WLPPROPERTIES_D = These properties are used to tune the WebSphere Liberty Profile (WLP) server. WLPPROPERTIES_H = The property value of 'coreThreads' represents the number of threads that the WLP server starts up with. The 'maxThreads' value represents the maximum number of threads that can be associated with the WLP server. Customize these values according to the hardware resources available. For more information, refer to the WLP server documentation (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). LTPAISENABLED_L = Enable IBM Lightweight Third-Party Authentication (LTPA)? LTPAISENABLED_D = Specifies whether to enable IBM Lightweight Third-Party Authentication for IBM Cognos Analytics. LTPAISENABLED_H = You can configure IBM Cognos Analytics components to use IBM Lightweight Third-Party Authentication (LTPA). Use this property to enable or disable LTPA for IBM Cognos Analytics. CBSENVVAR_L = Environment Variables CBSENVVAR_D = Specifies a set of envireonment variables that will be passed to bootstrap service. CBSENVVAR_H = The user needs to provide the name and the value for each environment variable. ASVISENABLED_L = Agent service enabled? ASVISENABLED_D = Specifies whether the agent service is enabled. ASVISENABLED_H = Use this property to enable or disable the agent service on the local computer. The agent service executes agents. If the conditions for an agent are met, the agent service signals the monitor service to execute the tasks. By default the agent service is enabled. ANSISENABLED_L = Annotation service enabled? ANSISENABLED_D = Specifies whether the annotation service is enabled. ANSISENABLED_H = Use this property to enable or disable the annotation service on the local computer. This service allows the ability to add commentary to reports. By default the annotation service is enabled. BRSISENABLED_L = Batch report service enabled? BRSISENABLED_D = Specifies whether the batch report service is enabled. BRSISENABLED_H = Use this property to enable or disable the batch report service on the local computer. The batch report service handles background requests for report executions and provides output, on behalf of the monitor service. The batch report service works the same as the report service, except it handles only background executions. By default the batch report service is enabled. CMISENABLED_L = Content Manager service enabled? CMISENABLED_D = Specifies whether the Content Manager service is enabled. CMISENABLED_H = Use this property to enable or disable the Content Manager service on the local computer. The Content Manager service is a service used by other services to store, organize, and retrieve application data such as system configuration, models, report specifications, report outputs, schedules, user accounts, groups, contacts, distribution lists and data sources. A distributed installation may have one active Content Manager service, and one or more standby Content Manager services. By default the Content Manager service is enabled. DISISENABLED_L = Data integration service enabled? DISISENABLED_D = Specifies whether the data integration service is enabled. DISISENABLED_H = Use this property to enable or disable the data integration service on the local computer. The data integration service manages the tasks that obtain data from data sources, extract information from data stores, recalculate and transform data, and load content for use by Metrics Manager in the portal. By default the data integration service is enabled. DSSOAPISENABLED_L = Data Manager SOAP service enabled? DSSOAPISENABLED_D = Specifies whether the Data Manager SOAP service is enabled. DSSOAPISENABLED_H = Use this property to enable or disable Data Manager SOAP service on the local computer. By default Data Manager SOAP service is enabled. DMSISENABLED_L = Data movement service enabled? DMSISENABLED_D = Specifies whether the data movement service is enabled. DMSISENABLED_H = Use this property to enable or disable the data movement service on the local computer. The data movement service is used for CEBA-based requests for data movement tasks. By default, the data movement service is enabled. DLSISENABLED_L = Delivery service enabled? DLSISENABLED_D = Specifies whether the delivery service is enabled. DLSISENABLED_H = Use this property to enable or disable the delivery service on the local computer. The delivery service sends emails on behalf of other services, such as the report service, job service or agent service. By default the delivery service is enabled. DISPISENABLED_L = Dispatcher service enabled? DISPISENABLED_D = Specifies whether the dispatcher related services are enabled. DISPISENABLED_H = Use this property to enable or disable a number of services on the local computer. Currently these are the batch report service, report service, data movement service, metadata service and presentation service. By default these services are disabled on computers where Content Manager is the only component that is installed. Please note that the dispatcher itself will not be disabled. EMISENABLED_L = Event management service enabled? EMISENABLED_D = Specifies whether the event management service is enabled. EMISENABLED_H = Use this property to enable or disable the event management service on the local computer. The event management service manages scheduled task executions. When a scheduled task execution begins, the event management service signals the monitor service to begin the execution of the task. By default the event management service is enabled. GSISENABLED_L = Graphics service enabled? GSISENABLED_D = Specifies whether the graphics service is enabled. GSISENABLED_H = Use this property to enable or disable the graphics service on the local computer. The graphics service produces charts and graphics on behalf of the report service. By default the graphics service is enabled. HTSISENABLED_L = Human task service enabled? HTSISENABLED_D = Specifies whether the human task service is enabled. HTSISENABLED_H = Use this property to enable or disable the human task service on the local computer. This service enables the ability to create and manage human tasks. A human task, such as a report approval, can be assigned to individuals or groups on an ad-hoc basis or by any of the other services. By default the human task service is enabled. IDVIZISENABLED_L = Interactive discovery visualization service enabled? IDVIZISENABLED_D = Specifies whether the interactive discovery visualization service is enabled. IDVIZISENABLED_H = Use this property to enable or disable the interactive discovery visualization service on the local computer. The interactive discovery visualization service provides content to IBM Cognos products to support interactive discovery and visualization functionality. By default the interactive discovery visualization service is enabled. JSISENABLED_L = Job service enabled? JSISENABLED_D = Specifies whether the job service is enabled. JSISENABLED_H = Use this property to enable or disable the job service on the local computer. The job service executes jobs and signals the monitor service to execute job steps in the background. By default the job service is enabled. MDSISENABLED_L = Metadata service enabled? MDSISENABLED_D = Specifies whether the metadata service is enabled. MDSISENABLED_H = Use this property to enable or disable the metadata service on the local computer. The metadata service handles metadata requests including lineage, queryMetadata, updateMetadata and testDataSourceConnection. By default, the metadata service is enabled. CMMISENABLED_L = Metrics Manager service enabled? CMMISENABLED_D = Specifies whether Metrics Manager service is enabled. CMMISENABLED_H = Use this property to enable or disable Metrics Manager service on the local computer. The Metrics Manager service manages application requests, such as requests for Web pages or application configuration information. By default the Metrics Manager service is enabled. MIGSRVISENABLED_L = Migration service enabled? MIGSRVISENABLED_D = Specifies whether the migration service is enabled. MIGSRVISENABLED_H = Use this property to enable or disable the migration service on the local computer. The migration service is used to migrate PowerPlay content. By default the migration service is disabled on computers where Content Manager is not installed. MOBISENABLED_L = Mobile service enabled? MOBISENABLED_D = Specifies whether the mobile service is enabled. MOBISENABLED_H = Use this property to enable or disable the mobile service on the local computer. The mobile service allows content to be sent to mobile devices, and handles requests from mobile devices. By default the mobile service is enabled. MSISENABLED_L = Monitor service enabled? MSISENABLED_D = Specifies whether the monitor service is enabled. MSISENABLED_H = Use this property to enable or disable the monitor service on the local computer. The monitor service signals a target service to handle a task, then monitors the execution of the task and collects and saves history information for the execution of the task. The monitor service can also take control of asynchronous service conversations on behalf of the client. By default the monitor service is enabled. PASISENABLED_L = Planning administration console service enabled? PASISENABLED_D = Specifies whether the planning administration console service is enabled. PASISENABLED_H = Use this property to enable or disable the planning administration console service on the local computer. By default the planning administration console service is enabled. PDSISENABLED_L = Planning data service enabled? PDSISENABLED_D = Specifies whether the planning data service is enabled. PDSISENABLED_H = Use this property to enable or disable the planning data service on the local computer. The planning data service manages report queries against IBM Cognos Planning - Contributor data sources. By default, the planning data service is enabled. PJSISENABLED_L = Planning job service enabled? PJSISENABLED_D = Specifies whether the planning job Data Manager service is enabled. PJSISENABLED_H = Use this property to enable or disable the planning job service on the local computer. By default the planning job service is enabled. PWSISENABLED_L = Planning Web service enabled? PWSISENABLED_D = Specifies whether the planning Web service is enabled. PWSISENABLED_H = Use this property to enable or disable the planning Web service on the local computer. By default the planning Web service is enabled. PPESISENABLED_L = PowerPlay service enabled? PPESISENABLED_D = Specifies whether the PowerPlay service is enabled. PPESISENABLED_H = Use this property to enable or disable the PowerPlay service on the local computer. By default the PowerPlay service is enabled. XTSCRNISENABLED_L = Presentation service enabled? XTSCRNISENABLED_D = Specifies whether the presentation service is enabled. XTSCRNISENABLED_H = Use this property to enable or disable the presentation service on the local computer. The presentation service handles requests for IBM Cognos Connection, Query Studio, and Event Studio. By default the presentation service is disabled on computers where Content Manager is the only component that is installed. QSISENABLED_L = Query service enabled? QSISENABLED_D = Specifies whether the query service is enabled. QSISENABLED_H = Use this property to enable or disable the query service on the local computer. By default the query service is enabled. CCSISENABLED_L = Report data service enabled? CCSISENABLED_D = Specifies whether the report data service is enabled. CCSISENABLED_H = Use this property to enable or disable the report data service on the local computer. The report data service manages external client requests such as IBM Cognos BI for Microsoft Office. By default the report data service is enabled. WARPISENABLED_L = Report service enabled? WARPISENABLED_D = Specifies whether the report service is enabled. WARPISENABLED_H = Use this property to enable or disable the report service on the local computer. The report service handles interactive requests for report executions and generates output for a user in IBM Cognos Connection or one of the studios. By default the report service is enabled. REPOISENABLED_L = Repository service enabled? REPOISENABLED_D = Specifies whether the repository service is enabled. REPOISENABLED_H = Use this property to enable or disable the repository service on the local computer. By default the repository service is enabled. RMDSISENABLED_L = Relational metadata service enabled? RMDSISENABLED_D = Specifies whether the relational metadata service is enabled. RMDSISENABLED_H = Use this property to enable or disable the relational metadata service on the local computer. By default the relational metadata service is enabled. VGSISENABLED_L = Visualization Gallery service enabled? VGSISENABLED_D = Specifies whether the visualization gallery service is enabled. VGSISENABLED_H = Use this property to enable or disable the visualization gallery service on the local computer. By default the visualization gallery service is enabled. ## ## Component: CPS ## ## Description: Strings needed for the 'CPS' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_CPS_L = Portal Services COMPLEX_CPS_D = Defines the properties for the portal services. WEBCONTENT_L = Web Content URI WEBCONTENT_D = Specifies the URI of the portal services Web content. WEBCONTENT_H = No value is required when the Web content, represented by the portal services portlets, is used in IBM Cognos Connection. When the portlets are deployed to a third-party portal, this value can optionally be used to specify an alternate Web content URI where portal users can access portal services images and Web content. For example, http://MyPortalImageServer/ibmcognos/. APPLICATIONS_L = Location of 'applications.xml' APPLICATIONS_D = Specifies the URI or local file path of the applications.xml file. APPLICATIONS_H = If your environment includes more than one instance of IBM Cognos, and you configure different instances to use different applications.xml locations, each location must contain the same version of the applications.xml file. CPS_NAMESPACEID_L = Trusted Signon Namespace ID CPS_NAMESPACEID_D = Specifies the authentication namespace ID. CPS_NAMESPACEID_H = Enter the value of an existing authentication namespace. CPS_SHAREDSECRET_L = Shared secret CPS_SHAREDSECRET_D = Specifies the value of a key for single signon using the shared secret method. CPS_SHAREDSECRET_H = This property is case-sensitive. ## ## Component: CAF ## ## Description: Strings needed for the 'CAF' component ## # # Section: SEC # # Description: Labels, descriptions and help for 'security' section # COMPLEX_CAF_L = IBM Cognos Application Firewall COMPLEX_CAF_D = Defines a group of properties to configure the IBM Cognos Application Firewall. COMPLEX_CAF_H = The IBM Cognos Application Firewall is an essential component of product security helping to provide protection against penetration vulnerabilities. Disabling the IBM Cognos Application Firewall will remove this protection; therefore, this should not be done under normal circumstances. CAF_ENABLED_L = Enable CAF validation? CAF_ENABLED_D = Specifies whether to enable IBM Cognos Application Firewall validation. CAF_ENABLED_H = The IBM Cognos Application Firewall is an essential component of product security helping to provide protection against penetration vulnerabilities. Disabling the IBM Cognos Application Firewall will remove this protection; therefore, this should not be done under normal circumstances. In addition, if third party XSS checking is enabled, CAF validation must also be enabled. CAF_VALIDDOMAINLIST_L = Valid domains or hosts CAF_VALIDDOMAINLIST_D = Specifies valid domain and/or host name values for your configuration. CAF_VALIDDOMAINLIST_H = The IBM Cognos Application Firewall will validate hostname and domain names used or passed in a request. You may add additional host names or domain names to support your configuration and system topology. For example, add .mycompany.com to allow the domains from mycompany.com. You may also allow a domain and all its sub-domains by adding a wildcard at the beginning of the domain such as, *.mycompany.com. CAF_TPXSSCHECKINGUSED_L = Is third party XSS checking enabled? CAF_TPXSSCHECKINGUSED_D = Specifies whether CAF support for third party cross site scripting checking is enabled. CAF_TPXSSCHECKINGUSED_H = Enables CAF to support third party cross site scripting checking by encoding requests to prevent discouraged characters from being rejected by the third party checking. Enable this property if you have a tool that is performing XSS of GET requests. You can only enable this property when CAF validation is also enabled. By default, the third party XSS characters <, ' and > will be encoded. ENUM_CAF_TPXSSCHECKINGUSED_FALSE_L = False ENUM_CAF_TPXSSCHECKINGUSED_TRUE_L = True (Requires CAF validation enabled) ## ## Component: CDS ## ## Description: Strings needed for the 'CDS' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_CDS_L = Data Manager COMPLEX_CDS_D = Defines a group of properties for Data Manager. DS_DATA_DIR_L = Data files location DS_DATA_DIR_D = Specifies the directory that Data Manager delivers text data files and metadata files to. DS_LOG_DIR_L = Log files location DS_LOG_DIR_D = Specifies the directory that Data Manager writes log files to when you execute builds from a catalog. COMPLEX_CDSNET_L = Data Manager network services COMPLEX_CDSNET_D = Defines a group of properties for Data Manager network services. DS_NET_LOG_DIR_L = Log files location DS_NET_LOG_DIR_D = Specifies the directory that Data Manager network services writes log files to. COMPLEX_CDSNETCLIENT_L = Client COMPLEX_CDSNETCLIENT_D = Defines a group of properties for Data Manager server connections. DSNET_CLIENT_LOG_SEVERITY_L = Logging severity DSNET_CLIENT_LOG_SEVERITY_D = Specifies the level of logging on the client. 1 = least verbose, 5 = most verbose. DS_NET_DEFAULT_PORT_L = Default port DS_NET_DEFAULT_PORT_D = Specifies the default port for the remote connection. DS_NET_DEFAULT_PROTOCOL_L = Default protocol for remote connection DS_NET_DEFAULT_PROTOCOL_D = The default protocol used for remote connection. DS_NET_DEFAULT_PROTOCOL_H = Use this property to specify the protocol for the remote connection. ENUM_DS_NET_DEFAULT_PROTOCOL_SOAP_L = SOAP ENUM_DS_NET_DEFAULT_PROTOCOL_SECURESOAP_L = Secure SOAP ENUM_DS_NET_DEFAULT_PROTOCOL_SOCK_L = Socket DSNET_DFLT_PWD_L = Default service access password DSNET_DFLT_PWD_D = The default service access password for remote Data Manager Network servers. DSNET_DFLT_PWD_H = This password is used if no matched server connection entry is found for given host / port / protocol. DS_NET_CONNECTION_L = Data Manager net connection OPTION_DS_NET_CONNECTION_DS_NET_SERVERCONNECTION_L = Data Manager net connection OPTION_DS_NET_CONNECTION_DS_NET_SERVERCONNECTION_D = Defines a group of properties used to define a server connection. OPTION_DS_NET_CONNECTION_DS_NET_SERVERCONNECTION_H = Ensure that the server exists and that the resource name is the host name of the remote server. DS_NET_PORT_L = Port DS_NET_PORT_D = Specifies the port of the remote connection. DS_NET_PROTOCOL_L = Protocol for remote connection DS_NET_PROTOCOL_D = The protocol used for remote connection. DS_NET_PROTOCOL_H = Use this property to specify the protocol for the remote connection. ENUM_DS_NET_PROTOCOL_SOAP_L = SOAP ENUM_DS_NET_PROTOCOL_SECURESOAP_L = Secure SOAP ENUM_DS_NET_PROTOCOL_SOCK_L = Socket DS_NET_PWD_L = Service access password DS_NET_PWD_D = The service access password for the Data Manager network server. COMPLEX_CDSNETSERVER_L = Server COMPLEX_CDSNETSERVER_D = Defines a group of properties for Data Manager servers. COMPLEX_CDSNETSOAPSERVER_L = SOAP Server COMPLEX_CDSNETSOAPSERVER_D = Defines a group of properties for Data Manager network services SOAP Server. DSNET_SOAP_SERVER_LOG_SEVERITY_L = Logging severity DSNET_SOAP_SERVER_LOG_SEVERITY_D = Specifies the level of logging on the server. 1 = least verbose, 5 = most verbose. ACTION_CDSNETSOAPSERVER_ENABLE_L = Enable ACTION_CDSNETSOAPSERVER_ENABLE_D = Enable the Data Manager SOAP server. ACTION_CDSNETSOAPSERVER_DISABLE_L = Disable ACTION_CDSNETSOAPSERVER_DISABLE_D = Disable the Data Manager SOAP server. COMPLEX_CDSNETSOCKETSERVER_L = Socket Server COMPLEX_CDSNETSOCKETSERVER_D = Defines a group of properties for Data Manager network services Socket Server. DSNET_PWD_L = Service access password DSNET_PWD_D = The service access password for the Data Manager network server. DS_NET_SOCK_PORT_L = Socket port number DS_NET_SOCK_PORT_D = Specifies the port for the Socket Server. DSNET_SOCKET_SERVER_LOG_SEVERITY_L = Logging severity DSNET_SOCKET_SERVER_LOG_SEVERITY_D = Specifies the level of logging on the server. 1 = least verbose, 5 = most verbose. ACTION_CDSNETSOCKETSERVER_REGISTER_L = Register ACTION_CDSNETSOCKETSERVER_REGISTER_D = Registering the Data Manager socket server service ACTION_CDSNETSOCKETSERVER_START_L = Start ACTION_CDSNETSOCKETSERVER_START_D = Starting the Data Manager socket server ACTION_CDSNETSOCKETSERVER_STOP_L = Stop ACTION_CDSNETSOCKETSERVER_STOP_D = Stopping the Data Manager socket server ACTION_CDSNETSOCKETSERVER_RESTART_L = Restart ## ## Component: PLA ## ## Description: Strings needed for the 'PLA' component ## # # Section: ENV # # Description: Labels, descriptions and help for 'environment' section # COMPLEX_PLANNING_L = Planning COMPLEX_PLANNING_D = Defines the properties for the Planning. ANALYSTMAXSIZE_L = Analyst maximum workspace size in KB ANALYSTMAXSIZE_D = Specifies how much memory the APL interpreter can use. ANALYSTMAXSIZE_H = Enter a value between 64000 and 2000000. Memory is allocated as it is needed, but only up to this limit. Once allocated, the memory will not be available for other applications while Analyst is running. BIINSTALLLOCATION_L = IBM Cognos BI installation location BIINSTALLLOCATION_D = Specifies the path to the IBM Cognos Business Intelligence installation. BIINSTALLLOCATION_H = This path is specified when IBM Cognos BI is installed. This property is used by Planning components that require an IBM Cognos BI installation. COMPLEX_PLANNINGSERVER_L = Planning Server COMPLEX_PLANNINGSERVER_D = Defines a group of properties for planning server. PLANNINGWINDOWSERVICELISTENINGPORT_L = Listening port number PLANNINGWINDOWSERVICELISTENINGPORT_D = Specifies the port the product uses to listen for commands on. PLANNINGWINDOWSERVICESHUTDOWNPORT_L = Shutdown port number PLANNINGWINDOWSERVICESHUTDOWNPORT_D = Specifies the port the product uses to listen for a shut down command. ORACLEODBCDRIVER_L = Oracle ODBC Driver ORACLEODBCDRIVER_D = Specifies which ODBC driver to use to connect to the Contributor publish data store. ORACLEODBCDRIVER_H = On certain installs, the ODBC driver name for Oracle is not a default value, or more than one driver could be installed. Used by the client extension and PPES admin extension. ACTION_PLANNINGSERVER_START_L = Start ACTION_PLANNINGSERVER_START_D = Starting the Planning server ACTION_PLANNINGSERVER_STOP_L = Stop ACTION_PLANNINGSERVER_STOP_D = Stopping the Planning server ACTION_PLANNINGSERVER_RESTART_L = Restart # # Section: DAT # # Description: Labels, descriptions and help for 'dataAccess' section # COMPLEX_PLACDS_L = IBM Cognos Planning COMPLEX_PLACDS_D = Defines a group of properties that provide access to IBM Cognos Planning content. COMPLEX_PLACDS_H = Use this group of properties to configure the access to Planning Contributor Data Server and Planning content store. A database resource component that points to the Planning Store is required when the planning server is installed. If the planning server component is installed on the same computer as Content Manager, the database resource can point to the same database that's used for Content Manager. COMPLEX_CONTRIBUTORDATASERVER_L = Contributor Data Server COMPLEX_CONTRIBUTORDATASERVER_D = Defines the properties for the Planning Contributor Data Server. PLACDS_SHAREDSECRET_L = Signature password PLACDS_SHAREDSECRET_D = Specifies the password that enables secure communication between IBM Cognos servers and Contributor Data Server for scheduled reports and agents. PLACDS_SHAREDSECRET_H = The password is case-sensitive and must match the Signature password property that you configure in IBM Cognos Series 7, Configuration Manager, IBM Cognos Planning / IBM Cognos - Contributor Data Server / General properties.