. 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 |
List out the file extensions used in abinitio?
Graph was failed how it is achived ? send answer with phone number? i want speak with directly who is intrest on abinitio?
Explain what does dependency analysis mean in abinitio?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
EmpId RollNo RollNo2 A t1 se A1 se tm i want output as A Emp A TL A1 SE etc how i can get output please send me your answer
Can anyone give me an exaple of realtime start script in the graph?
What is $mpjret?
what is environment variables and parameters?
What does de-partition mean in abinitio?
What is the ab initio business rules environment (bre)?
how does deadlock occur?
State the working process of decimal_strip function?