My personal journey in this world full of data and continuous efforts to provide solutions to some of the technical challenges i've encountered so far.
Showing posts with label Informatica. Show all posts
Showing posts with label Informatica. Show all posts
Informatica EDC profiling 10.4.1 Error - Could not create id creator for schema dbo and table due to missing row count result summary
Scenario: We want to integrate Azure SQL with Informatica EDC 10.4.1 and run profiling.
Informatica Cloud - Copy Files from source to target
Today we will learn on how to copy files using Informatica cloud from source to target server using File processor connector
Steps:
1. Create an Informatica File processor connection to define source and target destination
1. Source file directory: enter source file path (e.g.: \\Source_Server_name\directory1)
2. Target file directory: enter target file path (e.g.: \\target_Server_name\target_dir\current)
3. Select file: All (for selecting all the files)
Informatica Cloud - Ingest Data from Rest Api into Azure SQL
Today we will learn on how to fetch data from Rest Api and ingest into Azure SQL using Informatica Cloud data integration
1. Create a test
SQL Server Database in Azure
·
Setup a new server
for the database
·
For testing, use
“Public endpoint” while setting up Azure server for database (this has to be
properly setup when using for production)
·
Add your current
computer’s IP address in the Azure server firewall
·
Add Informatica
server’s IP address in the Azure server firewall
o
If you don’t add
informatica server’s IP, Informatica will throw error “client with IP *** is
not allowed to access the server”
·
Click Create the
server.
·
Once the server is
created, click OK to create the database
Labels:
Azure,
Azure SQL,
Informatica,
Rest Api
Informatica Cloud - Copy data from SQL to Azure ADLS
Today we will learn on how to load data from SQL database to Azure ADLS as file
- Purchase and enable Microsoft Azure data lake (ADLS) Gen 2 connector for Informatica
- Register your informatica app with Azure AD
- This app will act as a service principal
- Note down the client secret and client ID
- Give appropriate permissions to Informatica app (in Azure)
- Storage blob data contributor
- Internet access to Informatica to talk to Azure ADLS
- Create an Informatica connection to Azure ADLS Gen 2
- Enter the following information:
- Client ID
- Client Secret
- Tenant ID
- Account Name (Azure Storage account name)
- File System Name (Container name within a storage account)
- Directory Path: / (leave as default)
Labels:
ADLS,
Azure,
Informatica,
Informatica cloud
Informatica Cloud - Incremental Load (Data Ingestion)
Today we will learn how to create incremental data load (ingestion) in Informatica cloud data integration
- Create two SQL server connections in Informatica cloud administration
- Connection for source database
- Connection for target database
- Create a mapping from Informatica data integration
- Add source
- Select source connection (point to the newly created source connection in the Informatica administration)
- Select source type as query
- In the query window, enter the query to get the maximum timestamp from your target table
- The timestamp should come from the target database table here. This max timestamp will act as a filter to fetch latest records from the source
Subscribe to:
Posts (Atom)