OBD-U7 - No Workset? When there is

I have split my Workset area so that I can separate it into app location:

N:\14_EngineeringServices\Drafting\Admin\_CADmanage\Bentley\Site\MSCE\Client\Workspaces\Aerison\Worksets\OBD

N:\14_EngineeringServices\Drafting\Admin\_CADmanage\Bentley\Site\MSCE\Client\Workspaces\Aerison\Worksets\OPM

In my build I then set the location:

N:\14_EngineeringServices\Drafting\Admin\_CADmanage\Bentley\Site\MSCE\Client\Workspaces\Aerison\Worksets\OBD\Aerison\Standards\

from

%undef _USTN_WORKSPACENAME
_USTN_WORKSPACENAME = Aerison
%lock _USTN_WORKSPACENAME

%undef _USTN_WORKSETNAME
_USTN_WORKSETNAME = Aerison
%lock _USTN_WORKSETNAME

_USTN_WORKSPACEDESCR = Aerison Workspace
_USTN_WORKSPACEROOT = $(STD_CLIENT)Workspaces/$(_USTN_WORKSPACENAME)/
_USTN_WORKSETROOT = $(_USTN_WORKSPACEROOT)Worksets/OBD/$(_USTN_WORKSETNAME)/
%lock _USTN_WORKSETROOT
_USTN_WORKSETSTANDARDS = $(_USTN_WORKSETROOT)Standards/
%lock _USTN_WORKSETSTANDARDS

Everything is where it needs to be and the debug shows the correct paths, but when I get to the start screen it says that no worksets have been created.

Any thoughts as to why this would be?

Parents Reply Children