. How can you run a graph continuously without using
continuous components ?

Answers were Sorted based on User's Feedback



. How can you run a graph continuously without using continuous components ?..

Answer / niroj kumar pattnaik

We can try one approach by calling the graph's own deployed
script name from its end script call.

For Example:
Suppose, we have a graph my_graph.mp and its deployed
script my_graph.ksh in $AI_RUN.

Now in the end script of our graph we can call the deployed
scripts as given below:

if [ $mpjret -eq 0 ]; then
$AI_RUN/my_graph.ksh
else
echo "Graph Failed"
fi

-----------------
Though this approach mimics the style of a continuous
graph, it can't replace the benefits of it. This approach
can be further enhanced to take care of roll-back and
failure handlings by using "trap" command with a user
defined unix script/function.

Thanks,
Niroj@Thbs

Is This Answer Correct ?    5 Yes 0 No

. How can you run a graph continuously without using continuous components ?..

Answer / niroj

If you call the deployed script inside the start script, it
will kick start one script from another like the butterfly
effect and may crash the system.

Is This Answer Correct ?    0 Yes 0 No

. How can you run a graph continuously without using continuous components ?..

Answer / prajna

Call the deployed script in start.ksh

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Ab Initio Interview Questions

Explain what does dependency analysis mean in abinitio?

0 Answers  


Explain how abinitio eme is segregated?

0 Answers  


What is abinitio?

0 Answers  


how will i can implemate Insert,Update,delete in abinitio? how will u view MFS in unix?what is diff/btween conditional dml& conditional component?

3 Answers   IBM, Syntel,


How will u remove header record? How will u remove tailer record?

5 Answers   EDS, Polaris,






what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.

1 Answers   IBM,


What are the features of ab initio?

0 Answers  


What do you understand by local lookup?

0 Answers  


Difference between informatica vs ab initio?

0 Answers  


What are the kinds of layouts does ab initio supports?

0 Answers  


Difference between output_index and output_indexes in reformat

0 Answers  


What is the significance of record required indicator of Join component ?

1 Answers   HCL,


Categories