can anyone explain me about sales project in informatica?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajesh
im explained earliarly as follows,
im working under insurence domain project, usually i
extract the data from defferent sources like flat files,
oracle, db2.
first we load the extracted data into intermidiate staging
area, where we are having 150 tables, and again we extract
data from intermediate staging area and we load into an
other staging area where we are having event and value base
tables
we transfom the data into staging according to the business
requirement , to transform the data i used trasformations
like expression, lookup,update strategy,joiner wtc
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / santhosh guptha.b
hi, iam very much thankful to G. Manthiramoorthy as he gave
the best answer for the Question, but my simple doubt is
what we have to say, for how many mappings that u have done
in ur projcet and in how many days did it take for that,
also how records were coming,.,.,.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / m.v.s.prasad
how many dimension & fact tables are there in the sales
project.explain me number of dimensions & fact tables used
briefly please. i have only knowledge on informatica but
not realtime experience. please give me detail on retail
stores project
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / raji
hai hope all are doingwel,
thank u so much mr.Manthiramoorthy for giving us such a gud information regrading realtime environment.m very much thankful to him,but let me know onething....how we ll test our mapping(apart from by using debugger),is there any chance to do in an other way.....
thanks in advance....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhargav
Hi manthiramoorthy,
Thanks for your valuable answer.Could you please tell your mail id..i have few queries regarding informatica
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar
Hi Mr.Manthiramoorthy , thanks for valuable information.
Could you plz tell generally how many dimensions and fact table are there in sales DWH and how frequently we load them(daily or weekly or ....).
You can also mail to 'myetlblog@gmail.com ' . Cheers...
Thank you.
Regards,
Kuamr.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can anyone give some input on "Additional Concurrent Pipelines for Lookup Cache Creation" ? I know that this property is used to build caches in a mapping concurently. But which values should I set into this ( i.e. 1 or 2 or 3 or something else ) for concurrent cache building ?
My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ram DELHI 2000 hju-hji raj hyd 1000 my target table should be ID Name Location Salary 1 ran tpty 1000 2 ram DELHI 2000 hju-hji raj hyd 1000
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?
I cleared Informatica certification Designer. if anybody need dumps, can contact at mukesh1009@gmail.com
119 Answers Accenture, Gcs, TCS,
How can u work with remote database in informatica?did you work directly by using remote connections?
How can we reset Sequence Generator, when we move objects from Dev Environment to QA env?
what is diff between IN and EXIT commands
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
scd methodology?
What is the meaning of decode in informatica?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks