You can connect Informatica PowerCenter to SQLite through an ODBC driver on Windows to unify and manage data across these systems.
Prerequisites
- Configure the Informatica services.
- Install the PowerCenter Client tools.
- Create a repository folder in PowerCenter Repository Manager.
- Install Devart ODBC Driver for SQLite. For instructions, see Installation.
-
Configure a data source name (DSN). For instructions, see
Windows DSN Configuration.
Add a data source in Informatica PowerCenter
Before you proceed, make sure PowerCenter Designer isn't running.
- Open the
C:\Informatica\10.4.1\clients\PowerCenterClient\client\bin\powrmart.ini
file in a text editor.
- In the
[ODBCDLL]
section, add
SQLite=PMODBC.DLL
,
then save the changes.
- Open PowerCenter Designer.
- Double-click the repository name (in this example, PCRS), enter your Informatica credentials, then click Connect.
- Double-click the repository folder (in this example, ODBC connections), then select Sources > Import from Database.
The Import Tables dialog opens.
- From the ODBC data source menu, select the needed DSN.
- In the Username and Password fields, enter your SQLite credentials.
- Under Show owners, select All.
- Click Connect.
- In the Select tables section, expand the tree and select the tables you want to import.
- Click OK.
The table schemas appear in the Source Analyzer, and the data source is added to the Sources subfolder of the repository folder. You can now create mappings and work with SQLite data in Informatica PowerCenter.