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

Microsoft SQL Server database requirements

Microsoft SQL Server database requirements

You can create a domain configuration repository on a Microsoft SQL Server database. Configure the database settings based on requirements specific to the domain configuration repository.
Use the following guidelines when you set up the repository on a Microsoft SQL Server database:
  • Set the allow snapshot isolation and read committed isolation level to ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT to minimize locking contention.
    To set the isolation level for the database, run the following commands:
    ALTER DATABASE
    DatabaseName
    SET ALLOW_SNAPSHOT_ISOLATION ON
    ALTER DATABASE
    DatabaseName
    SET READ_COMMITTED_SNAPSHOT ON
    To verify that the isolation level for the database is correct, run the following commands:
    SELECT snapshot_isolation_state FROM sys.databases WHERE name=[DatabaseName]
    SELECT is_read_committed_snapshot_on FROM sys.databases WHERE name =
    DatabaseName
  • Grant the CONNECT, CREATE TABLE, and CREATE VIEW privileges to the database user account.
  • Specify the schema name when you configure the database for the repository.

0 COMMENTS

We’d like to hear from you!