Skip to main content

How to set up Informatica PowerCenter

Updated this week

Setup takes about 15 minutes.

Introduction

Connecting Informatica PowerCenter to Foundational allows Foundational to determine lineage and downstream impact for Informatica ETL pipelines.

Informatica PowerCenter is a widely used, enterprise data integration platform and a robust ETL (Extract, Transform, Load) tool. It is primarily used to connect to various data sources, apply transformation logic according to business requirements, and load the processed data into target systems like data warehouses for analytics and reporting.

To make the connection, you need to:

  • Configure network access

  • Create a user in PowerCenter

  • Connect Foundational to Informatica PowerCenter

  • (Optional) Get database details from Informatica


Prerequisites

Ensure you have:

  • Informatica PowerCenter admin rights to create a service account in the underlying database (SQL Server or Oracle)

  • Added Foundational IP addresses to the allowlist, see the article Allowing IP access to Foundational

  • (Optional): Access to the underlying repository database (Oracle or SQL Server)


Access permissions

Foundational works with metadata only and does not access your data or run ETL jobs. The permissions you assign to Foundational enable it to:

  • Read Informatica metadata stored in the PowerCenter repository

  • Read mappings, workflows, and sessions

  • Understand dependencies between sources and targets, and track lineage and downstream impact across ETL pipelines.


Configure network access

Open inbound ports for Informatica PowerCenter Service Manager. For more information, see the Informatica documentation:

  • TCP port 6006 (Inbound)

  • TCP ports 6014–6114 (Inbound)

Optional settings if you want Foundational to have database access

  • Open inbound ports for Informatica’s underlying physical database:

    • For Oracle: Open TCP port 1521 (inbound)​

    • For SQL Server: Open TCP port 1433 (inbound)


Create a user in PowerCenter

  1. Follow the steps in the Informatica PowerCenter documentation to create a new user for Foundational. This allows Foundational to access your PowerCenter information.

  2. Save these credentials. You’ll need them to set up the connection.


Optional: Get database details from Informatica

Informatica stores metadata in an underlying database (for example, Oracle or SQL Server). If you want Foundational to have access to the database, choose one of the following options:

Option 1: Use the existing repository database user

  1. Log in to Informatica Administrator > Services and Nodes.

  2. Select Domain > Repository Service.

  3. Go to Properties > Database Properties.

  4. Save these details. You’ll need them to set up the connection.

    • Type

    • Connection String

    • User Name

    • Password

Option 2: Create a new repository database user

  1. Create a new user in the underlying repository database (Oracle or SQL Server).

  2. Grant the user SELECT permissions on all tables under:

    • OPB_

    • REP_

  3. Save these details. You’ll need them to set up the connection.

    • Type

    • Connection String

    • User Name

    • Password


Connect Foundational to Informatica PowerCenter

  1. In Foundational, open the Connectors & Integrations page.

  2. In ETL, select the Informatica PowerCenter card and click Connect.

  3. Click Add Account.

  4. The initial setup screen opens. Click Start Setup.

  5. The Set Up New Connection screen opens.


    Enter the details:

    • PowerCenter Service Manager URL: The URL you use to access
      PowerCenter services in a browser.

    • PowerCenter User: The username of the PowerCenter user for Foundational.

    • PowerCenter Password: The password for the PowerCenter user.

    Optional settings:

    • Informatica Database URL: Get this from Repository Service → Database Properties in Informatica. Use the Connection String value as the Informatica Database URL.

    • Informatica Database User: The name of the user.

    • Informatica Database Password: The password for the database user that has SELECT access to the repository tables (OPB_, REP_).

  6. Click Next.

  7. The final setup screen opens. To complete the connection, click Save.

That’s it. Foundational is now connected to Informatica PowerCenter.

Did this answer your question?