Connect Informatica PowerCenter to Salesforce on Linux

Last modified: July 25, 2025

You can set up and verify a connection between Informatica PowerCenter and Salesforce through an ODBC driver on Linux.

Prerequisites

Connect to Salesforce

1. Navigate to the directory where the ssgodbc.linux64 utility is located.

cd /opt/informatica/tools/debugtools/ssgodbc/linux64

2. Run the ssgodbc.linux64 utility to verify the connection to Salesforce.

./ssgodbc.linux64 -d <your_dsn> -v

3. Run a SQL query to retrieve data.

SELECT Id,Name FROM Account;

A connection test and an executed SQL query