. 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 |
How you can run a graph infinitely in ab initio?
what is deeup in unique only?
What is publickey and private key?what is the use of this two keys?
How to add default rules in transformer?
What is the difference between In-Memory Sort and Inputs must be sorted?
What is the best way of creating huge test feeds ? How to use in abinitio graph?
what is skew and skew measurement?
What is the purpose of having stored procedures in a database?
What are the primary keys and foreign keys?
What is the syntax for m_dump in abinitio?
Describe what the SQL Server tempdb and tlog files are used for?
what is SSH?What is the differences between the SSH,SSH1,SSH2?