I am trying to understand this variable.
I would think it needs to be defined somewhere, but my attempts to define it don't seem to be working.
In this thread, Marc Thomas says he uses_USTN_WORKSETDGNWS = $(_USTN_WORKSETSTANDARDS)$(_USTN_WORKSETNAME).DGNWS%lock _USTN_WORKSETDGNWS
I'd like to do something similar except to save it directly next to the workset CFG more like_USTN_WORKSETDGNWS = $(_USTN_WORKSETSROOT)$(_USTN_WORKSETNAME).dgnws
But it doesn't matter what level I define that variable at, whether I lock it or not, it doesn't define correctly. The _USTNWORKSETNAME part always goes missing.
For example, I select a workspace, select a workset, open a drawing and exit ORD just to make sure that everything loaded all the way before I run my MSDBUG -5.In the MSDEBUG.txt and the end where it shows the final complete definition of the variables, I can see
_USTN_WORKSETSROOT = M:\Bentley\ORD\Configuration\WorkSets\and_USTN_WORKSETNAME = INDOT_Test
I would think this should resolve _USTN_WORKSETDGNWS to M:\Bentley\ORD\Configuration\WorkSets\INDOT_Test.dgnwsWhich would be correct. Instead, I see
_USTN_WORKSETDGNWS = M:\Bentley\ORD\Configuration\WorkSets\.dgnws
It doesn't matter if I try to define this in WorkSpaceSettings.cfg or my Organization.cfg or even the workset.cfg.And if I don't define it anywhere, that variable doesn't appear to get defined at all.
Any clue what I am doing wrong?
MaryB said:I'd like to do something similar except to save it directly next to the workset CFG more like_USTN_WORKSETDGNWS = $(_USTN_WORKSETSROOT)$(_USTN_WORKSETNAME).dgnws
That is the default location if you do not change the variable. The dgnws will be in the _USTN_WORKSETSROOT folder along with the .cfg file.
I've not had much luck setting it to any other place.
Check out this post.
communities.bentley.com/.../microstation-ce-u14-and-ord-2020-r3---more-dgnws-file-madness
Rod WingSenior Systems Analyst