RE: Hi If want to run the graph in unix !what co...
You can deploy the graph as script on Unix. This option is available in one of the menu options. It will save a unix script with same name as graph and extension .ksh You can execute this script from command line on unix or write a shel wrapper around it.
RE: Hi If want to run the graph in unix !what co...
if you want to execute the graph through shell script then you need to deploy the graph first then it will create a shell script in the run directory of your sandbox with .ksh extension.now open your Unix and goto the run directory where your deployed graph shell script is saved i.e the run directory of your SANDBOX. then execute the ksh by using the following command ./.ksh
RE: Hi If want to run the graph in unix !what co...
1. First design the graph. 2. Save it 3. Run it. 4. Go to runtab then go to deploy press deploy. Now Abintio automatically generates ksh of the graph in run folder of your sand box. 5. Go to sand box in run folder there you will find your graph.ksh
RE: Hi If want to run the graph in unix !what command i need to use ?correct me if im wrong :-run
if you want to run a graph in unix you can run it as a ksh command. if it is plan then you need to run it as dtm run <plan name which will calll graph> -ab_dtm_job <date>