![]() Related Questions Latest Answer : You should run its deployed script i.e- .ksh file. You can use the vommand like: nohup abc.ksh ... Is there a way of implementing File Listener in Ab Initio?? It should continuously scan a given directory, as soon as a file is placed in that directory, it should copy that file to a working directory and trigger a corresponding Ab Initio graph. Read Answers (1) | Asked by : Hrishikesh Patil Latest Answer : yes you can declare parametes in edit paramter option in GDE, while running the ksh you can pass the value in command line. ... Read Answers (3) | Asked by : sri Latest Answer : when ever a graph fails it creates a .rec file in the working directory ,the directory may be where ur graph deployed script is stored .so remove that .rec file an dthen run the deployed script of the graph from unix,u may use m_rollback -d ... Read Answers (4) | Asked by : chakri How do you do production support for Graph? How do you check whether graph is completed successfully or not (is it $? of unix?)What are different return values? Latest Answer : How do you do production support for Graph? If the graph failed in the production, usually we get emergency access to see the failure, then analyse the failure, if it is a code bug, then we go back to development env and fix the bug, test it then deploy ... How to use a normal batch graph as a sub graph in Continuous graph? How do we append records to an already existing file usin abinitio graph? Latest Answer : Create a graph by taking the existing file as the out put file and keep the mode of the output file in Append Mode. Pass the new records from the input file to this output file through a reformat. This will append new records in the existing File. ... What is the order of execution of a graph when it runs? Latest Answer : 1. All its parameters are initialized2. Start script call3. Graph start4. End script executed. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||