. How can you run a graph continuously without using
continuous components ?
Answers were Sorted based on User's Feedback
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 |
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 |
What metadata importer can do in ab initio?
Can any body give me the clear explanation about how to separate header,trailer and body records in Ab Initio?
What is the difference between rollup and scan?
What are the Graph parameter?
How do you add default rules in transformer?
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
What is conduct>it?
What is the Reformat Layout?(i/p ->Reformat->o/p)
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
What do you know about partition and also tell us about partition components in abinitio?
What is $mpjret? Where it is used in ab-initio?
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....