What is the default layout of a component ?
Is it mandatory to set the layout of a component ?
Answers were Sorted based on User's Feedback
Answer / madhugreddy
The default layout is "Propogate from neighbours".Or you can specify the layout for a component by giving the associated components.
A layout is mandatory for a component.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / hari
the default layout is propagate from nibares.it is not
mandatory to set of a component.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / freak.abinitio
Layout determines the location of a resource.
A layout is either serial or parallel.
A serial layout specifies a single computer and a single directory on that computer.
A parallel layout specifies multiple computers with multiple directories across the computers. It is permissible for the same computer to be repeated.
its not mandatory.........its optional
| Is This Answer Correct ? | 2 Yes | 4 No |
what is the project environment(for each project the environment is same or different to different project)?
What are the different String functions used in Abinitio?
How transaction file different from that of a sort file?
Explain the ab initio etl tool in high level?
How can you export a component’s internal parameters ?
What do you mean by a transaction file?
What are Cartesian joins?
i have input like this TABA 1 TABA 2 TABA 3 TABA 4 TABB 7 TABB 8 TABC 1 TABC 2 TABC 5 OUT PUT NAME COL1 COL2 COL3 COL4 TABA 1 2 3 4 TABB 7 8 TABC 1 2 5
What is the difference between a utility and api in a RUN SQL component
I am having 10 records in i/p file,and i want to load only one record at a time to the output file.Then how can i do it?
How we khow a database is connected in Abinitio?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use