Answer Posted / riman bhaumik
You specify telnet or ftp ports by setting the
configuration variables AB_TELNET_PORT or AB_FTP_PORT in
your .abinitiorc file
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
What are the Graph parameter?
How data is processed and what are the fundamentals of this approach?
Mention what is rollup component?
What information is provided by .dbc file extension for connecting to the database?
What do you know about partition and also tell us about partition components in abinitio?
difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?
What is common among data validity and data integrity?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
How can a graph be run infinitely?
What is the role of co-operating system in abinitio?
What parallelisms does Abinitio support?
Explain the difference between the truncate and delete commands?
Can anyone give me an example of realtime start script in the graph?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC