Properties file: wp.db.impl_dbdomain.properties
Table of contents
1. Release Database Properties
release.DbType
Description The type of database to be used for the Release domain. Default derby Examples None available
release.DbName
Description The name of the release database. Should also appear as the database element in DbUrl.
- For remote IBM DB2 for i, the value must include the host name, such as: hostname/wpsreldb
- For Linux and UNIX-based platforms using IBM DB2, this value is the TCPIP alias.
- For IBM DB2 for i, the value must be unique for this domain.
Default wpsdb Examples None available
release.DbSchema
Description The Release domain database schema name. For IBM DB2 for i, the scheme name must be less than ten characters. Some database management systems have restrictions for schema names. To define a valid schema name, see the documentation of the target database management system for guidance. Default release Examples None available
release.DbNameOnZos
Description Required for DB2 for z/OS only. The database for the Release domain. If WebSphere Portal is configured to use a remote DB2 for z/OS database, the value should be the name of the remote Release domain database. Default WPSTST02 Examples None available
release.DataSourceName
Description The name of the datasource to use for the Release domain. We cannot use the following reserved names: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback Default wpdbDS Examples None available release.DbUrl
Description The wps Release domain database URL. Should match the value of DbName property. Default jdbc:derby:wpsdb;create=true Examples Apache Derby : jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2://YourDatabaseServer:50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400:hostnamewpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400:hostnamewpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2:location
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2://YourDatabaseServer:port/location
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@YourDatabaseServer:1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://YourDatabaseServer:1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver:/YourDatabaseServer:1433;DatabaseName=wpsdb
release.DbUser
Description The database administrator user ID. If we are using a diifferent ID for configuration than we are using for runtime, specify the configuration ID. Default db2admin Examples None available
release.DbPassword
Description The database administrator password Default ReplaceWithYourDbAdminPwd Examples None available
release.DbRuntimeUser
Description Optional parameter. WebSphere Portal will use this ID to connect to the release database during day-to-day operations. This is also referred to as the runtime user. If we are not using two seperate IDs, one for configuration and one for runtime, leave this value blank. Default No default value Examples None available
release.DbRuntimePassword
Description The database runtime user password. Default ReplaceWithYourDbRuntimePwd Examples None available
release.DBA.DbUser
Description The DBA user for privledged access operations during creation of this database type. Default db2admin Examples None available
release.DBA.DbPassword
Description The DBA password for privledged access operations during creation of this database type Default ReplaceWithYourDBAPwd Examples None available
release.DbHome
Description The root location for the database.
- For Oracle Database, enter the location on the remote or local machine for create the tablespaces.
- For Microsoft SQL Server, enter the location locally to store the database files.
- Microsoft SQL Server on Windows Only: This path must use \\ instead of /.
- SQLServer Only:instance in the path below may or may not be there in the installation.
Default ReplaceWithYourDbHomeDir Examples Oracle Database: { oracle/product/10.1.0/db_1 }
Microsoft SQLServer: { C:\\Microsoft SQL Server\\instance\\MSSQL }
release.AdminUrl
Description Required for SQL Server only. The SQL server URL without a database attached. This value is used to connect to SQL Server for DBA operations. Default ReplaceWithYourAdminUrl Examples DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
release.DbConfigRoleName
Description The name of the role assigned to the configuration user ID (release.DbUser). If this role does not exist, create the role and assign it to the configuration ID. Default WP_BASE_CONFIG_USERS Examples None available
release.DbRuntimeRoleName
Description The name of the role assigned to the runtime user (release.DbRuntimeUser). If this role does not exist, create the role and assign it to the runtime user ID Default WP_BASE_RUNTIME_USERS Examples None available
release.XDbName
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. Required only for a local DB2 database using Type 2 JDBC driver. The release database alias that needs to be set to call create-database task. Default wps6TCP Examples None available
release.DbNode
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. The node for the Release domain database and needs to be set to call the create-database task. Default wpsNode Examples None available
release.DbStorageGroup
Description Required for DB2 for z/OS only. The storage group for the Release database. Default WPSSG Examples None available
release.DbVolumes
Description Required for DB2 for z/OS only. The volumes for the Release database. Default * Examples None available
release.DbVcat
Description Required for DB2 for z/OS only. The VCAT for the Release database. Default DSN910 Examples None available
release.DbIndex4KBufferPoolName
Description Required for DB2 for z/OS only. The 4K bufferpool name for the Release database. This bufferpool is dedicated for the indices. Default BP3 Examples None available
release.Db4KBufferPoolName
Description Required for DB2 for z/OS only. The 4K bufferpool name for the Release database. Default BP2 Examples None available
release.Db32KBufferPoolName
Description Required for DB2 for z/OS only. The 32K bufferpool name for the Release database. Default BP32K1 Examples None available
release.TablespaceTrackMod
Description Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. Before changing this value, see the DB2 for z/OS documentation about the attribute TRACKMOD. Default YES Examples None available
release.TablespaceDefine
Description Required for DB2 for z/OS only. Sets the DEFINE attribute of all tablespaces to the specified value. Before changing this value, see the DB2 for z/OS documentation about the attribute DEFINE. Default NO Examples None available
2. Community Database Properties
community.DbType
Description The type of database to be used for the Community domain. Default derby Examples None available
community.DbName
Description The name of the Community domain database. Should also appear as the database element in DbUrl.
- For Linux and UNIX platforms (non-Windows) using DB2, enter the TCPIP alias for the database.
- For remote IBM DB2 for i, the value should include the host name, such as: hostName/wpscomdb
Default wpsdb Examples None available
community.DbSchema
Description The Community domain database schema name. For IBM DB2 fori, the scheme name must be less than ten characters. Some database management systems have restrictions for schema names. To define a valid schema name, see the documentation of the target database management system for guidance. Default community Examples None available
community.DbNameOnZos
Description Required for DB2 for z/OS only. The name of the database for the Community domain. If WebSphere Portal is configured to use a remote DB2 for z/OS database, the value should be the name of the remote Community domain database. Default WPSTST02 Examples None available
community.DataSourceName
Description The name of the datasource to use for the Community domain. We cannot use the following reserved names: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback Default wpdbDS Examples None available
community.DbUrl
Description The wps Community domain database URL. The database element of this value should match the value of DbName property.
- For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
- For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by the portal.
Default jdbc:derby:wpsdb;create=true Examples IBM DB2 using type 2 JDBC drivers: jdbc:db2:wpsdb
Apache Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2://YourDatabaseServer:50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400:hostnamewpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400:hostName/wpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2:location
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2://YourDatabaseServer:port/location
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@YourDatabaseServer:1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:/YourDatabaseServer:1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver:/YourDatabaseServer:1433;DatabaseName=wpsdb
community.DbUser
Description The database user ID. If we are using a diifferent ID for configuration than we are using for runtime, specify the configuration ID. Default db2admin Examples None available
community.DbPassword
Description The database administrator password. Default ReplaceWithYourDbAdminPwd Examples None available
community.DbRuntimeUser
Description Optional parameter. WebSphere Portal will use this ID to connect to the Community database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the community.DbUser value, then leave this value blank. Default No default value Examples None available
community.DbRuntimePassword
Description The database runtime user password. Default ReplaceWithYourDbRuntimePwd Examples None available
community.DBA.DbUser
Description The database administrator user for privileged access operations during creation of this database type. Default db2admin Examples None available
community.DBA.DbPassword
Description The database administrator user password for privileged access operations during creation of this database type. Default ReplaceWithYourDBAPwd Examples None available
community.DbHome
Description The root location for the database.
- For Oracle Database, enter the location on the remote or local machine for create the tablespaces.
- For SQL Server, enter the location locally to store the database files.
- For SQL Server Windows Only: This path must use \\ instead of /.
- For SQL Server Only: instance in the path below may or may not be there in the installation.
Default ReplaceWithYourDbHomeDir Examples Oracle Database: {oracle /product/10.1.0/db_1 }
SQL Server: { C:\\Microsoft SQL Server\\instance\\MSSQL }
community.AdminUrl
Description Required for SQL Server only. The sqlserver URL without a database attached. This value is used to connect to SQL Server for DBA operations. Default ReplaceWithYourAdminUrl Examples DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
community.DbConfigRoleName
Description The name of the role assigned to the configuration user ID (community.DbUser). If this role does not exist, create the role and assign it to the configuration user ID. Default WP_BASE_CONFIG_USERS Examples None available
community.DbRuntimeRoleName
Description The name of the role assigned to the runtime user ID (community.DbRuntimeUser). If this role does not exist, create the role and assign it to the runtime user ID. Default WP_BASE_RUNTIME_USERS Examples None available
community.XDbName
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. Required only for local DB2 database using Type 2 JDBC driver The Community database alias that needs to be set to call create-database Default wps6TCP Examples None available
community.DbNode
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. The node for the WebSphere Portal Community domain database and needs to be set to call the create-database task. Default wpsNode Examples None available
community.DbStorageGroup
Description Required for DB2 for z/OS only. The storage group for the Community database. Default WPSSG Examples None available
community.DbVolumes
Description Required for DB2 for z/OS only. The volumes for the Community database. Default * Examples None available
community.DbVcat
Description Required for DB2 for z/OS only. The VCAT for the Community database. Default DSN910 Examples None available
community.DbIndex4KBufferPoolName
Description Required for DB2 for z/OS only. The 4K bufferpool name for the Community database. This bufferpool is dedicated for the indices. Default BP3 Examples None available
community.Db4KBufferPoolName
Description Required for DB2 for z/OS only. The 4K bufferpool name for the Community database. Default BP2 Examples None available
community.Db32KBufferPoolName
Description Required for DB2 for z/OS only. The 32K bufferpool name for the Community database. Default BP32K1 Examples None available
community.TablespaceTrackMod
Description Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. Before changing this value, see the DB2 for z/OS documentation about the attribute TRACKMOD. Default YES Examples None available
community.TablespaceDefine
Description Required for DB2 for z/OS only. Sets the DEFINE attribute of all tablespaces to the specified value. Before changing this value, see the DB2 for z/OS documentation about the attribute DEFINE. Default NO Examples None available
3. Customization Database Properties
customization.DbType
Description The type of database to be used for the Customization domain. Default derby Examples None available
customization.DbName
Description The name of the Customization database. Should also appear as the database element in customization.DbUrl The following conditions effect the value for this property:
- Linux and UNIX platforms (non-Windows) when using DB2 only enter the TCPIP alias for the database.
- For IBM DB2 for i, this value must be unique for this domain.
- For remote DB2 database for IBM i the value must include the host name, such as: hostname/wpscstdb
Default wpsdb Examples None available
customization.DbSchema
Description The Customization domain database schema name. For IBM DB2 for i, the scheme name must be less than ten characters. Some database management systems have restrictions for schema names. To define a valid schema name, see the documentation of the target database management system for guidance. Default customization Examples None available
customization.DbNameOnZos
Description Required for DB2 for z/OS only. Enter the name of the database for the Customization domain. If WebSphere Portal is configured to use a remote DB2 for z/OS database, the value should be the name of the remote Customization domain database. Default WPSTST02 Examples None available
customization.DataSourceName
Description The name of datasource to be used for Customization domain. We cannot use the following reserved names: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback Default wpdbDS Examples None available
customization.DbUrl
Description The wps Customization domain database URL. The database element of this value should match the value of DbName property.
- For IBM DB2 for i, when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL - unless X11 DISPLAY is set and active.
- For IBM DB2 for z/OS, the database element of this value should match the location name of the database used when establishing connections with the IBM DB2 datasource used by the portal.
Default jdbc:derby:wpsdb;create=true Examples Apache Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2://YourDatabaseServer:50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400:hostnamewpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400:hostnamewpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2:location
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2://YourDatabaseServer:port/location
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@YourDatabaseServer:1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:/YourDatabaseServer:1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver:/YourDatabaseServer:1433;DatabaseName=wpsdb
customization.DbUser
Description The database user ID. If we are using a diifferent ID for configuration than we are using for runtime, specify the configuration ID. Default db2admin Examples None available
customization.DbPassword
Description The database administrator password. Default ReplaceWithYourDbAdminPwd Examples None available
customization.DbRuntimeUser
Description Optional parameter. WebSphere Portal will use this ID to connect to the customization database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the customization.DbUser value, then leave this value blank. Default No default value Examples None available
customization.DbRuntimePassword
Description The database runtime user password. Default ReplaceWithYourDbRuntimePwd Examples None available
customization.DBA.DbUser
Description The value is the DBA user for privledged access operations during creation of this database type. Default db2admin Examples None available
customization.DBA.DbPassword
Description The password for privledged access operations during creation of this database type. Default ReplaceWithYourDBAPwd Examples None available
customization.DbHome
Description The root location for the database.
For Oracle Database, this is the location on the remote or local machine for create the tablespaces.
For SQLServer this is the location locally to store the database files.
SQLServer Windows Only: This path must use \\ instead of /.
SQLServer Only: instance in the path below may or may not be there in the installation.Default ReplaceWithYourDbHomeDir Examples Oracle Database: { oracle/product/10.1.0/db_1 }
SQLServer: { C:\\Microsoft SQL Server\\instance\\MSSQL }
customization.AdminUrl
Description Required for SQL Server only. The sqlserver URL without a database attached. This value is used to connect to SQL Server for DBA operations. Default ReplaceWithYourAdminUrl Examples DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
customization.DbConfigRoleName
Description The name of the role assigned to the configuration user ID (customization.DbUser). If this role does not exist, create the role and assign it to the configuration ID. Default WP_BASE_CONFIG_USERS Examples None available
customization.DbRuntimeRoleName
Description The name of the role assigned to the runtime user ID (customization.DbRuntimeUser). If this role does not exist, create the role and assign it to the runtime user ID. Default WP_BASE_RUNTIME_USERS Examples None available
customization.XDbName
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. Required only for local DB2 database using Type 2 JDBC driver. The customization database alias that needs to be set to call create-database Default wps6TCP Examples None available
customization.DbNode
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. The node for the Customization domain database and needs to be set to call create-database. Default wpsNode Examples None available
customization.DbStorageGroup
Description Required for DB2 for z/OS only. The storage group for the WebSphere Portal customization database. Default WPSSG Examples None available
customization.DbVolumes
Description Required for DB2 for z/OS only. The volumes for the Customization database. Default * Examples None available
customization.DbVcat
Description Required for DB2 for z/OS only. The VCAT for the Customization database. Default DSN910 Examples None available
customization.DbIndex4KBufferPoolName
Description Required for DB2 for z/OS only. The 4K bufferpool name for the Customization database. This bufferpool is dedicated for the indices. Default BP3 Examples None available
customization.Db4KBufferPoolName
Description Required for DB2 for z/OS only. The 4K bufferpool name for the Customization database. Default BP2 Examples None available
customization.Db32KBufferPoolName
Description Required for DB2 for z/OS only. The 32K bufferpool name for the Customization database. Default BP32K1 Examples None available
customization.TablespaceTrackMod
Description Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. Refer to the DB2 for z/OS documentation about attribute TRACKMOD before changing this value. Default YES Examples None available
customization.TablespaceDefine
Description Required for DB2 for z/OS only. Sets the DEFINE attribute of all tablespaces to the specified value. Before changing this value, see the DB2 for z/OS documentation about the attribute DEFINE. Default NO Examples None available
4. JCR Database Properties
jcr.DbType
Description The type of database to be used for the JCR domain. Default derby Examples None available
jcr.DbName
Description The name of the JCR database. Should also appear as the database element in jcr.DbUrl
- For non-Windows platforms when using DB2 only, enter the TCPIP alias for the database.
- For IBM DB2 for i, this value must be unique for this domain
- For remote IBM DB2 for i the value must include the host name, such as: hostname/wpscstdb
Default wpsdb Examples None available
jcr.DbSchema
Description The JCR domain database schema name. For IBM DB2 for i, the scheme name must be less than ten characters. Some database management systems have restrictions for schema names. To define a valid schema name, see the documentation of the target database management system for guidance. Default jcr Examples None available
jcr.DbNameOnZos
Description Required for DB2 for z/OS only. The name of the database for the JCR domain. If WebSphere Portal is configured to use a remote DB2 for z/OS database, the value should be the name of the remote JCR domain database Default WPSTST02 Examples None available
jcr.DataSourceName
Description The name of datasource to be used for JCR domain.We cannot use the following reserved names: releaseDS, communityDS, customizationDS, jcrDS, lmdbDS, feedback Default wpdbDS Examples None available
jcr.DbUrl
Description The wps JCR domain database URL.The database element of this value should match the value of DbName property.
- For IBM DB2 for i when WebSphere Portal is installed on a UNIX platform, add ;prompt=false to the URL unless X11 DISPLAY is set and active.
- For IBM DB2 for z/OS, the database element of this value should match the location name of the database to be used when establishing connections with the IBM DB2 datasource used by the portal.
Default jdbc:derby:wpsdb;create=true Examples Apache Derby database: jdbc:derby:wpsdb;create=true
IBM DB2 with type 2 drivers: jdbc:db2:wpsdb
IBM DB2 with type 4 drivers: jdbc:db2://YourDatabaseServer:50000/wpsdb:returnAlias=0; Where the port is usually 50000 (Windows) or 50001 (Linux)
IBM DB2 for i with type 2 drivers: jdbc:db2:*LOCAL/wpsdb;metadata source=1
IBM DB2 for i with type 4 drivers: jdbc:as400:hostName/wpsdb;metadata source=1
Remote IBM DB2 for i with type 4 drivers: jdbc:as400:hostName/wpsdb;metadata source=1;prompt=false
DB2 for z/OS: jdbc:db2:location
Remote DB2 for z/OS with type 2 drivers: jdbc:db2:wpsdb
Remote DB2 for z/OS with type 4 drivers: jdbc:db2://YourDatabaseServer:port/location
Thin Oracle Database with type 4 drivers and thin client: jdbc:oracle:thin:@YourDatabaseServer:1521:wpsdb
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver:/YourDatabaseServer:1433;SelectMethod=cursor;DatabaseName=wpsdb
DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver:/YourDatabaseServer:1433;DatabaseName=wpsdb
jcr.DbUser
Description The database user ID. If we are using a diifferent ID for configuration than we are using for runtime, specify the configuration ID. Default db2admin Examples None available
jcr.DbPassword
Description The database administrator password. Default ReplaceWithYourDbAdminPwd Examples None available
jcr.DbRuntimeUser
Description Optional parameter. WebSphere Portal will use this ID to connect to the JCR database during day-to-day operations. If WebSphere Portal can connect using the same ID used during configuration, the jcr.DbUser value, then leave this value blank. Default No default value Examples None available
jcr.DbRuntimePassword
Description The database runtime user password. Default ReplaceWithYourDbRuntimePwd Examples None available
jcr.DBA.DbUser
Description The value is the DBA user for privledged access operations during creation of this database type. Default db2admin Examples None available
jcr.DBA.DbPassword
Description The password for privledged access operations during creation of this database type. Default ReplaceWithYourDBAPwd Examples None available
jcr.DbHome
Description The root location for the database. For Oracle Database, enter the location on the remote or local machine for create the tablespaces.
For SQLServer enter the location locally to store the database files.
SQLServer Windows Only: This path must use \\ instead of /.
SQLServer Only: instance in the path below may or may not be there in the installation.Default ReplaceWithYourDbHomeDir Examples None available
jcr.AdminUrl
Description Required for SQL Server only. The sqlserver URL without a database attached. This value is used to connect to SQL Server for DBA operations. Default ReplaceWithYourAdminUrl Examples DataDirect SQL Server 2005 and 2008: jdbc:datadirect:sqlserver://:1433
Microsoft SQL Server 2005 and 2008: jdbc:sqlserver://:1433
jcr.DbConfigRoleName
Description The name of the role assigned to the configuration user ID (jcr.DbUser). If this role does not exist, create the role and assign it to the configuration ID. Default WP_JCR_CONFIG_USERS Examples None available
jcr.DbRuntimeRoleName
Description The name of the role assigned to the runtime user ID (jcr.DbRuntimeUser). If this role does not exist, create the role and assign it to the runtime user ID. Default WP_JCR_RUNTIME_USERS Examples None available
jcr.XDbName
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. Required only for local DB2 database using Type 2 JDBC driver. The JCR database alias that needs to be set to call create-database Default wps6TCP Examples None available
jcr.DbNode
Description Required for Linux and UNIX platforms (non-Windows) when using DB2. The node for the JCR domain database and needs to be set to call the create-database task. Default wpsNode Examples None available
jcr.DbSaPassword
Description Optional for Microsoft SQL Server 2005. The SQL Server System Administrator password. Default ReplaceWithYourDbAdminPwd Examples None available
jcr.DbHost
Description Required for DB2 for z/OS. The host name (only) of remote system hosting the DB2 Content Manager Runtime Edition database. Default ReplaceWithYourDbHost Examples None available
jcr.DbDomain
Description Required for DB2 for z/OS. The domain (not including host name) of the remote system hosting the DB2 Content Manager Runtime Edition database. Default myco.com Examples None available
jcr.DbPort
Description Required for DB2 for z/OS. The port number of DB2 Content Manager Runtime Edition database on the remote system. Default 446 Examples None available
jcr.ZosDbPrefix
Description Required for DB2 for z/OS. The common prefix of Node Type database names for DB2 Content Manager Runtime Edition. Default ICM Examples None available
jcr.ZosDbMaxTables
Description Requiredfor DB2 for z/OS. The maximum number of User Defined Tables to be stored in a particular Node Type DB in the DB2 Content Manager Runtime Edition database. Default 100 Examples None available
jcr.DbStorageGroup
Description Requiredfor DB2 for z/OS only. The storage group for the JCR database. Default WPSSG Examples None available
jcr.DbVolumes
Description Requiredfor DB2 for z/OS only. The volumes for the JCR database. Default * Examples None available
jcr.DbVcat
Description Requiredfor DB2 for z/OS only. The VCAT for the JCR database. Default DSN910 Examples None available
jcr.DbIndex4KBufferPoolName
Description Requiredfor DB2 for z/OS only. The 4K bufferpool name for the JCR database. This bufferpool is dedicated for the indices. Default BP3 Examples None available
jcr.Db4KBufferPoolName
Description Required for DB2 for z/OS only. The 4K bufferpool name for the JCR database. Default BP2 Examples None available
jcr.Db32KBufferPoolName
Description Requiredfor DB2 for z/OS only. The 32K bufferpool name for the JCR database. Default BP32K1 Examples None available
jcr.TablespaceTrackMod
Description Required for DB2 for z/OS only. Sets the TRACKMOD attribute of all tablespaces to the specified value. Refer to the DB2 for z/OS documentation about attribute TRACKMOD before changing this value. Default YES Examples None available
jcr.TablespaceDefine
Description Required for DB2 for z/OS only. Sets the DEFINE attribute of all tablespaces to the specified value. Before changing this value, see the DB2 for z/OS documentation about the attribute DEFINE. Default NO Examples None available