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 ...
How to open Abinitio in UNIX?
Latest Answer : We cannot open AB Initio in UNIX. We can only run graphs in UNIX using the ksh. ...
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 ...
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. ...
How do we use SCD Types in the Abinitio graphs?
How can we count a number of records in a flat file using Abinitio?
Latest Answer : Use rollup component to count the number of record in the flat file.Use {} as key in the key specifier. It will consider all the fields as one record and count the total number of records. ...