can anyone explain me about sales project in informatica?
Answer Posted / g. manthiramoorthy
Project Explanation:
I’m giving generic explanation of the project. Any project
either banking or sales or
insurance can use this explanation.
First u have to start with
1) U have to first explain about objective of the project
and what is client
expectations
2) u have to start where ur involvement and responsibility
of ur job and limitations
of job.
Add some points from post Project Architecture reply like
offshore and onsite model
and team structure.. etc.,
Main objective of this project is we are providing a system
with all the information
regarding Sales / Transactions (sales if sales domain /
transactions if bank domain or
insurance domain) of entire organizations all over the
country US / UK ( based on the
client location US/UK/…..). we will get the daily
transaction data from all branches at
the end of the day. We have to validate the transactions and
implement the business logic
based on the transactions type or transaction code. We have
to load all historical data into
dwh and once finished historical data. We have to load Delta
Loads. Delta load means
last 24 hrs transactions captured from the source system. In
other words u can call it as
Change Data Capture (CDC). This Delta loads are scheduled
daily basis. Pick some
points from What is Target Staging Area Post.. Source to
Staging mappings, staging to
warehousing.. based on ur comfort level..
Each transaction contains Transaction code.. based on the
transaction code u can identify
wheather that transaction belongs to sales, purchase / car
insurance, health insurance, /
deposit , loan, payment ( u have to change the words based
on the project..) etc., based on
that code business logic will be change.. we validate and
calculate the measure and load to database.
One Mapping explanation :
In Informatica mapping, we first lookup all the transaction
codes with code master table
to identify the transaction type to implement the correct
logic and filter the unnecessary
transactions.. because in an organization there are lot of
transactions will be there but u
have to consider only required transactions for ur project..
the transaction code exists in
the code master table are only transactions u have to
consider and other transactions load
into one table called Wrap table and invalid records (
transaction code missing, null,
spaces) to error table. For each dimension table we are
creating surrogate key and load
into DWH tables.
SCD2 Mapping:
We are implementing SCD2 mapping for customer dimension or
account dimension to
keep history of the accounts or customers. We are using SCD2
Date method.
before telling
this u should know it clearly abt this SCD2 method..careful
abt it..
Responsibilities
Pick from Project architecture Post and tell according ur
comfortable
level.. we are responsible for only development and testing
and scheduling we are using
third party tools..( Control M, AutoSys, Job Tracker, Tivoli
or etc..) we simply give the
dependencies between each mapping and run time. Based on
that Information scheduling
tool team will schedule the mappings. We won’t schedule in
Informatica .. that’s it
Finished…
Please Let me know if u required more explanation regarding
any point reply ……
| Is This Answer Correct ? | 119 Yes | 4 No |
Post New Answer View All Answers
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What is a surrogate key?
r u done any partitions in ur project?
Differentiate between Load Manager and DTM?
What is data movement mode in Informatica and difference between them?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
What is decode in informatica?
Describe an informatica powercenter?
what is mean by complex business rule ?
What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?
Where can we find the throughput option in informatica?
What is a filter transformation and why it is an active one?
Explain joiner transformation in informatica
What is the difference between STOP and ABORT options in Workflow Monitor?