I know this thread is pretty old, but I came across this issue today, and thought I'd throw out this solution. Initially I set up a File Access node to read a file and pass it's data to a Data Iterator. Then I started playing around.
We're an AMS customer, and they long ago created a share on our LSF server called LAWDIR, that's rooted at d:\lawdev\law
I created a property in the IPA System configuration set called
LSF_LAWDIR with a value of
\\lltdev.lsf.server.com\LAWDIR
It can be accessed it as a variable in a process to feed a file into a Data Iterator:
You'll need to replace the parens with GT/LT signs. The forum software did funny things when I left them as GT/LT.
(!_configuration.system.LSF_LAWDIR)
I tested it the node types I've worked with so far that need to access files on the LSF server: File Transfer, File Access, and Data Iterator, and it seems to work in all three. Here's a reference to a CSV file that's read by a Data Iterator:
(!_configuration.system.LSF_LAWDIR)\Folder\Subfolder\DataFile.txt