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...


3. Suppose Seq Gen is supplying a increamental value to a column
of a table, suppose, table's column value reaches to maximum
value, then what will happen, will the session fail? If it is the
situation, then what should be done so that we can stop this kind
of situation in advance?

Answers were Sorted based on User's Feedback



3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / inon ismat

Yes, the Sequence generator will reset but there is a
possiblity of session failure. Lets say for the sake of
argument after seq reset initial value is 1. One of the
possible situation for session failure is that if the
sequence generator is feeding any column that has PK or SK
or Unique Index on the target table and the initial value
after reset i.e., in our scenario it's 1 exist in the table
then the session will fail with Database violation error.

Is This Answer Correct ?    8 Yes 1 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / bebbo

in the properties window of seq. gen you can either select
reset or cycle option to avoid the above situation...

Is This Answer Correct ?    4 Yes 1 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / bebbo

in the properties window of seq. gen you can either select
reset or cycle option to avoid the above situation...

Is This Answer Correct ?    1 Yes 0 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / mukesh

write logic of seq gen. in a procedure and Use store proc
transformation.

Is This Answer Correct ?    0 Yes 0 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / shridhar

We can use one more sequence generator after that sequence
generator or get the value of max key in unconnected lookup
tx and call that value in expression tx and add +1 to the
value and send to the next tx.

Thanks
Shridhar

Is This Answer Correct ?    0 Yes 0 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / itsranjan

In properties window of sequence generator one can select
reset or cycle option to avoid such kind of situations.

Is This Answer Correct ?    0 Yes 1 No

3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's ..

Answer / vijaykumar

Session will not fail if it reaches the maximum default
value. The Integration Services Automatically reset the
value and it's start from 1.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More Informatica Interview Questions

how to get max value record into one target and remaining records into another target?

2 Answers   Accenture,


what are the different types of transformation available in informatica. And what are the mostly used ones among them?

0 Answers  


What are the reusable transformations?

0 Answers   Informatica,


What are the issues u have faced in ur project? Guys pls answer to dis question.Due to this question I have failed in 3 interviews.

3 Answers   Amdocs, Deloitte,


How to load the data from people soft hrm to people soft erm using informatica?

0 Answers  


All active transformations r passive or not?

7 Answers  


Hi, This is Ranadheer. How to load fact tables using dimeension tables. Please anyone give me a answer with example. Thanks in Advance.

1 Answers  


What is an active transformation?

0 Answers   Informatica,


How can we update a record in the target table without using update strategy?

0 Answers  


is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?

0 Answers  


If I am having 6 flat files in data. How can you load the data at a time

2 Answers   CSC,


IN SCD TYPE 1 WHAT IS THE ALTERNATIVE TO THAT LOOKUP TRANSFORMATION ?

4 Answers   HP,


Categories