‎2008 Dec 22 11:40 AM
Dear ABAPers
We've 4 application servers in our production system, i've a program which will save a file (dataset) ex: ABC.TXT in one application server ex: 'app03', now i need to read that file ABC.TXT from other application server ex:'app01', how can i do that.
Regards
Prabumanoharan
‎2008 Dec 22 12:17 PM
You can read / write on any system which is in the same network as your Application Server.
just give the network path ..
...\dir\dir\file.txt
‎2008 Dec 22 12:02 PM
why you? go to your basis people and ask them to create a NFS mount / shared directory.
‎2008 Dec 22 12:05 PM
Hi Mylene
thks for your reply
if that option (creating NFS directory ) is not possible, is there any other way which i can do it using ABAP.
also can u throw some light on NFS directory
Regards
Prabumanoharan
Edited by: Prabu Manoharan on Dec 22, 2008 5:42 PM
‎2008 Dec 22 12:17 PM
in every sap landscape consisting of more than one machine you need some directories which are shared for all the instances. for example /usr/sap/trans (in unix-notation). your basis people can create them or tell you the name of the ones that alredy exist. don't let yourself down to do this in abap, that is not professional. imagine your company buying another 6 machines - do you want to adapt that abap all the times? go to them basis people.
‎2008 Dec 22 12:17 PM
You can read / write on any system which is in the same network as your Application Server.
just give the network path ..
...\dir\dir\file.txt
‎2009 Jun 16 8:24 AM