<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Role Specific DGNLIB with Item Types and Report Definition</title><link>https://communities.bentley.com/products/administration/f/product-administration-forum/237212/role-specific-dgnlib-with-item-types-and-report-definition</link><description>Hi Everyone, 
 I am trying recently to learn a little bit more about MicroStation workspace, workset and role configuration files. I am currently using MicroStation Connect Edition Update 16 (Version 10.16.01.56). 
 
 My goal is to create a role specific</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Role Specific DGNLIB with Item Types and Report Definition</title><link>https://communities.bentley.com/thread/737862?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 08:28:26 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:6069fc07-28d6-4f47-a6f3-a13878b67ead</guid><dc:creator>Jacek Soroko</dc:creator><description>&lt;p&gt;Hi Rod,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your comment. I have tried to switch roles and you are right, it does not work properly. I noticed that when I changed the role the&amp;nbsp;DGNLIB from previous role were loaded as well. So, the list of DGNLIB was growing everytime I switched to new role. Once I close MicroStation and switch to specific role again, I could see the DNGLIB from that specific role only.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, it still does not load the organisation DGNLIB when the following line to Role.cfg is added.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;MS_DGNLIBLIST_ITEMTYPES &amp;lt; $(_USTN_WORKSPACEROOT)Roles/Electrical/Dgnlib/*.dgnlib&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Also, if&amp;nbsp;any following line is added to Role.cfg file, MicroStation does not load any role specific DGNLIB.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;MS_DGNLIBLIST &amp;gt; $(_USTN_WORKSPACEROOT)Roles/Electrical/Dgnlib/*.dgnlib&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;or&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;MS_DGNLIBLIST &amp;lt; $(_USTN_WORKSPACEROOT)Roles/Electrical/Dgnlib/*.dgnlib&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;pre class="ui-code" data-mode="text"&gt;MS_DGNLIBLIST = $(_USTN_WORKSPACEROOT)Roles/Electrical/Dgnlib/*.dgnlib&lt;/pre&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Role Specific DGNLIB with Item Types and Report Definition</title><link>https://communities.bentley.com/thread/737746?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2022 17:12:04 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a7665907-61a8-4c58-8aa2-24699274adb1</guid><dc:creator>Rod Wing</dc:creator><description>&lt;p&gt;There is a known issue with the Role configurations.&lt;/p&gt;
&lt;p&gt;If you want to switch roles, you have to open a dgn file using the new role, close MicroStation and restart.&lt;/p&gt;
&lt;p&gt;Just switching Roles, and opening a dgn file leaves you in the previous Role.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Role Specific DGNLIB with Item Types and Report Definition</title><link>https://communities.bentley.com/thread/737745?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2022 17:10:14 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:f9d081bd-1528-4a56-adf1-faee3c94360b</guid><dc:creator>Jacek Soroko</dc:creator><description>&lt;p&gt;I actually tried &amp;quot;=&amp;quot;, &amp;quot;&amp;gt;&amp;quot; and &amp;quot;&amp;lt;&amp;quot; with MS_DNGLIBLIST but it does not work from my role configuration file. I guess I did something wrong, but I do not know where.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;It is interesting that MS_DGNLIBLIST_ITEMTYPES from role level works, but it throws out other MS_DNGLIBLIST (specified on organisation level), no matter whether it is appended or prepend. So, it attaches only DGNLIB from my role level.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Here is my Role.cfg&amp;nbsp;how MS_DGNLIBLIST and&amp;nbsp;&lt;span&gt;MS_DGNLIBLIST_ITEMTYPES were assigned.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;#----------------------------------------------------------------------
#  Role.Template - Template for new Role
#----------------------------------------------------------------------

AC_ROLE_PROFILE = Electrical

#MS_DGNLIBLIST				&amp;gt; $(_USTN_WORKSPACEROOT)Roles/Electrical/Dgnlib/*.dgnlib
MS_DGNLIBLIST_ITEMTYPES 		&amp;lt; $(_USTN_WORKSPACEROOT)Roles/Electrical/Dgnlib/*.dgnlib


#ITEMTYPE_LOOKUP 			&amp;gt; $(_USTN_WORKSPACEROOT)Roles/Electrical/Itemlib/KAW_CarbonAssessmentLookup.xlsx&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please note that in the code above there is &amp;quot;#&amp;quot; symbol before MS_DGNLIBLIST, but it was removed when I was testing the configuration.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Role Specific DGNLIB with Item Types and Report Definition</title><link>https://communities.bentley.com/thread/737739?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2022 16:43:19 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:20320755-bb88-4dac-9e48-be444131a2ed</guid><dc:creator>Kevin van Haaren</dc:creator><description>&lt;p&gt;Did you use MS_DGNLIBLIST with an = after it?&lt;/p&gt;
&lt;p&gt;When you do that it tells MicroStation &amp;quot;Throw out all my other MS_DGNLIBLIST files and just use this one&amp;quot;&lt;/p&gt;
&lt;p&gt;Instead you want to use a &amp;gt; or &amp;lt; instead&lt;/p&gt;
&lt;p&gt;&amp;gt; will append your setting to the current list of dgnlibs, and&lt;/p&gt;
&lt;p&gt;&amp;lt; will prepend your setting to the current list of dgnlibs&lt;/p&gt;
&lt;p&gt;doesn&amp;#39;t really matter which you use here.&lt;/p&gt;
&lt;p&gt;more details here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.bentley.com/LiveContent/web/MicroStation%20Help-v22/en/GUID-1DB07761-231A-41E5-86D0-BFD841C78F18.html"&gt;Assignment Statements (bentley.com)&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Role Specific DGNLIB with Item Types and Report Definition</title><link>https://communities.bentley.com/thread/737733?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2022 16:10:18 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:3e50a9e1-c53e-4568-b2da-23db0fc59b6b</guid><dc:creator>Jacek Soroko</dc:creator><description>&lt;p&gt;Hi Kevin,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks for your feedback. Really appreciated.&lt;br /&gt;&lt;br /&gt;I was trying to use MS_DGNLIBLIST from roles level and it works. However, it is not uploading then some DGNLIBs on organisation level.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Do you know how this can be fixed?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Role Specific DGNLIB with Item Types and Report Definition</title><link>https://communities.bentley.com/thread/737700?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2022 13:35:54 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:7efea91e-181b-4ee8-8db7-cfc897e6a06f</guid><dc:creator>Kevin van Haaren</dc:creator><description>&lt;p&gt;There isn&amp;#39;t a specific variable for reports so add an additional line:&lt;/p&gt;
&lt;p&gt;MS_DGNLIBLIST &amp;gt; dgnlib_with_reports&lt;/p&gt;
&lt;p&gt;even if it&amp;#39;s the same dgnlib that has your item types.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>