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

What metadata importer can do in ab initio?

0 Answers  


Can any body give me the clear explanation about how to separate header,trailer and body records in Ab Initio?

2 Answers   TCS, Wipro,


What is the difference between rollup and scan?

0 Answers  


What are the Graph parameter?

0 Answers  


How do you add default rules in transformer?

0 Answers  






Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio

0 Answers  


What is conduct>it?

0 Answers  


What is the Reformat Layout?(i/p ->Reformat->o/p)

2 Answers   IBM,


how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio

0 Answers  


What do you know about partition and also tell us about partition components in abinitio?

0 Answers  


What is $mpjret? Where it is used in ab-initio?

4 Answers  


hi, am put into Ab initio now. I need some material for to learn it!! i have to give a test also.. can anyone help me provide material please....

1 Answers  


Categories