<?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/"><channel><title>John Garrison's Communities Activities</title><link>https://communities.bentley.com/members/76055854_2d00_c8e4_2d00_48c7_2d00_83f9_2d00_9f468629c423</link><description>Recent activity for people in John Garrison's community</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>limits on the number of users that can be assigned with “Download” role?</title><link>https://communities.bentley.com/communities/other_communities/licensing_cloud_and_web_services/f/forum/228445/limits-on-the-number-of-users-that-can-be-assigned-with-download-role</link><pubDate>Thu, 14 Apr 2022 11:38:51 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:6a75e801-0765-4591-9811-aefab52522bd</guid><dc:creator>John Garrison</dc:creator><description>&lt;p&gt;&lt;span&gt;It there a limit on the number of users that can be assigned&lt;/span&gt;&lt;span&gt;&amp;nbsp;with &amp;ldquo;Download&amp;rdquo; role&lt;/span&gt;&lt;span&gt;?&amp;nbsp; I know at my last employer, there were several of us that had that capability however my new employer is stating that there is a max limit of 2 that can have Download Role privileges.&amp;nbsp; I there are limits on the number of Admin Roles (e.g.,&amp;nbsp;Fulfillment Contact, Account Admin, or Co-Admin) but it was my understanding roles could be asiigned to standard users by one of the admins.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;John&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[CE] Configuration Explorer critical errors</title><link>https://communities.bentley.com/products/administration/f/product-administration-forum/213735/ce-configuration-explorer-critical-errors</link><pubDate>Tue, 11 May 2021 19:23:31 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d5e30dcd-b398-4ec7-97aa-7750b0606e58</guid><dc:creator>MaryB</dc:creator><description>&lt;p&gt;I am trying despreecately to troubleshoot an OpenRoads configuration.&lt;/p&gt;
&lt;p&gt;After my initial attempts, I went back to basics.&lt;br /&gt;I made these changes (based on the directions in the file itself to my ConfigurationSetup.cfg:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#----------------------------------------------------------------------
#  ConfigurationSetup.cfg - Configures the root Configuration directory
#  for Your Organization
#
# The main function of this configuration file is to allow user to specify
# the root Configuration directory to activate. The active Configuration
# directory is represented by _USTN_CONFIGURATION. By default, it points to
# the installed Configuration defined by _USTN_INSTALLED_CONFIGURATION,
# which can consist of example WorkSpaces and WorkSets.
# If your organization has its own Configuration directory, you can define
# _USTN_CUSTOM_CONFIGURATION to that directory path and use it as follows.
#
#_USTN_CUSTOM_CONFIGURATION = D:/.../MyConfiguration/
#_USTN_CONFIGURATION : ${_USTN_CUSTOM_CONFIGURATION}
#----------------------------------------------------------------------

#----------------------------------------------------------------------
# START: The section defines user selection at the time of installation.
# These lines are generated by installer.
[General]
_USTN_CUSTOM_CONFIGURATION=M:/Bentley/ORD/Configuration/

[SetConfiguration]
%if !defined (_USTN_USER_CONFIGURATION)
%if defined (_USTN_CUSTOM_CONFIGURATION) &amp;amp;&amp;amp; ($(_USTN_CUSTOM_CONFIGURATION) != &amp;quot;&amp;quot;) &amp;amp;&amp;amp; exists ($(_USTN_CUSTOM_CONFIGURATION))
_USTN_CONFIGURATION = $(_USTN_CUSTOM_CONFIGURATION)
%endif
%endif
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I also made these changes (based on the direction in the file itself) to my WorkspaceSetup.cfg:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#============================================================================
# Civil Organization Standard Location 
#============================================================================
# Organization standards are base standards for a country or region or a
# large asset owner such as a DOT. These standards should be the base that
# provide most of the settings needed for OpenRoads Designer. Additional 
# company specific and project specific standards can be layered onto the
# the Organizational standards using the WorkSpace and WorkSet respectively.
#
# By default Organization standards are located at
# \ProgramData\Bentley\OpenRoads Designer CE\Configuration\Organization-Civil\
#
# The default location can be changed using the MY_CIVIL_ORGANIZATION_ROOT variable.
# To redirect the entire configuration folder to a network location, uncomment the
# MY_CIVIL_ORGANIZATION_ROOT line and replace the network path with the appropriate network path.
#
# &amp;lt;&amp;lt;&amp;lt;&amp;lt; Make Changes Here &amp;gt;&amp;gt;&amp;gt;&amp;gt;
MY_CIVIL_ORGANIZATION_ROOT = M:/Bentley/ORD/Configuration/

%if defined (MY_CIVIL_ORGANIZATION_ROOT) &amp;amp;&amp;amp; exists ($(MY_CIVIL_ORGANIZATION_ROOT))
  CIVIL_ORGANIZATION_ROOT           = $(MY_CIVIL_ORGANIZATION_ROOT)
%else
  CIVIL_ORGANIZATION_ROOT           = $(_USTN_CONFIGURATION)Organization-Civil/
%endif
#----------------------------------------------------------------------------

#============================================================================
# WorkSpace Standard Location
#============================================================================
# WorkSpace standards are extensions or overlays to an Organization standard.
# A common use for WorkSpace standards is for company or client standards.
# Organization + WorkSpace + WorkSet = OpenRoads Designer Environment
#
# By default WorkSpace standards are located at
# \ProgramData\Bentley\OpenRoads Designer CE\Configuration\WorkSpaces\
#
# The default location can be changed using the _USTN_WORKSPACESROOT variable.
# To redirect just the WorkSpace folder to a network location, uncomment the
# following line and replace the network path with the appropriate network path.
#
# &amp;lt;&amp;lt;&amp;lt;&amp;lt; Make Changes Here &amp;gt;&amp;gt;&amp;gt;&amp;gt;
MY_WORKSPACES_LOCATION = M:/Bentley/ORD/Configuration/WorkSpaces/

%if defined (MY_WORKSPACES_LOCATION) &amp;amp;&amp;amp; exists ($(MY_WORKSPACES_LOCATION))
    _USTN_WORKSPACESROOT                        = $(MY_WORKSPACES_LOCATION)
%endif
#----------------------------------------------------------------------------
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Nothing fancy. Nothing that isn&amp;#39;t suggested or recommended anywhere other than the files delivered with the product.&lt;/p&gt;
&lt;p&gt;And every single one of my DOT provided configurations&amp;nbsp; creates a critical failure. It would be so much more helpful if the configuration explorer would continue processing to the best of its ability. If it can&amp;#39;t resolve a variable, note that, and go on with what it CAN resolve. I can create debug files, but I was hoping that the interface of the configuration explorer would be easier to navigate. But it isn&amp;#39;t if it won&amp;#39;t run on a file. Are there any plans to upgrade this tool? Is there any way to &amp;quot;trap&amp;quot; errors so that they don&amp;#39;t kill the entire process?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Full opacity of raster images in PDF files (Microstation Connect Edition)</title><link>https://communities.bentley.com/products/microstation/microstation_printing/f/printing-and-plotting-forum/207176/full-opacity-of-raster-images-in-pdf-files-microstation-connect-edition</link><pubDate>Thu, 10 Dec 2020 12:27:42 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:9cb04ed2-5b80-4a62-8336-0f19e4573fbf</guid><dc:creator>Jakub Hruška</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to print a dgn file with atteched raster image which is set to 50% opacity. When I print it to PDF file the raster image seems oddly printed in two separate layers, lower one with correct opacity but with top one fully opaque and drawn over some elements despite shown correctly on screen. I&amp;#39;m using Microstation Connect Edition. Is there any setting to correct this behaviour?&lt;/p&gt;
&lt;p&gt;Edit: sorry, wrong forum, can I move it to Microstation forum?&lt;/p&gt;
&lt;div id="simple-translate"&gt;
&lt;div&gt;
&lt;div class="simple-translate-button isShow" style="height:22px;left:182px;top:93px;width:22px;"&gt;&lt;/div&gt;
&lt;div class="simple-translate-panel " style="background-color:#ffffff;font-size:13px;height:200px;left:0px;top:0px;width:300px;"&gt;
&lt;div class="simple-translate-result-wrapper" style="overflow:hidden;"&gt;
&lt;div class="simple-translate-move"&gt;&lt;/div&gt;
&lt;div class="simple-translate-result-contents"&gt;
&lt;p class="simple-translate-result" style="color:#000000;"&gt;&lt;/p&gt;
&lt;p class="simple-translate-candidate" style="color:#737373;"&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Fri, 17 Apr 2020 02:44:15 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:70a720da-367d-49c8-ac90-22b4e3d523fb</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>MicroStation V8i and MicroStation Connect Concurrent Installations</title><link>https://communities.bentley.com/products/administration/f/product-administration-forum/195708/microstation-v8i-and-microstation-connect-concurrent-installations</link><pubDate>Fri, 17 Apr 2020 06:25:33 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:1313f6e5-9358-405b-aa0c-1cbb85c66dba</guid><dc:creator>John Garrison</dc:creator><description>&lt;p&gt;Can you have both MicroStation V8i (SS4) and MicroStation Connect installed on the same machine concurrently?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>