If m loading a file of 1 million records.and the graph fails
after loading 10,000 records.
In this case if we use rollback command then what will happen?

Answers were Sorted based on User's Feedback



If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this..

Answer / madhugreddy

If you rollback it starts loading from first record.

Is This Answer Correct ?    9 Yes 2 No

If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this..

Answer / kartheek

when used rollback, if graph have any checkpoints, it will asks u, again re-run that entire graph or continue from succeful checkpoint. every checkpoint contain that details.

Is This Answer Correct ?    5 Yes 2 No

If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this..

Answer / avijit

m_rollback will rollback all the records that has been loaded till the last successful check point of the graph.

Is This Answer Correct ?    5 Yes 2 No

If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this..

Answer / gautham kumar

It will undo the changes and it will undo the load as
well.Again the graph will start from the checkpoint

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

0 Answers  


What are the different types of parallelism in ab initio?

0 Answers  


Hi friends, i have input like below naresh 10,20 suresh 30,40 i want out put like naresh 10 naresh 20 suresh 30 suresh 40 please help me thank you

3 Answers  


How you can run a graph infinitely in ab initio?

0 Answers  


What is the difference between partitioning with key / hash and round robin?

0 Answers  


what is the syntax of m_dump command?

3 Answers  


How to replace last 4 digits of an input column with XXXX given input column has 12 digits?

0 Answers  


Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?

0 Answers  


What is the difference between look-up file and look-up, with a relevant example?

0 Answers  


Pdl with an example?

0 Answers  


what is decoding & what is NVL?

1 Answers  


What will be the output of using partition by Round-Robin after the partiton by key in ab initio?

1 Answers  


Categories