What is .abinitiorc and What it contain?
Answers were Sorted based on User's Feedback
Answer / krishna kumar
.abinitiorc file is used to provide parameters for remote
connectivity. You can access abinitio resources (e.g., EME)
on a different server by providing the connection method,
and authentication details in the .abinitiorc file.
.abinitiorc can be placed in two locations:
1. In the $HOME directory of each user
2. In the config directory of the Co>Op
In case both exist, the first one (in $HOME dir) will take
precedence over the second (in config).
| Is This Answer Correct ? | 33 Yes | 2 No |
Answer / sohanvarma
Connecting two different servers in Abinito is done thorugh
a file called abinitio.rc. This is used for remote
connectivity.It is found in user's home directory.
Generally it is used to contain abinitio home path,
different log in information like id encrypted password
login method for hosts where the graph connects in time of
execution.
It may contain inf like EME host and others.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / 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 |
What are the functions of the replicate and dedup component?
What is conditional DML and Structured DML?
what is the syntax of m_dump command?
how many types of project we can create in Abinitio? I mean public,private.......etc?
How do you add default rules in transformer?
What are the different types of partition components in abinitio?
what is hash file in abinitio? how will it read in abinitio? in hash file the data files r combine (file1.dat,file2.dat,file3.dat......etc) how will it divide?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
How to Improve Performance of graphs in Ab initio?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
How we can remove temp files of a failed job if .rec is not available ? How to use in abinitio graph?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?