Table of Contents

Search

  1. Abstract
  2. Supported Versions
  3. Install Data Engineering Integration on Docker with the Container Utility (10.4.0 - 10.4.1)

Install Data Engineering Integration on Docker with the Container Utility (10.4.0 - 10.4.1)

Install Data Engineering Integration on Docker with the Container Utility (10.4.0 - 10.4.1)

Step 4. Configure the Domain Configuration Repository

Step 4. Configure the Domain Configuration Repository

On the
Domain database
page, provide the domain configuration repository database information, JDBC connection information, and specify information for the domain and gateway node.
  1. Select the database to use for the domain configuration repository.
  2. Optionally, specify if you created a database in the container. If you created a database in the container, complete the container configuration for the domain configuration repository.
  3. Enter the database user account and password.
  4. Specify whether the database is secure.
    If you select the secure database option, provide inputs for the qualified path to the database truststore file, and truststore password.
  5. Enter the parameters for the database.
    1. If you select Microsoft SQL Server or PostgreSQL, enter the schema name for the database. If you select Oracle, the installer creates the tables in the default schema.
    2. To enter the JDBC connection information, you can use either the JDBC URL or the JDBC connection string.
      To use the JDBC URL information, select
      JDBC URL
      , and specify the following JDBC URL properties:
      • Database address.
        Host name and port number for the database.
      • Database service name.
        Oracle service name, the database name for Microsoft SQL Server, or the database name for PostgreSQL.
      Optionally, choose to include additional JDBC parameters.
    3. To use a custom JDBC connection string, select
      JDBC Connection String
      .
      You can use the following syntax in the JDBC connection string to connect to a secure database:
      Oracle
      jdbc:Informatica:oracle://<host name>:<port number>;ServiceName=<service name>;EncryptionMethod=SSL;HostNameInCertificate=<database host name>;ValidateServerCertificate=<true or false>
      Microsoft 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>
  6. In the
    Domain and node configuration
    section, enter the keyword and directory for the encryption key for the Informatica domain.
    • Encryption key directory.
      Directory in which to store the encryption key for the Informatica domain. The encryption key is created in the following directory:
      <Informatica installation directory>/isp/config/keys
      .
    • Keyword.
      Keyword to use to create a custom encryption key to secure sensitive data in the domain. The keyword cannot contain spaces; must be 8 to 20 characters long; and must include at least one number and one uppercase and lowercase letter.
      If you selected persistent volume, the keyword option is not displayed.
  7. Specify the domain name, node name, domain port number, domain user name, and password. When you enter the information for the domain and the gateway node that you want to create, consider the following guidelines:
    • The default domain name is Domain. The domain name must not exceed 128 characters and must be 7-bit ASCII only. The name cannot contain a space or any of the following characters:
      ` % * + ; " ? , < > \ /
    • The default port number for the node is 6005.
    • Informatica container utility exposes the ports from the range <domain port> - <domain port > + 110 ports from the container to the docker host, where the initial port number is the domain port number. Enter the service ports within the supported service port range.
    • The password for the domain administrator must be more than 2 characters and must not exceed 128 characters.
  8. You can choose to configure application services or run the docker image.
    If you choose to create the supported application services, you must also provide the related database information as part of the Informatica container utility tasks. You can also choose to set the cluster configuration.

0 COMMENTS

We’d like to hear from you!