learner
2nd March 2010, 21:53
Subject should be read as "Read File from network path"
Hi,
I have a text file which resides on windows network eg ( \\winserver\somefolder\file.txt ), my baan user has acess to this path because of his windows\network authentication.
Now this file actually contains some sensative data and i would like to import data from this file into a baan table in my Process session.
i was able to open n read file using seq.open function when the file resides on unix i.e. my baan server , but how do i read a file which resides on a windows network folder, is there a baan function to do this ...????
Note : I would not like to copy the file to local drive to read it because of data sensativity.. so server to client function is ruled out.
Any suggestions on function name on how to read file available on win network in shared dir ?
Regards
Learner
Hi,
I have a text file which resides on windows network eg ( \\winserver\somefolder\file.txt ), my baan user has acess to this path because of his windows\network authentication.
Now this file actually contains some sensative data and i would like to import data from this file into a baan table in my Process session.
i was able to open n read file using seq.open function when the file resides on unix i.e. my baan server , but how do i read a file which resides on a windows network folder, is there a baan function to do this ...????
Note : I would not like to copy the file to local drive to read it because of data sensativity.. so server to client function is ruled out.
Any suggestions on function name on how to read file available on win network in shared dir ?
Regards
Learner