what is the difference between the .dbc and .cfg extensions
and give any clear information ?
Answers were Sorted based on User's Feedback
Answer / raj shekar nagula
A .dbc file has the information required for Ab Initio to
connect to the database to extract or load tables or views.
While .CFG file is the table configuration file created by
db_config while using components like Load DB Table.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sohan
.dbc is for Database Connection.
.Cfg is for Remote Connection.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / suresh
we can use a single .dbc file across project level, do not mention any hod coded values in the file.
coming to each module in a project user need to provide the details in configuration file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / equalizer
There is no difference , ab initio now uses the term ".dbc"
file to store the database configuration info. earlier it
was called ".cfg"
| Is This Answer Correct ? | 2 Yes | 4 No |
Mention some file extensions which are used in abinitio?
Have you worked with packages?
What are the functions of the replicate and dedup component?
what is SSH?What is the differences between the SSH,SSH1,SSH2?
How to compare two dmls in abinitio
What is meant by Co > Operating system and why it is special for Ab-initio ?
What are the reasons for which business can trust the approach of data processing?
how many types of project we can create in Abinitio? I mean public,private.......etc?
what is the relation between EME , GDE and Co-operating system ?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
Output for sort and dedupsort with NULL key?
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?