Questions tagged [informatica-powerexchange]

Informatica PowerExchange gives Informatica PowerCenter capability to extract and read data from mainframe by enabling it to parse formats like VSAM, IMS, IDMS, ADABAS etc. through DataMarts which work as SQL Views. It also gives functionality to do Real-Time Data Capture and Change Data Capture from Source like Mainframes, SQL Servers, Oracle Database and etc.

Informatica PowerExchange(PWX) is a tool we use to parse complex files and pull them into Designer.

Power Exchange (PWX) is comprised of 3 main components:

  • Change Data Capture – Allows you to monitor and retrieve changes that have occurred to data in which you have expressed an interest.
  • Data Maps – Used to access data sources like IMS databases, VSAM files and flat files.
  • Personal Metadata - Allows you to browse meta data from remote databases.

Note that: PowerExchange Change Data Capture (CDC) works in conjunction with PowerCenter to capture changes to data in source tables and replicate those changes to target tables and files.

Power Exchange (PWX) CDC consists of:

  • Registration group : it is to create columns and by default it will create extraction group.
  • Extraction group: by default is been created after registration group and it can be smaller than Registration group and more than one (Ex: Registation group is very big and I want to make extraction group smaller to find changes easily)
  • Application group: Automatically created when an Extraction group is row tested or used for changed data capture (CDC).

Components of PowerExchange(PWX) (CDC):

  • PowerExchange Listener: (required) unless PowerExchange and PowerCenter integration service are installed on the same physical machine.
  • PowerExchange Logger: (optional).
  • PowerExchange Navigator: (required) UI tool.
89 questions
2
votes
2 answers

Csv file containing new line (multi line)

We are working on a project where are planning to generate multi line csv files and load to informatica via power exchange. Our csv file will look like as below. Field1, Field2 "Row 1 Cell 1 line 1 Row 1 Cell 1 line 2", "Row 1 Cell 2 Line 1 Row…
Malaiselvan
  • 1,153
  • 1
  • 16
  • 42
1
vote
1 answer

Cannot convert type string to date

I have a flat file with date coming in as 2023062 which I am using the conversion substr(LTRIM(RTRIM(LINE)),76,8) to get it as a variable named INVC_DT, and i created output column as o_INVC_DT with the expression TO_DATE(INVC_DT,'YYYYMMDD'). When I…
1
vote
0 answers

Informatica PowerCenter [PERSISTENCEAPI_0307] [DBPERSISTER_2002] The Repository Service failed to create the repository content

I am getting this error message while creating the MRS (Model Repository Service) in Informatica Powercenter 10.4: [PERSISTENCEAPI_0307][PERSISTENCECOMMON_0001] Internal error. The request processing failed. This was caused by…
1
vote
2 answers

how to load multiple files into one file using informatica

I am new to informatics, I have created a mapping that using expression and sorter transformation to load multiple files into one single file which have 2 columns 1 data 2 seq number All 10 files have random sequence numbers…
Amitesh
  • 435
  • 3
  • 17
1
vote
0 answers

What are the alternative ways to access ABAP CDS Views?

I am aware that access to ABAP CDS views is possible in Informatica 10.4 by using the SAP Netweaver. But we have only Informatica version 10.2 Hence the below question. ​Is it possible to access the ABAP CDS Views using anything other than the SAP…
rej
  • 41
  • 6
1
vote
3 answers

how to import excel form in informatica? I want to import data from excel form to informatica and finally insert into DB table

I want to import data from excel form to informatica and finally insert into DB table. the data in the excel is in key:value format(ex. name : "xyz"(in the next right cell)) how can i import that data such that the "Name" becomes the column name and…
1
vote
1 answer

Search for a string in a column and get 14 characters for all occurances in informatica with source oracle

My source is Oracle Database. One of my source columns is having data as shown below. I should search for contact: and get the 14 characters for all occurrences. Source Column…
1
vote
1 answer

Is there someway in Informatica where I can change the post session failure commands for multiple sessions in a single script?

I am trying to add post session failure command as a reusable task. I have to add it for more than 1000 sessions which are quite tedious. I am looking for the possibility if I can do it using some script or any other ways.
1
vote
0 answers

Informatica PowerExchange CDC Data results in target DB way too slow

First of all, I'm very new to Informatica PowerCenter and PowerExchange. We are using Informatica PowerCenter and PowerExchange to receive CDC data from our source DB2 to a PostgreSQL DB. Therefore we have one workflow where 7 tables are mapped and…
1
vote
3 answers

IBM DB2 and IBM IMS Change Data Capture Capabilities

I'd like to understand if the CDC enabled IBM IMS segments and IBM DB2 table sources would be able to provide both the before and after snapshot change values (like the Oracle .OLD and .NEW values in trigger) so that both could be used for further…
1
vote
0 answers

PowerExchange CDC 10.1 for Oracle installation

Can anyone provide step by step process to install PowerExchange CDC for Oracle, so that we can implement in our project?
1
vote
1 answer

Powercenter connectivity with DB2 400/AS400 with powercenter running on Windows 2012 r2

My requirement is to import DB2 400/AS400 tables to informatica powercenter. As i'm new to AS4oo db2 connectivity, i came to know that we can establish ODBC connection using "iSeries access ODBC driver".I tried my best in IBM website to download…
1
vote
3 answers

Informatica : taking very long time when doing insert

i have one mapping which just includes one source table and one target table. The source table has 100 columns and around 33xxxx records, i need to use this tool to insert to the target table and the logic is insert only. The version of informatica…
1
vote
1 answer

What are the types of datatypes in informatica and range of values they can take

I was trying to load data into db using informatica, where i used function to_integer() but it threw error that interger overlow. I need to load data into a column of precision 18,0 in SQL Can someone please tell different data types available in…
1
vote
1 answer

Error: Test Connection Failed for MC_Ten. Failed to Connect to the End Point : Reason Unknown

I'm trying to create a connection "Salesforce Marketing Cloud (Cloud Computing)" in Informatica Cloud as shown in the picture But it gives me the error in question File fuelsdk-test.properties I entered: endpoint= https : // www . exacttargetapis .…
1
2 3 4 5 6