Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


. 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

What is the difference between partitioning with key / hash and round robin?

0 Answers  


Mention what the difference between “look-up” file and “look is up” in abinitio?

0 Answers  


Why might the optimizer use a table scan when an index is available?

0 Answers  


What are the different versions and releases of ABinitio ?

2 Answers  


Graph was failed how it is achived ? send answer with phone number? i want speak with directly who is intrest on abinitio?

1 Answers   HCL,


What does edp stand for?

0 Answers  


How Does MAXCORE works?

4 Answers   CTS,


What is the significance of record required indicator of Join component ? How to use in abinitio graph?

2 Answers   IBM, TCL,


what does layout means in terms of Ab Initio?

3 Answers  


What happens when we provide null key to sort, merge and pbks in Abinitio ?

0 Answers  


what is the difference between i)public ii)private iii)common and client projects?

0 Answers  


I have $AI-SERIAL/DML------> (SERIAL FILE LOCATION) AND $BDS-SERIAL/DML---------->(what is the location what is mean)?

1 Answers  


Categories