I'm working to better understand how workspaces function in microstation, but I've hit a roadblock.
I understand that the .ucf file specifies active workspace components, but I don't understand how microstation knows where to find the .ucf file. Mine is referencing a seperate drive, other than the C drive.
Here's my current About Workspace. Nothing in my current .ucf seems to point to the Y drive, but it finds it none the less.
To trace the _USTN_USER and _USTN_USERCFG variable definitions launch MicroStation with the -debug switch. That will generate a text file with each configuration file and variable definition as it processed.
Rod WingSenior Systems Analyst
for v8i it would be;
_USTN_USERCFG=$(_USTN_USER)$(_USTN_USERNAME).ucf [C:\ProgramData\Bentley\MicroStation V8i (SELECTseries)\WorkSpace\users\untitled.ucf]
This is the default of how it finds the UCF file.
For him to better understand how it is finding the ucf I would recommend look at a debug.
~HTH
John.
yep
By default, perhaps those variables link with other variables eventually defining the UCF name and location but they aren't really the cfv vars of importance. Indeed in my own config my UCF is in an entirely different folder outwith the folder which _USTN_HOMEROOT is assigned. The pertinent config variables are for UCF location and name are _USTN_USER and _USTN_USERCFG.
Adam,
MicroStation has been customized to look to those locations. By default it is not setup to work that way, so someone has changed this. Do you know who in your office would have set this up as they would have a better understanding of what was done.
Timothy Hickman
CADD Manager | CADD Department
timothy.hickman@colliersengineering.com
Main: 877 627 3772|
1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691
https://communities.bentley.com/products/microstation/w/microstation__wiki/8873/microstation-command-line-options-and-switches
This might help.