Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can i maintain unique surrogate key if 2 seperate
workflows from different repository run and insert/update the
main table at the same time.

Answers were Sorted based on User's Feedback



How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / abhinaw prakash

Hi Sameer.
Thanks for the reply.
Can we use same sequence generator across different repositories?

Is This Answer Correct ?    3 Yes 0 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / sameer rana

We can maintain a unique surrogate key if we use the same
sequence generator to generate the key.

Is This Answer Correct ?    3 Yes 1 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / rajesh aitha

Hello all,

We can use one Seq by creating reusable transformation in one repository folder and make the repository folder as shared folder.

But one constraint is there the in the question is all about to maintain the uniq key, being a challenge.

I have a suggestion to append a string for each record that is to maintain as S.key in the mapping it self.
like wf -1 will insert 1234A and wf -2 will insert 1235B as uniq key.

I suggest to know the exact functionality of Seq ...:-)

Is This Answer Correct ?    2 Yes 0 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / deepak

Create a sequence generator transformation in transformation developer and use this transformation instead of using separate sequence generators. 2. Use mapplet and design

Is This Answer Correct ?    3 Yes 2 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / suneel reddy

Create triggers in the DataBase on Inserts, use Oracle sequence to generate/fill the surrogate key

Is This Answer Correct ?    1 Yes 0 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / jatin marwaha

Use Dynamic Lookup on target table

Is This Answer Correct ?    0 Yes 0 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / nithya

By having a dynamic lookup at the target table

Is This Answer Correct ?    0 Yes 0 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / sanjeev

Mapping 1: we will use sequence generator, if key value is null then we will pass nextval else will find maximum of key value then will increment by 1

Mapping 2: same as above

Is This Answer Correct ?    0 Yes 0 No

How can i maintain unique surrogate key if 2 seperate workflows from different repository run and ..

Answer / singam srini

Hi
who replied the answer to given qs.. they were wrong..
please read the qs properly then reply ok..
sameer said same sequence generator..
deepak said reusable transformation(seq gen) and mappet..
how can we implement same seq gen t/r in different repositories..?
is it possible..?

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

What is Session and Batches?

0 Answers   Informatica,


If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?

8 Answers   HeadStrong, TCS,


What are the components of the workflow manager?

0 Answers  


What is difference between maplet and reusable transformation?

2 Answers  


S1 is having 1 lakh records and s2 is having 100 records, s2 should compare s1 if emp no is same data should be updated if not their it should insert the data.what are the transformation used?

5 Answers   TCS,


how to create user defined function (udf) in informatica

0 Answers   Informatica,


what is mapping override?

2 Answers   Cap Gemini,


What is decode in static cache?

0 Answers  


What is a design?

1 Answers  


what is Partitioning ? where we can use Partition?

2 Answers   IBM, TCS,


SO many times i saw "$PM parser error " .what is meant by PM?

1 Answers  


What is informatica? What exactly are the practical uses in real world

2 Answers  


Categories