. How can you run a graph continuously without using
continuous components ?
Answer Posted / 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 |
Post New Answer View All Answers
can any one help me now i am learning AB Inito but i don't have material and pdf's can any one provide pdf's to this mail id mohanraju0113@gmail.com thanks in advance...................................
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
explain the environment varaibles with example?
How would you find out whether a sql query is using the indices you expect?
Explain the difference between the truncate and delete commands?
Suppose you find the term validation mentioned with a set of data, what does that simply represent?
What is a partition and what are the different types of partition components in abinitio?
List out some of the air commands used in abintio?
What is broadcasting and replicate?
What is m_dump?
What do you understand by a cartesian join?
What is the difference between a scan component and a rollup component?
How do you add default rules in the transformer?
What is the difference between formal and export parameter? Export at what secenario we are going to use?
What are the benefits of data analyzing?