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 |
Can you read multiple input files using one input file component ?(same DML)
What is data encoding?
What are differences between different versions of co-op?
what are the steps in actual ab initio graph processing including general,pre and post process settings?
How you can create cross joined output using join component ?
How to load the data from an excel sheet to input file in a graph?
State the first_defined function with an example?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
What is the DynamicScriptGeneration and what is the Use?
We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?
What is standard environment ?
How to Create Surrogate Key using Ab Initio?