Table of Contents

Search

  1. Abstract
  2. Supported Versions
  3. Install Data Quality on Docker with Informatica Deployment Manager

Install Data Quality on Docker with Informatica Deployment Manager

Install Data Quality on Docker with Informatica Deployment Manager

Step 5. Configure the Model Repository Service

Step 5. Configure the Model Repository Service

The Model Repository Service manages the Model repository. The service receives requests from Informatica clients and application services to store or access metadata in the Model repository. On the
Model Repository Service
page, you can configure the database for the Model repository.
  1. In the
    Model Repository Service information
    section, enter a name for the Model Repository Service.
    Default value is mrs. If you want to specify a different name for the service, consider the following guidelines:
    • The name of the service must be unique within the domain. It must not exceed 128 characters or begin with the special character
      @
      . It must also not contain spaces or the following special characters:
      ` ~ % ^ * + = { } \ ; : ' " / ? . , < > | ! ( ) ] [
    • You cannot change the name of the service after it is created.
  2. Select the database to use for the Model repository and specify the user ID and password for the database.
  3. Specify the database parameters.
    1. If you selected
      Microsoft SQL Server
      or
      PostgreSQL
      , enter the schema name for the database. If you selected
      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
      . To enter the connection information using the JDBC URL information, 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.
      When specify the JDBC URL properties, a custom string specific to the database is automatically created and added to the silent properties file.
    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>
      Microsoft SQL Server
      jdbc:informatica:sqlserver://<host name>:<port number>;SelectMethod=cursor;DatabaseName=<database name>
      PostgreSQL
      jdbc:informatica:postgresql://<host name>:<port number>;DatabaseName=<database name>
  4. If the database that you want to use for the Model repository is a secure database, select the
    Is the database secure
    check box.
    If you select the
    Is the database secure
    check box, you must select the database truststore file and enter the password for the truststore file. Additionally, enter the secure JDBC parameters for the database. Default value for the secure JDBC parameters is:
    EncryptionMethod=SSL;HostNameInCertificate=;ValidateServerCertificate=false;
  5. Click
    Next
    to configure additional services, or run the Docker image.

0 COMMENTS

We’d like to hear from you!