<div dir="ltr"><div dir="ltr">My Unix/Linux is rusty compared to Windows, but the following should still apply:<br><br>The stacking of variables to build a path to the data is PDDATA PFDIR. Do not include PFDSK, that is the list of "drives". PFDATA is basically starting from root.</div><div dir="ltr">I presume your PFPROG (a full path) is set ok or you wouldn't get anything to run.<br><pre style="white-space:pre-wrap;color:rgb(0,0,0)"></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Therefore, If you have set...</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><pre style="white-space:pre-wrap">PFDSK=/u/ourapps:/container/u/ourapps
PFDIR=/appl
PFDATA=/u/ourapps</pre>Your code will be at %PFDATA%%PFDIR% or /u/ourapps/appl/filepro/tablename/* The key, data, and indexes can be there too. PFDSK isn't needed for it to look here.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">But the PFDSK should cause it to also scan for these three file types in /container/u/ourapps/filepro/tablename/*</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">If you can get your screens back working, with the Key/data/indexes in the usual place - then try moving those files to the alternatce PFDSK location. Watch out for double slashes (e.g. if PFDATA was /u/ourapps/ and PFDIR was /appl)
</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">> Does the target of PFDSK -have- to be a separate, discrete filesystem?
>
> I ask, because...</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>
> I've been having troubles getting this PFDSK resolution to fix for spliting
> code and data out. In my debugging, I'm now discovering that
> just...setting PFDSK to /var (for example) will not result in an error
> about no filePro files, as I would expect it to. It just happily looks
> where PATHFILE is pointing, and isn't overridden.
>
> I can't figure out why PFDSK is being ignored entirely right now. My
> understanding was that it would glue together PFDSKPFDATAPFDIR, in that
> order, colons in PFDSK notwithstanding.
>
> Anyone know what's going on that PFDSK is being ignored?
>
> 5.0.14 on Linux.
> m-></pre></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
</blockquote></div></div>