. 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?
Mention what is abinitio?
What is MAX CORE of a component?
To which project that prefix will set is to private project or public project or both?how and where to set?
How to create repository in abinitio for stand alone system(local nt)?
How will you use EME for view or publish metadata reports using EME?
what is skew and skew measurement?
What are differences between different versions of co-op?
Hi friends, I have 100 records in my input file, if i run first,the first 10 records are stored into the output and if i run second time next 10 records stored into the output file like that please let me know the answer Thanks, krishna
Layout - L1*, L1 - What is the difference
What is air_project_parameters and air_sandbox_overrides? what is the relation between them?
what is extension list in abinitio?