Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
We've recently switched to WF5, and we're having some weird things
happening with our search paths, or maybe I should say, our ability to
call up models from the correct location.
We have a search path file, that searches a list of directories in order.
At the very end of that "list" is a read-only directory. In the past, the
arrangement of this "list" has always served us well. However, recently,
we're starting to see times where things will NOT pull from the CURRENT
directory, but rather will pull from the read-only dir, which is the last
thing on the list. I'll try to illustrate what is going on, and
hopefully, this makes sense. Bear with me, this is probably going to get
confusing.
We have an assembly that is structured like this:
123456.asm
234567.prt
345678.prt
456789.prt
567890.prt
678901.prt
Here's our scenarios:
1) Files in local dir:
123456.asm
234567.prt
345678.prt
Files in read-only dir:
456789.prt
567890.prt
678901.prt
2) Files in local dir:
234567.prt
345678.prt
Files in read-only dir:
123456.asm
456789.prt
567890.prt
678901.prt
In scenario (1), when the user calls up 123456.ASM, it will come from the
LOCAL dir, and so will the files, 234567 and 345678. The remaining files
will come from the read-only dir. This is what we would expect to happen,
and this is what has always happened in prior versions.
In scenario (2), the user is in their LOCAL dir, and when they call up
123456.ASM, it will come from the READ-ONLY dir, and so will ALL of the
files, including 234567 and 345678, even though they are in the LOCAL dir.
This is NOT what we would expect to happen, and this is what has NOT
happened in prior versions. In prior versions, ANY files that were in
your local directory would come from there, regardless of where the parent
assembly was called from.
Does anyone else out there have a set up like this, and if so, how is this
working in WF5 (Creo) for you? I also did not mention that this behavior
is not consistent. Sometimes parts will come from the local dir, and
sometimes parts will come from the read-only dir, so it's not consistent
on how it works, or at least not that we can see.
Creo M070 for us.