Latest Answer : You should run its deployed script i.e- .ksh file. You can use the vommand like: nohup abc.ksh ...
HI,I've installed GDE 2.8 on windows Xp,and our database running as oracle9i,how do we install co-operating system... and on the same machine informatica server& client also running.does it matter of informatica software exists where abinitio gonna installed...pls do let me know the steps of installation process of Abinitio.Thanks,SindhuReddy
Latest Answer : it is possible with help of EME. it follows UNIX file structure. ...
Latest Answer : If you want to implement the SCDs in abinitio then you should do the delta processing ...
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 ...
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 open Abinitio in UNIX?
What is use of Ab_job command in Abinitio?
Latest Answer : When you want to run the same instance of the graph many times which is palced in one place then we go for AB_JOB. its should be defined in sandbox parameter. If you dont give the value for it it will take AB_JOB as default ...
What is the need of config variables in abinitio?(ab_job,ab_max_core) and where to define them?
What are environment variable? Why are they required?
Latest Answer : Environment Variables or other wise know as ABINITIO environment variable. Its set in stdenv under which private project and pubic project will be there.Parameters like $AB_HOME , $AB_AIR_RROT will be present in environment variable and this will link ...