Primary Search Paths in PCF

I have a list of search paths in a Project Configuration file that define directories for dgns that are referenced within a project but when I look in my configuration I see that the Primary Search Path is set to User instead of Project, even though the right project is selected when starting Microstation.

Below is a line from the PCF

and a line from my UCF

Can someone tell me how to make the UCF recognise the settings from the PCF?

Parents
  • The very first line in the ucf says MS_RFDIR= p:/.....
    It is the "=" sign that replaces previous definitions of MS_RFDIR. If you change that "=" to a ">" then Microstation will read the variable as an addition, not as a replacement. You don't need to define everything in the pcf also in the ucf.

    The ucf is read last. So that may explain why it shows up as User in the configeditor.

    Ivo Blaauw
    = = = = = = = = = = = = =
    Look what the CAD dragged in...

    Answer Verified By: J-Worker 

Reply
  • The very first line in the ucf says MS_RFDIR= p:/.....
    It is the "=" sign that replaces previous definitions of MS_RFDIR. If you change that "=" to a ">" then Microstation will read the variable as an addition, not as a replacement. You don't need to define everything in the pcf also in the ucf.

    The ucf is read last. So that may explain why it shows up as User in the configeditor.

    Ivo Blaauw
    = = = = = = = = = = = = =
    Look what the CAD dragged in...

    Answer Verified By: J-Worker 

Children