PowerCenter
- PowerCenter 10.5.4
- All Products
Property
| Description
|
---|---|
Name
| Name of the service. Consider the following guidelines when you name the service:
|
Description
| Description of the service. It can't exceed 765 characters.
|
Location
| Domain and folder where the service is created. Click
Browse to choose a different folder. You can move the service after you create it.
|
License
| License object that allows use of the service.
|
Node
| Node on which the service runs.
|
Backup Nodes
| If your license includes high availability, nodes where the service can run if the primary node is unavailable.
|
Property
| Description
|
---|---|
Database Type
| The type of the repository database.
|
Username
| The database user name for the repository.
|
Password
| Repository database password for the database user.
|
Database Schema
| Available for Microsoft SQL Server and PostgreSQL. Name of the schema that will contain Model repository tables.
|
Database Tablespace
| Available for IBM DB2. Name of the tablespace in which to create the tables. For a multi-partition IBM DB2 database, the tablespace must span a single node and a single partition.
|
Database Type
| Connection String Syntax
|
---|---|
IBM DB2
| "jdbc:informatica:db2://<host name>:<port number>;DatabaseName=<database name>;BatchPerformanceWorkaround=true;DynamicSections=3000"
|
Microsoft SQL Server
|
If you specified the Windows NT credentials for the Model repository database on Microsoft SQL Server, specify the connection string syntax to include the authentication method as NTLM.
|
Oracle
| "jdbc:informatica:oracle://<host name>:<port number>;SID=<database name>;MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true"
|
PostgreSQL
| "jdbc:informatica:postgresql://<host name>:<port number>;DatabaseName= "
|
param1=value1;param2=value2
Secure Database Parameter
| Description
|
---|---|
EncryptionMethod
| Required. Indicates whether data is encrypted when transmitted over the network. This parameter must be set to
SSL .
|
ValidateServerCertificate
| Optional. Indicates whether Informatica validates the certificate that the database server sends.
If this parameter is set to True, Informatica validates the certificate that the database server sends. If you specify the HostNameInCertificate parameter, Informatica also validates the host name in the certificate.
If this parameter is set to False, Informatica does not validate the certificate that the database server sends. Informatica ignores any truststore information that you specify.
|
HostNameInCertificate
| Optional. Host name of the machine that hosts the secure database. If you specify a host name, Informatica validates the host name included in the connection string against the host name in the SSL certificate.
|
cryptoProtocolVersion
| Required. Specifies the cryptographic protocol to use to connect to a secure database. You can set the parameter to
cryptoProtocolVersion=TLSv1.1 or
cryptoProtocolVersion=TLSv1.2 based on the cryptographic protocol used by the database server.
|
TrustStore
| Required. Path and file name of the truststore file that contains the SSL certificate for the database.
If you do not include the path for the truststore file, Informatica looks for the file in the following default directory:
<Informatica installation directory>/tomcat/bin
|
TrustStorePassword
| Required. Password for the truststore file for the secure database.
|