Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Getting started
  3. Before you begin
  4. Installing Secure Agents
  5. Create a CDI-PC domain
  6. Join a CDI-PC domain
  7. Run the silent installer
  8. Resuming an installation
  9. Before you migrate the Informatica domain
  10. Migrate the domain
  11. Migrate the domain with changes to node configuration
  12. Migrate the domain in silent mode
  13. After you migrate the domain
  14. Install the CDI-PC Client
  15. EBF installation
  16. Uninstall Cloud Data Integration for PowerCenter (CDI-PC)
  17. Uninstalling the CDI-PC Client
  18. Uninstalling the Secure Agent
  19. Appendix A: CDI-PC components

Installation Guide

Installation Guide

Configure the domain configuration repository

Configure the domain configuration repository

If you chose to make configuration changes to the repository, you can configure the domain configuration repository.
  1. On the
    Domain Configuration Repository
    page, enter the database and user account information for the domain configuration repository.
    The following table describes the properties that you specify for the database and user account.
    Property
    Description
    Database type
    Type of database for the domain configuration repository.
    Select from the following options:
    • IBM DB2
    • Oracle
    • Microsoft SQL Server
    • PostgreSQL
    • Sybase
    Default is Oracle.
    Database User ID
    Name for the domain configuration database user account.
    User Password
    Password for the domain configuration database user account.
    If you select IBM DB2, specify the tablespace for the repository tables:
    Property
    Description
    Tablespace
    Name of the tablespace in which to create the tables. Specify a tablespace that meets the pageSize requirement of 32768 bytes.
    In a single partition database, if this option is not selected, the installer creates the tables in the default tablespace.
    In a multi-partition database, select this option and specify the name of the non-partitioned tablespace that resides in the catalog partition of the database.
    If you select
    Microsoft SQL Server
    or
    PostgreSQL
    , enter the schema name for the database.
    Enter the name of the schema that will contain the domain configuration tables. If the parameter is blank, the installer creates the tables in the default schema.
  2. Enter the database connection information.
    If you do not create a secure domain configuration repository, you can specify the connection properties for the JDBC URL or provide the JDBC connection string.
    • To enter the connection information using the JDBC URL, select
      JDBC URL
      and specify the database connection properties.
      The following table describes the JDBC URL properties that you specify:
      Property
      Description
      Database Address
      Host name and port number for the database in the format host_name:port_number.
      Database Service Name
      Service or database name.
      • Oracle. Enter the service name.
      • IBM DB2. Enter the service name.
      • Microsoft SQL Server. Enter the database name.
      • PostgreSQL. Enter the database name.
      • Sybase. Enter the database name.
      JDBC Parameters
      Optional parameters to include in the database connection string. Use the parameters to optimize database operations for the database.
      Verify that the parameter string is valid. The installer does not validate the parameter string before it adds the string to the JDBC URL.
      If not selected, the installer creates the JDBC URL string without additional parameters.
    • To connect using a custom JDBC connection string, select
      Custom JDBC connection string
      and type the connection string.
  3. If you create a secure domain configuration repository, enter the parameters for the secure database.
    The following table describes the options available to create a secure domain configuration repository database:
    Property
    Description
    Database Truststore File
    Absolute path to the truststore file for the secure database.
    Database Truststore Password
    Password for the truststore file.
    Custom JDBC Connection String
    JDBC connection string to connect to the secure database, including the host name and port number and the security parameters for the database.
    The following table describes the secure database parameters to configure:
    Database parameter
    Description
    EncryptionMethod
    Required. Indicates whether data is encrypted when transmitted over the network. 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 doesn't 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 certificate.
    cryptoProtocolVersion
    Required. Specifies the cryptographic protocol to use to connect to a secure database.
    Based on the cryptographic protocol used by the database server, set to one of the following values:
    • cryptoProtocolVersion=TLSv1.1
    • cryptoProtocolVersion=TLSv1.2
    Provide a JDBC connection string that includes the security parameters for the database.
    You cannot configure a secure connection to a Sybase database.
    The following table provides the database connection string syntax:
    Database
    Connection string syntax
    IBM DB2
    jdbc:Informatica:db2://<host name>:<port number>;DatabaseName=<database name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
    Oracle
    jdbc:Informatica:oracle://<host name>:<port number>;ServiceName=<service name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
    Micrososft SQL Server
    jdbc:Informatica:sqlserver://<host name>:<port number>;SelectMethod=cursor;DatabaseName=<database name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
    PostgreSQL
    jdbc:Informatica:postgresql://<host name>:<port number>;DatabaseName=<database name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
    The installer doesn't validate the connection string. Verify that the connection string contains all the connection parameters and security parameters required by your database.
The
Informatica Domain and Node Details
page appears.

0 COMMENTS

We’d like to hear from you!