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 differences between different versions of co-op?
What dedup-component and replicate component does?
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
Why is data processing considered beneficial?
How to get DML using Utilities in UNIX?
What are the Graph parameter?
What is MAX CORE of a component?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
Can you read multiple input files using one input file component ? (Same DML) How to use in abinitio graph?
can we perform checkin and checkout through sandbox?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
Output for sort and dedupsort with NULL key?