0% found this document useful (0 votes)
493 views3 pages

Author: Pankaj Gupta Subject: Reading A File in Different Server in Abinitio GDE

The document describes a process for reading a file located on a different server in Abinitio GDE without using SFTP. Specifically, it details how to: 1) Add connection details for the other server (tpod) to the .abinitiorc file on the local server (t01d) 2) Reference the file on the tpod server using its full path in an input file component 3) The file can then be read by giving it a record format.

Uploaded by

Sreenivas Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
493 views3 pages

Author: Pankaj Gupta Subject: Reading A File in Different Server in Abinitio GDE

The document describes a process for reading a file located on a different server in Abinitio GDE without using SFTP. Specifically, it details how to: 1) Add connection details for the other server (tpod) to the .abinitiorc file on the local server (t01d) 2) Reference the file on the tpod server using its full path in an input file component 3) The file can then be read by giving it a record format.

Uploaded by

Sreenivas Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

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.

AB_NODES @ unixhost_tpod : tpod.wload.barclays.co.uk tpod

AB_SSH_NEEDS_PASSWORD @ unixhost_tpod: true

AB_CONNECTION @ unixhost_tpod: ssh

AB_USERNAME @ unixhost_tpod: tpodpgi

AB_ENCRYPTED_PASSWORD @ unixhost_tpod: VZhFDxrG5IeEbflREeNHU

AB_HOME @ unixhost_tpod: /wload/tpod/app/abinitio-app-hub

This will help to establish a connection with tpod server.

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

And give it record format.

Now try to read the file, it will work.

You might also like