When I try to create a Steel Column Schedule in OpenBuildings Designer v 10.12.0.41 I receive the error message stating (Column Schedules: Failed to locate drawing seed "Steel Column Schedule"). In the Graphical Column Schedule Settings dialog box it seems to be reading the drawing seeds in the DrawingSeed_GraphicalSchedules.dgnlib. Am I missing a configuration variable? or is this a bug in CONNECT Edition?
The solution that worked for me is in the above thread. I ended up leaving the name of the original dgnlib the same and changing the variable to look for it in the workset.
I have a same situation, Did you sort this out? Can you share your solution if sort out?
OK, thanks for confirming. Back to the drawing board...
Steve,
I tried defining the variable several different ways
BB_GRAPHICALSCHEDULE_DGNLIBLIST = $(_USTN_WORKSETSTANDARDS)DgnLib/*.dgnlib
BB_GRAPHICALSCHEDULE_DGNLIBLIST = $(_USTN_WORKSETSTANDARDS)DgnLib/(prefix)DrawingSeed_GraphicalSchedules.dgnlib
BB_GRAPHICALSCHEDULE_DGNLIBLIST = $(_USTN_WORKSETSTANDARDS)DgnLib/DrawingSeed_GraphicalSchedules*.dgnlib
No matter which variable I used I couldn't get it to work with the renamed ((prefix)DrawingSeed_GraphicalSchedules.dgnlib) library.
Currently in my workset.cfg file, I define BB_GRAPHICALSCHEDULE_DGNLIBLIST = $(_USTN_WORKSETSTANDARDS)DgnLib/*.dgnlib and I have the DrawingSeed_GraphicalSchedules.dgnlib in my workset
/standards/dgnlib folder and it seems to be working fine.
By default BB_GRAPHICALSCHEDULE_DGNLIBLIST is defined at the Application level and points to ...\DrawingSeed_Graphical*.dgnlib (vs. *.dgnlib). Then you left your DGNLib file with the original name, was that still in the workset's \standards folder?