Author: Pankaj Gupta Subject: Reading A File in Different Server in Abinitio GDE
Author: Pankaj Gupta Subject: Reading A File in Different Server in Abinitio GDE
Details: The below process describe how to read a file in different server without SFTPing it. For example
you have a file in tpod server and need to access it from t01d server.
One way it transfer the file in same server with SFTP component and other way it to use the below
method.
1) Add the connection details of other server (in this case tpod ) in your .abinitiorc file existing in
your home directory.
a) Also do a handshake with the t01d server like ssh [email protected] as well as
with ssh tpodpgi.tpod.
b) Do vice versa from tpod server also like ssh [email protected] and ssh
t01dpgi@t01d
2) Now reference the file from tpod server in the below way in input file component.
//tpod.wload.barclays.co.uk/wload/tpod/home/tpodpgi/file.dat