DBType |
Define the database type. Valid values are:
Enter the database type as defined by the DBType property
in the worksheet. This parameter is required. You distinguish between DB2® for z/OS® and DB2 for Linux®, UNIX® and Windows® by using the DBVersion parameter. |
DBVersion |
This parameter is required for DB2 databases,
and valid values are:
|
DBName |
Enter the name of the Process Engine database
that is defined by the DBName property in the
worksheet. This parameter is required. If you are using the PEInitV.properties file,
set DBName to the DB2 for z/OS instance name. |
DBHost |
Enter the server host name where the Process Engine database
resides. The host is identified by the DBHost property
in the worksheet. If the parameter is not provided, the default value
is localhost. This parameter is not required if you provide the DBConnectURL.
If the default URL format is not acceptable, enter the DBConnectURL instead
of the DBHost and DBPort in
the PEInitV.properties file. |
DBPort |
Enter the value for the database port as identified
by the DBPort property in the worksheet. Default
values are: - 1433
- The default value for an SQL Server database instance. The port
number is used to identify the SQL Server instance, and the instance
name is not required in the configuration parameters.
- 60000
- The default port number for a DB2 database.
- 1521
- The default port number for an Oracle database.
If no alternative port is identified, the default
value for the port is assigned. This parameter is not required if
you provide the DBConnectURL. If the default
URL format is not acceptable, enter the DBConnectURL instead
of the DBHost and DBPort in
the PEInitV.properties file. |
DBConnectURL |
This parameter is the optional database connection
URL to be used to configure the database connection. Use this URL
or use the DBHost and DBPort.
If you specify the DBHost and DBPort,
the DBConnectURL is automatically created for
SQL Server, DB2, and Oracle databases as follows:- jdbc:sqlserver://DBhost:DBport;DatabaseName=DBName
- jdbc:db2://DBhost:DBport/DBName
- jdbc:oracle:thin:@DBhost:DBport:DBName
If the default URL format that is specified is not acceptable,
enter the DBConnectURL instead of the DBHost and DBPort.
If the default URL is acceptable, enter only the DBHost and DBPort values
in the PEInitV.properties file. |
DBUserName |
This parameter is the database user name that
was identified by the pe_db_user parameter in the
installation worksheet. This must be the existing database user name,
which for pre-5.0 versions defaulted to f_sw. This value is required. |
DBpw |
This parameter is the password for the database
user. If the password is encrypted, enter the value as @encrypted_pe_db_password.
To encrypt the password, see the information in Encrypting passwords
for Process Engine.
If you enter the password as a nonencrypted value in the PEInitV.properties file,
delete the PEInitV.properties file after the
configuration is complete. This value is required. |
DBVersion |
This parameter is required for DB2 databases,
and valid values are:
|