. How can you run a graph continuously without using
continuous components ?

Answers were Sorted based on User's Feedback



. How can you run a graph continuously without using continuous components ?..

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

. How can you run a graph continuously without using continuous components ?..

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 can you run a graph continuously without using continuous components ?..

Answer / prajna

Call the deployed script in start.ksh

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Ab Initio Interview Questions

How to run the graph without GDE?

1 Answers  


I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?

0 Answers  


What is publickey and private key?what is the use of this two keys?

0 Answers  


How you can run a graph infinitely in ab initio?

0 Answers  


what is the use of stdenv in abinitio and what the main concept belongs to is?what is env?

1 Answers  


How to load the data from an excel sheet to input file in a graph?

2 Answers   IBM,


How we khow a database is connected in Abinitio?

2 Answers  


You can ask about - meta pivot, leading records, read & write multiple files component ? How to use in abinitio graph?

1 Answers   IBM, TCL,


the inputs are 10,20,30,40,50 but the output was comes 0 records,the graph was failed what is bad situation?

5 Answers   EDS,


What are the types of data processing you are familiar with?

0 Answers  


Need Ab-Initio Material - Harini

7 Answers  


What are the differences between informatica and abinitio?

0 Answers  


Categories