Good Afternoon,I am trying to configure CONNECT so that I can keep the Workspaces on the local drive but to direct the child Worksets to a network drive. That way the standards (and any resource files) are local but the drawings can be accessed by all on the network.
The custom location of the WorkSpaces are here: C:\!msCONNECTconf\WorkSpaces (See Custom Folder in screenshot Workspaces.png)
I can create the WorkSpace for the Local Drive (See screenshot CONNECT_Open 2.png)
Afterwards I can create the WorkSpace for the Y:Drive / network drive and create a WorkSet and even a dgn within it, and everything appears normal in the current session of CONNECT, but once I Close CONNECT and try starting CONNECT, it will crash.This what I have for the "Local C.cfg" file:
_USTN_WORKSPACEROOT = $(_USTN_WORKSPACESROOT)$(_USTN_WORKSPACENAME)/_USTN_WORKSPACESTANDARDS = $(_USTN_WORKSPACEROOT)Standards/_USTN_WORKSETSROOT = C:/PIN/_USTN_WORKSETSDGNWSROOT = $(_USTN_WORKSETSROOT)/
MS_MACRO > $(_USTN_WORKSPACESTANDARDS)Macros/MS_VBASEARCHDIRECTORIES > $(_USTN_WORKSPACESTANDARDS)Macros/_USTN_WORKSPACEDESCR = Workspace used to direct to proper drive
And this is what I have for the "Network Y.cfg" file:
_USTN_WORKSPACEROOT = $(_USTN_WORKSPACESROOT)$(_USTN_WORKSPACENAME)/_USTN_WORKSPACESTANDARDS = $(_USTN_WORKSPACEROOT)Standards/_USTN_WORKSETSROOT = Y:/pin/_USTN_WORKSETSDGNWSROOT = $(_USTN_WORKSETSROOT)/
MS_MACRO > $(_USTN_WORKSPACESTANDARDS)Macros/MS_VBASEARCHDIRECTORIES > $(_USTN_WORKSPACESTANDARDS)Macros/_USTN_WORKSPACEDESCR = Workspace directs to Y drive
Is there some trick I am not aware of when creating a configuration in this way?Thanks for your Help and your time,
you also have a forward slash at the end of the _USTN_WORKSETSDGNWSROOT = $(_USTN_WORKSETSROOT)/ line. In the previous variable definition, it is already pointed to a folder, so the forward slash on the DGNWSROOT should not be needed.
Timothy Hickman
CADD Manager | CADD Department
timothy.hickman@colliersengineering.com
Main: 877 627 3772|
1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691
Good Afternoon Tim,
The company's Standards are kept at the Organizational level which would be everyone's PC. So the two Workspace configurations have very little in them except direction on where their child Worksets are located. Workspace "Local C" has its Workset location under the "Pin" folder on the "Local Drive / C". Workspace "Network Y" has its Workset location under the "Pin" folder on the "Network Drive / Y".
Thank you for your time,
the CFG and DGNWS files for the Y drive worksets, need to be in the Y:\PIN folder along with the rest of the data. I would suggest putting/moving them there.
With the "Local C" WorkSpace The CFG and DGNWS of the WorkSets are exactly where you would expect them to be C:\pin\ <right-here>. When everything is on the same drive everything goes fine
When I TRY to Create a WorkSet "Network Y" (that is on the C: drive) that directs it's WorkSets to a network drive location Y:\pin\ <right-here>. I press Ok it CRASHES at the dialog box, where you create Worksets.
When I TRY to Create a WorkSpace "NetWork Y"....
I understand what you are "trying" to do.
As a test, try to set one up manually on the network. From the screen shots all it looks like is needed, is placing a CFG and a DGNWS file out there. Copy an existing one and rename it to one of the workset folders you have out there.
Once this is done, load that network workspace configuration and see if the manually created workset shows, and if it does, are you able to open a file and see all the needed configurations.
This is just a test.....
IF you manually put a WorkSet folder and WorkSet cfg and dgnws on the Network Drive location and the WorkSpace is set to look for the WorkSet on the Network Drive. You do this while out of CONNECT. You restart CONNECT it will Crash.
crash with no exception log created ?
Nope
not sure what you are missing.
I can get the scenario to work.
If you look at the screenshot you can see I have a local workspace, and a networked workset.
I made a copy of one of my local workspaces and renamed it "test workspace" along with a copied config file (which was also renamed to match). I then edited the config file and only added the _USTN_WORKSETSROOT = Z:\Temp\Tim_H/ line. I then copied an existing workset out to my "temp" folder on my Z drive along with the config file and DGNWS.
I started MicroStation and selected the workspace, which in turn showed me the workset. I selected the workset, and then a DGN file to open. It opened, and then I created the screenshot of "about configuration" to show it working.
I just created a workset from the UI with it located out on my network with no issues.
Is it possible that you have a syntax issue or possibly misnamed something ?